Commit graph

1564 commits

Author SHA1 Message Date
42a85845fe For now dont worry about a paginator at the bottom of the page 2019-07-26 10:52:37 +01:00
41862b15b8 We no longer use the Exception in this controller 2019-07-26 10:43:51 +01:00
5ef23376be Work so far in refactoring front-end
- Mainly getting rid of existing css/js
- No longer linking to stuff like a11y.css
- Creating a FrontPageController to better deal with the home page
2019-07-26 10:40:56 +01:00
30f9b0f557 Reworking assets 2019-07-13 18:05:50 +01:00
1e546f00b1
Merge pull request #140 from jonnybarnes/updates-20190713
Update composer and npm assets
2019-07-13 13:13:07 +01:00
e09a0724d6 Update composer and npm assets 2019-07-13 13:02:45 +01:00
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
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