Commit Graph

17482 Commits (2ee743d65ca121eb7d5aa3c3fb7f77dc9e16ffc1)
 

Author SHA1 Message Date
Baris Usakli 2ee743d65c add itemsPerPage to search api
Baris Usakli 3e2dffa6d0 fix search in if in query param isn't passed in
renovate[bot] dba1db9c6d fix(deps): update dependency nodebb-plugin-dbsearch to v2.0.23 ()
Baris Usakli 62787368c6 add searchonly option to searh api
Renovate Bot 924417949c chore(deps): update dependency eslint to v5.9.0
Barış Soner Uşaklı 4724901588 use series
Renovate Bot 511b4edc26 fix(deps): update dependency jsesc to v2.5.2
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 
Julian Lam f7bd398eb1 style(eslint): newlines in public/src as well
Renovate Bot 032caafa05 fix(deps): update dependency validator to v10.9.0
Renovate Bot a639b6b838 fix(deps): update dependency spdx-license-list to v5
Renovate Bot b0483f21bb chore(deps): pin dependencies
Julian Lam 95cc27f1ff style(eslint): enforcing newline on chained calls
Julian Lam c58a41ed72 feat: enabling commitlint
Julian Lam e8a3d929f1 chore(husky): setting up husky as recommended in docs
Julian Lam a5022ce425 fix: , skin assets not including plugin LESS files
Julian Lam aef1c155cc hey husky wtf you doin'
Julian Lam da10ca084b fix: , allow square brackets in usernames
renovate[bot] 64b9dabff8 chore(deps): update dependency eslint-config-airbnb-base to v13 ()
* chore(deps): update dependency eslint-config-airbnb-base to v13

* chore: , linting 😬
Renovate Bot eb0a322d7f fix(deps): update dependency nodebb-theme-vanilla to v10.1.8
Renovate Bot 6566a0cb19 fix(deps): update dependency nodebb-theme-persona to v9.0.52
Barış Soner Uşaklı 116866d53a double default post cache
Barış Soner Uşaklı 75816deca7
add cache to redis ()
* 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
Renovate Bot f8b1df4e3a Update dependency nyc to v13.1.0
Renovate Bot acce10d103 Update dependency eslint to v5.8.0
Renovate Bot fa3afbd21b chore(deps): update node.js to v8.12.0
Julian Lam 501b3a79ca
Refactor skins to be built on server-side ()
* 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 
Julian Lam 84433f29ab
Do not require a full refresh on login/logout ()
* 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
Misty (Bot) 6fb1f97d88 Latest translations and fallbacks
renovate[bot] 7808e58c4d fix(deps): update dependency nodebb-plugin-dbsearch to v2.0.22 ()
Baris Usakli 968be7d8de make lint happy
Baris Usakli 3c611d85ed closes
- 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
renovate[bot] 9a9f2af9c1 fix(deps): update dependency mongodb to v3.1.9 ()
Misty (Bot) 9b59a1ecb4 Latest translations and fallbacks
Barış Soner Uşaklı 6f47446171 closes
Misty (Bot) 5ae87294c3 Latest translations and fallbacks
Misty (Bot) b855d4d257 Latest translations and fallbacks
Renovate Bot 6cee5b8e80 chore(deps): update dependency husky to v1.1.3
Julian Lam 3c8939a80d fix: interstitial redirects failing if done via ajaxify
Barış Soner Uşaklı 2df19c0ae4 fix typo
Barış Soner Uşaklı fa4d4ec490 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı ed7399f9ed shorter code
Misty (Bot) 48e158b57e Latest translations and fallbacks
Renovate Bot e2274fe0af fix(deps): update dependency nodebb-theme-persona to v9.0.51
Renovate Bot 3005428dc0 fix(deps): update dependency nodebb-theme-slick to v1.2.13
Barış Soner Uşaklı 412358b070
Barış Soner Uşaklı 68b7d92b6f Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 67d3b29204
renovate[bot] 22140a2002 fix(deps): update dependency nodebb-theme-persona to v9.0.50 ()
Barış Soner Uşaklı ff38abc225 move bcrypt into password