282 Commits

Author SHA1 Message Date
Giuseppe Criscione
e94eed3bd7 Fix HTML in user profile view 2018-10-07 12:01:10 +02:00
Giuseppe Criscione
1c6f5b0be8 Fix wrong CSS property 2018-10-07 11:59:03 +02:00
Giuseppe Criscione
e0a877db1f Fix redirect loop on Formwork Admin registration 2018-09-27 22:34:30 +02:00
Giuseppe Criscione
59a54e7010 Fix an issue which made possible changing another user's password 2018-09-27 21:44:02 +02:00
Giuseppe Criscione
b1b130e8d1 Fix spacing 2018-09-27 21:39:19 +02:00
Giuseppe Criscione
80d51d0135 Cleanup code 2018-09-27 21:34:42 +02:00
Giuseppe Criscione
8709725312 Use FileSystem::randomName() to generate user avatar filenames 2018-09-27 19:57:01 +02:00
Giuseppe Criscione
82b391b10f Fix exception in Users controller 2018-09-27 19:51:53 +02:00
Giuseppe Criscione
45fa7bdaab Merge branch 'release/0.8.0' into feature/image-processing 2018-09-27 15:07:04 +02:00
Giuseppe Criscione
688a9fb4fd Use monospace font for values in Options > Info 2018-09-27 14:37:29 +02:00
Giuseppe Criscione
db5130cb53 Remove 'Session Cookie HttpOnly' from Options > Info 2018-09-27 14:36:38 +02:00
Giuseppe Criscione
c6795eb150 Improve Language::load() 2018-09-27 13:42:37 +02:00
Giuseppe Criscione
2e2fffadea Extract Visitor class from Statistics 2018-09-27 13:31:06 +02:00
Giuseppe Criscione
e777a36593 Use LocalizedException in Backupper class and Backup controller 2018-09-27 13:05:04 +02:00
Giuseppe Criscione
b470c5ba99 Merge branch 'feature/backup' into release/0.8.0 2018-09-26 21:19:27 +02:00
Giuseppe Criscione
0e4f0d29ea Use LocalizedException in Admin controllers and Uploader class 2018-09-26 20:20:53 +02:00
Giuseppe Criscione
a4b21e36ff Add LocalizedException class 2018-09-26 19:25:06 +02:00
Giuseppe Criscione
afd3333e71 Fix Backup button remaining disabled after failed backup 2018-09-22 14:27:15 +02:00
Giuseppe Criscione
bc9d70666e Cleanup code 2018-09-21 23:22:24 +02:00
Giuseppe Criscione
58f1c81d61 Merge branch 'master' into release/0.8.0 2018-09-21 21:37:07 +02:00
Giuseppe Criscione
18ab961c1c Improve session cookie security and consistency across supported PHP versions 2018-09-21 21:13:17 +02:00
Giuseppe Criscione
f9e5a264e3 Cleanup code 2018-09-20 18:38:20 +02:00
Giuseppe Criscione
68709c4a41 Make AdminTrait methods protected and expose them from Admin class 2018-09-20 18:35:46 +02:00
Giuseppe Criscione
0d4bcee51f Cleanup code 2018-09-20 15:46:09 +02:00
Giuseppe Criscione
70a4fe9395 Rewrite Language class 2018-09-20 15:42:37 +02:00
Giuseppe Criscione
d7e08baf2d Split Language class into Language and LanguageCodes classes 2018-09-20 12:33:22 +02:00
Giuseppe Criscione
2323b42572 Improve Backupper class error reporting 2018-09-19 22:25:45 +02:00
Giuseppe Criscione
a7aae12f5c Sort namespaced imports 2018-09-19 16:24:45 +02:00
Giuseppe Criscione
394aa7d344 Move User-related classes to src/Users 2018-09-19 16:20:20 +02:00
Giuseppe Criscione
5aa49e9e51 Use ... operator for variadic functions 2018-09-19 16:19:26 +02:00
Giuseppe Criscione
d7a3c31c82 Resize avatars to square using Image class 2018-09-19 15:13:06 +02:00
Giuseppe Criscione
0da8c06117 Add JPEG Quality and PNG Compression Level options 2018-09-19 13:53:53 +02:00
Giuseppe Criscione
dda9f6e473 Add Image class 2018-09-19 13:52:34 +02:00
Giuseppe Criscione
7bcc6f33d1 Add Backup button to Dashboard 2018-09-18 22:30:27 +02:00
Giuseppe Criscione
be5c1220df Add Backup controller 2018-09-18 22:27:44 +02:00
Giuseppe Criscione
041e781b5a Add Backupper class 2018-09-18 22:07:07 +02:00
Giuseppe Criscione
df5dc5130f Use data-command attribute instead of id or class to bind click events 2018-09-18 20:55:55 +02:00
Giuseppe Criscione
835d46e7a3 Cleanup JS 2018-09-18 18:02:56 +02:00
Giuseppe Criscione
02076a3f4f Use HTTPResponse::cleanOutputBuffers() in error handlers 2018-09-17 18:46:01 +02:00
Giuseppe Criscione
4fee34deaa Add HTTPResponse class 2018-09-17 17:07:18 +02:00
Giuseppe Criscione
c39ee0a423 Cleanup code 2018-09-16 23:09:27 +02:00
Giuseppe Criscione
df60b2e81f Fix error handler ignoring @ operator and error_reporting directive 2018-09-16 22:21:31 +02:00
Giuseppe Criscione
f3428966c8 Allow language strings in schemes 2018-09-16 21:25:48 +02:00
Giuseppe Criscione
fa362c516e Fix spacing 2018-09-16 21:19:42 +02:00
Giuseppe Criscione
024d38c7c6 Change Log::set() to Log::log() 2018-09-15 16:08:33 +02:00
Giuseppe Criscione
2293511cd3 Fix Session::start() not applying session options in PHP < 7.0 2018-09-15 16:04:27 +02:00
Giuseppe Criscione
348a3641a8 Fix Options > Updates parse error in PHP < 7.0 2018-09-15 16:01:38 +02:00
Giuseppe Criscione
d1a51f9a75 Fix coding style with PHP-CS-Fixer 2018-09-15 14:21:32 +02:00
Giuseppe Criscione
22ae9ca43e Change Updater check frequency from 1 hour to 15 minutes 2018-09-14 15:28:53 +02:00
Giuseppe Criscione
1113d64c98 Fix Updater::findDeletableFiles() ignoring hidden files 2018-09-14 14:26:29 +02:00