Commit Graph

6457 Commits (43ca61de8c6b278a32127ad191a8f37a8989466e)
 

Author SHA1 Message Date
barisusakli 851d5c0f32 send uids to isOnline in messaging
barisusakli c07d9121df small optimizations
user.isOnline works with an array of uids
do not make 2 trips to db to get main post and first 10 posts
Julian Lam c818a37f0f possible fix for
Julian Lam 0e28b6f2d5 fixed -- missing pass-through
barisusakli c4b083330c closes
barisusakli c8084e9b2e closes
barisusakli 5e68e0b009 same deal as previous commit
barisusakli e137baccd9 fixed ip:recent weird
barisusakli c991997552 removed off from search button
barisusakli 7642be3608 closes
barisusakli 53d20cf058 parse variables before rendering widgets
barisusakli b5cc852551 do a single filter after getting all unread tids
barisusakli 41ed52a414 moved newlines from language file to core
barisusakli b8279dc737 optimize getUserGroups to work with multiple user ids
barisusakli 5b681678b1 could use async.apply here hm
barisusakli 4e4a583d9d took out the meta config check from image.js
barisusakli ea2975cb3f eachLimit on expire nids
barisusakli a2bb8029fe use utils.toISOString
psychobunny 193832ea9b closes
barisusakli 5c6e26832e removed console.logs
barisusakli df0a5e780a prevent edit to change title length above max
psychobunny 025403b9a8 optimizing data transfer *rolls eyes*
psychobunny ee108ed963 bumping up templates.js version
barisusakli 46398fa924 removed unused require
psychobunny db2ef15a09 linting
psychobunny e77491fcbb closes
barisusakli 049d7f766e use getSetsMembers instead of async.map
RefinedSoftwareLLC 215ec041bb Corrected node.js version requirement.
package.json was being told that nodebb only required version >=0.8.x of node. Per documentation and communication with developers this should be >=0.10.x
Changing this should help users who accidentally run nodebb on node.js 0.8 to run it on a supported version of 0.10.x or highter.
Julian Lam 84f3fee488 latest translations
barisusakli 7d179b68df faster notif prune
barisusakli f39d772a40 if notification is purged delete from user mapping as well
barisusakli cb519d53a1 isArray check
barisusakli 8e8b678d40 small tweak
barisusakli 84aadc03fd fix filter condition
psychobunny 90513be321 send callback directly
except this time I'm fixing my own derps instead of @barisusakli
barisusakli 7ffad7e0d1 send callback directly
barisusakli 528ee335d5 optimize getTopicsByTids and getTeasers
psychobunny c6ced111b5 quotes are better
psychobunny 9a5ed0bf27 forgot err, thanks @barisusakli
psychobunny b1ef42889d updated site title for tags page to be more user friendly
psychobunny 38dc35f480 console.log
psychobunny 3a32058be1 closes
psychobunny 4cda8207e2 adding uid to filter:category.get
psychobunny c88327d075 added filter:category.get
barisusakli 76b257f7b8 optimized User.getUsers
barisusakli 59d4d2880f fixed markAsUnreadForAll permissions
barisusakli 906e1a3846 removed unused meta
barisusakli 90ac399f6d fix topics.loadMore so it checks read permission
barisusakli 805e6934b9 derp this function should only return err
barisusakli f55d1897c8 fix categories.loadMore so it checks read permission