Commit Graph

1457 Commits (366b18e02f919ae455b87c417c8edf7e6f6740de)

Author SHA1 Message Date
Barış Soner Uşaklı 366b18e02f test: remove socket.io test
Barış Soner Uşaklı 3cb4edf19e test: log socket.io error
dont call callback twice
Barış Soner Uşaklı 12e75ff418 test: fix another test
Barış Soner Uşaklı c201bf4507 test: fix test
Barış Soner Uşaklı 63b859f053
poc: use csrf_token in ws handshake ()
Barış Soner Uşaklı 031ffe491e test: add back missing tests
Barış Soner Uşaklı bd80d36e0d Merge branch 'master' into develop
Barış Soner Uşaklı a75fd636ad test: add missing tests
Barış Soner Uşaklı aff6d20f9f test: fix digest test
Barış Soner Uşaklı 4bfebc8123 test: add email
Barış Soner Uşaklı 1f03d41471 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
Barış Soner Uşaklı 61563b01df test: digest
Julian Lam 3251bca24b fix: failing test case
Julian Lam 6765d053ce test: additional tests for .roll()
Julian Lam f42b636adc test: fix authentication tests to use new token saving utility functions
Julian Lam 4f524e9f94 feat: token rolling API for admins
+ tests
Julian Lam e4888dea17 feat: api token migration, new ACP tokens list, token creation
Julian Lam 7b8bffd763 feat: internal utility functions for token management (creation, deletion, etc)
Including tests
Julian Lam e94c58becd Merge remote-tracking branch 'origin/master' into develop
Barış Soner Uşaklı f083cd559d
feat: add getSortedSetMembersWithScores ()
* feat: add getSortedSetMembersWithScores

* lint: fix

* test: fix redis

* fix: mongo/psql
Julian Lam 393a891379 test: added test cases for
Barış Soner Uşaklı e0db9a8978 test: fix assert.reject calls
fix tests
Barış Soner Uşaklı 0c20d7cdee test: fix brackets
Barış Soner Uşaklı 9800d65a29 test: remove log
Barış Soner Uşaklı 8a359d6338 test: increase delay after export
Julian Lam 36895421ba refactor: topic mark read/unread routes
Julian Lam 82b4984b9d test: replace calls to getReplies socket call to api method
Julian Lam ee9f53f1ff refactor: deprecate socket method posts.getPidIndex
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`
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.
Barış Soner Uşaklı e3551d80d7 feat: allow tag editing from topic tools
closes 
closes 
closes 
Barış Soner Uşaklı b891c5accd test: fix group tests
no idea how these passed on gh runner
Barış Soner Uşaklı 3c6f225a78 test: Blob doesnt exist in node 16
Barış Soner Uşaklı 699c3bdf35 test: missing utils tests
Barış Soner Uşaklı 94229688c2 Merge branch 'master' into develop
Barış Soner Uşaklı de2669a2c6 fix: only remove deleted tag, closes
Barış Soner Uşaklı 68efb6e601 Merge branch 'master' into develop
Barış Soner Uşaklı 21fb8590e5 test: remove old comment
Barış Soner Uşaklı 6bed65dde6
fix: numeric strings in mongo ()
Barış Soner Uşaklı af7ab9b468 Merge branch 'master' into develop
Veronikya c931183287
fix: NodeBB#11482 thumbs Post Can not upload a thumbnail, only multip… ()
* fix: NodeBB#11482 thumbs Post Can not upload a thumbnail, only multiple uploads

* Modify upload thumbnail test

* Modify upload thumbnail test +,

* Get rid of v2 uploads test

* edit times

* Modify amount of files associated post test

* edit post file amount
Barış Soner Uşaklı 9c16218668 test: remove history test
Barış Soner Uşaklı 132476d581 feat: update mkdirp to 3.x, closes
Barış Soner Uşaklı 43c6087b34 feat: update rimraf to 5.x, closes
Barış Soner Uşaklı c5e83eb9ea test: fix escaping
Barış Soner Uşaklı a8efe3df8b test: fix lang test
Julian Lam 0fc9fdd53d fix: throw generic not-allowed error on groups.join if a non-owner tries to add another user to a group
Julian Lam f043dcec96 fix: remove socketGroups.kick
Julian Lam 9d49ec60a1 fix: remove socketGroups.issueMassInvite
Julian Lam b53f92fa2e fix: handle client-side acceptAll and rejectAll