249 Commits

Author SHA1 Message Date
Giuseppe Criscione
0fcc60fb50 Fix typos in Image class 2018-10-17 10:46:44 +02:00
Giuseppe Criscione
4b0ede73d8 Cleanup code 2018-10-16 16:11:10 +02:00
Giuseppe Criscione
ac629f3b80 Fix missing updates.* permissions 2018-10-16 16:09:33 +02:00
Giuseppe Criscione
1984996b55 Avoid passing modals each time a view is rendered 2018-10-16 15:49:57 +02:00
Giuseppe Criscione
2576277a9b Update Admin routes with new Class@method syntax to save memory 2018-10-16 10:26:41 +02:00
Giuseppe Criscione
1338b5b88a Remove $exit argument from Header::redirect() and always exit 2018-10-15 15:28:34 +02:00
Giuseppe Criscione
9edba8514a Update images modal 2018-10-14 21:57:19 +02:00
Giuseppe Criscione
30037f1293 Fix persistent tooltip when button is disabled after click 2018-10-14 16:32:42 +02:00
Giuseppe Criscione
e21e3178ae Fix gulpfile.js with ESLint 2018-10-14 16:14:55 +02:00
Giuseppe Criscione
7eb3823cc3 Add comments next to JavaScript key codes 2018-10-14 13:40:42 +02:00
Giuseppe Criscione
683c0dabe8 Fix JavaScript with ESLint 2018-10-14 13:25:58 +02:00
Giuseppe Criscione
40bdb69b03 Add ESLint configuration 2018-10-14 13:24:54 +02:00
Giuseppe Criscione
d7c2f6a2e9 Use explicit $.attr() when dealing with data-* attributes 2018-10-14 12:55:26 +02:00
Giuseppe Criscione
3544ed795d Avoid using .find() instead of jQuery $() with context argument 2018-10-14 01:25:52 +02:00
Giuseppe Criscione
1a2e28eafe Use image picker when inserting an image from editor toolbar 2018-10-14 01:16:59 +02:00
Giuseppe Criscione
f475ba3a91 Confirm image picker selection on double click on thumbnail 2018-10-14 00:19:45 +02:00
Giuseppe Criscione
a1e37ee9e8 Cleanup JavaScript 2018-10-13 22:00:19 +02:00
Giuseppe Criscione
47992e5450 Fix methods conflict in Options controller 2018-10-13 14:27:32 +02:00
Giuseppe Criscione
2d1006ea93 Fix wrong exception type in Uploader class 2018-10-13 13:47:04 +02:00
Giuseppe Criscione
dbd131037b Display file size next to uploaded file names 2018-10-13 13:46:06 +02:00
Giuseppe Criscione
c433cf3f5a Cleanup code 2018-10-13 13:20:15 +02:00
Giuseppe Criscione
98965fea4c Fix errors not being logged when error handlers are called 2018-10-13 13:14:18 +02:00
Giuseppe Criscione
3e35ccb389 Fix language strings 2018-10-13 12:20:28 +02:00
Giuseppe Criscione
87694b0cc2 Remove unused variables 2018-10-13 12:20:14 +02:00
Giuseppe Criscione
babc31155f Refactor Admin controllers 2018-10-13 12:03:49 +02:00
Giuseppe Criscione
61923a7912 Use explicit exit statement instead of return 2018-10-12 23:21:59 +02:00
Giuseppe Criscione
31217514f6 Cleanup code 2018-10-12 19:37:50 +02:00
Giuseppe Criscione
f6fb2985ea Merge branch 'master' into feature/access-limiter 2018-10-12 17:13:04 +02:00
Giuseppe Criscione
e2acfb61b9 Use user language when provided instead of admin.lang option 2018-10-12 17:10:42 +02:00
Giuseppe Criscione
42f01f6d75 Translate user role titles 2018-10-12 16:59:41 +02:00
Giuseppe Criscione
8c6772953c Improve pages list columns sizing 2018-10-12 15:03:56 +02:00
Giuseppe Criscione
79a4f0a769 Slightly reduce sidebar width to have more room for content 2018-10-12 14:58:30 +02:00
Giuseppe Criscione
f990a9f8ae Improve users list appearance espacially for small screen sizes 2018-10-12 14:44:48 +02:00
Giuseppe Criscione
2227a1ee79 Show a no-drop cursor and light red background when page reordering is not possible 2018-10-12 14:13:22 +02:00
Giuseppe Criscione
c219acad3c Fix notification spacing issues when page is scrolled 2018-10-12 14:03:53 +02:00
Giuseppe Criscione
1a53aaf9a4 Limit login attempts 2018-10-12 13:20:46 +02:00
Giuseppe Criscione
421aa92386 Add AccessLimiter class 2018-10-12 13:16:17 +02:00
Giuseppe Criscione
4ee0459653 Fix spacing 2018-10-12 12:57:53 +02:00
Giuseppe Criscione
cb1ca10a28 Refactor User class 2018-10-12 12:52:19 +02:00
Giuseppe Criscione
cdc795150a Call DataGetter::has() with array argument when possible 2018-10-12 12:05:42 +02:00
Giuseppe Criscione
06d086d51e Rename UserAvatar to Avatar 2018-10-12 00:01:45 +02:00
Giuseppe Criscione
8809fc7640 Cleanup code 2018-10-12 00:00:49 +02:00
Giuseppe Criscione
df586358b8 Fix password change permission 2018-10-11 21:54:05 +02:00
Giuseppe Criscione
20eb5826d9 Cleanup code 2018-10-11 17:03:56 +02:00
Giuseppe Criscione
1fbc17dd55 Use HTTP status 400 instead of 403 when CSRF token is not valid 2018-10-11 16:34:16 +02:00
Giuseppe Criscione
e7d649ea03 Fix field validation attempt on non existing user 2018-10-11 16:01:21 +02:00
Giuseppe Criscione
91eb4a8ea5 Cleanup code 2018-10-10 23:32:00 +02:00
Giuseppe Criscione
a8068d3bd0 Merge branch 'master' into feature/user-permissions 2018-10-10 23:21:55 +02:00
Giuseppe Criscione
7ab958ce6f Cleanup code 2018-10-10 23:15:32 +02:00
Giuseppe Criscione
fa59b22489 Check uploaded avatar existence before user update 2018-10-10 22:32:25 +02:00