Julian Lam
ebc9abd773
upgrade script and graphs for #5232
8 years ago
Julian Lam
1aa70c57eb
WIP
8 years ago
barisusakli
c33d3e874a
store pinned topics in new zset
...
keep pinned topics on top on different sort types
8 years ago
Julian Lam
ffbebc646a
linting
8 years ago
Peter Jaszkowiak
c5237443cd
Standard language codes ( #5218 )
...
* Use standard language codes. Fallback for plugins.
* Fix transifex config
* Tab vs space here for some reason
* Remove redundancies
* config.relative_path instead of allcaps
* added upgrade script for existing users' accounts
8 years ago
Ben Lubar
a654a2a5fe
Work around MongoDB bug (see https://github.com/NodeBB/NodeBB/pull/5050#issuecomment-256766439 )
8 years ago
Ben Lubar
69ee813d3e
fix typoed variable name
8 years ago
Ben Lubar
123c66e3ec
Cache the number of replies in the post object. See #5050 .
...
https://github.com/NodeBB/NodeBB/pull/5050#pullrequestreview-4248269
8 years ago
Ben Lubar
fae28ed3cc
Add an index for going from a post to its replies
8 years ago
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
8 years ago
barisusakli
2eec1afc46
fix upgrade script so it only runs once
8 years ago
barisusakli
6f86621e30
closes #5096
8 years ago
barisusakli
a6c3be0bb1
store category recent tids for faster retrieval
8 years ago
Mathias Schreck
ce9ee62fa0
Handle callback errors
9 years ago
Ben Lubar
f62da5c4e9
see NodeBB/NodeBB#4909
9 years ago
Ben Lubar
26df552d55
Add edit, delete, and topics:delete permissions for users acting on their own posts
9 years ago
barisusakli
84025fa7fc
closes #4801
9 years ago
barisusakli
d2cbd7e6dc
new priv for uploads
9 years ago
barisusakli
ecf0323dd0
closes #4688
9 years ago
psychobunny
6f0c00bb9f
use eachSeries instead
9 years ago
psychobunny
74ff9557d9
makes more sense to give topics:read priv to those who had the category read priv
...
thanks @barisusakli
9 years ago
psychobunny
8616cc4ea5
upgrade script: give topics:read privs to any group that has topics:create privs
9 years ago
Julian Lam
b12811d21d
spring cleaning
9 years ago
Julian Lam
bd8fcb527b
closes #4583
9 years ago
barisusakli
a7415a8db0
added missing count increment
9 years ago
barisusakli
ff88186d41
closes #4537
9 years ago
barisusakli
e564260650
moved groupTitle from user settings to user profile/edit
9 years ago
barisusakli
7180174b91
fix global moderators upgrade script
9 years ago
psychobunny
9e832e006a
closes #2920
9 years ago
Barış Soner Uşaklı
d3087b4e05
changed userTitle of global mods
9 years ago
barisusakli
86d70eca74
closes #4103
9 years ago
barisusakli
32ca95319e
closes #3436
9 years ago
barisusakli
a133374c0b
lets not run the upgrade script everytime
9 years ago
barisusakli
92f0e2d86a
closes #3586
...
added account/upvoted, account/downvoted, account/best
9 years ago
Julian Lam
96fe6d288f
Allowing theme to be re-ordered like plugins.
9 years ago
barisusakli
abed319da2
closes #3996
9 years ago
barisusakli
0887105046
created chat:room hashes, save owner uid in hash, update chat uids when they message
9 years ago
barisusakli
8bda497b41
upgrade script for chats
9 years ago
Julian Lam
3acf2e0812
pruned upgrade script
9 years ago
Julian Lam
ad5ddcbb73
whitespace fixes
9 years ago
Barış Soner Uşaklı
f145356914
#3847
9 years ago
psychobunny
df7e6be905
console.log
9 years ago
barisusakli
522e67d742
closes #3803
9 years ago
Julian Lam
9f6dc63fed
updated to no longer use user.icons.generate, and removed an unneeded upgrade script! :)
9 years ago
Julian Lam
896abb59d3
Update default gravatar admin option to defaultAvatar
9 years ago
Julian Lam
a43d40fbc7
upgrade script, and fixed client-side generation of user icon
9 years ago
Julian Lam
394440e597
Fix upgrade crash if groups have 0 users
...
@barisusakli
10 years ago
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
Julian Lam
259f0f96f1
Merge pull request #2433 from bendem/patch-1
...
Fix nodeBB address in a few places
10 years ago
barisusakli
fdf06c0500
fix upgrade script #2435
10 years ago
bendem
0f4fcd8e0b
fix nodeBB adresses
10 years ago