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
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
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
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
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
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
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
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
26c4bc82d6
Some redesign work, that didnt actually use grid
...
Squashed commit of the following:
commit 1701a33d313d0969b061c8a87734395312045d9a
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Sat Mar 16 18:44:29 2019 +0000
Try and get security checker working again
commit 2f81f28419304cad1678c6ee054eb3c8782fa082
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Sat Mar 16 18:38:41 2019 +0000
Make sure aaron's profile pic is saved
commit 8a78aeec9c648a647fcb5d778b3003df5c3f653e
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Sat Mar 16 18:16:16 2019 +0000
Lets push out the new style as is
commit a8015907d44370600ae3711605f96c4e3a637fca
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Mar 15 21:31:19 2019 +0000
More design work
commit 12cb6e1bfc23ca9591e5348ebc6e49614d686722
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Sun Mar 10 16:00:30 2019 +0000
Updating CSS styles for design v2
2019-03-16 21:48:54 +00:00
91890fa41f
Version 0.19 v0.19
...
-----BEGIN PGP SIGNATURE-----
iKsEABMJADMWIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCXFTFVhUcam9ubnlAam9u
bnliYXJuZXMudWsACgkQGyx2r7FshZvfYAGAsQZdLr/aIPTnwQVkcdebZqAWSOck
4aQ/F2f/BFsQJpoH4Iu4BngKRAnOIi/GpLOXAYCSjbrPnSO2fOuwF3EWlb2zRJxW
yP2S0hJblh/12j8QNi1JTJuVF+X5FAQh7es0fbQ=
=avUa
-----END PGP SIGNATURE-----
Merge tag 'v0.19' into develop
Version 0.19
2019-02-01 22:17:01 +00:00
13a1aa9124
Merge branch 'release/0.19'
2019-02-01 22:16:50 +00:00
45a2c01c48
Notify Slack on Exceptions (issue #97 )
...
Squashed commit of the following:
commit 104a106d735f586f893dffb57e07f15b2e20d901
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Feb 1 21:54:06 2019 +0000
Remove unused class use statement, add array trailing comma
commit 8fbc46e816789d26447a01cbd0d542c62a287671
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Feb 1 21:27:42 2019 +0000
Set default values for slack message
commit b54650d85d73702dfb836436a964dd882844fff5
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Feb 1 21:26:06 2019 +0000
Post exceptions to Slack
commit 74f394ab2b5e66eac8c3f75ccf13aae0a7bc8e11
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Feb 1 21:25:47 2019 +0000
Slack Webhook env variable
2019-02-01 21:59:59 +00:00
5ff469fe21
Dependency updates
2019-02-01 20:39:05 +00:00
fb44afd7ad
Remove deprecated global helper functions (issue #99 )
...
Squashed commit of the following:
commit 8ff29a8ab51ee5057ef786614ab95b005bf8918c
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Feb 1 18:42:05 2019 +0000
Replace deprecated global helpers with their facade equivalents
2019-02-01 18:49:35 +00:00
7a4ba43b4d
Fix mapbox on safari (issue #87 )
...
Squashed commit of the following:
commit 6be3d1b2a3dc29c2271035df60204efe859d516f
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Fri Feb 1 14:44:38 2019 +0000
Add blob to child-src, fixes mapbox on safari
2019-02-01 14:56:02 +00:00
44c83c31f0
Version 0.18 v0.18
...
-----BEGIN PGP SIGNATURE-----
iKsEABMJADMWIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCXE4ekBUcam9ubnlAam9u
bnliYXJuZXMudWsACgkQGyx2r7FshZu6gQGAjii5Hmojz8P7afeSkqWztOxoG3yO
o3KclFRBdfLQpEDJ2s0aE+C+R/48Mn1crRV/AYDKjN2Vh5tVgrUviWFehrNAe2d4
mh3pibcIMB8mraqE2IDCne+LzCm2OjuaYTqdMkQ=
=sKVG
-----END PGP SIGNATURE-----
Merge tag 'v0.18' into develop
Version 0.18
2019-01-27 21:11:52 +00:00
b9fb0f7427
Merge branch 'release/0.18'
2019-01-27 21:10:05 +00:00