Commit graph

552 commits

Author SHA1 Message Date
78bd468d3d
Upgrade to Laravel 9 (#252) 2022-02-27 19:42:49 +00:00
76dfe41e8c Update guzzle psr7 calls
The prior methods used have been deprecated and removed from upstream
project.
2021-10-24 16:55:30 +01:00
b464ba9dd3 Remove un-needed elements from CSP header 2021-10-05 20:58:28 +01:00
1abca77bdc Finish re-working tests to run on test database 2021-08-31 12:28:00 +01:00
0391cf80de Redo Notes a little, improve tests 2021-04-29 20:02:20 +01:00
d5bbed1eac Rename the tests to pass phpcs checks 2021-03-17 18:38:18 +00:00
b7614d12c5 Add new exception to catch block 2021-01-31 15:08:25 +00:00
1406e8b520 Some dependency updates 2021-01-31 14:50:01 +00:00
d43530cdd2 Final prep work to get ready for PHP8 2020-12-31 13:34:55 +00:00
f73a5587dc No longer need our own token exception 2020-11-28 19:02:37 +00:00
6942fc1d32 Initial php8 work
- switch to GD for image work
 - fix issues around jwt
2020-11-28 18:21:29 +00:00
977f06ec56 Fix error when webmention author can’t be found 2020-11-01 15:23:54 +00:00
417035fc39 Drop unused import from auth service provider 2020-10-19 19:43:16 +01:00
ed54446f87 Follow laravel upgrade guide 2020-10-19 19:41:50 +01:00
57186c3e2e Upgrade to Laravel 8 2020-10-17 17:15:06 +01:00
bb5bdc591a A StyleCI fix 2020-10-17 11:03:13 +01:00
9cc53f9cbf Some phpcs tweaks 2020-10-17 10:40:33 +01:00
02e3ce42e0 StyleCI fixes 2 2020-10-17 10:26:02 +01:00
90f1d111b6 StyleCI fixes 2020-10-17 10:24:09 +01:00
3c3ad3e29d Remove the postgis stuff 2020-10-16 20:45:07 +01:00
6234805858 Fix styling issues 2020-10-10 20:57:54 +01:00
0993d0187f Allow postgis location data to be copied to float columns 2020-10-10 20:56:29 +01:00
9e3cc19098 Update dependencies, and fix some tests 2020-10-10 19:44:17 +01:00
631826923a Use Laravel’s Array helper to ease accessing data in authorship array 2020-09-13 17:56:29 +01:00
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