373 Commits (a53f7f65dbd0df55127e580cef0533d591304210)

Author SHA1 Message Date
Julian Lam cc4997aeca fixes #3940 10 years ago
Julian Lam 3a520cdfbf Successful web installer now doesn't show 503 10 years ago
Julian Lam 9589de551e added toggler to disable toobusy if necessary 10 years ago
barisusakli 33f07b82f9 closes #3893 10 years ago
barisusakli ecd777b659 closes https://github.com/NodeBB/nodebb-theme-persona/issues/206 10 years ago
barisusakli 5a9edf5973 closes #3881 10 years ago
Barış Soner Uşaklı c55abdd095 closes #3815 10 years ago
barisusakli 016aef1716 too busy check on prod 10 years ago
Julian Lam b8b9da2c30 Squashed commit of the following:
commit 62d59620d26bc97c7d689e9af57cd8bff654c79e
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 11:04:27 2015 -0500

    tweaked 503 template

commit 15a61cbc239c9d654691d91cdadce59e13d97586
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 10:58:19 2015 -0500

    added text about reloading being required if threshold values are changed

commit 3fe87699332ef0628b4db31f4afef245802a7bc0
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 10:53:35 2015 -0500

    added ACP settings for toobusy

commit f6a9964baff051072052e6ef99da9e1ffba014df
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 08:53:53 2015 -0500

    removed unused 503a template

commit e6d444736baf4c676f8461d30a5504c6e45df163
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 02:01:11 2015 -0500

    updated code to send static 503 instead of maintenance-style page

commit 11089ae2bb833e068b01ee77ee745d9fd5344805
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Nov 4 01:18:45 2015 -0500

    added toobusy support so the Node process doesn't fall over at high load
10 years ago
barisusakli ca4440b8af closes #3799 10 years ago
barisusakli f4bfcc7351 removed icon:bgColor and icon:text from db calls
calculates from username on the fly
10 years ago
Julian Lam 8d4209d42c Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
psychobunny 9bef54b5ed fix title for dashboard 10 years ago
Julian Lam 526afc0910 Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
psychobunny 07c50cba7d titles for ACP routes 10 years ago
Julian Lam b52475c270 Merge remote-tracking branch 'origin/master' into user-icons
Conflicts:
	public/src/client/account/edit.js
	src/middleware/middleware.js
	src/socket.io/meta.js
	src/socket.io/user/picture.js
	src/user.js
	src/views/admin/manage/group.tpl
10 years ago
barisusakli 751a6c6839 got rid of extra call to user.getSettings 10 years ago
barisusakli f2d6f931af closes #3505 10 years ago
barisusakli f5e7d1ce01 private uploads 10 years ago
barisusakli 3a3c5486b7 expose method 10 years ago
barisusakli 94129287d0 moved non-async code 10 years ago
barisusakli 17dd1ff485 fix next 10 years ago
barisusakli da4034a10a middleware refactor 10 years ago
Julian Lam 896abb59d3 Update default gravatar admin option to defaultAvatar 10 years ago
Julian Lam 97dd5500a1 Merge remote-tracking branch 'origin/master' into user-icons 10 years ago
barisusakli ca294fc6ec closes #3663 10 years ago
Julian Lam a4c2626bdc mobile menu header 10 years ago
Julian Lam f6d5b52a8b WIP user-icons 10 years ago
barisusakli 4e2318fa1e fix title in acp removed extra | 10 years ago
barisusakli 13508ca7f9 closes #3547 10 years ago
barisusakli 75af978145 closes #3646 10 years ago
barisusakli 1dd706d0b2 crash fix, res.locals.config can be undefined 10 years ago
barisusakli dd5a8e8a88 closes #3568 10 years ago
barisusakli 7c319c9b20 fix browser title on home page 10 years ago
barisusakli c3719ea5b5 closes #3519 10 years ago
barisusakli 93e6916fe6 moved maintenace mode middleware 10 years ago
barisusakli 25502f0687 closes #3508 10 years ago
barisusakli 48512bff6b get rid of app.exposeConfigToTemplates 10 years ago
psychobunny dbc9c07b55 403 browser title 10 years ago
psychobunny 4b91d7ec3d req.route is not defined if you go to some bogus url 10 years ago
psychobunny 4b5f67eb4d use [[pages:home]] instead 10 years ago
psychobunny 5dae60faff closes #3502 10 years ago
psychobunny 8cc91ea6e7 fix crash in middleware.renderHeader 10 years ago
barisusakli eaefd9d24c remove meta/title.js and meta.title.build #3481 10 years ago
Barış Soner Uşaklı 1a6e576483 async 10 years ago
barisusakli fee08cd665 closes https://github.com/NodeBB/NodeBB/pull/3250 10 years ago
Barış Soner Uşaklı 5e9a123e70 Merge pull request #3360 from jsdream/renderHeaderHook
Add 'filter:middleware.renderHeader' hook
10 years ago
jsdream 103055b262 Add error check in 'filter:middleware.renderHeader' hook callback 10 years ago
barisusakli aec4ee5392 crash fix 10 years ago
psychobunny 0150e0e063 closes #3069 10 years ago
psychobunny 275769a801 closes #3435 10 years ago
psychobunny b3639f3c71 closes #3429 10 years ago
psychobunny 842815e5e9 closes #3445 10 years ago
Julian Lam 08fb30378a Closes #3302
- Fixes issue where the served path for the favicon was incorrect (included relative path when one was not needed)
- Also fixes issue where favicons were just plain not served for subfolder installations
- Fixed unsemantic HTML in ACP/General regarding Site Logo and Favicon fieldsets
10 years ago
barisusakli 0534da0ed1 closes #3389 10 years ago
Julian Lam 03b6b1e15c Fixed crash on launch if no hooks listen to filter:router.page
A previous commit added a new hook, although it executed async.each on a var without a null check, so if no hooks were registered, it was null, and not an empty array, causing async to crash.
10 years ago
Julian Lam 5a50a098d8 added a new middleware and plugin hook
- Middleware added: requireUser, redirects to login if there is no user session.
- Hook added: filter:router.page
10 years ago
jsdream 29fcbf6750 Add 'filter:middleware.renderHeader' hook 10 years ago
Julian Lam df055ce7ea if buildHeader middleware is called, isAPI is now set to false 10 years ago
barisusakli 954c25823e closes #3352 10 years ago
barisusakli 9e63aaebb8 added new hook action:middleware.pageView 10 years ago
barisusakli 65ab5733ef added categories navigation item, ability to change logo url 10 years ago
Julian Lam da1c347fc2 closes #3297 10 years ago
barisusakli ffd22f50ff closes #1999 10 years ago
barisusakli 57c2418157 closes #1306 10 years ago
psychobunny ff234bccfe redirectToLogin() 10 years ago
psychobunny deda4a4ed6 fixes for 503's in maintenance mode 10 years ago
psychobunny e3ee3de95d lint 10 years ago
Julian Lam 170126680b #3213 10 years ago
Julian Lam 54277e62fc fixed #3213 10 years ago
Julian Lam aae3ac6b98 updated title parsing methods to call a new hook: filter:parse.title 10 years ago
Barış Soner Uşaklı f44e850fa0 revert last change, breaks ajaxify 10 years ago
Barış Soner Uşaklı 5d5346c4f9 allow overriding template name 10 years ago
barisusakli 6dfb229c66 closes #2842 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 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
Barış Soner Uşaklı c9b5948034 closes #2927 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ı 641c8991f9 closes #2944
if going to users page wait for updateOnlineUsers to complete
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 b3f66faa37 default is private 10 years ago
barisusakli 2fd4bcde3f added req.uid user id for logged in users, 0 for guests 10 years ago
Julian Lam 47a7ab15be refactored translator system to be a require.js module, and not a global 10 years ago
Julian Lam f0f31e077f added exposeUid middleware to core 10 years ago
Barış Soner Uşaklı e4199179f7 Merge remote-tracking branch 'origin/master' into mongodb-3.0-driver-2.0 10 years ago
Julian Lam 8e2483b2e6 fixed #2849 10 years ago
barisusakli 724df69561 fix redirects 10 years ago
barisusakli ddd4680ea7 added helpers.redirect 10 years ago
barisusakli 3809b331bc acp shenans 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ı d9e0a495b0 updated install.js to install mongodb native 2 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
psychobunny 58411a4764 deprecated filter:header.build, the equivalent hook (same output data) will be filter:navigation.available 10 years ago
psychobunny 738c27bf04 started dynamic sortable menu 10 years ago
psychobunny ecad9d54ed tjs 0.1.19 for undefined key cleanups 10 years ago
Julian Lam 4984f2f449 Merge branch 'master' of github.com:nodebb/NodeBB 10 years ago
Julian Lam d3ff6a9f47 hidden groups are invisible to non-members, #2758 10 years ago
Barış Soner Uşaklı e6e755dd46 #2560 10 years ago