Commit Graph

27 Commits

Author SHA1 Message Date
DariusIII 935bae2a45 Improvew API response 2026-02-12 12:48:09 +01:00
DariusIII f4c444c9b0 Update phpstan level to 6 2026-02-11 14:02:26 +01:00
DariusIII c5e55dd562 Fix phpstan reported errors 2026-02-10 16:16:29 +01:00
DariusIII 4f2421b091 Update profile API and download views 2025-10-28 01:53:15 +01:00
DariusIII 9a8e58482f Update packages 2023-12-28 20:57:39 +01:00
DariusIII ad05688ac6 CS fixes 2023-03-30 21:48:07 +02:00
Shift 71e1631df6 Remove redundant typing from DocBlocks 2023-03-30 14:15:45 +00:00
Shift afb0f41611 Add PHP type hints 2023-03-30 14:15:39 +00:00
Shift dd2f3034c7 Remove unnecessary $table property
By convention, Laravel uses the "snake case", plural name of the class as the table name.
2023-03-30 14:15:22 +00:00
DariusIII 49872346f2 CS code fixes by pint 2023-03-02 16:47:20 +01:00
DariusIII c33db34c49 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-13 20:01:06 +00:00
DariusIII 02ad342bac Apply fixes from StyleCI
[ci skip] [skip ci]
2020-02-05 01:56:40 +00:00
DariusIII b343c02c63 Update project files 2020-02-05 00:39:09 +00:00
DariusIII 5a8fff0020 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-01 19:52:18 +00:00
DariusIII 289299187e Update model doc blocks 2019-08-28 23:41:42 +00:00
DariusIII 327b6be8b2 Remove requirement for userid when using RSS, API and APIv2, its useless as we already have the token 2018-12-12 20:26:38 +01:00
DariusIII 8172f0c5d0 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-08-08 07:47:11 +00:00
DariusIII b0f5f0d190 Wrap delete queries into transaction to prevent deadlock error messages 2018-08-08 09:46:59 +02:00
DariusIII 513739f6dd Use now() helper in place of Carbon::now() 2018-05-31 10:22:08 +02:00
DariusIII 59f09bf2cf Apply fixes from StyleCI
[ci skip] [skip ci]
2018-05-14 21:28:16 +00:00
DariusIII 9e4959950e Add barryvdh/laravel-ide-helper 2018-05-14 23:18:48 +02:00
DariusIII d036f3f28c Move some of the functions to their related models 2017-12-10 00:00:03 +01:00
DariusIII 091cae1e52 Update models 2017-11-01 23:16:22 +01:00
DariusIII ce037286c6 Fix UserRequest model relationship 2017-09-22 00:09:34 +02:00
DariusIII 879e054d38 Add relationship between User and UserRequest models 2017-09-21 15:58:03 +02:00
DariusIII 24fa162413 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-08-31 09:31:28 +00:00
DariusIII 9aaf7e1014 Add UserRequest model and use it in Users class 2017-08-09 12:48:16 +02:00