Commit Graph

9951 Commits (25e05805ad6a26e7f21cbcfe15e75fd3dc1aa84d)

Author SHA1 Message Date
Julian Lam b0eaa858b5 fix: Fixed logout being broken
Barış Soner Uşaklı 72afc1806e fix: uid filtering
Barış Soner Uşaklı 41fb5cca81 fix: dont crash if default cover is invalid
Julian Lam d81e0a5f5b fix: Better RTL handling on (de-)authentication
- RTL is applied (or unapplied) on login and logout depending on
  user language/guest-detected language.
- config is automatically saved into res.locals.config whenever
  loadConfig is called
- On login/logout, buildHeader is called instead of getting config
- On logout, req.uid is deleted instead of set to 0
Julian Lam 900f0a0b78 fix: , invoking autoLocale middleware on logout
Also:
- firing client-side hook on header update
- updating bootbox locale on header update
Barış Soner Uşaklı 3917022a48 fix:
Barış Soner Uşaklı 7e828404f6 fix:
dont save relative_path in db for group covers
Baris Usakli f4ea2c43ab feat:
Baris Usakli 0c1ac4d6a2 feat:
Barış Soner Uşaklı d31684e8b8 fix:
Barış Soner Uşaklı fef7e13c9e feat: small fixes
Barış Soner Uşaklı b2a74b4172 fix: remove cache
Barış Soner Uşaklı b9b9d8b2e9 feat: name topic controller
Barış Soner Uşaklı 0cb9bba4da feat: header
Barış Soner Uşaklı 60390c01f1 fix: loop
Barış Soner Uşaklı ae0fe5e880 feat: more naming
Barış Soner Uşaklı f88db22ca2 feat: give the rest of the middlewares names
Barış Soner Uşaklı fdfbcc6efe feat: give names to more middlewares
Barış Soner Uşaklı 53793e1603 feat: give names to middlewares
Barış Soner Uşaklı 4650a76036 fix:
Barış Soner Uşaklı 9f5062682d fix: unread badge
- only increase unread badge if topic or category is watched
- fix logic for "there are new posts/topics" on /unread and /recent
Barış Soner Uşaklı d2c2d56f59 feat: change sortedSetsScore
Barış Soner Uşaklı 99e0895e99 fix: move the check to get methods
all .post methods will have csrf
Julian Lam fbe6ccd773 style: lint fix
Barış Soner Uşaklı 989879a6b5 fix:
Barış Soner Uşaklı 14c4552304 dont modify session for spiders
Barış Soner Uşaklı 29b63ae7fb fix:
Barış Soner Uşaklı 0eef3e1c27 fix: upgrade script key
Barış Soner Uşaklı 00afc5b3ab fix: remove log
Barış Soner Uşaklı eb7ae54f81
Category watch state ()
* feat: wip, category watch change

* feat: pass data to client

* feat: allow changing state

* fix: account page categories

* fix: show in unread if topic is followed or category is watched

* feat: add default watch state to acp

* feat: save user category watch state

* feat: update unread recent pages

* fix: remove dupe code

* fix: flip conditions

* fix: handle empty arrays

* fix: ignore/watch on others profile

* feat: upgrade script for category states

if there are any users ignoring categories set their state in new zset and delete cid:<cid>:ignorers

* fix: upgrade

* fix: tests

* fix: redis count

* fix: more tests
Ben Lubar ff5b04beb9 Log port number of current instance in addition to pid. ()
Barış Soner Uşaklı 8169739069 fix:
Barış Soner Uşaklı 62f01a839e fix: dont save data for non-positive uids
Barış Soner Uşaklı f103390aa5 fix:
update counter when user navigates to /unread
fix new topic alert on /unread
moved unread code from footer to unread
Barış Soner Uşaklı 2f57a4b9a6 fix: dont update cid:<cid>:tids:votes if topic is pinned
Barış Soner Uşaklı d117df77f7 fix:
Barış Soner Uşaklı 85a07e999b fix:
Barış Soner Uşaklı 263c918088
feat: remove uid:<uid>:ignored:cids ()
use cid:<cid>:ignorers instead
Barış Soner Uşaklı 26ccd8f626 fix: db info page
if there is no connection to db, connect first
Barış Soner Uşaklı a0f57c642c Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı a6c8e0ab4f fix: logAttempt conditional
Julian Lam 33d4956b76 fix: , server-side protection against guest blocks
Barış Soner Uşaklı 78fa734017 feat: cache category tag whitelist
Barış Soner Uşaklı 81aa3a0b8a fix: don't crash in flags.validate if user blocked target
Barış Soner Uşaklı fe0f95a2b1 fix:
Barış Soner Uşaklı e55fb43703 fix:
Barış Soner Uşaklı 71163421aa fix: wrong variable
Baris Usakli df4f8cee4b remove node 6
Baris Usakli e65d40c937 dont return undefined from sortedSetsCard if keys is empty or falsy
Baris Usakli 420227faae parseFloat scores