DariusIII
5f211406d0
Fix isPostBack issues
2023-03-30 23:48:50 +02:00
DariusIII
ad05688ac6
CS fixes
2023-03-30 21:48:07 +02:00
Shift
afb0f41611
Add PHP type hints
2023-03-30 14:15:39 +00:00
Shift
9075b09068
Convert env() to config()
...
Laravel [recommends][1] only using `env()` within configuration files and using `config()` everywhere else. Doing so allows you to improve performance by running `php artisan config:cache`.
[1]: https://laravel.com/docs/5.7/configuration#configuration-caching
2023-03-30 14:15:18 +00:00
Shift
1eeb9eaece
Shift to consistent, fluent response chains
2023-03-30 14:15:17 +00:00
Shift
66c246852c
Leverage injected request object
...
Laravel automatically injects the current Http [request object][1] to all Controller actions and Middleware. Leveraging this object improves consistency and testability.
[1]: https://laravel.com/docs/requests#accessing-the-request
2023-03-30 14:15:14 +00:00
Shift
0faefd419b
Streamline calls to orderBy
2023-03-30 14:15:08 +00:00
DariusIII
cdf10c03c9
Remove sharing from controllers and admin theme
2023-03-29 16:32:50 +02:00
DariusIII
766a07b1e2
Replace custom path constants with laravel defined paths
2023-03-28 16:56:23 +02:00
DariusIII
ea9c3b0001
Remove unused functions
2023-03-22 15:42:37 +01:00
DariusIII
d33ee03ebf
Remove unused functions and classes
2023-03-22 15:12:29 +01:00
DariusIII
d775ff22e2
Remove support for sab, nzbget, couchpotato and nzbvortex integrations
2023-03-16 13:38:43 +01:00
DariusIII
3cf669dfb0
Update nzb and covers paths
2023-03-16 10:57:27 +01:00
DariusIII
a91c2452c7
CS fixes by pint
2023-03-07 11:18:32 +01:00
DariusIII
4c646b9b7c
CS fixes
2023-03-06 10:28:49 +01:00
DariusIII
75b0e567dd
Remove stray tag property
2023-03-06 10:24:30 +01:00
DariusIII
49872346f2
CS code fixes by pint
2023-03-02 16:47:20 +01:00
DariusIII
ae61c3dc35
Additional changes for tagging removal
2023-03-01 14:39:15 +01:00
DariusIII
715ea01dc1
CS fixes
2023-02-04 14:16:06 +01:00
DariusIII
c441d96ee5
Fix AdminGroupController. Closes #1270
2023-02-04 14:13:30 +01:00
DariusIII
83fcfaa08b
CS fixes
2023-01-15 18:29:21 +01:00
DariusIII
a2d31e7743
Fix wrong return value
2023-01-15 18:27:54 +01:00
DariusIII
08abdc6549
CS fixes
2022-11-30 20:55:23 +01:00
DariusIII
e17dbc12d2
Fix return type declarations
2022-11-30 20:48:34 +01:00
DariusIII
6eab198c1d
Code style fixes
2022-10-23 23:24:49 +02:00
DariusIII
4d188afb52
Update controllers
2022-10-23 23:18:00 +02:00
DariusIII
c33db34c49
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-09-13 20:01:06 +00:00
DariusIII
34fb50f40f
Use Laravel framework 8
2020-09-28 21:26:55 +02:00
DariusIII
d1311a81e6
Remove pragmarx/firewall package
2020-03-10 14:17:22 +01:00
DariusIII
da32ef1b2b
Allow user verification from user list page. Closes #1089
2020-02-26 13:05:04 +01: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
5886fe162c
Replace WWW_TOP with url() helper
2019-12-08 19:21:23 +01:00
DariusIII
475910ec97
Use the new remember() function for lazycollections
2019-11-06 17:30:39 +01:00
DariusIII
5a8fff0020
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2019-11-01 19:52:18 +00:00
DariusIII
0fe0555bcd
Replace ! $request->has with new $request->missing
2019-10-24 11:19:10 +02:00
DariusIII
89472804f0
Fix adding new content
2019-10-14 15:51:52 +02:00
DariusIII
86f7251a9a
PHPCS fixes
2019-09-26 10:50:28 +02:00
DariusIII
8a4187ef5e
Fix fetching imdb info
2019-09-26 10:49:59 +02:00
DariusIII
5368d3a27a
Use LazyCollections where possible to reduce memory usage of queries
2019-09-11 21:51:56 +00:00
DariusIII
e427fcc566
Adjust site settings for passwordstatus changes
2019-08-20 15:59:13 +02:00
DariusIII
a30904ace4
Fix sending invites when site is in invite mode
2019-08-05 15:44:00 +02:00
DariusIII
dc1167c802
Fix adding of new 8 digit imdbid movies in admin movie add
2019-07-16 11:05:10 +02:00
DariusIII
33e29e2a7c
Fix adding user from admin area (fixes issue #972 )
2019-05-08 14:57:09 +02:00
DariusIII
d482fa96de
Missed 2 cases of padding
2019-04-06 11:28:40 +02:00
DariusIII
008d03d1a8
Add migrations and update themes for new imdbid length
2019-04-04 15:33:15 +02:00
DariusIII
6d23463ec5
Fix missed renames for root_categories table
2019-03-15 11:50:58 +01:00
DariusIII
c9ddfde1ac
Update queries to use root_categories table
2019-03-12 12:25:00 +01:00
DariusIII
d4113e2b0f
Fix return declarations in multiple controllers
2019-02-26 22:26:42 +01:00
DariusIII
60c81ea1c8
Fix Releases class instantiation
2019-02-25 23:19:54 +01:00