9951 Commits (25e05805ad6a26e7f21cbcfe15e75fd3dc1aa84d)

Author SHA1 Message Date
Julian Lam b0eaa858b5 fix: #7169 Fixed logout being broken 6 years ago
Barış Soner Uşaklı 72afc1806e fix: uid filtering 6 years ago
Barış Soner Uşaklı 41fb5cca81 fix: dont crash if default cover is invalid 6 years ago
Julian Lam d81e0a5f5b fix: #7146 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
6 years ago
Julian Lam 900f0a0b78 fix: #7118, invoking autoLocale middleware on logout
Also:
- firing client-side hook on header update
- updating bootbox locale on header update
6 years ago
Barış Soner Uşaklı 3917022a48 fix: #7139 7 years ago
Barış Soner Uşaklı 7e828404f6 fix: #7116
dont save relative_path in db for group covers
7 years ago
Baris Usakli f4ea2c43ab feat: #7120 7 years ago
Baris Usakli 0c1ac4d6a2 feat: #7032 7 years ago
Barış Soner Uşaklı d31684e8b8 fix: #7131 7 years ago
Barış Soner Uşaklı fef7e13c9e feat: small fixes 7 years ago
Barış Soner Uşaklı b2a74b4172 fix: remove cache 7 years ago
Barış Soner Uşaklı b9b9d8b2e9 feat: name topic controller 7 years ago
Barış Soner Uşaklı 0cb9bba4da feat: header 7 years ago
Barış Soner Uşaklı 60390c01f1 fix: loop 7 years ago
Barış Soner Uşaklı ae0fe5e880 feat: more naming 7 years ago
Barış Soner Uşaklı f88db22ca2 feat: give the rest of the middlewares names 7 years ago
Barış Soner Uşaklı fdfbcc6efe feat: give names to more middlewares 7 years ago
Barış Soner Uşaklı 53793e1603 feat: give names to middlewares 7 years ago
Barış Soner Uşaklı 4650a76036 fix: #7124 7 years ago
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
7 years ago
Barış Soner Uşaklı d2c2d56f59 feat: change sortedSetsScore 7 years ago
Barış Soner Uşaklı 99e0895e99 fix: move the check to get methods
all .post methods will have csrf
7 years ago
Julian Lam fbe6ccd773 style: lint fix 7 years ago
Barış Soner Uşaklı 989879a6b5 fix: #7115 7 years ago
Barış Soner Uşaklı 14c4552304 dont modify session for spiders 7 years ago
Barış Soner Uşaklı 29b63ae7fb fix: #6979 7 years ago
Barış Soner Uşaklı 0eef3e1c27 fix: upgrade script key 7 years ago
Barış Soner Uşaklı 00afc5b3ab fix: remove log 7 years ago
Barış Soner Uşaklı eb7ae54f81
Category watch state (#7109)
* 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
7 years ago
Ben Lubar ff5b04beb9 Log port number of current instance in addition to pid. (#7110) 7 years ago
Barış Soner Uşaklı 8169739069 fix: #7108 7 years ago
Barış Soner Uşaklı 62f01a839e fix: dont save data for non-positive uids 7 years ago
Barış Soner Uşaklı f103390aa5 fix: #7103
update counter when user navigates to /unread
fix new topic alert on /unread
moved unread code from footer to unread
7 years ago
Barış Soner Uşaklı 2f57a4b9a6 fix: dont update cid:<cid>:tids:votes if topic is pinned 7 years ago
Barış Soner Uşaklı d117df77f7 fix: #7102 7 years ago
Barış Soner Uşaklı 85a07e999b fix: #7102 7 years ago
Barış Soner Uşaklı 263c918088
feat: remove uid:<uid>:ignored:cids (#7099)
use cid:<cid>:ignorers instead
7 years ago
Barış Soner Uşaklı 26ccd8f626 fix: db info page
if there is no connection to db, connect first
7 years ago
Barış Soner Uşaklı a0f57c642c Merge branch 'master' of https://github.com/NodeBB/NodeBB 7 years ago
Barış Soner Uşaklı a6c8e0ab4f fix: logAttempt conditional 7 years ago
Julian Lam 33d4956b76 fix: #7087, server-side protection against guest blocks 7 years ago
Barış Soner Uşaklı 78fa734017 feat: cache category tag whitelist 7 years ago
Barış Soner Uşaklı 81aa3a0b8a fix: don't crash in flags.validate if user blocked target 7 years ago
Barış Soner Uşaklı fe0f95a2b1 fix: #7085 7 years ago
Barış Soner Uşaklı e55fb43703 fix: #7086 7 years ago
Barış Soner Uşaklı 71163421aa fix: wrong variable #7085 7 years ago
Baris Usakli df4f8cee4b remove node 6 7 years ago
Baris Usakli e65d40c937 dont return undefined from sortedSetsCard if keys is empty or falsy 7 years ago
Baris Usakli 420227faae parseFloat scores 7 years ago