barisusakli
86d70eca74
closes #4103
2016-01-25 13:36:21 +02:00
barisusakli
32ca95319e
closes #3436
2016-01-20 16:13:04 +02:00
barisusakli
a133374c0b
lets not run the upgrade script everytime
2016-01-16 23:55:23 +02:00
barisusakli
92f0e2d86a
closes #3586
...
added account/upvoted, account/downvoted, account/best
2016-01-14 13:47:26 +02:00
Julian Lam
96fe6d288f
Allowing theme to be re-ordered like plugins.
2016-01-11 16:23:59 -05:00
barisusakli
abed319da2
closes #3996
2015-12-23 11:27:34 +02:00
barisusakli
0887105046
created chat:room hashes, save owner uid in hash, update chat uids when they message
2015-12-23 10:10:59 +02:00
barisusakli
8bda497b41
upgrade script for chats
2015-12-15 11:24:29 +02:00
Julian Lam
3acf2e0812
pruned upgrade script
2015-11-08 15:25:54 -05:00
Julian Lam
ad5ddcbb73
whitespace fixes
2015-11-07 12:32:25 -05:00
Barış Soner Uşaklı
f145356914
#3847
2015-11-07 01:54:29 -05:00
psychobunny
df7e6be905
console.log
2015-11-06 16:15:31 -05:00
barisusakli
522e67d742
closes #3803
2015-11-06 14:40:51 -05:00
Julian Lam
9f6dc63fed
updated to no longer use user.icons.generate, and removed an unneeded upgrade script! :)
2015-10-29 16:14:07 -04:00
Julian Lam
896abb59d3
Update default gravatar admin option to defaultAvatar
2015-09-30 14:37:26 -04:00
Julian Lam
a43d40fbc7
upgrade script, and fixed client-side generation of user icon
2015-09-27 22:12:10 -04:00
Julian Lam
394440e597
Fix upgrade crash if groups have 0 users
...
@barisusakli
2015-09-01 10:39:48 -04:00
barisusakli
5b87af4389
closes #3447
...
recursively get all children
calculate topic/post count from children
new sorted set `cid:<id>:children`
fix search query params
2015-08-18 14:17:25 -04:00
barisusakli
8ec08337aa
closes #3383
2015-08-03 19:57:01 -04:00
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".
2015-07-06 15:44:52 -04:00
Julian Lam
48af82659e
removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes #3288
2015-07-03 16:43:36 -04:00
Barış Soner Uşaklı
4420e7a9fc
closes #3188 , closes #3170
2015-06-02 16:20:28 -04:00
barisusakli
4b4be3d4cc
fix minSchemaDate
2015-05-23 19:30:35 -04:00
Julian Lam
58b0b6011f
removed console.log from upgrade script (@barisusakli :rage2:)
2015-05-21 10:07:00 -04:00
barisusakli
55e20b28ec
upgrade script
2015-05-20 16:08:22 -04:00
Julian Lam
972ae42d91
pruned upgrade scripts in preparation for 0.7.0, ping @barisusakli
2015-05-20 11:44:10 -04:00
barisusakli
5c4e988232
fix user.csv data
2015-05-15 14:46:42 -04:00
psychobunny
e070a9777e
#3125
2015-05-11 16:53:12 -04:00
barisusakli
74d6104072
correct upgrade date
2015-05-08 16:14:48 -04:00
barisusakli
c6a05930aa
fix \uff0e in emails
2015-05-08 16:14:32 -04:00
barisusakli
27bf1c1b2e
fix privilege upgrade script
2015-05-08 13:35:54 -04:00
barisusakli
9d273d3a32
fixed date log
2015-05-07 22:40:32 -04:00
Barış Soner Uşaklı
eaa89a4da7
added checks to skip empty/non-existing hashes
2015-05-07 14:23:03 -04:00
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
2015-05-07 13:43:06 -04:00
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
2015-04-27 20:26:02 -04:00
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
2015-04-22 10:28:03 -04:00
psychobunny
1774cf0b15
allow language strings in menu items
2015-02-25 17:12:17 -05:00
psychobunny
d806cd134f
sortable menus, done
2015-02-25 16:47:19 -05:00
psychobunny
afc690d67b
upon saving, copy over route properties from defaults
2015-02-25 15:29:26 -05:00
psychobunny
307204fc38
nav - added enabled/disabled
2015-02-25 14:12:16 -05:00
psychobunny
3be5242aa1
navigation - upgrade script
2015-02-25 13:50:41 -05:00
Julian Lam
8262c38ac8
upgrading privilege sets to be system groups, so they're not in the way
2015-02-23 15:43:32 -05:00
Barış Soner Uşaklı
14888a96cb
Merge remote-tracking branch 'origin/master'
...
Conflicts:
src/upgrade.js
2015-02-23 15:04:46 -05:00
Barış Soner Uşaklı
55884220b4
#2749 upgrade plugins:active to zset
2015-02-23 14:57:22 -05:00
psychobunny
44c6375d91
it's on line 24 now
2015-02-23 14:11:51 -05:00
psychobunny
f63ecac8ee
upgrade script for nodebb-rewards-essentials
2015-02-23 14:11:50 -05:00
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
2015-02-19 19:34:13 -05:00
barisusakli
150d33eb92
upgrade script to rename widgets:home.tpl to widgets:categories.tpl
2015-02-17 17:55:20 -05:00
Julian Lam
1843d0364e
closed #2708
2015-02-08 21:06:45 -05:00
Julian Lam
c652d1b80e
removed console log from upgrade script
2015-02-01 17:22:08 -05:00