psychobunny
da665853e4
bugfixes
11 years ago
psychobunny
78dea8ea40
don't attempt to require a directory
11 years ago
psychobunny
5ffeb3319b
socket.io admin/groups
11 years ago
psychobunny
aaa2dbe757
removed unused topics; fixed require
11 years ago
psychobunny
9e24ccc976
socket.io admin/categories
11 years ago
psychobunny
2fc6bfaa72
socket.io admin/user
11 years ago
barisusakli
d832a6f805
closes #1381
11 years ago
psychobunny
e5486db1ae
Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
...
Conflicts:
src/database.js
11 years ago
barisusakli
3e60451ce4
closes #1013
...
lets user change languages,
11 years ago
Julian Lam
df8728c785
allowing plugins to define new sounds -- woot.
...
Also moving the core sounds into a separate package, soundpack-default
11 years ago
Micheil Smith
3e82cab398
Add missing new lines at end of files.
11 years ago
barisusakli
fdeaf3a16e
user.js error keys
11 years ago
barisusakli
eaf4be4979
posts.js error keys
11 years ago
barisusakli
b07efb0085
modules.js error keys
11 years ago
barisusakli
7b992e7a20
meta.js error language keys
11 years ago
barisusakli
197e61a5d0
admin js language keys
11 years ago
barisusakli
d366be7967
added error key
11 years ago
barisusakli
95972209f4
favourite changes
...
favourites.js no longer makes socket calls, moved that code into
socket.io/posts.js. it also makes a single socket call when you downvote
a post that you previously upvoted.
11 years ago
barisusakli
296d5127c9
update to use error messages
11 years ago
barisusakli
a75baef450
removed socket emits for post errors
11 years ago
barisusakli
e2d0d4db5c
added error and success language files
...
removed some code from server side that was emitting alerts
11 years ago
barisusakli
4e71c8328c
closes #1346
11 years ago
barisusakli
e5cf44d398
closes #1353
...
mark all read will mark everything read, can also select topics and mark
them read, can mark specific categories read too
11 years ago
barisusakli
770e0a67c1
send values directly
11 years ago
barisusakli
0cd13b7b66
closes #1273
11 years ago
barisusakli
3f44f4bb3a
closes #1319
11 years ago
barisusakli
bdefebeea0
reverting some of my code and fixed #1322 properly
11 years ago
Julian Lam
682fa1f874
fixed incorrect scoping for new post event introduced accidentally last commit
11 years ago
Julian Lam
90616c6e7b
closed #1322
11 years ago
barisusakli
10f56faf9d
admin cleanup
...
removed unnecessary admin checks in src/admin/user then realized they
are just one liners so moved them to src/socket.io.admin.js moved
categories update to categories folder
11 years ago
psychobunny
7926514c95
draft zone for widgets, closes #1238
11 years ago
barisusakli
3a69a191ff
closes #1285
11 years ago
barisusakli
68db8c04f7
added missing radix
11 years ago
barisusakli
2507d6c853
display_moderator_tools is already returned
...
when new posts were loaded, we were making a socket call for each post
to check if the post is editable, but this data is already returned in
display_moderator_tools when posts are loaded.
11 years ago
barisusakli
e8265efc20
closes #1271
11 years ago
barisusakli
980cf2ccf9
closes #1184
11 years ago
barisusakli
bcc464a196
fixed reverse loading of topics
...
data.after can be zero which was causing a invalid data error
11 years ago
barisusakli
a695c6134b
added missing meta
11 years ago
barisusakli
db3632557e
moved notification push out of markAsRead
11 years ago
barisusakli
ec63ba4b17
removed unused method
11 years ago
barisusakli
880c393b6d
fixed admin groups page
...
changed gid to groupName
11 years ago
Julian Lam
d33253bc3a
Merge remote-tracking branch 'origin/master'
11 years ago
Julian Lam
0e44eb8629
final refactoring pass for groups -- #1252
11 years ago
barisusakli
26d67257fe
moved privilege check out of getRecentReplies
...
it was being called twice in api/home
11 years ago
barisusakli
301008b9cb
missed this one
11 years ago
Julian Lam
7b4f596aba
updating all group lib methods, and their callers -- #1252
11 years ago
barisusakli
fa98da6978
related to #1250
11 years ago
Julian Lam
4239c376c8
truncating user list in Groups ACP page, resolved #1132 . Refactored system groups handling
11 years ago
barisusakli
10d8eed7b9
closes #1229
11 years ago
Julian Lam
16f1db4f5d
fireEvent reflection socket call, tweaks to Sounds page in ACP
11 years ago
Julian Lam
14a0b45ae8
securing settings.save socket listeners behind admin namespace
11 years ago
Julian Lam
17903adace
Merge branch 'master' of github.com:designcreateplay/NodeBB
11 years ago
barisusakli
46a475fdde
controllers/admin/users cleanup
11 years ago
Julian Lam
f942c03a58
Merge branch 'master' of github.com:designcreateplay/NodeBB
11 years ago
barisusakli
1354739d19
user deletion #746
...
user deletion NOT SKALABLE
11 years ago
Julian Lam
ebe61450a1
WIP - settings.prepare refactoring... because.
11 years ago
barisusakli
a0e784a612
closes #1138
11 years ago
Julian Lam
553cabdcfa
refactored sound system so that they can be specified in ACP, updated soundfile to work in FF, which fixes #1209
11 years ago
barisusakli
d8e00f95a2
moved user search to its own file
11 years ago
barisusakli
90e398e5c9
user js refactor, category fix
...
if a category that didn't exist was request with category/1231 or
api/category/1231 it was crashing.
11 years ago
barisusakli
3f5c51174d
refactored user.js
...
took out notifications, email and reset code to separate files
11 years ago
barisusakli
33e34ca864
change getRecentPosts to take count
11 years ago
barisusakli
6e6c5688d9
more cleanup
11 years ago
barisusakli
2befa06a33
some cleanup to socket posts
11 years ago
barisusakli
813b3d6fcc
changes for live streaming of posts
11 years ago
barisusakli
350070339b
added home room emit
11 years ago
barisusakli
a5f4135c62
added socket listeners to home
11 years ago
psychobunny
5f7f5a37c1
linting
11 years ago
barisusakli
3d68c7c6b6
added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js
11 years ago
barisusakli
71f84655ca
minor cleanup
11 years ago
barisusakli
6496b91c29
closes #1180
11 years ago
Julian Lam
5a8a3627d2
bringing subfolder installations to v0.4.0 - JUST FOR @PLANNER
11 years ago
Baris Soner Usakli
b28e4846a4
fixed disconnect check
11 years ago
Baris Soner Usakli
be70b3de57
closes #1090
11 years ago
Baris Soner Usakli
feeb220514
removed console.log
11 years ago
Baris Soner Usakli
1b7f8cc5cb
active users fix
11 years ago
Julian Lam
079ed10631
Merge branch 'master' of github.com:designcreateplay/NodeBB
11 years ago
Julian Lam
2b178ff76d
proper tracking of users' reply status when others enter the room
11 years ago
Baris Soner Usakli
b2f9184562
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
11 years ago
Baris Soner Usakli
b6d97281d3
closes #1015
11 years ago
Julian Lam
a9b78d2600
minimizing the composer should unregister it
11 years ago
Julian Lam
d012d237bf
added back clearInterval
11 years ago
Julian Lam
7ef84e0daa
switched to 'ping active' system
11 years ago
Julian Lam
b3d7ae1c86
showing who is replying in the active users block
11 years ago
Baris Soner Usakli
e75c303b89
added unique visitor count to admin dashboard
11 years ago
Baris Soner Usakli
ccd29bfd61
added callback to category update
11 years ago
Matthew Conlen
a2a9c8fd8a
fix error with undefined callback
11 years ago
Baris Soner Usakli
091723a8c5
closes #1101
11 years ago
Julian Lam
44ac7ec262
added new hooks for rendering help messages in composer, removed markdown text from translation
11 years ago
Baris Soner Usakli
ea6cf3bbd5
more cleanup and changes to topics
11 years ago
Baris Soner Usakli
8da7a6f2f3
cleanup
11 years ago
Baris Soner Usakli
3ed2d21eb6
fixed flag post, added highlight to scroll post
11 years ago
Julian Lam
2baa381917
plugins and themes now trigger a restart
11 years ago
Julian Lam
c797d6251d
Revert "emitting alert when restart is attempted in development mode"
...
This reverts commit 059c5452ea
.
11 years ago
Julian Lam
059c5452ea
emitting alert when restart is attempted in development mode
11 years ago
Julian Lam
4ef1d83acd
Merge branch 'master' into nodebb-loader
11 years ago
Baris Soner Usakli
a29ea27596
closes #1106
11 years ago
Baris Soner Usakli
6e5a6b8784
upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting
11 years ago
Baris Soner Usakli
d6d9776cde
added toPid to posts
11 years ago
Julian Lam
7760a6b207
added restart button to ACP (!!)
11 years ago