Commit Graph

1476 Commits

Author SHA1 Message Date
DariusIII abc0b50350 Update services.php with proper user model 2017-10-06 15:16:32 +02:00
DariusIII 5529dbdb3c Fix category display on pages 2017-10-06 14:52:10 +02:00
DariusIII cb7cf5b8c8 Update cs of some files, use Category model in Category class 2017-10-06 14:09:28 +02:00
DariusIII bfa31d07eb Update cs of TMDB class 2017-10-05 15:25:52 +02:00
DariusIII 79a757c9fa Update Release and Category models relationship 2017-10-05 14:00:30 +02:00
DariusIII 8c3ec9cdb6 Fix adding of RT rating 2017-10-05 13:19:10 +02:00
DariusIII 95091545c2 Fix sending email on account change 2017-10-04 09:43:54 +02:00
DariusIII 3d0b88078d Add display of RT score 2017-10-03 23:24:20 +02:00
DariusIII b8c7dc172f Update laravel/framework to version 5.5.14 2017-10-03 23:05:10 +02:00
DariusIII 205d7aaf4c Update movieinfo table for rottentomatoes rating 2017-10-03 23:04:14 +02:00
DariusIII 9b4877068c Pull RT ratings from OMDBApi 2017-10-02 15:57:29 +02:00
DariusIII 595c096caf Update headers for release-edit so they go back to release 2017-10-02 14:34:35 +02:00
DariusIII 65d7391c3d Remove references to from in release-edit and relese-delete 2017-10-02 13:03:30 +02:00
DariusIII 840eeb6b21 Remove HTTP_REFERER and REQUEST_URI from viewnzb.tpl in all themes 2017-10-02 12:40:47 +02:00
DariusIII 90ff7833a2 Use laravel Mail facade, remove phpmailer, update seeting.example.php accordingly, remove Utility sendEmail function 2017-10-02 12:39:04 +02:00
DariusIII 2a2906ae54 Update swiftmailer to latest version 2017-10-01 23:14:07 +02:00
DariusIII d89358a33e Update cs of SABnzbd class 2017-10-01 23:00:43 +02:00
DariusIII 07129ee01b Update auth related controllers 2017-09-29 22:55:06 +02:00
DariusIII 96e5bdf791 Update Console class 2017-09-29 12:39:40 +02:00
DariusIII 3ddd9ed782 Update Books class 2017-09-29 12:20:23 +02:00
DariusIII c811fb662b Update ReleaseFile model, related migration, update ReleaseFiles 2017-09-29 10:45:56 +02:00
DariusIII 3d48c27b9a Update ReleaseFile model 2017-09-28 22:23:16 +02:00
DariusIII 3ac5a475ab Fix wrong number of arguments in sprintf 2017-09-28 22:02:20 +02:00
DariusIII 6b7de95193 Rename columns createddate and updateddate to created_at and updated_at to comply with laravel 2017-09-28 15:18:52 +02:00
DariusIII bdab2cbd89 Update MovieInfo model and related migration 2017-09-28 14:42:00 +02:00
DariusIII 879f28664d Update code style of Releases and ReleaseSearch 2017-09-28 13:35:23 +02:00
DariusIII 4e505c1473 Update paragonie/random_compat 2017-09-28 12:04:37 +02:00
DariusIII eaf6d05f4c Update groupfixrelnames with new renaming method 2017-09-28 11:41:15 +02:00
DariusIII f8a0c5b98f Add renaming of releases by using additional mediainfo 2017-09-28 11:00:22 +02:00
DariusIII f6aa7f0fff Update Invitation and User model relation 2017-09-27 23:35:20 +02:00
DariusIII 9df998b916 Update Invitation model and migration, use it in Users class 2017-09-27 23:24:43 +02:00
DariusIII d7003d731a Update fxp-asset library 2017-09-27 23:08:14 +02:00
DariusIII ad00942d90 Move music check to the end of determineCategory function in Categorize class 2017-09-27 15:07:30 +02:00
DariusIII fd102b67e6 Final fix for profile page errors relted to wrong foreign key in model relation 2017-09-27 13:30:42 +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 4a95f3dbc2 Change profile page download fetching method 2017-09-27 09:59:17 +02:00
DariusIII 1036883ee3 Fix bad settings values that prevented proper site settings change 2017-09-27 09:24:37 +02:00
DariusIII 058fceab38 Fix user-edit page 2017-09-26 22:56:54 +02:00
DariusIII 80b2ab5c8c Update Release, UserDownload, UsersReleases models and relations, use them where applicable 2017-09-26 14:44:36 +02:00
DariusIII c195dae549 Add Release model and migration, add starter relations to Release and Group models 2017-09-26 12:37:12 +02:00
DariusIII 2acc068b8a Fix collection regex deletion 2017-09-26 09:47:52 +02:00
DariusIII fdfaf3231c Fix collection regexes testing error 2017-09-26 09:09:57 +02:00
DariusIII 723fb5d553 Use proper check in getGroupsForSelect function 2017-09-26 00:24:20 +02:00
DariusIII caf5ecb34c Add missing status to collection regex edit page that prevented proper adding of regexes 2017-09-25 23:27:37 +02:00
DariusIII ca3cf36eb2 Update NZB class 2017-09-25 19:31:39 +02:00
DariusIII 16ce5e4b94 Update relation between User and UsersRelease models 2017-09-25 15:24:50 +02:00
DariusIII 45b22cbae8 Use UsersReleases model in Users class 2017-09-25 15:03:08 +02:00
DariusIII 7cccf98395 Update UsersRelease model and related migration 2017-09-25 14:46:34 +02:00
DariusIII 4110fc4738 Update Predb and PredbHash models and migration 2017-09-25 13:38:39 +02:00