Commit Graph

151 Commits

Author SHA1 Message Date
DariusIII 0402fa56d7 Fix code style of many files 2019-05-07 20:56:19 +02:00
DariusIII 49590a5c19 Fix wrong table name used in RootCategoriesTableSeeder class 2019-04-10 09:16:01 +02:00
DariusIII 008d03d1a8 Add migrations and update themes for new imdbid length 2019-04-04 15:33:15 +02:00
DariusIII 804a43b9da Update releases, movieinfo and user_movies migrations imdbid column definition to be string(varchar in mysql) due to changes in imdbid numbering 2019-04-04 12:58:02 +02:00
DariusIII a65e6f1be4 Disable foreign key checks when seeding categories table 2019-03-13 11:55:48 +01:00
DariusIII 4140a6f16d Move root categories seeding before categories seeding 2019-03-13 11:34:05 +01:00
DariusIII 723e4df88b Fix root categories seeding 2019-03-13 11:33:39 +01:00
DariusIII f27df91627 Rename parentid to root_categories_id in category seeder 2019-03-13 00:50:58 +01:00
DariusIII 8bb1f65522 Remove missed Books category from categories fixture 2019-03-13 00:36:18 +01:00
DariusIII f10bd7beff Update fixtures and fix migration files 2019-03-12 10:36:34 +01:00
DariusIII 800b82c62e Add missing migration 2019-03-12 10:14:29 +01:00
DariusIII 3a7d18233a Add more migrations and changes to categories tables 2019-03-12 10:06:19 +01:00
DariusIII bc2fd756b6 Update migrations and add foreign key, update related models 2019-03-12 09:17:40 +01:00
DariusIII a822c305e0 Start refactoring tables 2019-03-12 00:08:35 +01:00
DariusIII 4bbd4ce8e2 Fix one more release cleaning regex range 2019-03-07 11:06:05 +01:00
DariusIII c7fde94c41 Fix ranges in collection and release naming regexes 2019-03-07 09:32:26 +01:00
DariusIII c614c29615 Remove unused parts of fixtures and seeders 2019-03-01 13:47:30 +01:00
DariusIII 7a92ed653d Escape hyphen in regexes to match pcre2 requirements 2019-02-27 22:52:09 +01:00
DariusIII 9f751a3d83 Add laravel telescope migration 2019-02-21 09:07:17 +01:00
DariusIII 5d2c4823ce Add table to track failed jobs 2019-02-20 10:28:41 +01:00
DariusIII 40e7233727 Rename groups table to usenet_groups as groups is a reserved word in mysql now 2019-02-19 15:54:32 +01:00
DariusIII 7d708b2904 Remove Amazon as data source completely 2019-02-14 13:34:27 +01:00
DariusIII 552a096d9a Update and fix code with php-cs-fixer 2019-01-31 20:17:57 +01:00
DariusIII 6fe873c744 Fix insert_hashes trigger migration (Fixes issue #846) 2019-01-18 21:37:32 +01:00
DariusIII be762926f0 Make monitor_delay value 30 seconds in place of old 300 (5 minutes) 2019-01-09 15:11:07 +01:00
DariusIII 761beb5c20 Remove MenuTableSeeder as the model and table do not exist anymore 2019-01-07 16:15:03 +01:00
DariusIII 9885333c6f Update binaries table unique index migration 2019-01-05 12:31:49 +01:00
DariusIII d61765e7b8 Remove unused settings from settings seeder/fixtures and migrations from database/migrations folder. Remove everything related to menus as we do not use them 2019-01-03 11:26:29 +01:00
DariusIII 4c63aab0ad Update Binaries class, add unique index to binaries table 2019-01-03 02:55:21 +01:00
DariusIII 323d63259c Update RoleAndPermissionsSeeder 2019-01-02 17:01:34 +01:00
DariusIII cec61548af Remove user and role excluded categories migrations as those are not used anymore 2018-12-22 21:48:26 +01:00
DariusIII b193359a63 Remove old add_triggers migration and create completely new with new code 2018-12-20 22:43:00 +01:00
DariusIII d6643163f2 Replace DB::statement with previously used DB::unprepared for trigger and stored procedure migrations 2018-12-20 22:10:05 +01:00
DariusIII 61d68eb906 Slowly start adding support for postgresql 2018-12-20 15:53:00 +01:00
DariusIII 66d7b889ef Update ProcessReleases and Releases classes in an attempt to fix deletion of unwanted releases 2018-12-17 23:09:43 +01:00
DariusIII 89c3204d79 Update code style of movieinfo table migration 2018-12-12 19:48:39 +01:00
DariusIII 17a9cc922f Update groupfixrelnames script 2018-12-03 22:51:40 +01:00
DariusIII fdfddc77c6 Reduce number of releases checked for match_prefiles script from 1000 to 100 to reduce time it takes to match releases 2018-11-30 15:53:45 +01:00
DariusIII 62acf1e97b Add prox_crc32 column to releases table and adjust NameFixer class 2018-11-30 09:14:31 +01:00
DariusIII b2193c9785 Add crc32 file check 2018-11-29 23:52:32 +01:00
DariusIII 8211201599 Add first wave of Release tagging capabilities 2018-11-01 12:40:10 +01:00
DariusIII 83eb164789 Update seeds and fixtures with new categories 2018-10-31 13:28:45 +01:00
DariusIII 9de28a8680 Update user migration and add patch to add email_verified_at column to users table 2018-10-24 15:31:14 +02:00
DariusIII 5157a58345 Remove verified and verification_token from users table, it will be added by verification migration 2018-09-25 11:30:48 +02:00
DariusIII 80d6959a36 Publish the user verification migration to prevent database user table error 2018-09-25 11:24:57 +02:00
DariusIII 1b3643539f Add soft firewall to manage access to site 2018-08-16 10:32:16 +02:00
DariusIII e9d9805928 Recreate release_unique table, alter classes for new table 2018-08-14 23:41:23 +02:00
DariusIII 986d12cd95 Chnage role permissions 2018-08-04 23:46:37 +02:00
DariusIII da88d58957 Update role permissions and seeding, install procedure, permissions for menu views 2018-08-04 23:26:50 +02:00
DariusIII bc5c8801d3 Move canpreview and hideads from roles to permissions 2018-08-01 23:27:58 +02:00