f2ad3a6626
Fix code style with Laravel Pint
2023-05-12 15:35:41 +01:00
86ac67698e
Remove activity stream functionality from controllers and providers.
...
- Remove activity stream related code and files
- Update configuration for HtmlSanitizer and RetryGuzzle
- Add `paginate` macro for `Collection`
- Remove unused code for `Codebird`
- Simplify `FrontPageController` and `NotesController` methods
2023-05-12 15:30:05 +01:00
7ee5bb00ba
Update Laravel Pint
2023-04-20 17:34:06 +01:00
58c5a7d443
Re-add search functionality
2023-04-11 21:44:55 +01:00
bdb69df52d
Switch bio to be stored in database
2023-04-11 17:37:42 +01:00
16b120bc73
Upgrade to Laravel 10
2023-02-18 09:34:57 +00:00
6d6e719f52
Update Laravel Pint, fix files in codebase
2023-02-16 16:57:06 +00:00
33acf33be9
Update Laravel Pint and fix code style
2022-12-02 19:49:29 +00:00
cfca6a1de5
Refactor models to use new attribute cast
2022-11-26 10:55:58 +00:00
3f4634710c
Implement strict Eloquent when developing
2022-11-24 21:44:57 +00:00
42f0fa2238
Return a published and mime type data with sourced media uploads
2022-11-20 17:12:22 +00:00
6c28f75678
Add Laravel Pint fixes
2022-11-16 21:07:59 +00:00
027eccfad8
Update querying of last uploaded media
2022-11-16 20:30:08 +00:00
c9106b5b8b
Fix issues saving syndication targets
2022-10-24 17:18:04 +01:00
66257e7e9b
Use new syndication target model when processing MicroPub requests
2022-10-23 20:38:12 +01:00
0ddec78d09
Allow syndication targets to be added/edited in admin interface
2022-10-23 13:11:31 +01:00
ea8395a651
Add model to store syndication target data
2022-10-22 14:18:21 +01:00
4a0bc6005a
Fix issuing of token during IndieAuth sign in
2022-10-15 16:09:53 +01:00
c3c395c659
Rework indieauth checking in token endpoint
...
We know the me value, it is our app
2022-09-24 19:05:45 +01:00
ff6d8ae3eb
Fix Laravel Pint issues
2022-09-24 18:33:36 +01:00
e456f688a3
We need to manually check the indieauth endpoint ourselves now
2022-09-24 18:28:05 +01:00
26cd021a25
Fix a typo in a comment
2022-08-14 18:07:38 +01:00
a0954bc936
Add the page for tagged bookmarks
2022-08-14 17:56:21 +01:00
5e5f74f4ed
Fix /notes/new page so it is not a 404
2022-08-13 16:00:06 +01:00
e36f15d391
Fix files with Laravel Pint
2022-07-09 10:08:26 +01:00
78bd468d3d
Upgrade to Laravel 9 ( #252 )
2022-02-27 19:42:49 +00:00
1abca77bdc
Finish re-working tests to run on test database
2021-08-31 12:28:00 +01:00
b7614d12c5
Add new exception to catch block
2021-01-31 15:08:25 +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
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
90f1d111b6
StyleCI fixes
2020-10-17 10:24:09 +01:00
3c3ad3e29d
Remove the postgis stuff
2020-10-16 20:45:07 +01:00
9e3cc19098
Update dependencies, and fix some tests
2020-10-10 19:44:17 +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
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
0195814219
Add jf2 feeds for notes and blog posts
2020-06-20 16:47:39 +01:00
b0ad1d272c
Some small fixes needed for the tests
2020-06-13 17:26:59 +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
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