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.
4 years ago
Barış Soner Uşaklı
29e3ab247d
fix : #8560 , fix old upgrade script
...
db.connect no longer exists at the root
4 years ago
Julian Lam
9cbe9389f5
fix: use promises in privilege save
...
... instead of jQuery Deferreds
4 years ago
Julian Lam
7a5daff4c9
fix: overzealous click handler on flag list row
4 years ago
Misty (Bot)
f425cecded
Latest translations and fallbacks
4 years ago
Julian Lam
9608b44f21
fix: +comment, -debug log
4 years ago
Misty (Bot)
aeca19d5f4
chore: update changelog for v1.15.0-beta.1
4 years ago
Misty (Bot)
4fa57fbb25
chore: incrementing version number - v1.15.0-beta.1
4 years ago
Julian Lam
5415c01c51
feat: theme changes for #8571
4 years ago
Julian Lam
a3a2279358
feat: logic for bulk actions in flags list, #8571
4 years ago
Julian Lam
589216e720
fix: multiple alerts in the same millisecond overwrite each other
4 years ago
Julian Lam
6521e4dac4
Revert "feat: expose global/admin privileges to all routes"
...
This reverts commit 4737f937ee
.
4 years ago
Julian Lam
2a948d32a4
Revert "test(openapi): missing commonprops addition"
...
This reverts commit 0dc55bbc80
.
4 years ago
Julian Lam
0dc55bbc80
test(openapi): missing commonprops addition
4 years ago
Julian Lam
563937950a
fix: reintroduce 20s delay for api tests
4 years ago
Julian Lam
4737f937ee
feat: expose global/admin privileges to all routes
...
@barisusakli revert if necessary 😬
4 years ago
Julian Lam
b2271eb64f
fix: client-side error in flags/detail
...
... as the filter form is no longer present in the details page
4 years ago
Misty (Bot)
bb7bd1b421
Latest translations and fallbacks
4 years ago
Andrew Rodrigues
7daba7ddc1
fix : #8570
4 years ago
Misty (Bot)
bff809831a
chore: incrementing version number - v1.15.0-beta.0
4 years ago
Misty (Bot)
d9a050354d
chore: incrementing version number - v1.14.3-beta.16
4 years ago
Renovate Bot
df61d0806f
chore(deps): update dependency grunt to v1.3.0
4 years ago
Julian Lam
3efe2362e2
fix: sorting the flags list by newest is not considered a filter
...
... as it is default
4 years ago
Julian Lam
e047b72c87
feat: additional tests for #8569
4 years ago
Julian Lam
360aa00d5a
fix: flag list tests due to breaking change in API
4 years ago
Misty (Bot)
07ebc81a2f
Latest translations and fallbacks
4 years ago
Julian Lam
d935f03636
fix(openapi): tests
4 years ago
Julian Lam
334be11382
fix: no-widgets messaging in ACP + copy
4 years ago
Julian Lam
346db0d84d
feat: flags list sorting, closes #8569
4 years ago
Julian Lam
cabe62a06c
fix : #8568 perPage not acting like a filter
4 years ago
Misty (Bot)
1101fa3394
Latest translations and fallbacks
4 years ago
Renovate Bot
877cdfb9ad
chore(deps): update commitlint monorepo to v9.1.2
4 years ago
Renovate Bot
49aeda01b9
fix(deps): update dependency ipaddr.js to v2
4 years ago
psychobunny
bd557af218
feat: up theme
4 years ago
Misty (Bot)
6bb60b0965
Latest translations and fallbacks
4 years ago
Misty (Bot)
e2a253f2cb
chore: incrementing version number - v1.14.3-beta.15
4 years ago
Barış Soner Uşaklı
35a538ec2a
feat: allow adding multiple users to group
4 years ago
Barış Soner Uşaklı
f1e82b6441
feat: add filter:group.getOwnersAndMembers
4 years ago
Misty (Bot)
7f57d39cd5
Latest translations and fallbacks
4 years ago
Misty (Bot)
2b930c894a
Latest translations and fallbacks
4 years ago
renovate[bot]
f1398da2e1
chore(deps): update dependency eslint to v7.7.0 ( #8564 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Julian Lam
9c70b6620e
feat: pass uid into filter:flags.list
5 years ago
Barış Soner Uşaklı
31c2b7d946
fix : #8562
5 years ago
Julian Lam
2adae87949
fix: progress bar clobbering upgrade script name
5 years ago
Julian Lam
ac75c9a052
fix: tweak upgrade script progress bar to only update 100 times in total
5 years ago
Julian Lam
80a2a700ce
fix: navigation title unescape upgrade script tweak
5 years ago
Julian Lam
7456a0e34e
fix: new language key for error handling
5 years ago
Julian Lam
de8eebbd7c
fix: upgrade scripts not run properly if schemaDate is present
...
Only affected VERY old installs that don't use schemaLog
5 years ago
Misty (Bot)
ea53c95d67
Latest translations and fallbacks
5 years ago
Barış Soner Uşaklı
0189945996
refactor: remove util.promisify calls
5 years ago