17490 Commits (e12a803b161f0eac0699c06f1efc944d4905830e)
 

Author SHA1 Message Date
renovate[bot] e12a803b16 fix(deps): update dependency nodebb-plugin-mentions to v2.2.12 (#6936) 6 years ago
Baris Usakli 3425370adb dont use indexOf in map 6 years ago
renovate[bot] b480c321d0 fix(deps): update dependency nodebb-theme-vanilla to v10.1.9 (#6935) 6 years ago
renovate[bot] 9cdd531617 fix(deps): update dependency nodebb-theme-slick to v1.2.14 (#6934) 6 years ago
renovate[bot] 9ee1c2f844 fix(deps): update dependency nodebb-theme-persona to v9.0.53 (#6933) 6 years ago
Barış Soner Uşaklı 973b5fcfe0 closes #6932 6 years ago
Misty (Bot) b9acbde8c1 Latest translations and fallbacks 6 years ago
Baris Usakli 2c5157aeaa use max.min 6 years ago
Baris Usakli 2ee743d65c add itemsPerPage to search api 6 years ago
Baris Usakli 3e2dffa6d0 fix search in if in query param isn't passed in 6 years ago
renovate[bot] dba1db9c6d fix(deps): update dependency nodebb-plugin-dbsearch to v2.0.23 (#6931) 6 years ago
Baris Usakli 62787368c6 add searchonly option to searh api 6 years ago
Renovate Bot 924417949c chore(deps): update dependency eslint to v5.9.0 6 years ago
Barış Soner Uşaklı 4724901588 use series 6 years ago
Renovate Bot 511b4edc26 fix(deps): update dependency jsesc to v2.5.2 6 years ago
Julian Lam d027207f88 fix: flags detail page crash if reporter blocks author
Fixed an issue where the flags detail page would crash if the
reporting user flagged a post and then proceeded to block the
post author.

Retrieval of a flag's target data should be irrespective of
block status.

fixes #6925
6 years ago
Julian Lam f7bd398eb1 style(eslint): newlines in public/src as well 6 years ago
Renovate Bot 032caafa05 fix(deps): update dependency validator to v10.9.0 6 years ago
Renovate Bot a639b6b838 fix(deps): update dependency spdx-license-list to v5 6 years ago
Renovate Bot b0483f21bb chore(deps): pin dependencies 6 years ago
Julian Lam 95cc27f1ff style(eslint): enforcing newline on chained calls 6 years ago
Julian Lam c58a41ed72 feat: enabling commitlint 6 years ago
Julian Lam e8a3d929f1 chore(husky): setting up husky as recommended in docs 6 years ago
Julian Lam a5022ce425 fix: #6922, skin assets not including plugin LESS files 6 years ago
Julian Lam aef1c155cc hey husky wtf you doin' 6 years ago
Julian Lam da10ca084b fix: #6921, allow square brackets in usernames 6 years ago
renovate[bot] 64b9dabff8 chore(deps): update dependency eslint-config-airbnb-base to v13 (#6599)
* chore(deps): update dependency eslint-config-airbnb-base to v13

* chore: #6599, linting 😬
6 years ago
Renovate Bot eb0a322d7f fix(deps): update dependency nodebb-theme-vanilla to v10.1.8 6 years ago
Renovate Bot 6566a0cb19 fix(deps): update dependency nodebb-theme-persona to v9.0.52 6 years ago
Barış Soner Uşaklı 116866d53a double default post cache 6 years ago
Barış Soner Uşaklı 75816deca7
add cache to redis (#6917)
* add cache to redis

move out cache module from mongo

* fix redis tests

* add callback noop

* fix typo

* del cache on field delete

* make redis/mongo caches separate
6 years ago
Renovate Bot f8b1df4e3a Update dependency nyc to v13.1.0 6 years ago
Renovate Bot acce10d103 Update dependency eslint to v5.8.0 6 years ago
Renovate Bot fa3afbd21b chore(deps): update node.js to v8.12.0 6 years ago
Julian Lam 501b3a79ca
Refactor skins to be built on server-side (#6849)
* WIP

* using bootswatch from npm instead of bootswatch CDN url

* feat: on-demand client css building for skins

* added ability for client-side to select a skin

* updated loading and saving logic of bootstrapSkin on client side user settings

* fix: broken test for #6849
6 years ago
Julian Lam 84433f29ab
Do not require a full refresh on login/logout (#6841)
* no-refresh login as well, plus lots of fixes for missing config on login

* replace config with new set on logout as well

* passing new payload data into new action:app.loggedIn hook, and old action:app.loggedOut hook

* fixed issues with socket.io not properly representing uid on server

* some light refactoring and cleanup

* minor cleanup, fixed spa logout not working after login

* have reconnection handler for socket.io wait 2s to confirm disconnection before reporting -- stops flicker if reconnecting immediately

* Dynamically replace chat and slideout menu on updateHeader()

... instead of just the menu items.

* more efficient calls to Benchpress and translator /cc @pitaj

* fix: chats and notification handlers not working after login

* fix: accidentally calling cb multiple times
6 years ago
Misty (Bot) 6fb1f97d88 Latest translations and fallbacks 6 years ago
renovate[bot] 7808e58c4d fix(deps): update dependency nodebb-plugin-dbsearch to v2.0.22 (#6916) 6 years ago
Baris Usakli 968be7d8de make lint happy 6 years ago
Baris Usakli 3c611d85ed closes #6912
- on category setParent dialog do not show children of current category
- break recursion if category parentCid is equal to child cid to prevent
infinite loop
- dont allow setting the parentCid of a category to one of it's children
6 years ago
renovate[bot] 9a9f2af9c1 fix(deps): update dependency mongodb to v3.1.9 (#6914) 6 years ago
Misty (Bot) 9b59a1ecb4 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 6f47446171 closes #6910 6 years ago
Misty (Bot) 5ae87294c3 Latest translations and fallbacks 6 years ago
Misty (Bot) b855d4d257 Latest translations and fallbacks 6 years ago
Renovate Bot 6cee5b8e80 chore(deps): update dependency husky to v1.1.3 6 years ago
Julian Lam 3c8939a80d fix: interstitial redirects failing if done via ajaxify 6 years ago
Barış Soner Uşaklı 2df19c0ae4 fix typo 6 years ago
Barış Soner Uşaklı fa4d4ec490 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı ed7399f9ed shorter code 6 years ago