You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Lam 03bd76dea2 fix: inability to access /admin if not superadmin
There was an odd issue where non-superadmins could not use
the /admin route to access the ACP, even though they had
appropriate access. For whatever reason, it could not
be reliably reproduced on my dev. As it turns out, the
reason was because I was checking the wrong privilege,
and my dev database had this wrong privilege leftover
from the initial development of the ACP admin privileges
feature. Dumb.

Anyhow, that fixes this issue.
5 years ago
..
admin.js fix: inability to access /admin if not superadmin 5 years ago
categories.js feat: more discrete commit-on-save instead of commit-on-change w/ confirm modals (#8541) 5 years ago
global.js feat: more discrete commit-on-save instead of commit-on-change w/ confirm modals (#8541) 5 years ago
helpers.js feat: more discrete commit-on-save instead of commit-on-change w/ confirm modals (#8541) 5 years ago
index.js feat: remove topics.async.getTopicData usage 5 years ago
posts.js
topics.js fix: #8139, dont allow restore if not deleted by self 5 years ago
users.js