Commit Graph

209 Commits (c6982f7cdb4cb674c4d8161b1c5aaa99b8ae09f2)

Author SHA1 Message Date
Barış Soner Uşaklı d3087b4e05 changed userTitle of global mods
barisusakli 86d70eca74 closes
barisusakli 32ca95319e closes
barisusakli a133374c0b lets not run the upgrade script everytime
barisusakli 92f0e2d86a closes
added account/upvoted, account/downvoted, account/best
Julian Lam 96fe6d288f Allowing theme to be re-ordered like plugins.
barisusakli abed319da2 closes
barisusakli 0887105046 created chat:room hashes, save owner uid in hash, update chat uids when they message
barisusakli 8bda497b41 upgrade script for chats
Julian Lam 3acf2e0812 pruned upgrade script
Julian Lam ad5ddcbb73 whitespace fixes
Barış Soner Uşaklı f145356914
psychobunny df7e6be905 console.log
barisusakli 522e67d742 closes
Julian Lam 9f6dc63fed updated to no longer use user.icons.generate, and removed an unneeded upgrade script! :)
Julian Lam 896abb59d3 Update default gravatar admin option to defaultAvatar
Julian Lam a43d40fbc7 upgrade script, and fixed client-side generation of user icon
Julian Lam 394440e597 Fix upgrade crash if groups have 0 users
@barisusakli
barisusakli 5b87af4389 closes
recursively get all children
calculate topic/post count from children
new sorted set `cid:<id>:children`
fix search query params
barisusakli 8ec08337aa closes
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".
Julian Lam 48af82659e removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes
Barış Soner Uşaklı 4420e7a9fc closes , closes
barisusakli 4b4be3d4cc fix minSchemaDate
Julian Lam 58b0b6011f removed console.log from upgrade script (@barisusakli :rage2:)
barisusakli 55e20b28ec upgrade script
Julian Lam 972ae42d91 pruned upgrade scripts in preparation for 0.7.0, ping @barisusakli
barisusakli 5c4e988232 fix user.csv data
psychobunny e070a9777e
barisusakli 74d6104072 correct upgrade date
barisusakli c6a05930aa fix \uff0e in emails
barisusakli 27bf1c1b2e fix privilege upgrade script
barisusakli 9d273d3a32 fixed date log
Barış Soner Uşaklı eaa89a4da7 added checks to skip empty/non-existing hashes
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
barisusakli d946a2fcbd closes
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
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
psychobunny 1774cf0b15 allow language strings in menu items
psychobunny d806cd134f sortable menus, done
psychobunny afc690d67b upon saving, copy over route properties from defaults
psychobunny 307204fc38 nav - added enabled/disabled
psychobunny 3be5242aa1 navigation - upgrade script
Julian Lam 8262c38ac8 upgrading privilege sets to be system groups, so they're not in the way
Barış Soner Uşaklı 14888a96cb Merge remote-tracking branch 'origin/master'
Conflicts:
	src/upgrade.js
Barış Soner Uşaklı 55884220b4 upgrade plugins:active to zset
psychobunny 44c6375d91 it's on line 24 now
psychobunny f63ecac8ee upgrade script for nodebb-rewards-essentials
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
barisusakli 150d33eb92 upgrade script to rename widgets:home.tpl to widgets:categories.tpl
Julian Lam 1843d0364e closed