Commit Graph

83 Commits

Author SHA1 Message Date
DariusIII 1a747afdd0 Start using blade and tailwindcss 2025-10-03 16:42:39 +02:00
DariusIII d0201e3dc5 CS fixes 2025-06-05 16:37:08 +02:00
DariusIII 95fd8978a3 Update 2fa handling 2025-06-05 16:36:49 +02:00
DariusIII 4c809ff9c0 Remove return type declaration 2024-11-09 20:37:28 +01:00
Shift 0779e0ce02 Add PHP type hints 2024-10-31 20:47:02 +00:00
DariusIII 438ea9aa52 CS fixes 2024-10-28 11:29:36 +01:00
DariusIII 05ebaf4442 Use config where possible 2024-10-28 11:29:09 +01:00
DariusIII 9a8e58482f Update packages 2023-12-28 20:57:39 +01:00
DariusIII 8c12fdc044 CS fixes 2023-05-27 03:12:27 +02:00
DariusIII a6415d7990 Update return type declarations 2023-05-27 03:09:41 +02:00
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