psychobunny
788b16fa62
adding uid to the topic hooks, so plugins can know the user that did the action
2014-07-24 16:04:18 -04:00
psychobunny
2e7d1f33dc
action:topic.lock, action:topic.pin, action:topic.move
2014-07-24 14:22:48 -04:00
psychobunny
1a37176a9d
filter:topic.get, surprisingly never implemented till today
2014-07-24 14:16:41 -04:00
barisusakli
8dce99250b
final fix for #1884
...
fix mongo functions so they return correct data if duplicate keys are
passed. getObjects(['post:1', 'post:1'], callback) was only returning
one object.
2014-07-24 12:41:22 -04:00
barisusakli
fa8fcc00ec
fix tag counts
...
if a tag is removed from a topic, update number of topics in that tag
2014-07-24 03:46:45 -04:00
barisusakli
bc2f7339ee
getLatestUndeletedPid will return string #1884
2014-07-24 03:30:17 -04:00
psychobunny
685cd38162
calculate levenshtein distance between recent chat messages and temporarily ban if determined to be spam
2014-07-23 18:23:03 -04:00
psychobunny
e95bc35240
Merge branch 'master' of https://github.com/NodeBB/NodeBB
...
Conflicts:
src/upgrade.js
2014-07-23 17:26:59 -04:00
psychobunny
b209af1e32
info instead of error
2014-07-23 17:26:00 -04:00
Julian Lam
883cee31bc
added support for showSiteTitle in ACP, closes #1519
2014-07-23 17:12:41 -04:00
barisusakli
7454fd53b9
possible fix for #1741
2014-07-23 16:49:32 -04:00
barisusakli
dc30d94ff8
info
2014-07-23 15:41:51 -04:00
Julian Lam
440a19ed57
Merge branch 'sourcemap-windows'
2014-07-23 14:37:52 -04:00
Julian Lam
ce8bec5edb
fixed mapping in web inspector
2014-07-23 14:27:01 -04:00
barisusakli
fde8e9d90f
on group destroy, remove it from all groups
...
previously if a group was destroyed it was left behind in privilege
groups
2014-07-23 13:32:23 -04:00
barisusakli
5c57ed5ea0
install db dependencies in upgrade script
2014-07-23 13:30:12 -04:00
Julian Lam
7cdcb83a98
fixed #1640
2014-07-23 13:18:32 -04:00
barisusakli
238d6602a2
check for valid content, #1884
2014-07-23 09:40:07 -04:00
barisusakli
8113ed6a4d
closes #1883 , no upgrade script #successkid
2014-07-23 03:09:07 -04:00
barisusakli
054ceab0be
isMemberOfGroups fix
2014-07-23 00:36:03 -04:00
barisusakli
6c48cbe6ce
regFormEntry array
2014-07-22 22:00:39 -04:00
barisusakli
20df6fd5cd
small fix
2014-07-22 18:00:59 -04:00
barisusakli
2bf38ec84b
handle pinned topics
2014-07-22 17:58:27 -04:00
barisusakli
5292bdad5a
closes #1871
2014-07-22 15:39:23 -04:00
barisusakli
1e6d589080
show topics on home instead of replies
...
no template changes, instead of showing the latest x posts under
categories, we are now showing the latest x posts of the latest x
topics.
2014-07-22 14:35:30 -04:00
barisusakli
a3fecee781
removed console.log err check
2014-07-22 13:00:04 -04:00
barisusakli
89bb11a58c
closes #1880
2014-07-22 12:56:34 -04:00
barisusakli
0e241456e4
less code
2014-07-22 12:02:15 -04:00
Julian Lam
8e0bc0257d
fixed #1869
2014-07-22 11:21:39 -04:00
barisusakli
82ffaad939
parseint
2014-07-21 19:39:06 -04:00
barisusakli
c9fb5b3e11
changed user posted notification to include title
...
dont send 2 notifications if you are already following topic
2014-07-21 17:43:42 -04:00
barisusakli
81018d1305
closes #1863
2014-07-21 15:03:04 -04:00
psychobunny
cb08d4b04f
getting rid of this one for good
2014-07-21 14:44:27 -04:00
psychobunny
b5d3186120
plugins and themes can now define their own custom language strings. closes #1865
2014-07-21 14:37:46 -04:00
barisusakli
ab9af6202d
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2014-07-21 14:18:45 -04:00
barisusakli
d00740703b
use the new $text query from mongo 2.6
2014-07-21 14:18:42 -04:00
psychobunny
423da904de
allow core to tap into NodeBB's hook system, closes #989
2014-07-21 13:42:33 -04:00
psychobunny
e10307426d
optional callback for registerHook
2014-07-21 13:25:25 -04:00
psychobunny
7e82393d9f
plugins:loaded - using emitter class instead
2014-07-21 13:14:12 -04:00
psychobunny
bab995626c
some unused vars
2014-07-21 13:10:45 -04:00
Julian Lam
be8e63cd50
special handling for filter:app.load
2014-07-21 10:36:05 -04:00
barisusakli
ef8bbdd359
closes #1864
...
doing andrew's //todo's since 1991
2014-07-20 21:10:23 -04:00
barisusakli
04c6ca2ebb
closes #1862
2014-07-20 18:44:12 -04:00
barisusakli
b1e93c4558
fix for wrapper
2014-07-20 14:53:29 -04:00
barisusakli
6e66911ef7
delete unread chats on account delete
2014-07-19 11:01:54 -04:00
barisusakli
a4975cab33
closes #1825 , closes #1674
2014-07-19 10:33:27 -04:00
barisusakli
a69973e7a7
topics.getPids will return mainPid as well
2014-07-19 08:59:59 -04:00
Julian Lam
14d7461252
updated deprecation notice for social network sso icons
2014-07-18 19:10:53 -04:00
Julian Lam
2f9fd620d7
fixed #1849
2014-07-18 11:10:47 -04:00
psychobunny
d78fdb1520
more confusing, works perfectably
2014-07-17 22:26:50 -04:00