psychobunny
1f9bdd840f
allow for the possibility of custom post-header or pre-footer templating
11 years ago
barisusakli
6a1fa82b8b
closes #1402
11 years ago
barisusakli
b4dc2eebe9
removed one of the timeouts in user search
11 years ago
Julian Lam
770bf2bc44
fixed minver warning, so that nodebb doesn't complain that your version is too NEW for a plugin, heh
11 years ago
barisusakli
e12beccc09
closes #1371
...
adds a dropdown to category view to move/pin/lock/delete multiple topics
11 years ago
psychobunny
6f1a795f0e
upload_url shouldn't use path.join
11 years ago
psychobunny
51a7d163be
fixes #1396
11 years ago
Julian Lam
5b38c3b9ee
fixed #1395
11 years ago
Julian Lam
c03099ce90
fixed wrong capitalization -- thanks @akhoury
11 years ago
psychobunny
bd59134cf0
closes #1391
11 years ago
psychobunny
0be414dab9
add registered-only checkbox option to widgets
11 years ago
Julian Lam
126260a027
added cache-buster to template xhr urls -- closed #1392
11 years ago
barisusakli
7c00bce63c
faster checkAndReplace
...
still need a better solution for this uniqueId business but this is
better than before.
11 years ago
Julian Lam
c9f82d26ff
Merge branch 'issue-1249'
11 years ago
Julian Lam
dc051b9060
final pass #1249
11 years ago
barisusakli
e7a415246e
closes #1390
11 years ago
Julian Lam
15bf804fa7
daily digest settings in User Settings
11 years ago
Julian Lam
7c08831aaf
Merge remote-tracking branch 'origin/master' into issue-1249
11 years ago
barisusakli
92db112367
reverted previous commit
11 years ago
barisusakli
f0428f5f1f
removed double post notification #1386
11 years ago
barisusakli
f9897daad1
all notifications are translated now closes #1388
11 years ago
Julian Lam
84a34933fe
fixed #1351 -- ACP will tell user that they need to restart, if they need to restart
11 years ago
Julian Lam
8cb2b9b97a
fixed #1351 -- themes and plugins no longer auto-restart the server
11 years ago
barisusakli
9dbe479d11
closes #1389
11 years ago
barisusakli
01555cbb5c
return privileges in category
11 years ago
Julian Lam
c3a4bcb116
first pass #1249 -- this causes emails to be sent if you have not been to the site in over 24 hours.
11 years ago
barisusakli
f9572cc5c7
fixes chat messages
11 years ago
psychobunny
a6c84ac1a8
don't reset the global footer (copyright) when changing themes - they should all be compatible anyways
11 years ago
psychobunny
f895ae6ce4
updated to latest compressed notifications
11 years ago
Julian Lam
889c90673d
windows compat for sounds -- #clevercode
11 years ago
barisusakli
04488a9a14
closes #1139
11 years ago
psychobunny
549f87132d
fixes for dual database; moved dependency definitions into the database object
11 years ago
psychobunny
79d5142693
fixed leveldb installation; console.log
11 years ago
Julian Lam
5782a382be
hardcoding connect-redis version
11 years ago
Julian Lam
4f7810090a
first pass #1384
11 years ago
Julian Lam
cbca9a4faf
adding soundpack to list of default-activated plugins
11 years ago
psychobunny
7a823283e4
fixed my derp
11 years ago
psychobunny
a8801feabe
cleanup
11 years ago
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
psychobunny
3f22027007
avoid doing nconf.get over and over again on the same key
11 years ago
psychobunny
3c0c3a9649
renaming install function properly
11 years ago
Julian Lam
4c9ea62c0d
resolved #1372 -- username clashes will now cause a random # to be appended to the username
11 years ago
psychobunny
f892a6793a
mongo/redis - don't show passwords when typing in CLI
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
psychobunny
268be5f35c
fixed LevelDB helpers
11 years ago
psychobunny
71d33c0a79
fixed mongo helpers
11 years ago
barisusakli
3e60451ce4
closes #1013
...
lets user change languages,
11 years ago
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
11 years ago
psychobunny
8496bdcff6
fixed automated setup bug
11 years ago
psychobunny
8a1f6eb43e
forgot to export helpers as well for secondary db
11 years ago
psychobunny
290e348851
move database helpers into their own files
11 years ago
psychobunny
ae1ecb490f
whitespace
11 years ago
psychobunny
7df7df09dd
moved database specific questions into install/databases.js
11 years ago
psychobunny
75f19262ef
no need for comments detailing what a function does anymore
11 years ago
psychobunny
0a94cf7c95
refactored out giant async.series
11 years ago
psychobunny
be83157de2
install.js minor refactor - moved questions into their own modules; don't need to export installation questions
11 years ago
psychobunny
f3fe79ab60
initialize / shutdown dbs simultaneously
11 years ago
psychobunny
bba3df6802
moving db.close into the parent module
11 years ago
psychobunny
df5f3d185a
don't attempt to initialize db until we attempt to initialize
11 years ago
psychobunny
d5b5dd6fa5
hide secondary_database option behind "advanced" setup flag
11 years ago
psychobunny
ffe9afc3c4
configure secondary db modules
11 years ago
psychobunny
98270bf500
linting
11 years ago
psychobunny
8f71a4ebfe
moved installation defaults into install/data/defaults.json
11 years ago
psychobunny
901a64ae14
got optional secondary_database questions working
11 years ago
psychobunny
4353adb914
forgot to add levelQuestions here
11 years ago
psychobunny
74674c8494
Merge remote-tracking branch 'origin/master' into secondary_database
...
Conflicts:
src/database/level/main.js
11 years ago
psychobunny
5950b162b9
reverting attempt
11 years ago
barisusakli
beb7313138
added err to next
11 years ago
barisusakli
8aa4f053e8
converted translator.get to translator.translate
11 years ago
barisusakli
557426c1c9
translator refactor
...
no longer loads all language files on startup
11 years ago
barisusakli
90540f64cf
removed some unused translator requires
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
psychobunny
49bbbe3682
secondary_database attempt
11 years ago
psychobunny
4d429aa6d6
linting install.js
11 years ago
psychobunny
4877e4a9d1
fixed allQuestions property
11 years ago
psychobunny
a7582e2cca
organized level helpers ala mongo driver
11 years ago
psychobunny
46b6a93e98
organizing mongo driver
11 years ago
psychobunny
9ad7ce9ca8
organizing redis driver
11 years ago
psychobunny
2ba767b499
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
...
Conflicts:
tests/database.js
11 years ago
psychobunny
e09b156d13
removing unnecessary return
11 years ago
Julian Lam
b12b2f13ea
closed #1375
11 years ago
psychobunny
c86635b4ce
making changes for compatibility with 9d405812cb
11 years ago
psychobunny
136542f8dd
Merge remote-tracking branch 'origin/master' into LevelDB
...
Conflicts:
tests/database.js
11 years ago
psychobunny
f5716de06e
forgot to use the passed in fn
11 years ago
psychobunny
2acdcd9ba2
more cleanup
11 years ago
psychobunny
4d65a51ede
LevelDB - organization
11 years ago
psychobunny
5bac03a37b
removed newline
11 years ago
psychobunny
cbec5cd3a1
cleanup
11 years ago
psychobunny
c506a2ce1d
LevelDB installation questions
11 years ago
psychobunny
21cb2c384e
woo, NodeBB actually works on LevelDB
11 years ago
barisusakli
1e3b88a7f0
passing array straight to redis
11 years ago
barisusakli
9d405812cb
changed sortedSetRangeByScore
11 years ago
Micheil Smith
3e82cab398
Add missing new lines at end of files.
11 years ago
Micheil Smith
01013f5c9d
Refactor plugin logic.
...
This relies more heavily on `async` and also makes the loading process more asynchronous. It does remove one warning in the case that a plugin is enabled but not installed.
11 years ago