Commit Graph

17741 Commits (63f4b5696b666ae872486d1fe1322048b558fedd)
 

Author SHA1 Message Date
Renovate Bot 63f4b5696b chore(deps): update dependency husky to v1.2.1
Misty (Bot) 7b8d7aee3c Latest translations and fallbacks
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ı 74d0e88df3 fix: don't explode if there is no css el
Barış Soner Uşaklı 263c918088
feat: remove uid:<uid>:ignored:cids ()
use cid:<cid>:ignorers instead
Misty (Bot) 7a9299f374 Latest translations and fallbacks
Misty (Bot) cc1a3e8f3e Latest translations and fallbacks
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
Misty (Bot) 6c312fa253 Latest translations and fallbacks
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
Misty (Bot) 5b41969816 Latest translations and fallbacks
Barış Soner Uşaklı 555c092f65 fix: dont send empty strings
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 31bb2ae9af feat: make user cards look less derpy
Baris Usakli de437e36a5 fix: admins&mods when there are mutliple lines of users
Misty (Bot) 33834f7a23 Latest translations and fallbacks
Baris Usakli e65d40c937 dont return undefined from sortedSetsCard if keys is empty or falsy
Baris Usakli 76af8caf58 add missing semicolon
Baris Usakli 420227faae parseFloat scores
Renovate Bot 3bcfd7fc13 fix(deps): update dependency nodebb-plugin-composer-default to v6.1.17
Renovate Bot b6ad5fd438 fix(deps): update dependency nodebb-theme-persona to v9.1.4
renovate[bot] 46fb365d53 fix(deps): update dependency nodebb-plugin-markdown to v8.8.6 ()
fixes 
Julian Lam ed46c5e24b fix: refreshing settings page on save if language changed
Julian Lam 4fba1492c1 feat: added new middleware authenticateOrGuest
Julian Lam eeaee8ccef fix: not calling authenticate middleware on resource direct access
routes
Julian Lam 5f3d1c76c8
fix: , autoLocale logic not playing nicely with no-refresh auths ()
* fix: , autoLocale logic not playing nicely with no-refresh auths

- on login, req.query.lang is deleted (since it seems to be left over)
- on logout, the middleware.autoLocale is executed, which resets
  req.query.lang
- middleware.autoLocale is new, just refactored existing logic in
  webserver.js into new middleware method.

* style: tests, use lodash

* fix: timeago strings not switching languages on login or out
Misty (Bot) 72f56d7f49 Latest translations and fallbacks
renovate[bot] d2aea57a03 fix(deps): update dependency nodebb-theme-persona to v9.1.3 ()
Barış Soner Uşaklı 2604cf6356 fix:
Misty (Bot) aa877e7e0f Latest translations and fallbacks
Renovate Bot 42e792ab61 fix(deps): update dependency nodebb-theme-persona to v9.1.2
Julian Lam a07d9898df fix: buildSkinAsset won't rebuild continuously
Misty (Bot) 8dd8370bcb fix(i18n): pushed notifications source to tx, pulled fallbacks
Barış Soner Uşaklı 53a0a0ab45 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 7ca62b8399 feat: closes
renovate[bot] bdb330565c fix(deps): update dependency nodebb-theme-persona to v9.1.1 ()
Baris Usakli 96c1dc6276 unescape email subject
Julian Lam 6df5668e64 fix: , logout code should do hard page nav to / or data.next
Baris Usakli eab297bdc9 fix:
oh d7c55bc3f7 feat(email): don't escape html in notification bodies. ()
allows for post replies, etc. to show the formatting of the orginal 
post, rather than looking garbled.

closes