Commit graph

16 commits

Author SHA1 Message Date
39a197ae7b
refactor: Refactor file headers and add Psalm suppressions
- Added Psalm suppression annotations to multiple controller classes
- Added PHPDoc comment blocks to seeders and factories
- Added comments to indicate unused classes and methods
- Removed unused annotations and imports
2023-07-28 11:48:07 +01:00
a2f2dae140
Run Laravel Pint 2023-06-25 14:22:56 +01:00
3a681c0a44
Initial work with Psalm reporting 2023-06-25 14:18:40 +01:00
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
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
3f4634710c
Implement strict Eloquent when developing 2022-11-24 21:44:57 +00:00
0fca80e7e4 Improve exception handling and model binding 2020-08-09 15:54:10 +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
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
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