Commit Graph

475 Commits

Author SHA1 Message Date
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 0b2cec2a3a Fix TV series page 2018-11-10 00:35:09 +01:00
DariusIII 530547a255 Update helpres makeFieldLinks function to properly create links, update Movie class and MovieController 2018-11-08 13:40:04 +01:00
DariusIII fb14075502 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-11-08 09:41:57 +00:00
DariusIII 6f98803e98 Update API v2 capabilities ouput by adding category tags used on site 2018-11-08 10:41:50 +01:00
DariusIII ebf7f3d057 Update LoginController to use confgig and not env file settings 2018-11-07 22:03:24 +01:00
DariusIII 5f273903db Fix couple of problems in API v1 2018-11-07 00:03:17 +01:00
DariusIII 36ffea902a Fix errors related to model/collection change 2018-11-06 23:53:02 +01:00
DariusIII c2e2c5d523 Add option for admins to edit release tags on edit release admin page 2018-11-06 22:37:12 +01:00
DariusIII 9538276aa5 Add support for tags in browse, APIv2 and on site release searches 2018-11-06 14:09:39 +01:00
DariusIII 1ab7937359 Update ApiController data to return arrays for output 2018-11-06 00:18:25 +01:00
DariusIII d900301d0b Update Releases class, use Release Model to retrieve data and add tags to API v2 output 2018-11-06 00:01:59 +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 1faf9179fa Dissallow disposable emails for new users 2018-10-29 15:39:52 +01:00
DariusIII 83ee85b447 Remove unused showFloodWarning function 2018-10-27 21:44:36 +02:00
DariusIII eb961fdaea Fix deletion of sjows from my shows page 2018-10-25 22:04:34 +02:00
DariusIII a7d3ed9601 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-10-22 09:34:49 +00:00
DariusIII 4f287d46dc Define STDOUT to prevent errors in web movie info update 2018-10-22 10:27:15 +02:00
DariusIII 914e9a4edb Update ProfileController 2018-10-20 22:04:59 +02:00
DariusIII 3919658489 Use object casting instead of row2Object function, remove now unused Sites class 2018-10-20 19:53:09 +02:00
DariusIII cf4238ba24 Update NfoController, check for missing nfo 2018-10-11 15:34:51 +02:00
DariusIII e065a8aa54 Update full site rss feed with ability to define limit and num(offset) for getting more releases from rss 2018-10-11 12:13:54 +02:00
DariusIII c3adab1b68 Use url helper to generate password reset link 2018-10-09 22:58:32 +02:00
DariusIII 8fba27ec0e Remove stray whitespace in X-DNZB-NFO header sent on nzb download. Fixes issue #735 2018-10-03 15:06:05 +02:00
DariusIII 0e3e159bab Fix login and user controllers behaviour if firewall is disabled 2018-09-25 15:08:48 +02:00
DariusIII a53aa4460d Fix wrong assingment of role in users table on user creation 2018-09-25 13:06:10 +02:00
DariusIII 857de9677a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-09-24 09:29:11 +00:00
DariusIII 23ab8f0334 Use $this->userdata->id variable in place of Auth::(id) in controllers 2018-09-24 11:28:49 +02:00
DariusIII b7fef38afd Fix user login by email 2018-09-22 21:24:33 +02:00
DariusIII da3e8e5222 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-09-20 11:58:42 +00:00
DariusIII c3b6980d4e Update releases with proper movieinfo_id when updating movies on movies list 2018-09-20 13:58:31 +02:00
DariusIII f99c3ae6c0 Use dirape/token to generate tokens and passwords for users 2018-09-19 11:37:07 +02:00
DariusIII bd844ba4ea Use url helper in place of $this->serverurl variable 2018-09-18 15:14:45 +02:00
DariusIII b66bfaa644 Add missing $this->serverurl declaration in BasePageController 2018-09-18 14:54:40 +02:00
DariusIII d1e5b52516 Fix AniDB initialization in DetailsController 2018-09-11 15:55:11 +02:00
DariusIII 5181c0519c Remove $page variable from AnidbController 2018-09-11 15:41:24 +02:00
DariusIII 4ebccb3256 Fix wrong check for result from query in password reset controller 2018-09-10 10:30:11 +02:00
DariusIII f093b8b6dd Fix failed releases handling 2018-09-08 19:23:04 +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
DariusIII 7b8b3db83b Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2018-09-07 11:54:10 +02:00
DariusIII 957b226a16 Fix displaying errors on registration page 2018-09-07 11:53:30 +02:00
DariusIII 859c08f20c Apply fixes from StyleCI
[ci skip] [skip ci]
2018-09-07 08:42:36 +00:00
DariusIII 03267cfb8d Fix display of login errors 2018-09-07 10:42:34 +02:00
DariusIII eaf7e258c0 Fix wrong Category model function usage in rest of controllers 2018-09-06 14:50:09 +02:00
DariusIII c86b279ee3 Fix wrong Category model function usage in BookController 2018-09-06 14:34:39 +02:00