624 Commits (d986fc7cb6fb7607376c46a5223bb87540d833a9)

Author SHA1 Message Date
Barış Soner Uşaklı 8eab5ac402 groups.get changes 10 years ago
Julian Lam 463c893c3d fixed regression introduced by #2080, closed #3189 10 years ago
Barış Soner Uşaklı 0b93738537 dont display hidden/system groups on /groups 10 years ago
Barış Soner Uşaklı 8117b4459a groups.list added start stop 10 years ago
Julian Lam 45589fbeca fixed bug where the selected language in the ACP was arabic, if no language was set at all" 10 years ago
psychobunny 117bb407b0 /compose route 10 years ago
Julian Lam d90f3649a6 minor tweak to retrieval of category listing in ACP so that hidden categories (those with order of -1) are not retrieved 10 years ago
Julian Lam 7125d902d0 prettifying things 10 years ago
barisusakli 55e20b28ec upgrade script 10 years ago
barisusakli aa577f4adc part 1
no upgrade script yet
10 years ago
barisusakli 36853f4ad8 filter priv/registered-users/guests in groups.list 10 years ago
barisusakli 68ceaadad1 removed static 404/403/500 routes 10 years ago
barisusakli 224e3dc263 fix settings page 10 years ago
barisusakli dce9a19882 resolve method name collision, getPostsFromSet -> getPostSummariesFromSet 10 years ago
psychobunny 0f199af84d moved widget code out of controller; cleaned up code into a folder 10 years ago
barisusakli 9518c006b5 fix userlang 10 years ago
barisusakli 7b550b13b9 display both redis/mongo info if available 10 years ago
barisusakli 0083d4ff1c return user settings in api 10 years ago
Barış Soner Uşaklı c74d32a172 fix off by 1 error on user/topics posts #3120 10 years ago
barisusakli 73d65dd123 filter:users.search filter:users.build hooks 10 years ago
barisusakli 4f8a1174a1 default about me length 10 years ago
barisusakli a924c456b9 closes #3113 10 years ago
barisusakli 7312540b72 closes #3109 10 years ago
barisusakli 9749658d35 added about me field 10 years ago
barisusakli 51212c2bfa closes #3096 10 years ago
barisusakli dc16a665ae page checks #3089 10 years ago
barisusakli 47a2377229 closes #3089 10 years ago
Barış Soner Uşaklı 21b634e03f closes #3081 10 years ago
barisusakli d99e028a1e only call sortedSetCard if using pagination 10 years ago
barisusakli dd61bdb9c6 closes #3038 10 years ago
barisusakli 6dfb229c66 closes #2842 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 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
Julian Lam 5d495483ad using url module to normalise passed-in url prior to saving in db, closes #3043 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
Barış Soner Uşaklı c9b5948034 closes #2927 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 5501c0c759 closes #3005 10 years ago
barisusakli dd175ada67 closes #3003 10 years ago
barisusakli 3de083208d closes #3002 10 years ago
barisusakli 835d4db481 dont add category/topic slug if user doesnt have read permission
or category is disabled etc.
10 years ago
Barış Soner Uşaklı 0ed46c3bae closes #2963, closes #2957 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ı ed57a41d17 #2943 10 years ago
Barış Soner Uşaklı 4af8a5ec02 closes #2940 10 years ago
Julian Lam 56fc958939 closes #2891 10 years ago
Barış Soner Uşaklı 5641e54192 added route to /users 10 years ago
psychobunny 27ad7e41c9 process.env is an object 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
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
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
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
barisusakli e528f52cfb closes #2757 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 9b84a887d3 a huge frickin' number of changes for #2887. This is part of #2463 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
barisusakli 04ed79e587 fix profile image upload on subfolder install 10 years ago
Barış Soner Uşaklı 9e7af15bbc Merge pull request #2876 from cismous/master
remove comma
10 years ago
psychobunny d2dae2d62f standardize showSelect amongst category and topic_list routes 10 years ago
Barış Soner Uşaklı d05ef6ddbc closes #2822 10 years ago
barisusakli 254fcff01f forgot db require 10 years ago
barisusakli 6c58bd9520 closes #2871 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
barisusakli 201c4b35da pagination data
if query is empty get all uids
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
barisusakli 724df69561 fix redirects 10 years ago
barisusakli ddd4680ea7 added helpers.redirect 10 years ago
Barış Soner Uşaklı 33723f8b1b closes #2835 10 years ago
barisusakli 2a8437f08f removed templates config and mapping 🐑 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ı c851b5a9b1 made getBaseUser public 10 years ago
barisusakli c40258a82c removed 2x calls to getRecentTopicReplies 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
psychobunny b07574d838 unnecessary return 10 years ago
psychobunny 3cc3e2f306 moved homepage configuration to its own acp page 10 years ago
Julian Lam e0c7ef1451 fixed #2781 10 years ago
psychobunny b1f835b053 Merge remote-tracking branch 'origin/master' into sortable-menu 10 years ago
psychobunny 2ff59278c9 navigation cleanup 10 years ago
psychobunny fbc0a11c87 nav - basic ACP setup 10 years ago
Julian Lam 55262b399a tweaks and refactoring for #2774 10 years ago
Barış Soner Uşaklı c94c1430b7 api/post/pid route 10 years ago
Julian Lam 03e39f7b9b isInvited mechanic for #2758 10 years ago