Commit Graph

29 Commits

Author SHA1 Message Date
DariusIII 1c08f036e7 Update and improve registration page 2018-04-05 12:30:39 +02:00
DariusIII e651ae1da6 Remove Page and AdminPage classes, adjust pages accordingly 2018-03-28 12:57:37 +02:00
DariusIII f3974a615a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-03-22 14:51:33 +00:00
DariusIII a2abf2d085 Start migrating to laravel's routing and authentification 2018-03-22 14:17:23 +01:00
DariusIII c0f070314a Simplify some of the used code, remove unused functions 2018-03-15 13:56:17 +01:00
DariusIII 6289991a5e Fix editing of user profiles 2018-03-02 15:21:50 +01:00
DariusIII b0c55693ef Update rest of the pages to use request directly 2018-03-01 15:49:33 +01:00
DariusIII 283c1aeff9 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-27 22:56:32 +00:00
DariusIII efa1636d46 Update pages for laravel request usage 2018-02-27 23:56:16 +01:00
DariusIII e0abdeb201 Move more pages to Request usage 2018-02-27 15:52:36 +01:00
DariusIII 3fb10340d3 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-14 22:09:18 +00:00
DariusIII 314e601e44 Rename nntmux namespace and folder to Blacklight 2018-02-14 23:08:17 +01:00
DariusIII 9d72dd1a89 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-02-09 13:25:45 +00:00
DariusIII 923b25df9e Remove functions from Utility class, use same functions from laravel helpers, update generateUuid function 2018-02-09 14:24:57 +01:00
DariusIII 73432fe3d9 Use replace getById user lookup with User model find built in function(does the same thing as custom function) 2018-02-02 10:29:40 +01:00
DariusIII 1aae452c2a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-01-11 10:03:44 +00:00
DariusIII cdf881efde Remove nntmux/Category class and move its functions into Category model 2018-01-11 11:03:12 +01:00
DariusIII 6fd4a51d96 Update isValidPassword and generatePassword functions to check for and generate stronger passwords 2018-01-09 13:33:22 +01:00
DariusIII 7a5875b383 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2017-12-25 23:59:41 +01:00
DariusIII a78ed61e1f Remove sitewide sab/nzbget integration check in profileedit 2017-12-25 23:59:09 +01:00
DariusIII 451ac73b79 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-12-25 22:58:14 +00:00
DariusIII 6ff83ab275 Update all isLoggedIn chacks to use user model 2017-12-25 23:55:04 +01:00
DariusIII 10844ace9d Remove Users class and use models in its place 2017-12-25 17:11:25 +01:00
DariusIII dcdb02f0ef Fix wrong values definition for user update 2017-09-27 14:29:04 +02:00
DariusIII 4d976de49b Prevent errors if admin did not allow user selectable site themes 2017-09-27 10:45:14 +02:00
DariusIII 373ca941e1 Use proper, user_roles_id, column when updating profile (prevents changing user role to guest) 2017-09-27 10:24:52 +02:00
DariusIII 65a1e5ff07 Rename Models/Settings value function into settingValue to prevent collision with query builder value response 2017-09-01 10:49:35 +02:00
DariusIII 24fa162413 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-08-31 09:31:28 +00:00
DariusIII 4c45ba2952 Rename www folder into public, adjust constants.php acordingly 2017-07-31 15:37:32 +02:00