renovate[bot]
cdebc0d167
fix(deps): update dependency webpack to v5.82.0 ( #11564 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı
0c20d7cdee
test: fix brackets
2 years ago
renovate[bot]
80bcd93829
fix(deps): update dependency nodebb-plugin-spam-be-gone to v2.0.7 ( #11563 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı
68283bcdbe
chore: up widgets
2 years ago
Barış Soner Uşaklı
093ec0e8ab
fix: closes #11559 , fix some rtl issues
2 years ago
Barış Soner Uşaklı
eab2679f0c
chore: up harmony
2 years ago
Barış Soner Uşaklı
0af2b800b3
fix: closes #11561 , close dialogs on escape/backdrop click
2 years ago
Barış Soner Uşaklı
7f19913b9f
chore: up harmony
2 years ago
Barış Soner Uşaklı
0462213fae
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
832fe95a33
chore: up themes
2 years ago
Misty Release Bot
db802db664
chore(i18n): fallback strings for new resources: nodebb.groups
2 years ago
Barış Soner Uşaklı
589761be97
group filter
2 years ago
Barış Soner Uşaklı
34730b0b6e
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
8e63e43a3b
refactor: move to modals
2 years ago
renovate[bot]
904adf57bf
fix(deps): update dependency nodebb-theme-harmony to v1.0.11 ( #11556 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
700d1da9a1
fix(deps): update dependency @socket.io/redis-adapter to v8.2.0 ( #11555 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
76cc1cf383
chore(deps): update dependency jsdom to v22 ( #11551 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Misty Release Bot
fd30af100f
chore: update changelog for v3.0.1
2 years ago
Misty Release Bot
a70b25a44a
chore: incrementing version number - v3.0.1
2 years ago
Julian Lam
2b8dd3d202
fix : #11554 , email requirement bypass by sending in whitespace
2 years ago
Barış Soner Uşaklı
d02f257945
fix badge bg
2 years ago
Barış Soner Uşaklı
9800d65a29
test: remove log
2 years ago
Barış Soner Uşaklı
663fb3e1f2
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
8a359d6338
test: increase delay after export
2 years ago
renovate[bot]
efadd7146e
fix(deps): update dependency nodebb-plugin-composer-default to v10.1.4 ( #11552 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
602f05201a
fix(deps): update dependency nodebb-plugin-emoji to v5.0.8 ( #11550 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı
24e0e5024d
fix: show edit indicator after an edit without reloading the page
2 years ago
Barış Soner Uşaklı
2c62325a1e
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
ec0da196d8
chore: whopps
2 years ago
Misty Release Bot
819ded6f2b
chore(i18n): fallback strings for new resources: nodebb.global, nodebb.pages
2 years ago
Barış Soner Uşaklı
83fca31628
feat: closes #11549 , new error pages
2 years ago
Barış Soner Uşaklı
caac938428
add flex-fill
2 years ago
Barış Soner Uşaklı
6dc7dcd77c
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
2caf4afc3c
chore: up harmony
2 years ago
Misty Release Bot
6fe660a302
chore(i18n): fallback strings for new resources: nodebb.global
2 years ago
Barış Soner Uşaklı
73d02725f0
new 404 page
2 years ago
Julian Lam
36895421ba
refactor: topic mark read/unread routes
2 years ago
Julian Lam
82b4984b9d
test: replace calls to getReplies socket call to api method
2 years ago
Julian Lam
69b409385d
refactor: migrate `posts.getReplies` to write API
2 years ago
Julian Lam
ee9f53f1ff
refactor: deprecate socket method posts.getPidIndex
2 years ago
Julian Lam
d814e281a0
feat: write API shorthand to query post routes by their topic index (requires tid in either query string or request body)
...
middleware.checkRequired is also updated to check for matches in req.query as well.
2 years ago
Julian Lam
cdd7748003
fix: add back removed socket method, added deprecation warnings, as there are no breaking changes allowed in v3.1.0
2 years ago
Julian Lam
02f567ff3f
docs: openapi schema for newly added routes
2 years ago
Julian Lam
f2082d7de8
refactor: started work on porting socket methods to write API [breaking]
...
The following socket calls have been removed:
* `posts.getRawPost`
* `posts.getPostSummaryByPid`
Two new Write API routes have been added:
- `GET /api/v3/posts/:pid/raw`
- `GET /api/v3/posts/:pid/summary`
2 years ago
Julian Lam
b3787bd50c
fix: update openapi spec to specify optional `expiry` argument available to be passed in via request body.
...
Also updated test runner to ignore any request bodies in spec that are explicitly not required.
2 years ago
renovate[bot]
f0d989e4ba
chore(deps): update dependency jsdom to v21.1.2 ( #11547 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
72bc471e73
fix(deps): update dependency nodebb-plugin-mentions to v4.1.1 ( #11548 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Julian Lam
2b70063eec
fix : #11545 , wrong message shown to new users re: email confirmation
2 years ago
Julian Lam
604a8f7e60
fix: black on red coloration on error when a bad reset code is received
2 years ago
Barış Soner Uşaklı
ec8d8ec45b
fix: closes #11511
...
reset all user skins if they are no longer available
2 years ago