Julian Lam
4dc6e64a94
refactor: ip-blacklist and post-queue language files
...
closes #8411
4 years ago
Kyle Farris
2b785628e7
fix: removed invalid options for the sendmail transport ( #8576 )
...
* Removed invalid options for the sendmail transport that were causing Nodemailer to return the SMTPTransport instead.
* Removed options for rate limiting in admin email interface. Added new option for toggling whether to use pooled connections.
4 years ago
Julian Lam
6e805c1be7
feat: theme work for #8580 , closes #8580
4 years ago
Julian Lam
b6b94a56dc
refactor: moved ip-blacklist and post-queue styles/tpls to themes
...
This is a breaking change!, re: #8580
4 years ago
Misty (Bot)
073c4d7886
Latest translations and fallbacks
4 years ago
Misty (Bot)
0e90064e45
chore: update changelog for v1.15.0-beta.5
4 years ago
Misty (Bot)
81e4c4df97
chore: incrementing version number - v1.15.0-beta.5
4 years ago
Julian Lam
abb5e81d0d
feat: allow undo of topic move
4 years ago
Julian Lam
cd8e7963de
feat: added alert.timeoutfn
...
Also, various alert methods now pass two arguments,
alert and params
4 years ago
Julian Lam
bacee6b467
fix: missing localisation for topic move error
4 years ago
Julian Lam
5d60dce379
fix: select all checkbox does not re-enable bulk actions button
4 years ago
renovate[bot]
7ca967ee61
fix(deps): update dependency sharp to v0.26.0 ( #8578 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
c722b0e513
chore(deps): update dependency mocha to v8.1.2 ( #8579 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Julian Lam
a4dbbc3749
feat: sort dependencies alphabetically
...
... when merging from install/package.json
/cc @pitaj
4 years ago
Misty (Bot)
6c4aed8cf4
chore: update changelog for v1.15.0-beta.4
4 years ago
Misty (Bot)
f2726a6df4
chore: incrementing version number - v1.15.0-beta.4
4 years ago
Barış Soner Uşaklı
9a84b4a9b7
Merge branch 'master' of https://github.com/NodeBB/NodeBB
4 years ago
Barış Soner Uşaklı
55533b11e5
fix: dupes in unread followed topics
4 years ago
Andrew Rodrigues
af9f328cad
feat: up persona
4 years ago
Barış Soner Uşaklı
39f4bbaa0e
fix: wrong data passed to getCategories
4 years ago
Misty (Bot)
5f15afff39
Latest translations and fallbacks
4 years ago
Misty (Bot)
11e2ccaba6
chore: update changelog for v1.15.0-beta.3
4 years ago
Misty (Bot)
39178c2d41
chore: incrementing version number - v1.15.0-beta.3
4 years ago
Barış Soner Uşaklı
354e6ccc66
feat: banning a user will resolve their post flags
4 years ago
Barış Soner Uşaklı
4f7cfd5372
fix: openapi spec
4 years ago
Barış Soner Uşaklı
c4ad14cb68
fix: api spec
4 years ago
Barış Soner Uşaklı
91d9333a50
fix: username, email history disappering if content was deleted
4 years ago
Misty (Bot)
074d7dfd86
Latest translations and fallbacks
4 years ago
Andrew Rodrigues
9fd3775325
fix: up composer
4 years ago
Julian Lam
840cb5105f
fix: package-install clobbering scoped nodebb plugins
4 years ago
Misty (Bot)
d8a9f1c3be
chore: update changelog for v1.15.0-beta.2
4 years ago
Misty (Bot)
59b50d0ae4
chore: incrementing version number - v1.15.0-beta.2
4 years ago
Julian Lam
4b0cb26b34
fix: empty "manage" menu showing in ACP
...
... if no privileges corresponding to those menu items
are given
4 years ago
Julian Lam
cc2686057c
fix: hide nodebb version in ACP for non-superadmins
4 years ago
Julian Lam
cf2f1e956a
refactor: changed way middleware was exported
4 years ago
Julian Lam
f00595b32d
fix: change how admin middlewares are exported
4 years ago
Julian Lam
ae68a254d7
fix: one less return, to appease codeclimate
4 years ago
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