Commit Graph

337 Commits

Author SHA1 Message Date
Julian Lam
1aa70c57eb WIP 2016-11-25 13:28:55 -05:00
barisusakli
c33d3e874a store pinned topics in new zset
keep pinned topics on top on different sort types
2016-11-25 17:46:29 +03:00
Julian Lam
ffbebc646a linting 2016-11-23 12:30:03 -05:00
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
2016-11-23 11:50:49 -05:00
Ben Lubar
a654a2a5fe Work around MongoDB bug (see https://github.com/NodeBB/NodeBB/pull/5050#issuecomment-256766439) 2016-10-27 18:44:45 -05:00
Ben Lubar
69ee813d3e fix typoed variable name 2016-10-27 13:31:43 -05:00
Ben Lubar
123c66e3ec Cache the number of replies in the post object. See #5050.
https://github.com/NodeBB/NodeBB/pull/5050#pullrequestreview-4248269
2016-10-27 12:40:51 -05:00
Ben Lubar
fae28ed3cc Add an index for going from a post to its replies 2016-10-27 12:40:51 -05:00
HeeL
4a3c31b2dc Fix space-before-function-paren linter rule 2016-10-13 11:43:39 +02:00
barisusakli
2eec1afc46 fix upgrade script so it only runs once 2016-10-12 20:16:30 +03:00
barisusakli
6f86621e30 closes #5096 2016-10-08 19:09:55 +03:00
barisusakli
a6c3be0bb1 store category recent tids for faster retrieval 2016-09-22 18:21:54 +03:00
Mathias Schreck
ce9ee62fa0 Handle callback errors 2016-08-17 12:54:59 +02:00
Ben Lubar
f62da5c4e9 see NodeBB/NodeBB#4909 2016-08-09 09:50:49 -05:00
Ben Lubar
26df552d55 Add edit, delete, and topics:delete permissions for users acting on their own posts 2016-08-06 21:23:09 -05:00
barisusakli
84025fa7fc closes #4801 2016-08-05 22:35:26 +03:00
barisusakli
d2cbd7e6dc new priv for uploads 2016-07-12 19:59:04 +03:00
barisusakli
ecf0323dd0 closes #4688 2016-06-13 14:02:54 +03:00
psychobunny
6f0c00bb9f use eachSeries instead 2016-06-01 08:42:37 -04:00
psychobunny
74ff9557d9 makes more sense to give topics:read priv to those who had the category read priv
thanks @barisusakli
2016-05-28 06:37:53 -04:00
psychobunny
8616cc4ea5 upgrade script: give topics:read privs to any group that has topics:create privs 2016-05-28 06:08:28 -04:00
Julian Lam
b12811d21d spring cleaning 2016-05-04 10:09:03 -04:00
Julian Lam
bd8fcb527b closes #4583 2016-04-29 12:54:53 -04:00
barisusakli
a7415a8db0 added missing count increment 2016-04-20 20:50:16 +03:00
barisusakli
ff88186d41 closes #4537 2016-04-19 20:04:39 +03:00
barisusakli
e564260650 moved groupTitle from user settings to user profile/edit 2016-04-14 18:41:52 +03:00
barisusakli
7180174b91 fix global moderators upgrade script 2016-03-05 11:45:26 +02:00
psychobunny
9e832e006a closes #2920 2016-02-25 14:06:03 -05:00
Barış Soner Uşaklı
d3087b4e05 changed userTitle of global mods 2016-02-05 18:35:20 +02:00
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