3045 Commits (086013829bb091ffd0f11e88bcac3ab8bcbc48f5)

Author SHA1 Message Date
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
Micheil Smith 5f6d5cd9a5 Reduce duplication in src/categoryTools.js 11 years ago
psychobunny 129019777f move work on LevelDB 11 years ago
psychobunny e79284e75f LevelDB init 11 years ago
barisusakli 1f77df794a added lots of error keys 11 years ago
barisusakli 0ac58dbee6 more error strings 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 d61e632c59 closes #1366 11 years ago
barisusakli a75baef450 removed socket emits for post errors 11 years ago
Julian Lam d1a64798b9 removing use of slugs in groups... pending having more time 11 years ago
Julian Lam bd2a1a3efa Revert "reverting groups.js to 4701eb1cee1a35b7f059f4362773bd9d67b7370c"
This reverts commit d8df9ab3ed.
11 years ago
barisusakli e2d0d4db5c added error and success language files
removed some code from server side that was emitting alerts
11 years ago
psychobunny d8df9ab3ed reverting groups.js to 4701eb1cee 11 years ago
Julian Lam 0a35195fc7 an attempt at addressing loader madness... #1364 11 years ago
Julian Lam 2627240d80 changing minimum required version for NodeBB to 0.10, and updated travis config. Allowing new setup option "ci", for TravisCI integration 11 years ago
Julian Lam 49a686af78 fixing groups tests 11 years ago
psychobunny ff43a619c5 moving utils.js to the top 11 years ago
barisusakli 7a6f7d3e49 fixed 2 tests 11 years ago
psychobunny 2288da4daf ./nodebb reset widgets - global widgets as well 11 years ago
barisusakli 1e96c21cae removed the span size 11 years ago
barisusakli 2195b20385 closes #1263 11 years ago
psychobunny 015ee701c4 @barisusakli is a stickler and wants to increase registration api call times by 0.0000000001s 11 years ago
psychobunny 5423434b3f closes #1362 11 years ago
Julian Lam ee44128c8c not requiring email any longer for user creation (regression -- closes julianlam/nodebb-plugin-sso-twitter#4) 11 years ago
barisusakli 67f9c8670a closes #1355 11 years ago
barisusakli d2033abf96 fixes unread page
if you had more than 20 unread topics it was loading 40 now it will only
load 21 then keep loading with infinite loading
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
psychobunny e383524334 fixed a problem with cerulean which duped motd and forced you to toggle themes to deactivate 11 years ago
barisusakli cb692c27e5 removed 0..n from mongo install questions 11 years ago
Julian Lam 14b9c03199 First pass at #1331 - Groups.search() + Tests 11 years ago
frissdiegurke 993b745f1c Added svg-support for category pictures 11 years ago
barisusakli 770e0a67c1 send values directly 11 years ago
barisusakli 04b60f4f99 refactored parse 11 years ago
barisusakli 0cd13b7b66 closes #1273 11 years ago
barisusakli 640686f031 added back paragraph tags 11 years ago
Julian Lam b9aa0d2121 stripping paragraph tags from post summaries in an effort to collapse it all into one paragraph block. 11 years ago
barisusakli a7c5a5e819 closes #1334 11 years ago
barisusakli 421a25eb56 closes #1288 11 years ago
Julian Lam b2c663925b Merge branch 'spawn-minifier' 11 years ago
Julian Lam 7a993eb2ca closed #1328 11 years ago
Julian Lam f3a78c2b6f #1328 - first pass 11 years ago
psychobunny f16d98fcab linting 11 years ago
psychobunny 3840a9e67e translating the footer... and sending the original 'doh 11 years ago
barisusakli 4bc3f54468 closes #1318 11 years ago
barisusakli 3f44f4bb3a closes #1319 11 years ago
Julian Lam 4498f6e410 removing less-middleware calls 11 years ago
barisusakli 82fabad364 closes #1321 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
Julian Lam bc29f832fe language keys for password changing -- issue #1278 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
barisusakli ac88b5fc25 fixing user deletion, missing cb 11 years ago
Julian Lam f12b641d11 whoops, fixing bad db call 11 years ago
Julian Lam 2c1978218c moving the db require to where it is actually needed 11 years ago
psychobunny 488e31df64 added X-Powered-By header for builtwith.com 11 years ago
psychobunny e886e232c5 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
psychobunny e32adf9477 console.log 11 years ago
barisusakli 99e6223bf0 removed console.log 11 years ago
barisusakli f185e13175 added check to isReadyToPost, banned and exists 11 years ago
psychobunny 3aa4ae4b99 move deprecated vanilla footer widgets into draft zone 11 years ago
psychobunny b82b5794bc add copyright widget on fresh install 11 years ago
psychobunny 7926514c95 draft zone for widgets, closes #1238 11 years ago
psychobunny f01cb88c57 deprecated: plugins/fireHook, filter:server.create_routes, filter:admin.create_routes 11 years ago
psychobunny 0f20352fbb closes #1289 11 years ago
psychobunny 375c2c2ce1 upgrade.js for re-adding copyright footer 11 years ago
psychobunny 576246c315 global widget areas (sidebar/footer) - closes #1097 11 years ago
Julian Lam 3f1df52773 settings.get should return empty obj instead of null 11 years ago
psychobunny d89c0d698e prevent crash on widget containers 11 years ago
psychobunny c76a073482 added skins tab; closes #1293 11 years ago
barisusakli 219c0d75c4 fix for #1290 11 years ago
psychobunny 3ae8aa1c55 helpers.js (client/server); closes #1275 11 years ago
psychobunny eab0ca7463 allow custom themes to include templates that don't exist in the base theme 11 years ago
psychobunny b023ef01af moving widgets and variables code out of ajaxify 11 years ago
barisusakli 3a69a191ff closes #1285 11 years ago
barisusakli fdf0076f37 decrease user count when user is deleted 11 years ago
Julian Lam 1eab829dec Merge pull request #1255 from theon/absolute-path-config
Allow absolute config paths
11 years ago
barisusakli 0e5c65199d simpler static 11 years ago
barisusakli 824d849a52 removed req 11 years ago
barisusakli a3842d2c61 removed similar code 11 years ago
barisusakli e5a5b8e8bf added privateUserInfo and isLoggedIn for #1275 11 years ago
Julian Lam be45ad163a properly fixed #1274 11 years ago
Julian Lam 585eb9e1be fixed #1274 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 e4fbb31e68 some cleanup 11 years ago
barisusakli 61ae01543c fixed to use postsPerPage 11 years ago
barisusakli a400e5de81 #1269 11 years ago
barisusakli e8265efc20 closes #1271 11 years ago
barisusakli 038a833125 check to see if there are topics 11 years ago
barisusakli 6fc3103aef topic og:image changes 11 years ago
Julian Lam fc1cb76444 fixed #1266 11 years ago
barisusakli 48ed540801 closed #1267 11 years ago
barisusakli 22ba104930 chat style 11 years ago
Julian Lam 31606578f5 putting cache buster back in header template arguments 11 years ago
barisusakli 0c744a947e chat will use timeago 11 years ago
Julian Lam 17dd113a94 fixed issue where plugin css and js wasn't loaded -- also less files no longer blow up 11 years ago
Julian Lam c2f6717e88 adding cache-buster to template globals 11 years ago
Julian Lam 8c7b474e8b moved fontawesome CSS into stylesheet.css, and updating the js and css middlewares to compile at app start, not on first load 11 years ago
barisusakli 980cf2ccf9 closes #1184 11 years ago
Julian Lam 6fb69e6c19 removing error output for incorrect pw on login 11 years ago
Barış Soner Uşaklı 9f5893bc83 Update delete.js 11 years ago
barisusakli 0741b162cb #1265 11 years ago
barisusakli f247c2195e fixed user picture in og:image 11 years ago
barisusakli 94a589e0e4 #1190 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 a3404d3d4f closes #1253 11 years ago
barisusakli 36dc086470 no need to get signature and custom profile info 11 years ago
Julian Lam fdc6b004c5 closed #1260, closed #1261 11 years ago
barisusakli 04e0c58b84 fixes realtime update of home 11 years ago