Commit Graph

35 Commits

Author SHA1 Message Date
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 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 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 31023b5324 Update bytesToSizeString function in Utility class 2017-08-30 09:50:12 +02:00
DariusIII 5bacea6380 Add basic csrf protection to login and register pages 2017-08-29 11:37:54 +02:00
DariusIII c1b8e0fa8d Update uuid generation functions id DB and Utility classes 2017-08-24 14:30:41 +02:00
DariusIII 717860b913 Fix the query in Utility class 2017-08-23 14:43:45 +02:00
DariusIII 249034b46a Move getRange and getCount functions to Utility class to reduce code duplication 2017-08-23 14:21:46 +02:00
DariusIII 67b41399a1 Unify uuid function called and update Utility generateUuid function 2017-08-14 14:56:45 +02:00
DariusIII 14b57821c2 Remove confusing error message from sendEmail function 2017-08-09 09:10:34 +02:00
DariusIII 646463bc33 Check if phpmailer is enabled 2017-08-08 22:51:02 +02:00
DariusIII bb6fe855a2 Possible fix for mail support errors when not using PhpMailer 2017-08-08 22:45:21 +02:00
DariusIII 1ec5bcf182 Fix error for scandir in profileedit page 2017-07-23 23:34:01 +02:00
DariusIII 81a8e9759e Update Utility class, fix coding, add return type declarations 2017-07-20 13:28:19 +02:00
DariusIII c20fc7e07d Change App\extensions to App\Extensions 2017-07-18 14:16:31 +02:00
DariusIII c5280c26f0 Fix editing of MGR posters 2017-07-17 13:23:45 +02:00
DariusIII 6dc54ff6aa Replace app with App in classes used 2017-07-16 23:21:21 +02:00
DariusIII 40cba044a6 Update adult classes 2017-06-09 00:02:25 +02:00
DariusIII e1e67d1f93 Fix some constants 2017-04-24 23:58:10 +02:00
DariusIII e8a51436d4 Fix MGR processing 2017-01-06 19:58:23 +01:00
DariusIII b6896ccb8d move mgr posters handling to database, adjust the code to use it 2017-01-06 10:23:40 +01:00
DariusIII 8f2e83ce64 Change info message for database update 2016-12-14 11:47:36 +01:00
DariusIII ef1a274b38 Add check for missing settings table entries, add the patches for settings and tmux tables 2016-11-14 14:02:21 +01:00
DariusIII e42cd51662 Remove htmlspecialchars from NZB class, it is already handled by XMLWriter. Move the function to Utility class. 2016-11-07 10:23:41 +01:00
DariusIII 273166660b Changes from old to new Settings model 2016-10-25 11:34:51 +02:00
DariusIII ce5d9ded6d Use DB $pdo when instantiating and not the older Settings $pdo 2016-10-24 13:58:09 +02:00
DariusIII 8598c140bf Move from nntmux/db/Settings to app/models/Settings 2016-10-24 13:03:58 +02:00
DariusIII 00f112c31a Update file and folder permissions 2016-09-21 12:34:07 +02:00
DariusIII dd2aba8f23 Port fixes from nZEDb 2016-07-24 22:42:12 +02:00
DariusIII 65342dfef2 Replace array() with short syntax 2016-07-14 11:44:33 +02:00
DariusIII 33803b392d Port changes from nZEDb 2016-07-10 22:25:43 +02:00
DariusIII 688d755430 Use modified Versions command from app folder. 2016-07-08 09:16:41 +02:00
DariusIII 78c2dfcd0c Base JSON response of XMLWriter response 2016-07-01 12:38:22 +02:00
DariusIII 872ad5c722 Use nntmux namespace, rename nntmux script to tmux.Update composer.lock. 2016-06-25 15:45:47 +02:00