Commit Graph

51 Commits

Author SHA1 Message Date
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
DariusIII 23ab8f0334 Use $this->userdata->id variable in place of Auth::(id) in controllers 2018-09-24 11:28:49 +02:00
DariusIII 889d426c85 Update handling of user and role disabled categories 2018-08-07 01:20:57 +02:00
DariusIII 16c81470ea Update Controllers and templates for user related permission changes 2018-08-06 15:53:40 +02:00
DariusIII dd977c65b7 Replace isAdmin, isDisabled and isModerator functions with direct role checking and remove roleCheck function from User model 2018-08-03 11:10:01 +02:00
DariusIII f5d62bf6d0 User account deletion from user profile 2018-08-01 15:44:59 +02:00
DariusIII 00f09c4a6e Add patch to rename user_roles_id to roles_id, update related classes 2018-08-01 10:46:21 +02:00
DariusIII 08ef58c80b Send email verification request if user has changed the email in profile edit page 2018-06-21 11:32:57 +02:00
DariusIII 8b51c3d65e Update ProfileController, fix Sabnzbd constructor call 2018-04-19 15:23:43 +02:00
DariusIII dee44b0c1b Apply fixes from StyleCI
[ci skip] [skip ci]
2018-04-15 21:32:36 +00:00
DariusIII 3c7b64b0b9 Update Profile and Forum controllers 2018-04-15 23:31:04 +02:00
DariusIII 78380e0dbf Update redirect on new rss key generation 2018-04-13 14:15:26 +02:00
DariusIII 77ecb42046 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-04-13 12:11:55 +00:00
DariusIII e6277e3b49 Fix some of the quirks in Profile edit 2018-04-13 14:11:32 +02:00
DariusIII aa87d647a7 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-04-13 12:01:43 +00:00
DariusIII d06794f26c Add option to edit profile to ProfileController 2018-04-13 14:01:36 +02:00
DariusIII 9a53d317a7 Change theme handling in profile controller 2018-04-09 23:19:24 +02:00
DariusIII 4bb3fb341f Merge branch 'dev-controllers' of https://github.com/NNTmux/newznab-tmux into dev-controllers 2018-04-09 23:17:28 +02:00
DariusIII 3a134846d1 Update comments handling in user profile page 2018-04-09 23:17:21 +02:00
DariusIII 63e3b17bd5 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-04-09 21:14:53 +00:00
DariusIII 68c4dd564a Remove pager from profile 2018-04-09 23:14:29 +02:00
DariusIII 1021a2c7e8 Add initial BrowseController 2018-03-30 23:25:50 +02:00
DariusIII 74df5848e4 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-03-29 13:54:56 +00:00