Commit Graph

78 Commits

Author SHA1 Message Date
DariusIII 04da8197ed CS fixes 2023-03-31 12:31:31 +02:00
DariusIII f9407a72c8 Merge branch 'master' of https://github.com/NNTmux/newznab-tmux 2023-03-31 11:37:09 +02:00
DariusIII ad05688ac6 CS fixes 2023-03-30 21:48:07 +02:00
DariusIII be26b081df Fix couple of issues introduced after shift update 2023-03-30 21:44:25 +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 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 2fcf05db34 Convert controller validation to Form Requests 2023-03-30 14:15:10 +00:00
DariusIII 61f5d1b2d7 CS fixes 2023-03-30 14:56:40 +02:00
DariusIII cefe45ebe0 Update login controller 2023-03-30 14:44:16 +02:00
DariusIII 49872346f2 CS code fixes by pint 2023-03-02 16:47:20 +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 d1311a81e6 Remove pragmarx/firewall package 2020-03-10 14:17:22 +01:00
DariusIII 7e5f28032f Use php-cs-fixer changes 2020-02-10 02:02:42 +01:00
DariusIII f0d7c96c0d Use session for login and logout messages 2020-02-10 02:01:54 +01:00
DariusIII f403396434 Add php-cs-fixer fixes 2020-02-10 00:47:37 +01:00
DariusIII fd0906312e Handle login throttling 2020-02-10 00:46:26 +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 18667feec0 Try getting proper user ip 2020-01-31 12:24:39 +01:00
DariusIII 427fb0f651 Fix error on email change in user profile. Closes #1049 2019-12-26 01:05:19 +01:00
DariusIII 5a8fff0020 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-01 19:52:18 +00:00
DariusIII 11141f7f3c Update login controller 2019-08-09 12:31:04 +02:00
DariusIII 18212e7f7e Add basic notifications 2019-08-09 12:30:37 +02:00
DariusIII c9edaed44c Replace smarty constants in tpl files(first batch) 2019-08-08 15:24:22 +02:00
DariusIII 44147aceec Create registration and logout messages 2019-08-07 22:33:40 +00:00
DariusIII d4113e2b0f Fix return declarations in multiple controllers 2019-02-26 22:26:42 +01:00
DariusIII 094d683c3b Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-20 14:08:57 +00:00
DariusIII f2c1eaaddc Move certain user functions (api accessed and logged in) into specific events 2019-02-20 15:08:53 +01:00
DariusIII 87c6e5d64f Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-03 20:01:19 +00:00
DariusIII 50ff1b6181 Update code style of various files 2019-02-03 20:58:51 +01:00
DariusIII bab65321a9 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-31 19:18:57 +00:00
DariusIII 552a096d9a Update and fix code with php-cs-fixer 2019-01-31 20:17:57 +01:00
DariusIII ed487c1299 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-29 12:51:58 +00:00
DariusIII 08b8edbe2d Replace usage of array_ helper with Arr class directly to prepare for Laravel 5.8 changes 2019-01-29 13:52:01 +01:00
DariusIII 603655e974 Small optimizations in code, use compact where applicable 2019-01-25 13:20:55 +01:00
DariusIII 14c0ed40f5 Add back logoutOtherDevices Auth function 2018-12-18 22:15:06 +01:00
DariusIII 20b0154039 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-12-04 08:14:38 +00:00
DariusIII 5e1b7dafca Update web routes and LoginController 2018-12-04 09:14:03 +01:00
DariusIII ebf7f3d057 Update LoginController to use confgig and not env file settings 2018-11-07 22:03:24 +01:00
DariusIII fb7d9d6570 Add config/captcha.php and use it in place of direct env file call 2018-11-05 15:42:12 +01:00
DariusIII 49d6b28d4a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-03 22:17:39 +00:00
DariusIII 08ddca1ad8 Update Registration and Login controllers 2018-11-03 23:17:23 +01:00
DariusIII 0e3e159bab Fix login and user controllers behaviour if firewall is disabled 2018-09-25 15:08:48 +02:00
DariusIII b7fef38afd Fix user login by email 2018-09-22 21:24:33 +02:00
DariusIII 08808426b9 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-09-07 10:00:01 +00:00
DariusIII 66244c6c6a Add email verification message to login page for non-verified users 2018-09-07 12:00:08 +02:00