Commit graph

1615 commits

Author SHA1 Message Date
abfba4f088
Merge pull request #138 from jonnybarnes/updates-20190531
Updating some dependencies
2019-05-31 11:35:50 +01:00
b5b8db2250 Updating some dependencies 2019-05-31 11:27:06 +01:00
dfe4ededaa
Merge pull request #136 from jonnybarnes/feature/use-mapbox-cdn
Using mapbox from their CDN
2019-05-12 10:57:30 +01:00
490d9eaf7a Using mapbox from their CDN 2019-05-12 10:31:04 +01:00
d884435809
Merge pull request #134 from jonnybarnes/updates-20190510
Updating dependencies
2019-05-10 15:39:33 +01:00
f8b2224af9 Updating dependencies 2019-05-10 15:24:40 +01:00
81d8c1af40
Merge pull request #133 from jonnybarnes/develop
MTM: Quick commonmark update
2019-05-06 14:09:58 +01:00
4848e2876a
Merge pull request #132 from jonnybarnes/updates-20190506
Update some composer dependencies
2019-05-06 14:00:34 +01:00
328fc2a8ea Update some composer dependencies 2019-05-06 13:26:08 +01:00
1c273f7baf
Merge pull request #131 from jonnybarnes/develop
MTM: Fathom
2019-05-05 16:38:50 +01:00
79408d2ecc
Merge pull request #130 from jonnybarnes/updates-20190503
Updates 20190503
2019-05-05 15:08:31 +01:00
d90cb2e8f2 Compile and compress assets 2019-05-05 14:40:22 +01:00
0686453679 Updated npm dependencies 2019-05-05 14:20:00 +01:00
fd12d9bbf9 updating dependencies 2019-05-05 10:27:40 +01:00
09af2302fd
Merge pull request #129 from jonnybarnes/feature/add-fathom
Add Fathom script to master view
2019-05-03 21:16:43 +01:00
546f952466 Add Fathom script to master view 2019-05-03 21:02:22 +01:00
fbc71a9944
Merge pull request #126 from jonnybarnes/develop
Enable Horizon Dark Mode
2019-03-31 17:26:52 +01:00
1996d6906c
Merge pull request #125 from jonnybarnes/feature/telescope-dark-mode
Enable dark mode in Telescope
2019-03-31 17:18:42 +01:00
73f88c5faf Enable dark mode in Telescope 2019-03-31 17:11:33 +01:00
f5c3f4c936
Merge pull request #123 from jonnybarnes/develop
Add Laravel Telescope
2019-03-30 21:46:56 +00:00
c63955e0cf
Merge pull request #121 from jonnybarnes/feature/telescope
Set up Telescope
2019-03-29 20:48:11 +00:00
867b859169 Improve testing 2019-03-29 20:42:11 +00:00
3c468be081 Set up Telescope 2019-03-29 17:53:43 +00:00
ce4ef55617
Merge pull request #119 from jonnybarnes/develop
MTM: Mobile layout improvements
2019-03-25 18:16:11 +00:00
27638226fa
Merge pull request #118 from jonnybarnes/feature/better-mobile-width
Making improvements to the layout on mobile
2019-03-25 17:27:16 +00:00
758fc90634 Making improvements to the layout on mobile 2019-03-24 18:16:06 +00:00
bd98730dd6
Merge pull request #116 from jonnybarnes/develop
MTM Colours fix
2019-03-24 17:35:37 +00:00
4a3ec5a0a5
Merge pull request #115 from jonnybarnes/bugfix/colour-schemes
Improve form for handling colours
2019-03-24 17:28:41 +00:00
d07d0be41d Improve form for handling colours 2019-03-24 17:16:01 +00:00
c40548be73
Merge pull request #114 from jonnybarnes/develop
MTM: recent work on Horizon
2019-03-23 16:10:06 +00:00
0d2f38ceac
Merge pull request #113 from jonnybarnes/feature/admin-login
Protect admin routes with new eloquent sessions
2019-03-23 15:49:34 +00:00
dad45c4ab1 Update Admin tests for new auth implementation 2019-03-23 15:41:01 +00:00
2e79492b01 Protect admin routes with new eloquent sessions
When using Laravel’s own auth middleware an exception would then get
thrown which was being sent to Slack, hmmm.

So I modified the original MyAuthMiddleware to use the Auth facade
instead of a custom session key.

A logout page has also been added.
2019-03-23 09:35:07 +00:00
db3708bbb6
Merge pull request #112 from jonnybarnes/composer-update
Update composer dependencies including commonmark
2019-03-22 17:00:14 +00:00
9d60e40deb Update composer dependencies including commonmark
CommonMark had an XSS vulnerability
2019-03-22 16:52:40 +00:00
c82c4524eb
Get Newest Horizon (#109)
* Re-publish Horizon assets

* Updated horizon config file

* Newest Horizon now works by using Laravel’s own auth

* For now, remove test for admin login
2019-03-21 19:46:38 +00:00
e7a44fb663
Merge pull request #108 from jonnybarnes/feature/switch-autolink-library
Switch to The PHP League’s autolink extension
2019-03-17 16:40:11 +00:00
7cd8def105 Switch to The PHP League’s autolink extension 2019-03-17 16:32:00 +00:00
4de57bbf2d
Merge pull request #107 from jonnybarnes/hotfix/0.21
Hotfix v0.21: Compress assets
2019-03-17 15:56:31 +00:00
87a57f4442 Compress assets 2019-03-17 15:40:13 +00:00
6a4620c18a
Merge pull request #105 from jonnybarnes/release/0.20
Release v0.20: Update Laravel to 5.8
2019-03-17 15:23:07 +00:00
adc05705ce
Merge pull request #104 from jonnybarnes/feature/L5.8-fix
Missed some files from the last PR
2019-03-17 14:55:18 +00:00
80d9bc7d59 Aargh, missed some files from the commit 2019-03-17 14:46:45 +00:00
60f0daaf29
Merge pull request #103 from jonnybarnes/feature/laravel-5.8
Laravel 5.8
2019-03-17 14:45:31 +00:00
53d8f4b77f Replicate some of the changes from the skeleton app 2019-03-17 14:16:01 +00:00
41fec3d61b Updated dependencies 2019-03-17 14:08:49 +00:00
c96ba5e82a Fixing tests
Most were a case of adding void return statement to setUp and tearDown,
also needed to add 6th `null` param to indieauth method. Its for
code_verifier, issue created to work out what I should actually be doing
with that.
2019-03-17 14:06:18 +00:00
a71d6d7845 Example Browser Test from latest Dusk package 2019-03-17 13:54:20 +00:00
a907df59c0 In L5.8 Cache duratrion is now defined in seconds
So we can pass the value straight in without converting to minutes
2019-03-17 13:49:42 +00:00
4b60d6bacd Ignore PHPStorm’s .idea folder 2019-03-17 13:26:47 +00:00