Commit Graph

13 Commits

Author SHA1 Message Date
ccec6c37b4 Restrict certain admin changes on the current user
Disable the admin toggle and delete operations from the current user, to avoid accidents.

(cherry picked from commit b0f5ac6df5d31f612dc833a88cfca8936c4137d7)
2018-06-06 09:15:25 -02:00
6fa8ae37f0 Fix #180. Adjustment in table style. 2018-04-01 15:48:08 +07:00
ce6c3c21f1 Show user email address in user management table 2018-03-31 06:53:57 +07:00
ea79c01aff Added SCRIPT_ROOT parameter. Fixes #52.
Adds a new javascript parameter that holds the webroot of the app. This
allows the the javascript calls to properly identify that they're
running in a subfolder/different webroot and direct their queries there.
2016-07-05 21:34:21 -06:00
9794e221aa Replace direct 'click' event binding with delegated binding. Fixes #58.
Direct binding only works for elements already in the DOM, delegated
binding works for all elements that match a filter even if created after
the DOM is fully loaded.
2016-07-01 16:31:14 -06:00
d837e878e4 Convert tabs to spaces in HTML template files. 2016-06-18 11:41:01 +07:00
7f8b69765a Add 'create user' template and functionality. Fixes #39 2016-05-15 14:29:43 -06:00
2b80339753 Standardize on btn-flat button style. 2016-05-10 18:11:17 -06:00
76f2ffdee5 Small text/menu adjustment in templates 2016-04-28 10:24:18 +07:00
1b2fd766bd Enable fancy DataTables functionality for users table in manageruser 2016-04-27 18:45:22 -06:00
f4ef99e047 Converted manageruser functionality to new template. 2016-04-27 18:45:22 -06:00
7f01511d10 Fix 'Home' breadcrumb when running in a subdirectory. 2016-04-19 17:53:18 -06:00
2dac8205f6 Initial commit 2015-12-13 16:34:12 +07:00