9802 Commits (3e2dffa6d07d682c6e5ef3acd9d388c75003204c)

Author SHA1 Message Date
Baris Usakli 62787368c6 add searchonly option to searh api 7 years ago
Barış Soner Uşaklı 4724901588 use series 7 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
7 years ago
Julian Lam 95cc27f1ff style(eslint): enforcing newline on chained calls 7 years ago
Julian Lam a5022ce425 fix: #6922, skin assets not including plugin LESS files 7 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 😬
7 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
7 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
7 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
7 years ago
Baris Usakli 968be7d8de make lint happy 7 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
7 years ago
Barış Soner Uşaklı 6f47446171 closes #6910 7 years ago
Julian Lam 3c8939a80d fix: interstitial redirects failing if done via ajaxify 7 years ago
Barış Soner Uşaklı 2df19c0ae4 fix typo 7 years ago
Barış Soner Uşaklı ed7399f9ed shorter code 7 years ago
Barış Soner Uşaklı 412358b070 #6903 7 years ago
Barış Soner Uşaklı 67d3b29204 #6903 7 years ago
Barış Soner Uşaklı ff38abc225 move bcrypt into password 7 years ago
Barış Soner Uşaklı 4e297921c4 dont show object cache if it doesnt exist 7 years ago
Barış Soner Uşaklı 4caaa046d7 dont load post data again
shorter async.parallel
7 years ago
Barış Soner Uşaklı d3e4daebec posts/delete cleanup 7 years ago
Barış Soner Uşaklı 0de60cfdca fix mongodb tests 7 years ago
Barış Soner Uşaklı 8ca36ad122 closes #6890 7 years ago
Julian Lam 157bea6966 fix: username trim on login, closes #6894 7 years ago
Julian Lam 5ccdc1c017 internationalising english labels in session time ACP block, #6883 7 years ago
Julian Lam 58b088c054 update html on session time ACP block, #6883 7 years ago
Barış Soner Uşaklı 2e579ee0f9 closes #6883 7 years ago
Barış Soner Uşaklı 5ee4529a8e if source has no parentCid assume 0 7 years ago
Barış Soner Uşaklı 9918389a43 closes #6884 7 years ago
Barış Soner Uşaklı 7aa937a657 remove dupe code in mongodb sorted 7 years ago
Barış Soner Uşaklı ea1e8fb8fe Merge branch 'master' of https://github.com/NodeBB/NodeBB 7 years ago
Barış Soner Uşaklı c27be9db5a
Recent refactor (#6879)
* wip

* fix inf scroll

* remove duplicated code

* remove dupe code in /unread

* use topicList

* update tag page to use topicList

* fix tests

* combine ifs

* remove more dupe code

* disable timeout
7 years ago
Barış Soner Uşaklı 66ed48e088 closes #6875 7 years ago
Julian Lam 4919e9efa3 feat: allow disabling of GDPR features via ACP toggle, closes #6847 7 years ago
Baris Usakli 51792da430 dont crash if there is nothing to write 7 years ago
Baris Usakli 12f3f56b01 change to .exists 7 years ago
Baris Usakli 566564ed74 fix redis tests
fixed typo in groups/data.js
added postcount,viewcount to int fields
7 years ago
Barış Soner Uşaklı fb6067a7ca only parse if field is requested 7 years ago
Barış Soner Uşaklı f3a679e268 remove parseInts 7 years ago
Barış Soner Uşaklı aca50f1fe1 dont crash if topic is moved to pinned topic 7 years ago
Barış Soner Uşaklı da22940b80 dont retry absolute paths 7 years ago
Barış Soner Uşaklı ebd4b19a65 moved req.user up 7 years ago
Barış Soner Uşaklı 9c03881d5a add threshold for image resizing 7 years ago
Barış Soner Uşaklı 369e4854d2 remove parseInts 7 years ago
Barış Soner Uşaklı 541997a755 fix lint 7 years ago
Barış Soner Uşaklı 40f9ee3003 dont crash if topic does not exist 7 years ago
Barış Soner Uşaklı 2f198583c4 change to this 7 years ago
Barış Soner Uşaklı a2aae7f805 shorter error message 7 years ago
Barış Soner Uşaklı 69253d9a7f use chart.js legend 7 years ago
Barış Soner Uşaklı 1d15449076 write analytics before exiting 7 years ago