Commit Graph

1064 Commits (7da1b43f2bcdcdfa70a2e581c859801fb35874da)

Author SHA1 Message Date
Julian Lam aa8b84bb56 fix(topic-events): topicEvents.init() test
Julian Lam 449c379d22 feat(topic-events): server-side tests for topic events
Julian Lam ce7c74b2e1 fix: more tests for
Julian Lam f2a5cd0b67 fix: tests for
Barış Soner Uşaklı fdfbc90255 feat: async/await redis connection
Julian Lam 966c4117ec refactor(api): post move to write API
Barış Soner Uşaklı 1590cdf19f fix: , fix double escaped arguments
Julian Lam e817d5beda fix: test for topicThumbs
Barış Soner Uşaklı 8ece64ab82 fix: test for https://github.com/NodeBB/NodeBB/pull/9180
Julian Lam 9534d95619 fix: broken test due to change in response code
Julian Lam 0da2843281 feat(api): schema definition for new credential checking route
Barış Soner Uşaklı 0d7dfeeb86 chore: increase test timeout
Julian Lam 77a5adb616 fix(tests): handle nested allOf blocks
Julian Lam 895e3d939e fix: , server-side handling of disableChatMessageEditing
Julian Lam 80ee3dfbd1 fix(api): tests
Julian Lam 4fc1337762 feat(api): added schema for email unsubscribe token
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
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
Julian Lam bbd97ccb48 fix: subfolder handling in tests
Julian Lam 5f038dffbd test: changed test a bit to see what is going on
Julian Lam 6062039de2 fix: .flat() not defined in v10, added debug router to exclusion list
Julian Lam f416dc177a fix: all tests, wrap up work
Julian Lam 9c2de86a6e fix: two more routes
Julian Lam cb32e32ae3 feat: fix more tests, add more routes, update api test suite
Julian Lam 14c51e3c60 feat: add registration/complete route, fix some other tests
Julian Lam b9a61d2d45 fix: api tests
Julian Lam a962935743 fix: bad error message for request body api test
Julian Lam 7fc329de2f fix: modify backreference test to not check router.all() calls
Julian Lam 878ee06715 refactor: schema backreference test to use map instead of reduce, properly check write-api routes
Julian Lam df8d62ba06 feat: normalize paths before comparison
Julian Lam dbe85630e3 feat: additional test to ensure any new routes added to express have a corresponding schema doc
re: 
Barış Soner Uşaklı 2dee3cbe1a fix: test
Barış Soner Uşaklı 80de572aa1 feat: add user.email.confirmByUid for sso plugins
Julian Lam f8dff94a15 fix: derp?
Julian Lam 9a4ea04a75 fix: attempted fix for psql test in topic thumbs
Julian Lam e83baa97a0 fix: bad topic thumbs logic on local thumb upload
Julian Lam ce8057f389 feat: broken test for bad topic thumbs logic
Julian Lam 3e54b70c06 fix: , Topic thumbnails do not work with third-party uploaders
Julian Lam dd448e2b1a fix: move topic thumb tests to root level, so they actually get run by mocha
Julian Lam 9681557f60 fix: tests for topic thumbs
Julian Lam c043cfebd6 fix: added back missing topic thumb tests that were removed in last commit
Julian Lam 5ec3b3d083 fix: tests
Julian Lam c09c238e3f fix: do not allow thumb deletion route to arbitrarily delete other files in uploads folder
Julian Lam 5950683316 feat: closes , tests for topic thumbs routes, write API schema
Julian Lam 4152aa552e feat: tests for topic thumbs
Also added some error checking to addThumbs controller
Barış Soner Uşaklı 10cfdd4c5d fix: remove old utils.slugify tests
Barış Soner Uşaklı 1c45fa1ba5
feat: socket.io 3 changes ()
* 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
Barış Soner Uşaklı d2888d1d1f
Category tags ()
* feat: wip category tags

* fix: tag search

* feat: remove debug

* fix: returns of searchTags and autocomplete

* fix: alpha sort

* fix: redis

* fix: delete zsets on category purge, fix another test

* fix: test
Barış Soner Uşaklı 557f0f5631 feat: use correct code
Barış Soner Uşaklı f25000cb60 fix: pwd reset test