Commit Graph

73 Commits

Author SHA1 Message Date
DariusIII 79cc81cecb Use laravel default error pages 2023-04-09 12:40:37 +02:00
DariusIII 7f4063d818 Fix return type in edit function 2023-04-06 22:56:24 +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 1eeb9eaece Shift to consistent, fluent response chains 2023-03-30 14:15:17 +00:00
DariusIII 3f40a28d1a Remove downloader tab is user settings 2023-03-16 15:03:40 +01:00
DariusIII 2d52a5a658 Remove missed references to sab 2023-03-16 14:51:07 +01:00
DariusIII d775ff22e2 Remove support for sab, nzbget, couchpotato and nzbvortex integrations 2023-03-16 13:38:43 +01:00
DariusIII c0f1ba0de5 Optimize userdata usage 2023-03-15 20:38:03 +01:00
DariusIII 49872346f2 CS code fixes by pint 2023-03-02 16:47:20 +01: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 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 e8c2e09efc Send account deletion emails without queues 2020-01-08 03:57:22 +01:00
DariusIII 6fd1030c5d Fix access to user profiles as admin. Closes #1058 2020-01-06 00:07:16 +01:00
DariusIII 5cabfb43f1 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-12-26 00:05:53 +00: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 83235ae6e3 Phpcs fixes 2019-10-24 12:31:03 +02:00
DariusIII cb5851a746 Update email management code 2019-10-24 12:30:00 +02:00
DariusIII 0fe0555bcd Replace ! $request->has with new $request->missing 2019-10-24 11:19:10 +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 7c884227f8 Replace ends_with function with Str:endsWith() 2019-07-31 09:36:36 +02:00
DariusIII d9c7ba88f9 Update profile deletion behaviour 2019-05-08 14:17:25 +02:00
DariusIII 3a9a6a40ab Apply fixes from StyleCI
[ci skip] [skip ci]
2019-04-10 10:52:59 +00:00
DariusIII 1f71dd0dd9 Reduce querying of users table in ProfileController, simplify role and permissions code checks 2019-04-10 12:52:28 +02:00
DariusIII 014075bb7d Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-12 14:09:19 +00:00
DariusIII 673cd1c1b3 Update classes 2019-03-12 15:01:38 +01:00
DariusIII 1d39e369bc Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-08 10:29:40 +00:00
DariusIII b4010e271f Move account deletion emails sending to user observer 2019-02-08 11:29:15 +01:00
DariusIII b54b436d95 Update ProfileController 2019-02-06 12:17:02 +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 4b4de3acef Replace usage of str_ helper with Str class directly to prepare for Laravel 5.8 changes 2019-01-29 13:33:35 +01:00
DariusIII 603655e974 Small optimizations in code, use compact where applicable 2019-01-25 13:20:55 +01:00
DariusIII 3b311188bc Update user category exclusion handling in API and APIv2 2018-12-12 20:43:14 +01:00
DariusIII 68a63d1224 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-21 12:04:49 +00:00
DariusIII c978d45b2c Replace custom user email and password validation with laravel validation for user profile updates 2018-11-21 13:04:19 +01:00
DariusIII 8c11a6c38a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-13 20:54:24 +00:00
DariusIII a70ad437ad Use User model for email queue where possible 2018-11-13 21:54:10 +01:00
DariusIII 3ebe9e9583 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-13 12:12:43 +00:00
DariusIII eb90c9e051 Use laravel queue for sending emails 2018-11-13 13:12:15 +01:00
DariusIII 914e9a4edb Update ProfileController 2018-10-20 22:04:59 +02:00
DariusIII a53aa4460d Fix wrong assingment of role in users table on user creation 2018-09-25 13:06:10 +02:00