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
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
Barış Soner Uşaklı
ec8d8ec45b
fix: closes #11511
...
reset all user skins if they are no longer available
2 years ago
Barış Soner Uşaklı
e070b851b1
fix: outgoing style
2 years ago
Barış Soner Uşaklı
9e4bd4e916
chore: up harmony
2 years ago
Barış Soner Uşaklı
01960f2718
chore: up composer
2 years ago
Barış Soner Uşaklı
b691524740
chore: up deps
2 years ago
Barış Soner Uşaklı
8e0f9ce573
fix : #11541 , fix leave chat error
2 years ago
Barış Soner Uşaklı
d0a15e9ec8
fix: closes #11539
2 years ago
Barış Soner Uşaklı
156b8e7721
fix: add check for no tids
2 years ago
Barış Soner Uşaklı
291c2e1cb7
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
870472108e
refactor: if position
2 years ago
Misty Release Bot
a908bed891
chore(i18n): fallback strings for new resources: nodebb.error, nodebb.tags, nodebb.topic
2 years ago
Barış Soner Uşaklı
e3551d80d7
feat: allow tag editing from topic tools
...
closes #7536
closes #7465
closes #11538
2 years ago
Barış Soner Uşaklı
0391876822
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
4b374f044f
chore: up themes
2 years ago
Misty Release Bot
6e7465debf
chore(i18n): fallback strings for new resources: nodebb.global
2 years ago
Barış Soner Uşaklı
4aa87366f9
feat: #11537 , copy ip on click
2 years ago
Barış Soner Uşaklı
9f485ce6f1
fix: remove positions
2 years ago
Barış Soner Uşaklı
8c3495b96a
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
5ead9b7365
fix: scroll on edit textarea
2 years ago
Barış Soner Uşaklı
95f8a3215e
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
503fab515d
refactor: remove position classes
2 years ago
Misty Release Bot
28a1df16a8
chore(i18n): fallback strings for new resources: nodebb.global
2 years ago
Barış Soner Uşaklı
eb0c77fd69
feat: #7096 , improve chat editing
...
use a new template for editing chats,
remove the data-mid on the chat inputEl
2 years ago
renovate[bot]
e0f0c08a98
fix(deps): update dependency nodebb-widget-essentials to v7.0.11 ( #11536 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı
b891c5accd
test: fix group tests
...
no idea how these passed on gh runner
2 years ago
Barış Soner Uşaklı
c23689d305
fix : #11531 , fix teasers
...
1. with scheduled topics, pid is no longer reliable, lower pid can have higher timestamp(scheduled in the future) so use timestamp for sorting teasers
2. when restoring/deleting topics, update the teaser tid as the last step because it checks topicData.deleted
2 years ago
Julian Lam
b0005f18a1
fix(deps): bump composer-default, closes #11534
2 years ago
Misty Release Bot
3b0b2b2fae
chore(i18n): fallback strings for new resources: nodebb.modules
2 years ago
gasoved
e42967d70a
feat: Change Date translation string
2 years ago
Barış Soner Uşaklı
cf39f3559b
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
ee085c1d47
chore: up harmony
2 years ago
Misty Release Bot
6f573c275d
chore(i18n): fallback strings for new resources: nodebb.global
2 years ago
Barış Soner Uşaklı
82ae7d667d
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2 years ago
Barış Soner Uşaklı
3099d57f24
feat: #11431
...
add joindate/postcount/reputation to user
add lastposttime to topic
2 years ago
Misty Release Bot
da5bfacd6f
chore(i18n): fallback strings for new resources: nodebb.global
2 years ago
Barış Soner Uşaklı
e83a9a720e
feat: add missing i18n
2 years ago
Opliko
0417e5f16c
ci: multi-platform docker image ( #11479 )
...
* ci: multi-platform build
* ci: remove riscv as node doesn't support it
* ci: correct step name
it's no longer logging in to docker hub
* ci: remove less common architectures
* ci: github actions cache for docker builds
* fix: use `--omit` flag to actually avoid installing dev dependencies
* feat: two-stage build
* feat: add platform-specific rebuild
* fix: run install if target arch is different from build arch
* fix: whitespace
* fix: correct build order
* fix: remove unnecessary conditional
* fix: remove unnecessary platofm specifier
* fix: correct copy
2 years ago
oplik0
2bfdd76180
feat: show even uninstalled active plugins if set via config
2 years ago
oplik0
74cb224344
feat: add option to autoinstall plugins on setup
2 years ago