Commit graph

428 commits

Author SHA1 Message Date
04ee21d1a8 Fix PHPDoc comment style 2020-09-13 17:22:52 +01:00
e36345ca53 Fix geography error 2020-09-13 17:13:47 +01:00
9e33e1455d Updating some Ide helper stuff 2020-09-13 17:00:45 +01:00
a25642507c Add a space before concat operator 2020-08-15 21:08:25 +01:00
aa5833a751 Show more useful info in slack messages 2020-08-15 21:06:09 +01:00
f01595f181 Fix phpcs error 2020-08-15 10:06:26 +01:00
ae2c45ff3d Add media endpoint support for the source parameter 2020-08-15 09:56:33 +01:00
69791cc512 Remove un-needed namesapce import 2020-08-09 15:58:19 +01:00
0fca80e7e4 Improve exception handling and model binding 2020-08-09 15:54:10 +01:00
95bf302dcd Replicate what aaronpk does in his endpoint 2020-06-28 17:21:21 +01:00
b764066d98 Only return media added in last half hour 2020-06-28 16:30:56 +01:00
d7a5efe74a Stop logging 404-type errors to slack 2020-06-27 18:26:48 +01:00
4f2d3b7c2b Media Endpoint improvements
For the code, media related stuff is now in its own controller

Added support for querying the most recent file uploaded
2020-06-27 14:13:33 +01:00
5cf7a14ad6 Fix quote style 2020-06-25 20:57:32 +01:00
868efc36f6 Minor fixes
Improve how we link to external fonts, change csp generating code, fix
width of pagination links
2020-06-25 20:50:32 +01:00
c20a2f403c Add some colours and new fonts 2020-06-22 20:58:53 +01:00
0195814219 Add jf2 feeds for notes and blog posts 2020-06-20 16:47:39 +01:00
0a4b803209 Use commonmark’s built in autolink extension 2020-06-19 21:39:02 +01:00
b0ad1d272c Some small fixes needed for the tests 2020-06-13 17:26:59 +01:00
7fc3fb19c0 Upgrade to Laravel v7 2020-06-13 16:32:42 +01:00
debbfa98d6 Use macro for pagination links 2020-02-23 17:12:17 +00:00
eb4f479b97 Add pagination links to front page 2020-02-23 12:39:21 +00:00
7fe74c00b0 Another phpcs fix 2020-02-22 12:09:26 +00:00
bd380e365c Stop phpcs line too long error for generated class Docs 2020-02-22 12:00:59 +00:00
bd93f7831e Fix PHPDoc styles for ide helper blocks 2020-02-22 11:21:00 +00:00
3f1bca4168 IDE Helper added 2020-02-22 11:06:43 +00:00
72ea343366 StyleCI fixes for namespace imports 2020-02-21 22:50:30 +00:00
215b28b056 Fix errors psalm found scanning at level 7 2020-02-21 22:46:48 +00:00
9589863e42 Improve h-card check in mircopub request 2020-01-26 17:45:09 +00:00
3fe200ffab Don’t make emoji accessible for now 2020-01-26 16:36:12 +00:00
9b8a0fc517 Improve PHPDoc 2020-01-26 12:22:18 +00:00
c66eaaa97b Invoke parent handler before sending to Slack 2020-01-26 12:21:15 +00:00
20a3048aee Some more phpcs fixes 2019-10-27 20:55:46 +00:00
ed2b83fba7 Fix typehint to allow null to be passed 2019-10-27 20:17:51 +00:00
2ed4cc93a1 Apply fixes from StyleCI 2019-10-27 19:34:54 +00:00
ef03d2209f Fixing various phpcs issues 2019-10-27 19:31:33 +00:00
9de24c2740 Apply fixes from StyleCI 2019-10-27 16:29:15 +00:00
b2b6693aec Ooof, got the dependencies all up to date as well
Lots of tests needed fixing, but it seemed to be a whitespace parsing
error in the view files 🤔
2019-10-27 16:15:14 +00:00
ec01b3c6a2 Update Laravel to v6 2019-10-19 15:34:49 +01:00
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
490d9eaf7a Using mapbox from their CDN 2019-05-12 10:31:04 +01:00
546f952466 Add Fathom script to master view 2019-05-03 21:02:22 +01:00
73f88c5faf Enable dark mode in Telescope 2019-03-31 17:11:33 +01:00
3c468be081 Set up Telescope 2019-03-29 17:53:43 +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
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
7cd8def105 Switch to The PHP League’s autolink extension 2019-03-17 16:32:00 +00:00
53d8f4b77f Replicate some of the changes from the skeleton app 2019-03-17 14:16:01 +00:00