barisusakli
|
1f2d5abbb7
|
possible fix for #1256
|
2014-03-21 20:37:53 -04:00 |
|
barisusakli
|
0cfd05d839
|
closes #1254
|
2014-03-21 18:36:06 -04:00 |
|
barisusakli
|
db3632557e
|
moved notification push out of markAsRead
|
2014-03-21 17:48:32 -04:00 |
|
barisusakli
|
bac3cf03cb
|
moved unread to new file
|
2014-03-21 15:40:37 -04:00 |
|
barisusakli
|
7f193041a8
|
removed admin topics
|
2014-03-21 13:24:31 -04:00 |
|
barisusakli
|
fa98da6978
|
related to #1250
|
2014-03-19 21:32:13 -04:00 |
|
Julian Lam
|
c709b7ed5b
|
Merge remote-tracking branch 'origin/master'
|
2014-03-19 10:28:40 -04:00 |
|
Julian Lam
|
4239c376c8
|
truncating user list in Groups ACP page, resolved #1132. Refactored system groups handling
|
2014-03-19 10:27:02 -04:00 |
|
barisusakli
|
567d867b1e
|
fixed require to missing public config.json
|
2014-03-19 02:07:18 -04:00 |
|
barisusakli
|
0f66e80a5a
|
added setting to disable notification sounds
|
2014-03-18 17:01:41 -04:00 |
|
Julian Lam
|
c1ccc81400
|
ACP integration for Sounds
|
2014-03-17 10:37:11 -04:00 |
|
Julian Lam
|
17903adace
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
2014-03-16 14:13:27 -04:00 |
|
barisusakli
|
46a475fdde
|
controllers/admin/users cleanup
|
2014-03-15 16:28:57 -04:00 |
|
barisusakli
|
ea4931fa1d
|
removed dupe from controllers/user.js
|
2014-03-15 16:18:03 -04:00 |
|
barisusakli
|
37e8856861
|
new middleware to add slug to topic and category
|
2014-03-15 15:29:56 -04:00 |
|
Julian Lam
|
f942c03a58
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
2014-03-15 14:39:16 -04:00 |
|
barisusakli
|
611c16b5a6
|
closes #1126
|
2014-03-15 00:26:09 -04:00 |
|
barisusakli
|
1354739d19
|
user deletion #746
user deletion NOT SKALABLE
|
2014-03-14 19:07:50 -04:00 |
|
Julian Lam
|
6d03f713c5
|
"Sounds" tab in Settings page... WIP, needs fixing.
|
2014-03-13 23:43:36 -04:00 |
|
barisusakli
|
175230e337
|
closes #1205
|
2014-03-13 14:08:58 -04:00 |
|
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.
|
2014-03-12 20:53:48 -04:00 |
|
psychobunny
|
f47f146320
|
moved out uploads and users from controllers/admin into their own files
|
2014-03-12 17:59:29 -04:00 |
|
psychobunny
|
641ec3ef82
|
moved duplicate upload validation code into its own fn
|
2014-03-12 17:46:03 -04:00 |
|
psychobunny
|
0bbff06cfa
|
use middleware.authenticate instead of checking in each fn
|
2014-03-12 17:39:10 -04:00 |
|
psychobunny
|
01cda60704
|
moved admin upload functions into controllers/admin; re-organized routes/admin to look like routes/index; removed unused deps
|
2014-03-12 17:34:59 -04:00 |
|
barisusakli
|
e9ab9dcce2
|
search cleanup
|
2014-03-12 00:13:42 -04:00 |
|
Julian Lam
|
f28c690f2f
|
fixing up robots.txt
|
2014-03-11 19:44:48 -04:00 |
|
barisusakli
|
813b3d6fcc
|
changes for live streaming of posts
|
2014-03-11 18:46:27 -04:00 |
|
Julian Lam
|
b259c3d422
|
categoryData should return better topics (non-anon uid passed in now)
|
2014-03-11 15:48:29 -04:00 |
|
Julian Lam
|
82a82afe99
|
updated the way privileges were handled in the .get() category controller
|
2014-03-11 15:32:32 -04:00 |
|
barisusakli
|
88c4b90fc8
|
accounts controller removed duplication
|
2014-03-11 04:33:08 -04:00 |
|
barisusakli
|
037e8943a8
|
removed left over
|
2014-03-11 04:10:39 -04:00 |
|
barisusakli
|
9564b6fda2
|
closes #1165
|
2014-03-11 04:10:00 -04:00 |
|
barisusakli
|
3d68c7c6b6
|
added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js
|
2014-03-11 03:39:41 -04:00 |
|
barisusakli
|
974333dbc3
|
fixed missing currentPage
|
2014-03-10 18:28:34 -04:00 |
|
psychobunny
|
30cfddda68
|
fix for topics view count, and marking topics as unread
|
2014-03-09 23:20:59 -04:00 |
|
psychobunny
|
6ea4d89edc
|
fixed search routes
|
2014-03-09 21:43:35 -04:00 |
|
psychobunny
|
a99be8e7be
|
got rid of all the res.locals.isAPI checks in all controller methods. now 1000% cleaner :shipit:
|
2014-03-09 20:05:14 -04:00 |
|
psychobunny
|
faf3de7e27
|
added a check for res.locals.isAPI inside res.render, instead of doing it all over the place in code
|
2014-03-09 19:54:16 -04:00 |
|
psychobunny
|
464c2f42c3
|
Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
public/templates/admin/themes.tpl
src/meta.js
src/routes/api.js
|
2014-03-09 19:19:13 -04:00 |
|
psychobunny
|
f20a2a2047
|
merging changes from deprecated routes/user.js
|
2014-03-06 00:52:12 -05:00 |
|
psychobunny
|
8f7a7fec7d
|
more cleanup; commenting out custom plugin routes until its fixed properly
|
2014-03-05 17:13:55 -05:00 |
|
psychobunny
|
48df0cf889
|
Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
src/routes/admin.js
|
2014-03-04 14:50:44 -05:00 |
|
psychobunny
|
c24c2a5422
|
search and reset routes, the very last of the views to be refactored :shipit:
|
2014-03-03 17:16:53 -05:00 |
|
psychobunny
|
d3aead7c13
|
changing renderHeader function signature to req, res, next
|
2014-03-03 16:54:28 -05:00 |
|
psychobunny
|
7ef6f9bbf5
|
buckled down and refactored pretty much all of admin routes x_x
|
2014-03-03 16:35:21 -05:00 |
|
psychobunny
|
94aeb3ab22
|
notifications route; added middleware.authenticate to user/uploadpicture api route
|
2014-03-03 12:30:27 -05:00 |
|
psychobunny
|
5b8e8e4b67
|
deprecating use of templates.setGlobal on server side in favour of passing in api.config into res.locals (still needs work)
|
2014-03-03 12:16:46 -05:00 |
|
psychobunny
|
188aeabba8
|
missed a file in previous commit
|
2014-03-03 11:45:40 -05:00 |
|
psychobunny
|
7bef58deb1
|
started moving out api functionality out of the route file into controllers/api.js
|
2014-03-03 11:45:23 -05:00 |
|