5827 Commits (8dedea884d0ccb2c8e912dfb39ab55b84c49a6c2)

Author SHA1 Message Date
psychobunny 7488fa0416 cleanup; fixes 10 years ago
psychobunny d72d1a1641 save values from form 10 years ago
psychobunny 45e216edef installer: database error messages 10 years ago
psychobunny 8556ddd9a0 installation spinner; started launch page 10 years ago
psychobunny c8000d36db hint 10 years ago
barisusakli d99e028a1e only call sortedSetCard if using pagination 10 years ago
psychobunny 220dec5711 installer: validate before sending form 10 years ago
barisusakli dd61bdb9c6 closes #3038 10 years ago
psychobunny ee78281f35 console.log 10 years ago
barisusakli 6dfb229c66 closes #2842 10 years ago
psychobunny 948ad5fb44 Merge remote-tracking branch 'origin/master' into web-install 10 years ago
barisusakli a2497b050e crash fix 10 years ago
Julian Lam 8f5c393b12 only exposing password at setup end if one is autogenerated 10 years ago
barisusakli 7632997a99 closes #3045 10 years ago
Julian Lam d7444e5edf removed from required values for env setup 10 years ago
Julian Lam b604c9d5e1 updated install script to accept environment variables
updated upgrade script to execute callback when present
updated install script to not fire upgrades unless necessary
updated install script to write directly to console, and not through winston
if a password is not provided, one is auto-generated
10 years ago
psychobunny 3d9519bdec installer: actually installing nodebb 10 years ago
psychobunny e2215b9912 don't blindly ignore error in install.js 10 years ago
psychobunny 2646b38dd2 woops, added too many namespaces 10 years ago
psychobunny 20a1ab185c small refactor to install/web.js 10 years ago
psychobunny a386974585 installer: database switcher 10 years ago
psychobunny bf13b6160f load database questions 10 years ago
psychobunny a11652ead1 cleanup installer.less 10 years ago
psychobunny 8a7aaf8f76 installer: validate email 10 years ago
psychobunny ab2272b6b5 installer: confirm password 10 years ago
psychobunny fe40d0f9e8 installer: password validation 10 years ago
psychobunny 9fba76dc43 fixed header links for installer 10 years ago
psychobunny 22d2ba5d6b mobile optimization for installer 10 years ago
psychobunny 50b9a7096e minor ux 10 years ago
psychobunny 25e2e72366 got username validation working 10 years ago
psychobunny 1f2bd9390d compiling JS as well now 10 years ago
barisusakli 828980f3e6 closes #3008 10 years ago
psychobunny 55c969ab23 Merge remote-tracking branch 'origin/master' into web-install 10 years ago
barisusakli 3ffd3a5d3c closes #2970, closes #3078 10 years ago
psychobunny 005c95277b using less for web installer 10 years ago
psychobunny 2ffdec5386 styled active clas 10 years ago
psychobunny ee94d72c59 themed installer, started form 10 years ago
psychobunny 60d655e32b installer - got the basics in 10 years ago
Julian Lam 610d687a96 moved favicon into default link tags, and fixed bug that caused link tags to not show up 10 years ago
Julian Lam a72501f3b4 closed #3076 10 years ago
Julian Lam c26f274392 moved meta and link tag parsing out to a new module, meta/tags 10 years ago
Julian Lam cc4e626f5f updated middleware.renderHeader so that navbar config is retrieved in parallel like everything else, instead of retrieved first. (ping @psychobunny) 10 years ago
barisusakli 625a0dcbfa closes #3074 10 years ago
barisusakli 0c91391c75 display posts cache capacity/post count 10 years ago
barisusakli 1f06f90a50 closes #3051
updated lru to latest
created new files posts/cache.js posts/parse.js posts/edit.js
10 years ago
Julian Lam 9e994f3baf finally closed #2887 -- added implicit privilege markers to client-side privileges table 10 years ago
barisusakli 759bdd55f0 closes #3065 10 years ago
barisusakli 37a7ac5196 closes #3063 10 years ago
barisusakli 50feb7a766 default to zero if post_count topic_count is falsy 10 years ago
barisusakli c24dce4dd6 closes #3062 10 years ago
barisusakli b7b44e13b1 added privileges.topics.filterUids
if a topic is deleted and user doesn't have permissions/admin/mod dont
send notifs
10 years ago
Julian Lam 8ee40ece71 removed checks that would send the user to 404 if the slug didn't match, restored old behaviour of redirecting to the correct slug. #3047 10 years ago
barisusakli e8afe329a9 pagination 10 years ago
barisusakli 0d6772c30b warning/errors on invalid ports config 10 years ago
Julian Lam 5a0c657587 re: #3043, if no address is entered, "http://" won't get automatically saved in 10 years ago
Julian Lam 5d495483ad using url module to normalise passed-in url prior to saving in db, closes #3043 10 years ago
Julian Lam a5832624d7 added optional parameter to define timestamp when sending a chat message, for use in write API 10 years ago
psychobunny c188fa2a1f closes #3049 10 years ago
Barış Soner Uşaklı f71c82f653 closes #3046 10 years ago
Fokke Zandbergen 1eee970ebb Allow NodeBB version to be set via config to package.json version can be incremented when needed. 10 years ago
Julian Lam 848babcdfa Merge pull request #2778 from ahwayakchih/support-more-config-defaults-for-setup
This adds more setup defaults from config.
10 years ago
Fokke Zandbergen 86317a4b79 Replace schemeless URLs for emails 10 years ago
barisusakli d146547b53 if topic doesnt have teaser use main post in rss feed 10 years ago
Julian Lam 0e9a096c25 moved some socket notifications to notifyUser instead of in websocket layer (again, @barisusakli) 10 years ago
Julian Lam d40ca1e3c8 moved a number of sanity checks to also be in canMessage, so they are all consolidated into one exported method. (@barisusakli) 10 years ago
Julian Lam 078d76a11b removed sanitisation of chat message body, as messages are "parsed as a post" now. 10 years ago
barisusakli 4e793995a0 dont add http:// to website if its empty 10 years ago
Barış Soner Uşaklı c9b5948034 closes #2927 10 years ago
Julian Lam 4fffe4da94 moved plugin route reloading outside of plugin initialisation, so plugins can add a hook listener before core routes have been added 10 years ago
Barış Soner Uşaklı 617808d574 teaser is just reply, dont include mainPid 10 years ago
Barış Soner Uşaklı e7dd881092 teaser fixes
if a post is deleted/restored update the teaser to the latest undeleted
pid, if all posts are deleted it will be set to null
10 years ago
Barış Soner Uşaklı edb856ba90 fixed typo 10 years ago
Barış Soner Uşaklı 6e80dff188 closes #2968 10 years ago
Barış Soner Uşaklı 1e443551a5 added userslug 10 years ago
Barış Soner Uşaklı b32d58e306 Merge pull request #3035 from FokkeZB/patch-3
Fix link in email notifications
10 years ago
Barış Soner Uşaklı ba1afdf879 dont crash if callback isnt supplied fixes #3033 10 years ago
Barış Soner Uşaklı 68835844b0 crash fix #3031 10 years ago
Fokke Zandbergen 49e996caaf Fix link in email notifications 10 years ago
Fokke Zandbergen a17cbbb8ad Fix link in email notifications 10 years ago
Fokke Zandbergen 3a090ef308 Fix link in email notifications 10 years ago
barisusakli d5dd48ecc8 closes #3013 10 years ago
barisusakli f7a3aef322 escape on the way out, fixes birthday/age calculation 10 years ago
barisusakli eaa442db8c update deleted propery before calling hook 10 years ago
barisusakli 1cc80cbc84 closes #3014 10 years ago
barisusakli fa9fde43fb closes #2971 10 years ago
Julian Lam ceba856006 fixing categories with null parentCids, again 10 years ago
barisusakli 7fa014e5ad closes #3016 10 years ago
Julian Lam 80250b6f6c adding default of parentCid 0 if parentCid not set 10 years ago
barisusakli 5501c0c759 closes #3005 10 years ago
barisusakli dd175ada67 closes #3003 10 years ago
barisusakli 1910fdb977 fix xss on guest handles, make sure guest handlers arent longer than max username length 10 years ago
barisusakli 3de083208d closes #3002 10 years ago
barisusakli 1b2da78fd8 missing lines 10 years ago
barisusakli 1ce3d7284b closes #2995 10 years ago
barisusakli a14249dee6 removed tags 10 years ago
barisusakli 3d0b50a9b7 closes #2975 10 years ago
barisusakli 45bf5de1e5 closes #2982
update url with new slug on topic title edit
10 years ago
psychobunny 5c59aa7737 closes #2986 10 years ago
psychobunny 799cc9397a closes #2973
also fixes some UX issues and enforces password length check on both
client and server
10 years ago
barisusakli cc6f37ac4e added category bgColor/color to getPostSummary 10 years ago
barisusakli 8069cbda69 closes #2979
if all is selected search in all categories
10 years ago
Barış Soner Uşaklı 9c7c87fd3b closes #2972 10 years ago
Barış Soner Uşaklı df3e007120 closes #2969 10 years ago
barisusakli 835d4db481 dont add category/topic slug if user doesnt have read permission
or category is disabled etc.
10 years ago
psychobunny 56d1b521c5 closes #2967
@barisusakli  there was a return; if user is offline, don't see any
reason why it should be so I removed it, just FYI
10 years ago
psychobunny 43bd798f2b #2967 10 years ago
Barış Soner Uşaklı 0ed46c3bae closes #2963, closes #2957 10 years ago
barisusakli e33a905f55 missing change 10 years ago
barisusakli 0d515803e4 fix post edit 10 years ago
Barış Soner Uşaklı e0996d67ca more rel_path upload fixes 10 years ago
Barış Soner Uşaklı 3f92984be2 fix image url in relative_path install in post 10 years ago
Barış Soner Uşaklı 7baa0e97fc waterfall getPostsByPids 10 years ago
Barış Soner Uşaklı 641c8991f9 closes #2944
if going to users page wait for updateOnlineUsers to complete
10 years ago
Barış Soner Uşaklı ed57a41d17 #2943 10 years ago
psychobunny b1560388a6 hint 10 years ago
Barış Soner Uşaklı 4af8a5ec02 closes #2940 10 years ago
Julian Lam 40834cc010 updated checkAccountPermissions to call requireUser, and added new hook for plugins to handle auth login 10 years ago
barisusakli 1ade973e56 added missing radix :rage3: 10 years ago
barisusakli f81e3ad358 categoryTools componets 10 years ago
psychobunny 70bf518a02 define all required data at top of fn 10 years ago
barisusakli 9e3b2148ba components 10 years ago
Julian Lam 66422acea2 fixed #2934 10 years ago
barisusakli e15f7902dd closes #2930 10 years ago
barisusakli b3f66faa37 default is private 10 years ago
Julian Lam 56fc958939 closes #2891 10 years ago
psychobunny 43502e041a don't send 5 million error messages during daily digest 10 years ago
Barış Soner Uşaklı c294c3b342 fix inf scroll and timeago on users page 10 years ago
Barış Soner Uşaklı c81424714d Merge pull request #2924 from cismous/master
remove code
10 years ago
Barış Soner Uşaklı 5641e54192 added route to /users 10 years ago
CisMous bb94c9c36b remove unused code 10 years ago
CisMous 458d9ab8a2 remove comma 10 years ago
psychobunny ca3e0b59b0 filter out illegitimate rewards 10 years ago
psychobunny 27ad7e41c9 process.env is an object 10 years ago
Barış Soner Uşaklı 925b12ca22 startsWith 10 years ago
Barış Soner Uşaklı ca332d23c0 wait for createIndex errors 10 years ago
Julian Lam f8fb5a1d9f Merge pull request #2837 from atomoc/master
Add parameters for create categories
10 years ago
psychobunny 4a9498e105 closes #2916 10 years ago
Сергей Савельев ce743be779 Delete errors 10 years ago
Сергей Савельев 6b3b44e2fc Delete errors 10 years ago
Сергей Савельев 18c5354ec7 Merge branch 'master' of https://github.com/atomoc/NodeBB 10 years ago
Сергей Савельев 621ae9c91a Add admin hooks for get categories 10 years ago
Сергей Савельев 63db2a539e Merge pull request #4 from NodeBB/master
123
10 years ago
barisusakli 2fd4bcde3f added req.uid user id for logged in users, 0 for guests 10 years ago
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
10 years ago
barisusakli 27bab3330a pass data to getCategoryTopics, renamed end to stop 10 years ago
barisusakli 7a3b4c08e0 closes #2922 10 years ago
Сергей Савельев f7a3428bf8 Merge pull request #3 from NodeBB/master
123
10 years ago
Julian Lam 47a7ab15be refactored translator system to be a require.js module, and not a global 10 years ago
Barış Soner Uşaklı c4569d533d added filter:categories.build 10 years ago
barisusakli b2087f94e2 closes #2904 10 years ago
Сергей Савельев a70f1b09e4 m 10 years ago
barisusakli 8026b3c7d8 closes #2911 10 years ago
Julian Lam c706638b5d updating groups access control so:
1. Guests can no longer receive the moderate bit
  2. If you attempt to grant the moderate privilege to a public group, a confirmation modal appears
  3. A lock icon is present next to all private groups
10 years ago
Julian Lam 89442c91c6 fixed bug where privilege state was not correctly calculated for MongoDB installs, and fixed columnCount not being present when a the privilege list is refreshed 10 years ago
Julian Lam 8e17f34de4 lol. 10 years ago
barisusakli 8d6d1c32e7 allow plugins to update additional fields with filter:user.updateProfile 10 years ago
Julian Lam f0f31e077f added exposeUid middleware to core 10 years ago
cismous 68cf6833b7 remove unneeded argument 10 years ago
barisusakli ed8d60b76b move registered-users/guests to top remove admins from priv settings 10 years ago
Barış Soner Uşaklı 41db2dcd14 removed idle added recent tags presence info 10 years ago
Julian Lam 0d044c34c1 removed old code that was adding unneeded html to the template 10 years ago
Julian Lam f4803c21ac added missing partial 10 years ago
Barış Soner Uşaklı 5ce72f4920 dont add guests to users:repuration zset 10 years ago
Barış Soner Uşaklı e0b4a35a25 dont add guests to users:postcount zset 10 years ago
Barış Soner Uşaklı c9b98306e0 dont require everything in folder
dont want rooms.js to be public
10 years ago
Barış Soner Uşaklı 30104b898c dont allow vote spam 10 years ago
barisusakli e528f52cfb closes #2757 10 years ago
barisusakli 77e956861a #2486
various fixes for socket.io cluster
display user presence correctly
10 years ago
Julian Lam 1a58ea6520 closed #2695 10 years ago
Julian Lam d95f5a9ae0 added help block to category purge button, updated iconSelect library to use templates in a better way, hooked up iconSelect for category mgmt, #2463 10 years ago
Julian Lam 202789fa8d added back category creation, #2463 10 years ago
Julian Lam 7cdfe143ab fixed bug where cid was hardcoded, and switched format back to storing group names, not slugs, #2887 10 years ago
Julian Lam 4f2c7382c5 passing in the column count so a message can be displayed to users when no users have privs in a category, #2887 10 years ago
Julian Lam 9dece4a1db added some missing files from previous commits, fixed setParent mechanic which broke after I refactored, #2463 10 years ago
Julian Lam 25cb1f9284 Merge remote-tracking branch 'origin/master' into categories_revamp 10 years ago
Julian Lam d3af278123 removed old code that was no longer necessary, updated privilege table to show all groups (similar to previous behaviour), fixes #2887 10 years ago
Barış Soner Uşaklı 36942125e6 closes #2894
also mark user online if they post a reply
10 years ago
Julian Lam 9b84a887d3 a huge frickin' number of changes for #2887. This is part of #2463 10 years ago
Julian Lam 815ea88fa5 readded some missing classes, fixed some styling on category.tpl, fixed image uploading code 10 years ago
Julian Lam 765f15096b removed wrapping .row around tables in acp/manage/categories 10 years ago
Julian Lam a1621145d5 Merge branch 'master' into categories_revamp
Conflicts:
	public/less/admin/admin.less
	public/src/admin/manage/categories.js
	src/controllers/admin.js
	src/views/admin/manage/categories.tpl
	src/views/config.json
10 years ago
EvSpirit 2ea840e65d #2886 Check subcategories when showing category recent topics 10 years ago
EvSpirit 0fcd4dee58 #2886 Check subcategories when showing category recent topics 10 years ago
Julian Lam fcbc02d48a better local function name in install.js 10 years ago
Barış Soner Uşaklı 203d4d052a fixed my logic fail 10 years ago
Barış Soner Uşaklı c7b5cd48ba closes #2773 10 years ago
Barış Soner Uşaklı 29fd89407c closes #2872
show the last posts content and user in topic feeds
10 years ago
Barış Soner Uşaklı f6d0ad9b0f Merge remote-tracking branch 'origin/master' into mongodb-3.0-driver-2.0 10 years ago
Julian Lam 4dbb1c08b6 added default host port and db settings for mongo, if not set in config file 10 years ago
Barış Soner Uşaklı fc28cbf887 filter cids with a single .filter thanks @julianlam 10 years ago
Julian Lam 06d547a6cb fixed bug in privilege settings where categories near the end of a list were not having their permissions read properly if earlier categories were disabled, #2887 10 years ago
barisusakli b268927cf9 removedu if from filter:parse,post, parse strip teaser content 10 years ago
barisusakli 9754dc8be0 open user link in new tab 10 years ago
barisusakli 810d3be512 closes #2593 10 years ago
barisusakli 6c0e07c384 Merge remote-tracking branch 'origin/master' into mongodb-3.0-driver-2.0 10 years ago
barisusakli 38726243fe closes #2879 10 years ago
barisusakli 04ed79e587 fix profile image upload on subfolder install 10 years ago
barisusakli c8e0eab34e escape data on room enter 10 years ago
barisusakli 7dde229517 added filter:teasers.get 10 years ago
Barış Soner Uşaklı 9e7af15bbc Merge pull request #2876 from cismous/master
remove comma
10 years ago
barisusakli 9d62709f7c doggy.gif 10 years ago
barisusakli e4431f62b2 fix group update text 10 years ago
barisusakli 358f6f61f7 closes #2803, closes #2883
options.unescape was not used correctly
fix groups.update so it  doesnt overwrite data if some fields are not
passed in
10 years ago
psychobunny d2dae2d62f standardize showSelect amongst category and topic_list routes 10 years ago
Barış Soner Uşaklı 0ebad0fe10 Merge pull request #2843 from FokkeZB/patch-1
Skip setTimeout if it doesn't exist (Node 0.10.x with SSL)
10 years ago
Barış Soner Uşaklı 9edfcb0053 dont save user obj in db 10 years ago
psychobunny 6acfec9d25 add teaser content to category view 10 years ago
Julian Lam eee2aa8051 making sure to pass in userData to notifications.create on user follow 10 years ago
Barış Soner Uşaklı 8b429a2e05 removed path 10 years ago
Barış Soner Uşaklı cc92d09498 generateNotificationPaths 10 years ago
psychobunny 8c0dfa1217 data/category partial 10 years ago
Julian Lam 82f7ca5e0f added a path to follow notification 10 years ago
Barış Soner Uşaklı d05ef6ddbc closes #2822 10 years ago
Julian Lam 5a4fa18e98 fixed digests so they aren't prematurely exiting, and will send again :shipit: 10 years ago
Barış Soner Uşaklı 0bbebbe4b1 Merge remote-tracking branch 'origin/master' into search-cid-uid 10 years ago
barisusakli 5bc2e7dac2 closes #2309 10 years ago
barisusakli 254fcff01f forgot db require 10 years ago
barisusakli 6c58bd9520 closes #2871 10 years ago
psychobunny 3ed3612047 file upload with spaces / general file upload fix wrt ajaxiy 10 years ago
barisusakli 909fe660a9 decodeURIComponent for uploaded file/image 10 years ago
psychobunny 60a70e4e62 moved 37fe438c63 into core 10 years ago
psychobunny 075611ca4b Merge remote-tracking branch 'origin/master' into persona 10 years ago
Barış Soner Uşaklı 37fe438c63 reset fix for t.js bug :rage3: 10 years ago
cismous 3bd42c8b7a remove comma 10 years ago
Julian Lam f8aba4f4ef Merge branch 'master' into search-cid-uid 10 years ago
psychobunny e3899f9535 Merge remote-tracking branch 'origin/master' into persona 10 years ago
Barış Soner Uşaklı e45e204ba5 fix author field on topic feed #2872 10 years ago
Barış Soner Uşaklı 839dd72a05 been a while since we stopped using hashes 10 years ago
psychobunny 54cbbe2844 components system 10 years ago
psychobunny f5b701553c moved post-row's wall of data-text into partial 10 years ago
psychobunny 8727c7be17 moved all template variables to core 10 years ago
Julian Lam 521c454dde updated emailer to pass through "fromUid" if available 10 years ago
psychobunny dcfb8010b7 Merge remote-tracking branch 'origin/master' into persona 10 years ago
psychobunny b81646477f remove hardcoded topic_row_size
I can't believe this is still here haha
10 years ago
Julian Lam 0f59046392 added requirejs config partial, #2875 10 years ago
psychobunny a3f167bfd2 default category should be col-xs-12 10 years ago
Сергей Савельев e529d18414 save 10 years ago
barisusakli 518aec6e76 modified indices, removed key 2 collections now 10 years ago
barisusakli ec7caea368 fix search on mongo 10 years ago
barisusakli 78c65aee05 even more search changes 10 years ago
barisusakli 2b7744f905 fire action:topic.move after topic cid is changed 10 years ago
barisusakli 31da62ab2d removed console.log 10 years ago
barisusakli e2196af8ab part 2 of search changes 10 years ago
barisusakli c7128bcc98 part 1 of search change 10 years ago
barisusakli fd5f00459b fix admin events pagination 10 years ago
barisusakli 868b2ff2b6 if no term is passed get count 10 years ago
barisusakli ec8fc8b97b dont do anything if id is falsy
added callback
10 years ago
barisusakli 203e69aa42 derp 10 years ago
barisusakli f8f4a6e844 removed footer class 10 years ago
Barış Soner Uşaklı abf27954d3 use topic.getMainPids 10 years ago
Barış Soner Uşaklı d3dca842cb also #2858 10 years ago
Barış Soner Uşaklı bab8e6a104 closes #2858 10 years ago
Barış Soner Uşaklı eda98a35ea closes #2862 10 years ago
Barış Soner Uşaklı e4199179f7 Merge remote-tracking branch 'origin/master' into mongodb-3.0-driver-2.0 10 years ago
barisusakli 58169aa6d9 no need for return 10 years ago
barisusakli 6e25724cfb removed unused requires 10 years ago
barisusakli 279bb62a3f cache parsed post content
clear cache on plugin install/uninstall/activate/deactivate
10 years ago
barisusakli 4cb58d976b fix indices, main post always 0 10 years ago
barisusakli 2878bf6cfe removed commented out code 10 years ago
barisusakli c63d5f4b7a test 10 years ago
barisusakli a626005570 closes #2851 10 years ago
psychobunny 6d4b658579 using unminified version of autosize 10 years ago
psychobunny 5e3a990f2d added vendor/autosize 10 years ago
Barış Soner Uşaklı 8234e4cc07 new hook action:topic.reply
only fires on normal replies
10 years ago
Julian Lam 8e2483b2e6 fixed #2849 10 years ago
barisusakli 9f4f858ff9 group member search
only look in uids that are member of the group, added custom findUids
function to user.search
10 years ago
barisusakli 201c4b35da pagination data
if query is empty get all uids
10 years ago
Julian Lam e8167a80a0 if bgColor and color are not sent in the category creation call, automatic colours are supplied 10 years ago
barisusakli d342e01ef1 search group members 10 years ago
Julian Lam 2a80140e70 fixed issue where socket.io would no longer reconnect perpetually, new behaviour waits 10x the reconnect delay, and then starts over. Also upped the reconnection delay default to 1.5s. 10 years ago
Fokke Zandbergen f0836f4107 Skip setTimeout if it doesn't exist (<= 0.10.36) 10 years ago
barisusakli 724df69561 fix redirects 10 years ago
barisusakli 25a2e9b812 we just need the group members :trollface: 10 years ago
Julian Lam 5d7b46935d fixing issue where grunt wouldn't read js from file properly if nodebb wasn't run in production mode at least once 10 years ago
barisusakli ddd4680ea7 added helpers.redirect 10 years ago
Julian Lam f0ad2020df updated sorting logic (syntax error) 10 years ago
Сергей Савельев 3831cd0e71 Adding the ability to use a different url 10 years ago
Julian Lam bbbb362125 not referencing parent scope when inside BEGIN in widgets tpl 10 years ago
Barış Soner Uşaklı d2e8d4d86e slice doesnt deep clone derp 10 years ago
Barış Soner Uşaklı 706527fa80 fix group titles
clone groups for each user
10 years ago
Barış Soner Uşaklı 4d45a81fdb closes #2383 10 years ago
Barış Soner Uşaklı 33723f8b1b closes #2835 10 years ago
Barış Soner Uşaklı cda38d6ed6 closes #2515 10 years ago
Julian Lam 4360069859 fixing buttons on mobile composer, and updating format so tags button only appears on mobile 10 years ago
Julian Lam e71ef216f2 hiding the right sidebar in ACP dash temporarily 10 years ago
Сергей Савельев 6d03f5c9e8 Revert line order 10 years ago
Сергей Савельев 8a5b5936b7 Revert line bgColor 10 years ago
Сергей Савельев cc384cc4d6 Update file for create categories 10 years ago
Сергей Савельев 3910f8bf28 Add parameters for create categories 10 years ago
barisusakli dc94fe2b6c move admin upload routes to api namespace
move usrrs/csv to api namespace
10 years ago
barisusakli 3dd337bd34 closes #2829 10 years ago
barisusakli 3809b331bc acp shenans 10 years ago
barisusakli c15a289d2a fix check 10 years ago
barisusakli 2a8437f08f removed templates config and mapping 🐑 10 years ago
barisusakli 5821a0758f return template name as well 10 years ago
Barış Soner Uşaklı ea9fccbf2a fix -inf +inf
added test for -inf +inf
10 years ago
Barış Soner Uşaklı 07572b188b fix crash 10 years ago
Julian Lam f14c5f7e1c added new hook 'action:meta.override404' so plugins can override the regular handling of pages that are not found 10 years ago
Barış Soner Uşaklı 9915e31bc5 closes #2826 10 years ago
Barış Soner Uşaklı f7d7cc2610 closes #2808 10 years ago
Julian Lam daaf61bc68 fixed issue where accessing a category's access control caused a client-side error 10 years ago
barisusakli 558e708576 remove console.log 10 years ago
Barış Soner Uşaklı e5343b7efc dont display cluster warning if not running as cluster 10 years ago
Barış Soner Uşaklı eed00fadde Merge remote-tracking branch 'origin/master' into mongodb-3.0-driver-2.0 10 years ago
Julian Lam b777c448cf closed #2803 10 years ago
Barış Soner Uşaklı 6bd3c54a03 fix findAndModify
temp fix for connect-mongo
create admin after categories
10 years ago
psychobunny 3c9431b2fc socket.io/plugin updated instructions to use require.main.require instead 10 years ago
Barış Soner Uşaklı e421a2c7cd pass session 10 years ago
Barış Soner Uşaklı d9e0a495b0 updated install.js to install mongodb native 2 10 years ago
psychobunny 80945eff7e closes #2819 10 years ago
Barış Soner Uşaklı a19b25a3b3 closes #2816 10 years ago
Julian Lam d7cd936b54 added preserveCase option to slugify 10 years ago
Barış Soner Uşaklı e8644dac26 group.hidden is already bool 10 years ago
Barış Soner Uşaklı 8cb18b1e48 possible fix to group category 10 years ago
Barış Soner Uşaklı c851b5a9b1 made getBaseUser public 10 years ago
Barış Soner Uşaklı ac1e0513fc moved setupPageRoute to helpers 10 years ago
barisusakli c40258a82c removed 2x calls to getRecentTopicReplies 10 years ago
psychobunny fa607132be closes #2782 10 years ago
barisusakli bd17bff7d4 prevent double follow/unfollow 10 years ago
psychobunny 5b67cd841e fire filter:config.get even if anonymous 10 years ago
psychobunny 0fadaf037a filter:homepage.get for populating available routes on ACP 10 years ago
psychobunny 657fa8de73 oops action:homepage.get:* 10 years ago
psychobunny 44e8323efa action:navigation.get:* 10 years ago
psychobunny c97c1ab4b9 filter:config.get 10 years ago
Barış Soner Uşaklı 8b21f1c8ab dont reload settings page on every save
only show an alert if reload is required
renamed settings.language to settings.userLang to match the config
10 years ago
Barış Soner Uşaklı 5140e5db8d closes #2759 10 years ago
Julian Lam 27282a2877 if no order is specified during a category creation, NodeBB won't crash 10 years ago
Barış Soner Uşaklı 4c67fffabc dont parse sig if its falsy 10 years ago
Julian Lam 3ef54c3c01 added new hook to allow plugins to override the local login strategy with their own, closes #2806 10 years ago
barisusakli 83663cf46b removed unused require 10 years ago
psychobunny b07574d838 unnecessary return 10 years ago
psychobunny 3cc3e2f306 moved homepage configuration to its own acp page 10 years ago
barisusakli f7f453f8cd closes #2794 10 years ago
Julian Lam e0c7ef1451 fixed #2781 10 years ago
Julian Lam 72e9a6caa8 tweaks to ACP plugins page 10 years ago
psychobunny 0c8e0ca46f linted /meta 10 years ago
psychobunny b0628c2df8 missing semi-colons in database/ 10 years ago
psychobunny 59d176fa7b closes #2779 10 years ago
psychobunny b1f835b053 Merge remote-tracking branch 'origin/master' into sortable-menu 10 years ago
psychobunny b788e134d1 added compatibility for deprecated filter:header.build
remove after 0.7.x
10 years ago
psychobunny bc7729fbb3 console.logs 10 years ago
psychobunny 1b250b8f57 linting 10 years ago
psychobunny 2ff59278c9 navigation cleanup 10 years ago
psychobunny 1774cf0b15 allow language strings in menu items 10 years ago
psychobunny d806cd134f sortable menus, done 10 years ago
ahwayakchih 4c2f628baa Added support for using `mongo:password` and `redis:password` from config, when no password is entered at setup. This allows for having "default" password and overrides from config. Added using `mongo:username` and `port` from config when running setup. 10 years ago
psychobunny 809ed255d1 drag & drop routes 10 years ago
Julian Lam 37d426dddb npnp, I totally meant to remove a method that's still in use... 10 years ago
Barış Soner Uşaklı 73505e9bd0 closes #2247 10 years ago
psychobunny afc690d67b upon saving, copy over route properties from defaults 10 years ago