You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ben Lubar 33228bb7fe PostgreSQL database driver (#5861)
* [test/database/list] Fix test list 4 being used in two different tests

* [database/postgres] PostgreSQL database driver

* [database/postgres] Make transactions work based on continuation scope.

* [database/postgres] Implement nested transactions

* eslint --fix

* Add database changes from earlier this week to the PostgreSQL driver.

* Fix typo

* Fix postgres.incrObjectFieldBy returning undefined instead of null when given NaN

* [database/postgres] Fix sortedSetsCard returning an array of strings.

* Update socket.io postgres adapter

* Fix PostgreSQL erroring when multiple updates are made to the same sorted set entry in a single operation.

Add a test case to catch this error.

* Fix lint errors.

* Only prune sessions on one instance in a cluster to avoid deadlocks.

They're caught and handled by the database server, but they spam the logs.

* Fix arguments.slice.
7 years ago
..
admin encode user agent in request sent to github to retrieve tags 7 years ago
categories remove deprecated methods 7 years ago
cli Add series flag for `./nodebb build` 7 years ago
controllers PostgreSQL database driver (#5861) 7 years ago
database PostgreSQL database driver (#5861) 7 years ago
groups closes #6481 7 years ago
messaging closes #6662 7 years ago
meta closes #6283 7 years ago
middleware Revert "closes #6664" 7 years ago
navigation closes #6329 7 years ago
plugins log fired hooks 7 years ago
posts closes #6548 7 years ago
privileges closes #6557 7 years ago
rewards fix reward claimable check 8 years ago
routes closes #6680 7 years ago
socket.io fix lint and tests 7 years ago
topics fix lint 7 years ago
upgrades PostgreSQL database driver (#5861) 7 years ago
user restoring passwordExpiry for use in continueLogin, fixed tests, hopefully 7 years ago
views PostgreSQL database driver (#5861) 7 years ago
widgets pass template to widget container parse 7 years ago
analytics.js Added server hook action:analytics.increment 7 years ago
batch.js Allow new "withScores" option in batch.processSortedSet (#6602) 7 years ago
bcrypt.js always pass strings to bcrypt compare 8 years ago
categories.js refactor to use getCidsByPrivilege 7 years ago
coverPhoto.js coverPhoto tests 8 years ago
database.js
emailer.js Precompile all templates 7 years ago
emitter.js
events.js endpoint to download user attachments, #6441 7 years ago
file.js closes #6576 7 years ago
flags.js closes #6550 7 years ago
groups.js Merge branch 'develop' 7 years ago
hotswap.js
image.js remove unnecessary code 7 years ago
install.js PostgreSQL database driver (#5861) 7 years ago
languages.js closes #6308 7 years ago
logger.js Provide more error information to logs 7 years ago
messaging.js closes #6369 7 years ago
meta.js Unwrap meta modules 8 years ago
notifications.js closes #6514 7 years ago
pagination.js closes #6247 7 years ago
password.js Always compare password with a hash 7 years ago
plugins.js remove deprecated method 7 years ago
posts.js closes #6562 7 years ago
prestart.js fix runJobs 7 years ago
privileges.js closes #6562 7 years ago
pubsub.js PostgreSQL database driver (#5861) 7 years ago
search.js refactor to use getCidsByPrivilege 7 years ago
settings.js
sitemap.js closes #6424 7 years ago
social.js social tests 8 years ago
start.js fix runJobs 7 years ago
topics.js closes #6579 7 years ago
translator.js
upgrade.js closes #6309 7 years ago
user.js user tests 7 years ago
utils.js
webserver.js Add option to enable/disable HSTS 7 years ago