2754 Commits (10f56faf9dc421a7b70307238dbbe674eedf675e)

Author SHA1 Message Date
Julian Lam cc0fabc619 removing console logs from upgrade script 12 years ago
barisusakli 7d382b2900 closes #1243 12 years ago
barisusakli 0f66e80a5a added setting to disable notification sounds 12 years ago
Julian Lam 98745ae0c4 Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam 2b8a7c73ac daily digest emails! resolved #326 12 years ago
barisusakli 64676b66c8 removed unused validator require 12 years ago
barisusakli 6774f0f52f fit image to 128x128 and keep aspect ratio, closes #1240 12 years ago
barisusakli 6a4dd5cc05 closes #1160 12 years ago
barisusakli e11efad0b7 added getSortedSetRangeByScore 12 years ago
Julian Lam 2badb76fc2 Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam 61afee98c3 updates to new settings mechanism, updating markdown minver, minor linting for upgrades.js, and upgrade stmt for markdown migration 12 years ago
barisusakli e67e9aee42 moved user creation to new file 12 years ago
barisusakli f83b7ee972 renamed event 12 years ago
barisusakli 8efc33d6a1 closes #976 12 years ago
barisusakli 10d8eed7b9 closes #1229 12 years ago
psychobunny f0a19b06c2 launch aesthetics 12 years ago
psychobunny c6a89b504f Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
psychobunny 6262312747 closes #1153 12 years ago
Julian Lam 012480c2e1 Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam 43e0c726fa relaxed isClientScript regex, fixed #1198 12 years ago
barisusakli e49d445422 added err checking 12 years ago
psychobunny da7d6a3137 closes #1175 12 years ago
barisusakli 76d8f19e73 forgot to return #963 12 years ago
barisusakli cd4a204f99 closes #963 12 years ago
psychobunny 197b34461f potentially fixes #1228 12 years ago
psychobunny 6e64712fd3 fixed bug in api/search causing it to crash if term is not passed in via ajaxify, see #1195 12 years ago
psychobunny 941c3b2d7e added emitter class; express.listen only after background tasks complete; closes #1227 12 years ago
Julian Lam 16f1db4f5d fireEvent reflection socket call, tweaks to Sounds page in ACP 12 years ago
Julian Lam 14a0b45ae8 securing settings.save socket listeners behind admin namespace 12 years ago
Julian Lam c1ccc81400 ACP integration for Sounds 12 years ago
Julian Lam 17903adace Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
barisusakli 46a475fdde controllers/admin/users cleanup 12 years ago
barisusakli ea4931fa1d removed dupe from controllers/user.js 12 years ago
barisusakli 19c2a85bf1 logger jshint 12 years ago
barisusakli 37e8856861 new middleware to add slug to topic and category 12 years ago
barisusakli 1eafc6ba3d moved user delete to its own file, closes #746 12 years ago
Julian Lam f942c03a58 Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
barisusakli 611c16b5a6 closes #1126 12 years ago
barisusakli 7873b90caf missing ; 12 years ago
barisusakli 3d6cce44c7 dont display chats with deleted users 12 years ago
barisusakli 42f42adfaf clean up, radix 12 years ago
barisusakli 1354739d19 user deletion #746
user deletion NOT SKALABLE
12 years ago
Julian Lam ebe61450a1 WIP - settings.prepare refactoring... because. 12 years ago
Julian Lam 6d03f713c5 "Sounds" tab in Settings page... WIP, needs fixing. 12 years ago
barisusakli a0e784a612 closes #1138 12 years ago
barisusakli 6011399063 removed comment 12 years ago
barisusakli d2bef79888 closes #1194 12 years ago
Julian Lam 401bd02748 Merge branch 'master' of github.com:designcreateplay/NodeBB 12 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 12 years ago
barisusakli bddc270033 changed addUserInfoToPost to add a user object 12 years ago
barisusakli e0911c1fff replaced exists check with getCategoryData 12 years ago
psychobunny 9223865c80 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
psychobunny 9de21995c4 added category bgColor and color to topics api 12 years ago
barisusakli 175230e337 closes #1205 12 years ago
psychobunny e3df487173 cleanup 12 years ago
psychobunny 79bacfe164 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
psychobunny 6563a72b5b fixed emailer templates 12 years ago
barisusakli d8e00f95a2 moved user search to its own file 12 years ago
barisusakli 383b68e7fc user js refactor 12 years ago
barisusakli cc0ac29b36 categories refactor 12 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.
12 years ago
Julian Lam 67ef155c60 fixing image uploads 12 years ago
barisusakli 3f5c51174d refactored user.js
took out notifications, email and reset code to separate files
12 years ago
psychobunny f47f146320 moved out uploads and users from controllers/admin into their own files 12 years ago
psychobunny 641ec3ef82 moved duplicate upload validation code into its own fn 12 years ago
psychobunny 0bbff06cfa use middleware.authenticate instead of checking in each fn 12 years ago
psychobunny 01cda60704 moved admin upload functions into controllers/admin; re-organized routes/admin to look like routes/index; removed unused deps 12 years ago
Julian Lam 4da1a2da97 Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam 1e0ec5dd47 appending relative path to user images for subfolder installs 12 years ago
psychobunny 8e4c23149c more re-organization of routes/index.js 12 years ago
barisusakli 2220483915 notifications 12 years ago
Julian Lam 5647354421 Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam ca2e9d7d9e linting and moving xregexp back to .js 12 years ago
psychobunny bff722925f Merge pull request #1206 from BitBangersCode/plugin-templates-fix
Fix importing of templates served by plugins
12 years ago
MrWaffle c1a580c51d Fix importing of templates served by plugins 12 years ago
Julian Lam 816d9e5d12 minifying xregext lib 12 years ago
barisusakli 7b409c095c mongo callback refactor 12 years ago
barisusakli 4f72513f19 removed keys 12 years ago
barisusakli 6eff7d4c51 mongo cleanup 12 years ago
barisusakli a0222b69bb closes #1200 12 years ago
barisusakli e9ab9dcce2 search cleanup 12 years ago
barisusakli 33e34ca864 change getRecentPosts to take count 12 years ago
Julian Lam caa9c17bc2 fixed login routes on subfolder installs 12 years ago
Julian Lam 9bf1d345e2 adding relative path to a category image for subfolder installs 12 years ago
barisusakli 6e6c5688d9 more cleanup 12 years ago
barisusakli 2befa06a33 some cleanup to socket posts 12 years ago
barisusakli 92267de9d8 feeds 12 years ago
barisusakli 3a42200e24 refactored feeds 12 years ago
Julian Lam bf8f91f0d9 'less bad' handling of background image in home.tpl 12 years ago
Julian Lam 82a3415ab1 fixing admin routes on subfolder installs 12 years ago
Julian Lam f28c690f2f fixing up robots.txt 12 years ago
Julian Lam 08b2106e0f Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam 7111adb3c2 fixed subfolder installs again (a bit), also stopped apple-touch-icon from clobbering /apple-touch-icon 12 years ago
barisusakli d4556d4da3 added minifed js files
replace jquery form and timeago with minified versions
12 years ago
barisusakli 813b3d6fcc changes for live streaming of posts 12 years ago
psychobunny 5dc5eb41df fixed ajaxify bug introduced in last commit 12 years ago
psychobunny e451a145dd Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
psychobunny c8bf617f4b allow plugins to override any route (except for admin routes) 12 years ago
Julian Lam 41116bc0b2 Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam 4bb6d89e83 fixed #1172 12 years ago
Julian Lam b259c3d422 categoryData should return better topics (non-anon uid passed in now) 12 years ago
Julian Lam 82a82afe99 updated the way privileges were handled in the .get() category controller 12 years ago
barisusakli 350070339b added home room emit 12 years ago
barisusakli a5f4135c62 added socket listeners to home 12 years ago
psychobunny 5abc96399e Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
psychobunny 5f7f5a37c1 linting 12 years ago
barisusakli 76037a5f14 closes #1191
added a new method called isSetMembers takes in an array of values to
test if they are members of a set
12 years ago
Julian Lam 21d28b0f58 Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam de6f58842b fixed issue where events page would error out if log was not already created. 12 years ago
barisusakli 88c4b90fc8 accounts controller removed duplication 12 years ago
barisusakli 037e8943a8 removed left over 12 years ago
barisusakli 9564b6fda2 closes #1165 12 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 12 years ago
Julian Lam 8873963946 Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam ffa42ffea3 moving pluginRoutes to top of route stack (like others), put app.load hook behind plugins' ready callback 12 years ago
barisusakli c41ef10572 removed routes/user.js 12 years ago
barisusakli 4e3819603b jshint fixed missing var 12 years ago
barisusakli e83ad1ab4a Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
barisusakli 974333dbc3 fixed missing currentPage 12 years ago
Julian Lam efb933f102 backwards-compatibility for plugins if they return a callback 12 years ago
Julian Lam 19c9f1bb19 backwards compatibility with plugins that are assuming no callback 12 years ago
Julian Lam a7f310b49a fixed #1189 12 years ago
psychobunny 2cde4508b0 Merge remote-tracking branch 'origin/master' into webserver.js-refactor 12 years ago
psychobunny 23983c4c80 cleanup - search routes 12 years ago
barisusakli 71f84655ca minor cleanup 12 years ago
barisusakli b413f06b72 removed unused function from groups, jshint 12 years ago
psychobunny 30cfddda68 fix for topics view count, and marking topics as unread 12 years ago
barisusakli 16d2e65ea0 optimized getCategories 12 years ago
psychobunny 6ea4d89edc fixed search routes 12 years ago
psychobunny 4e54d500c0 fix bug where inactive plugin templates were being compiled as well 12 years ago
psychobunny 4793b6b4f9 fixed invalid path for apple-touch-icon 12 years ago
psychobunny a99be8e7be got rid of all the res.locals.isAPI checks in all controller methods. now 1000% cleaner :shipit: 12 years ago
psychobunny faf3de7e27 added a check for res.locals.isAPI inside res.render, instead of doing it all over the place in code 12 years ago
psychobunny 1b3f089804 fixed /admin/index 404 12 years ago
psychobunny 6acdc66470 fixed bug if default templates folder missing (in case you planned on building an entire theme from scratch) 12 years ago
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
12 years ago
psychobunny 37840d35f0 missing variable - numCSS 12 years ago
barisusakli 73c89010cb closes #1182 12 years ago
barisusakli 57f9f8bc57 closes #1176 12 years ago
psychobunny 1ef95bd09e Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	app.js
	public/templates/category.tpl
	public/templates/popular.tpl
	public/templates/recent.tpl
	public/templates/unread.tpl
	src/routes/plugins.js
	src/webserver.js
12 years ago
barisusakli 6496b91c29 closes #1180 12 years ago
barisusakli ec86aafb48 return user object 12 years ago
barisusakli b4b9ed1841 optimized getTopicsByTids, single db call to get topicData, added cache for privilege/category/user data 12 years ago
barisusakli 1568c50906 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
barisusakli 23e1cc010c removed removeHiddenFields function, using mongo selector instead 12 years ago
Julian Lam f00f7c8818 fixed apple-touch-icon for subfolder installs 12 years ago
Julian Lam d9d04a3982 Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam 5a8a3627d2 bringing subfolder installations to v0.4.0 - JUST FOR @PLANNER 12 years ago
barisusakli 284276cbb6 messaging jshint 12 years ago
psychobunny e84dd4fd94 Merge remote-tracking branch 'origin/master' into webserver.js-refactor
Conflicts:
	public/templates/accountedit.tpl
	public/templates/header.tpl
	src/routes/meta.js
	src/webserver.js
12 years ago