Commit Graph

63 Commits

Author SHA1 Message Date
DariusIII 1c90ec7b04 Update forgottenpassword handling 2017-10-13 12:47:30 +02:00
DariusIII bfaa80be62 Properly fix errors on series page 2017-10-11 14:29:57 +02:00
DariusIII a5e2e17396 Fix getById function in Category class 2017-10-11 12:49:54 +02:00
DariusIII 4aa023f881 Add possibility to reset password by using apikey 2017-10-10 15:34:45 +02:00
DariusIII 76b4b78c2c Move makeFieldLinks function from classes to helper 2017-10-10 11:33:45 +02:00
DariusIII 71ef6ea6d4 Fix recaptcha (use the old method) 2017-10-09 13:02:14 +02:00
DariusIII 5486a9c309 Change check for userdata 2017-10-09 11:39:12 +02:00
DariusIII 5abefb6aed Move tpl files out of /templates into root theme folder 2017-10-09 11:25:28 +02:00
DariusIII e05c8c04c8 Update ReCaptcha handling 2017-10-09 10:57:02 +02:00
DariusIII ec6ee75f3f Apply fixes from StyleCI
[ci skip] [skip ci]
2017-10-06 12:52:35 +00: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 c670db52f0 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-10-02 10:41:09 +00: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 c811fb662b Update ReleaseFile model, related migration, update ReleaseFiles 2017-09-29 10:45:56 +02:00
DariusIII dcdb02f0ef Fix wrong values definition for user update 2017-09-27 14:29:04 +02:00
DariusIII 563aba0d14 Revert some of the profile changes 2017-09-27 13:22:57 +02:00
DariusIII 4147f17aef Another fix for profile page 2017-09-27 13:14:42 +02:00
DariusIII 3af3739ba6 Fix some bad calls in themes 2017-09-27 11:01:20 +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 eeaf7ff280 Use Predb model in Predb, move parseTitles function into NameFixer 2017-09-25 11:09:48 +02:00
DariusIII 6431b04b17 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-21 21:47:59 +00:00
DariusIII 27f9f4341d Fix downloads 2017-09-21 23:47:37 +02:00
DariusIII 2d89d63540 Update and fix RSS feed 2017-09-21 23:17:17 +02:00
DariusIII df8b6725eb Fix another occurence in api 2017-09-21 15:25:26 +02:00
DariusIII 0585244bc1 Possible fix for apiaccess limit problem 2017-09-21 15:19:00 +02:00
DariusIII 85eae6c7b9 Use new column name and update User <-> UserRole relation and use it 2017-09-21 14:36:18 +02:00
DariusIII f48d1dc7b6 Update CS of api.php 2017-09-18 09:31:03 +02:00
DariusIII 7b87425243 Remove array definition of $results variable from xxx.php 2017-09-07 14:18:39 +02:00
DariusIII 963b3cf78e Update .php-cs to exclude bootstrap/cache from checks 2017-09-05 12:58:05 +02:00
DariusIII d1bdbd9d99 Fix search page 2017-09-05 00:07:35 +02:00
DariusIII ed0b6fedb4 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-04 13:56:15 +00:00
DariusIII 15d52c0f35 Fix errors on webpages causing http 503 responses 2017-09-04 15:56:00 +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 6b988d465d Check if user has been logged in already before serving the login page 2017-08-30 15:27:27 +02:00
DariusIII ceedd5c0b5 Update rememberme logic for logging in 2017-08-30 13:31:20 +02:00
DariusIII cd7152c684 Update warnings and http response templates 2017-08-30 12:42:23 +02:00
DariusIII f1cc028db2 Update the browse page for empty browsecount result 2017-08-29 12:09:09 +02:00
DariusIII 2138e68235 Update maintenance and 503 error pages 2017-08-29 12:01:58 +02:00
DariusIII 5bacea6380 Add basic csrf protection to login and register pages 2017-08-29 11:37:54 +02:00
DariusIII 662bae1604 Possible fix for forum page redirect loop error 2017-08-19 23:12:51 +02:00
DariusIII e8c2160cd8 Remove preinfo page, no reason for it to exist 2017-08-18 22:34:05 +02:00
DariusIII 3d7d1da438 Update more pages 2017-08-18 11:51:25 +02:00
DariusIII 537f89b388 Update some of the pages (just code no changes) 2017-08-18 10:20:58 +02:00
DariusIII 799658d84b Cache user data for better response times and improved speed 2017-08-13 19:02:36 +02:00
DariusIII c6c97fb5eb Update api and users 2017-08-13 16:25:31 +02:00
DariusIII 101fecac4a Fix one more api issue 2017-08-12 22:22:53 +02:00
DariusIII 072d9d09a6 Fix api extended parameter 2017-08-11 23:51:14 +02:00