Commit Graph

5675 Commits

Author SHA1 Message Date
barisusakli
e7a415246e closes #1390 2014-04-16 17:33:48 -04:00
Julian Lam
15bf804fa7 daily digest settings in User Settings 2014-04-16 16:47:51 -04:00
Julian Lam
20a3c1612c increased CI timer to 10s 2014-04-16 16:13:48 -04:00
Julian Lam
7c08831aaf Merge remote-tracking branch 'origin/master' into issue-1249 2014-04-16 16:10:11 -04:00
barisusakli
92db112367 reverted previous commit 2014-04-16 15:51:05 -04:00
barisusakli
f0428f5f1f removed double post notification #1386 2014-04-16 15:46:50 -04:00
barisusakli
f9897daad1 all notifications are translated now closes #1388 2014-04-16 15:31:51 -04:00
Julian Lam
e00f49ae8c restored test coverage... lol 2014-04-16 15:22:39 -04:00
Julian Lam
84a34933fe fixed #1351 -- ACP will tell user that they need to restart, if they need to restart 2014-04-16 15:11:00 -04:00
Julian Lam
8cb2b9b97a fixed #1351 -- themes and plugins no longer auto-restart the server 2014-04-16 14:46:14 -04:00
barisusakli
9dbe479d11 closes #1389 2014-04-16 14:43:25 -04:00
barisusakli
01555cbb5c return privileges in category 2014-04-16 14:30:36 -04:00
psychobunny
5b8fcbe27e fixed post error message 2014-04-16 13:12:26 -04:00
Julian Lam
c3a4bcb116 first pass #1249 -- this causes emails to be sent if you have not been to the site in over 24 hours. 2014-04-15 21:45:36 -04:00
Julian Lam
d027355ae9 bundling dbsearch with nodebb 2014-04-15 20:46:50 -04:00
barisusakli
63dfc38dea topic changes to match the new post-bar partial 2014-04-15 16:41:13 -04:00
barisusakli
f9572cc5c7 fixes chat messages 2014-04-15 14:39:13 -04:00
psychobunny
a6c84ac1a8 don't reset the global footer (copyright) when changing themes - they should all be compatible anyways 2014-04-15 14:26:39 -04:00
psychobunny
f895ae6ce4 updated to latest compressed notifications 2014-04-15 13:59:29 -04:00
Julian Lam
35c87a17bb removed attribution file -- now found in https://github.com/julianlam/nodebb-plugin-soundpack-default 2014-04-15 13:57:38 -04:00
Julian Lam
889c90673d windows compat for sounds -- #clevercode 2014-04-15 13:37:33 -04:00
barisusakli
85b96bb2d7 removed reds from nodebb core 2014-04-15 12:54:04 -04:00
barisusakli
04488a9a14 closes #1139 2014-04-15 12:48:32 -04:00
psychobunny
549f87132d fixes for dual database; moved dependency definitions into the database object 2014-04-15 12:40:30 -04:00
psychobunny
79d5142693 fixed leveldb installation; console.log 2014-04-15 12:23:17 -04:00
Julian Lam
5782a382be hardcoding connect-redis version 2014-04-15 12:14:46 -04:00
Julian Lam
4f7810090a first pass #1384 2014-04-15 12:14:46 -04:00
Julian Lam
cbca9a4faf adding soundpack to list of default-activated plugins 2014-04-15 12:14:46 -04:00
psychobunny
7a823283e4 fixed my derp 2014-04-15 12:02:36 -04:00
psychobunny
0851102800 newline 2014-04-15 02:48:34 -04:00
psychobunny
cac69c3d63 use valid json 2014-04-15 02:45:09 -04:00
psychobunny
a8801feabe cleanup 2014-04-15 02:42:40 -04:00
psychobunny
da665853e4 bugfixes 2014-04-15 02:40:18 -04:00
psychobunny
78dea8ea40 don't attempt to require a directory 2014-04-15 02:33:48 -04:00
psychobunny
5ffeb3319b socket.io admin/groups 2014-04-15 02:33:31 -04:00
psychobunny
aaa2dbe757 removed unused topics; fixed require 2014-04-15 02:28:49 -04:00
psychobunny
9e24ccc976 socket.io admin/categories 2014-04-15 02:27:58 -04:00
psychobunny
2fc6bfaa72 socket.io admin/user 2014-04-15 02:25:42 -04:00
psychobunny
3f22027007 avoid doing nconf.get over and over again on the same key 2014-04-15 02:16:03 -04:00
psychobunny
3c0c3a9649 renaming install function properly 2014-04-15 02:02:03 -04:00
Julian Lam
4c9ea62c0d resolved #1372 -- username clashes will now cause a random # to be appended to the username 2014-04-15 00:17:42 -04:00
psychobunny
f892a6793a mongo/redis - don't show passwords when typing in CLI 2014-04-14 20:33:08 -04:00
barisusakli
d832a6f805 closes #1381 2014-04-14 18:04:17 -04:00
psychobunny
3c711d72fb regex - no need to escape special characters inside [] 2014-04-14 17:42:47 -04:00
psychobunny
e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
2014-04-14 17:36:10 -04:00
barisusakli
3ea49a8f90 if language or default language is not set use en 2014-04-14 17:17:02 -04:00
psychobunny
268be5f35c fixed LevelDB helpers 2014-04-14 17:14:09 -04:00
psychobunny
71d33c0a79 fixed mongo helpers 2014-04-14 17:09:03 -04:00
barisusakli
3e60451ce4 closes #1013
lets user change languages,
2014-04-14 15:58:19 -04:00
psychobunny
98b112bb36 use_port only accepts string but saves as boolean, accept both now
previously, if you re-feed your config back in, it breaks
2014-04-14 15:28:41 -04:00