191 Commits (46af72336aaeffba46de25a1d549948903148136)

Author SHA1 Message Date
barisusakli 5b87af4389 closes #3447
recursively get all children
calculate topic/post count from children
new sorted set `cid:<id>:children`
fix search query params
10 years ago
barisusakli 8ec08337aa closes #3383 10 years ago
Julian Lam 1069f9c936 some prep work to allow for checking of dependency versions. Also updated upgrade.check behaviour to send back error if schema is out of date, instead of no error and "false". 10 years ago
Julian Lam 48af82659e removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes #3288 10 years ago
Barış Soner Uşaklı 4420e7a9fc closes #3188, closes #3170 10 years ago
barisusakli 4b4be3d4cc fix minSchemaDate 10 years ago
Julian Lam 58b0b6011f removed console.log from upgrade script (@barisusakli :rage2:) 10 years ago
barisusakli 55e20b28ec upgrade script 10 years ago
Julian Lam 972ae42d91 pruned upgrade scripts in preparation for 0.7.0, ping @barisusakli 10 years ago
barisusakli 5c4e988232 fix user.csv data 10 years ago
psychobunny e070a9777e #3125 10 years ago
barisusakli 74d6104072 correct upgrade date 10 years ago
barisusakli c6a05930aa fix \uff0e in emails 10 years ago
barisusakli 27bf1c1b2e fix privilege upgrade script 10 years ago
barisusakli 9d273d3a32 fixed date log 10 years ago
Barış Soner Uşaklı eaa89a4da7 added checks to skip empty/non-existing hashes 10 years ago
Barış Soner Uşaklı c56b30ff60 convert uid mappings to sorted sets
email:uid, username:uid, userslug:uid, fullname:uid all converted to
sorted sets
prevents hitting mongodb document size limit
10 years ago
barisusakli d946a2fcbd closes #3098
wait for templates to compile even if using clustering
fix emitter.all
upgrade.check error first
removed plugins.ready, using callback on plugins.init
removed webserver.init, using webserver.listen
10 years ago
Julian Lam b604c9d5e1 updated install script to accept environment variables
updated upgrade script to execute callback when present
updated install script to not fire upgrades unless necessary
updated install script to write directly to console, and not through winston
if a password is not provided, one is auto-generated
10 years ago
psychobunny 1774cf0b15 allow language strings in menu items 10 years ago
psychobunny d806cd134f sortable menus, done 10 years ago
psychobunny afc690d67b upon saving, copy over route properties from defaults 10 years ago
psychobunny 307204fc38 nav - added enabled/disabled 10 years ago
psychobunny 3be5242aa1 navigation - upgrade script 10 years ago
Julian Lam 8262c38ac8 upgrading privilege sets to be system groups, so they're not in the way 10 years ago
Barış Soner Uşaklı 14888a96cb Merge remote-tracking branch 'origin/master'
Conflicts:
	src/upgrade.js
10 years ago
Barış Soner Uşaklı 55884220b4 #2749 upgrade plugins:active to zset 10 years ago
psychobunny 44c6375d91 it's on line 24 now 10 years ago
psychobunny f63ecac8ee upgrade script for nodebb-rewards-essentials 10 years ago
Julian Lam 88aa427669 updated upgrade script so that it does not rely on Groups.list, as the method has changed between v0.5.0 and v0.6.0.
Also added setImmediate call so eachLimit doesn't explode
10 years ago
barisusakli 150d33eb92 upgrade script to rename widgets:home.tpl to widgets:categories.tpl 10 years ago
Julian Lam 1843d0364e closed #2708 10 years ago
Julian Lam c652d1b80e removed console log from upgrade script 10 years ago
barisusakli dc2a2aa98e store group member count in group hash
yet another upgrade script
10 years ago
Julian Lam 06238f6894 partial fix to #2655 10 years ago
barisusakli c379753341 upgrade scripts
upgrade groups to sorted set(groups:createtime) upgrade
upgrade groups:<name>:members to sorted set
new database methods
tests
10 years ago
Julian Lam fa27461abc upgrading administrator groups as well 10 years ago
Julian Lam d2938ea509 closed #2626 10 years ago
barisusakli 8f5bf1a7ed closes #2587 10 years ago
barisusakli fd2edcaf6f closes #2594 10 years ago
barisusakli 6ccdf187ea closes #2595 10 years ago
barisusakli db1cc6b8d2 search by fullname 10 years ago
barisusakli a77a761433 closes #1917 10 years ago
psychobunny a5f63a5ac7 upgrade script was refusing to complete until I added this
@barisusakli fyi
10 years ago
barisusakli 984b17349a closes #2476 10 years ago
barisusakli 2c7d9e1a7c store teaserPid in topic
-update teaser pid as necessary in addPostToTopic, removePostFromTopic,
post purge
-removed 20x db calls from getTeasers
-fixed scroll to post in sub folder install
-upgrade script to update topics with teaserPid
10 years ago
barisusakli 5576ef0d1e upgrade script to remove fields 10 years ago
Julian Lam f00a3dbf49 minor fix to upgrade script 10 years ago
Julian Lam 03b106b03a final pass, #1984 10 years ago
Julian Lam d430ef3983 second pass, #1984 10 years ago