1067 Commits (f6cd2862bd7e2f8791347055a1ddff484ed56511)

Author SHA1 Message Date
Barış Soner Uşaklı 5bc1f5b4e8 fix: #9231, fix redis pubsub connection
regression from fdfbc90255
4 years ago
Barış Soner Uşaklı d41ce87334 fix: removed object routes 4 years ago
Barış Soner Uşaklı 647d3ba810 fix: removed methods 4 years ago
Julian Lam aa8b84bb56 fix(topic-events): topicEvents.init() test 4 years ago
Julian Lam 449c379d22 feat(topic-events): server-side tests for topic events 4 years ago
Julian Lam ce7c74b2e1 fix: more tests for #9217 4 years ago
Julian Lam f2a5cd0b67 fix: tests for #9217 4 years ago
Barış Soner Uşaklı fdfbc90255 feat: async/await redis connection 4 years ago
Julian Lam 966c4117ec refactor(api): post move to write API 4 years ago
Barış Soner Uşaklı 1590cdf19f fix: #9206, fix double escaped arguments 4 years ago
Julian Lam e817d5beda fix: test for topicThumbs 4 years ago
Barış Soner Uşaklı 8ece64ab82 fix: test for https://github.com/NodeBB/NodeBB/pull/9180 4 years ago
Julian Lam 9534d95619 fix: broken test due to change in response code 4 years ago
Julian Lam 0da2843281 feat(api): schema definition for new credential checking route 4 years ago
Barış Soner Uşaklı 0d7dfeeb86 chore: increase test timeout 4 years ago
Julian Lam 77a5adb616 fix(tests): handle nested allOf blocks 4 years ago
Julian Lam 895e3d939e fix: #9149, server-side handling of disableChatMessageEditing 4 years ago
Julian Lam 80ee3dfbd1 fix(api): tests 4 years ago
Julian Lam 4fc1337762 feat(api): added schema for email unsubscribe token 4 years ago
Julian Lam 501a7b7774 fix: bug in api path existence test
It was only checking for the path, but not ensuring that the method was also defined
4 years ago
Peter Jaszkowiak 2be396ff6e fix: email testing and settings change from ACP
- changing email SMTP settings wouldn't apply the first time
- "Send Test Email" now will report emailer errors in most cases
4 years ago
Julian Lam bbd97ccb48 fix: subfolder handling in tests 4 years ago
Julian Lam 5f038dffbd test: changed test a bit to see what is going on 4 years ago
Julian Lam 6062039de2 fix: .flat() not defined in v10, added debug router to exclusion list 4 years ago
Julian Lam f416dc177a fix: all tests, wrap up work 4 years ago
Julian Lam 9c2de86a6e fix: two more routes 4 years ago
Julian Lam cb32e32ae3 feat: fix more tests, add more routes, update api test suite 4 years ago
Julian Lam 14c51e3c60 feat: add registration/complete route, fix some other tests 4 years ago
Julian Lam b9a61d2d45 fix: api tests 4 years ago
Julian Lam a962935743 fix: bad error message for request body api test 4 years ago
Julian Lam 7fc329de2f fix: modify backreference test to not check router.all() calls 4 years ago
Julian Lam 878ee06715 refactor: schema backreference test to use map instead of reduce, properly check write-api routes 4 years ago
Julian Lam df8d62ba06 feat: normalize paths before comparison 4 years ago
Julian Lam dbe85630e3 feat: additional test to ensure any new routes added to express have a corresponding schema doc
re: #9103
4 years ago
Barış Soner Uşaklı 2dee3cbe1a fix: test 4 years ago
Barış Soner Uşaklı 80de572aa1 feat: add user.email.confirmByUid for sso plugins 4 years ago
Julian Lam f8dff94a15 fix: derp? 4 years ago
Julian Lam 9a4ea04a75 fix: attempted fix for psql test in topic thumbs 4 years ago
Julian Lam e83baa97a0 fix: bad topic thumbs logic on local thumb upload 4 years ago
Julian Lam ce8057f389 feat: broken test for bad topic thumbs logic 4 years ago
Julian Lam 3e54b70c06 fix: #9092, Topic thumbnails do not work with third-party uploaders 4 years ago
Julian Lam dd448e2b1a fix: move topic thumb tests to root level, so they actually get run by mocha 4 years ago
Julian Lam 9681557f60 fix: tests for topic thumbs 4 years ago
Julian Lam c043cfebd6 fix: added back missing topic thumb tests that were removed in last commit 4 years ago
Julian Lam 5ec3b3d083 fix: tests 4 years ago
Julian Lam c09c238e3f fix: do not allow thumb deletion route to arbitrarily delete other files in uploads folder 4 years ago
Julian Lam 5950683316 feat: closes #9048, tests for topic thumbs routes, write API schema 4 years ago
Julian Lam 4152aa552e feat: tests for topic thumbs
Also added some error checking to addThumbs controller
4 years ago
Barış Soner Uşaklı 10cfdd4c5d fix: remove old utils.slugify tests 4 years ago
Barış Soner Uşaklı 1c45fa1ba5
feat: socket.io 3 changes (#8845)
* feat: socket.io 3 changes

* feat: replace socketio-wildcard with socket.onAny

up socket.io-redis to 6.x

* feat: remove mongodb/psql socket.io adapters

* feat: show data on fail

* fix: tests

* fix: typo

* fix: logger test fix

* fix: logger.io_close

* chore: up deps

* chore: update readme to reflect redis requirement

* fix: increase timeout show data if test fails
4 years ago