Barış Soner Uşaklı
326367556f
fix: tag key
5 years ago
renovate[bot]
3acc24b0b6
fix(deps): update dependency nodebb-theme-persona to v10.1.35 ( #8176 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
Barış Soner Uşaklı
bc93b5676c
fix : #8175
5 years ago
Opliko
41c20761e1
Remove deprecated mongo connection options, fixes #8079 ( #8174 )
...
fix #8079
Unified Topology changes the concept of connecting and causes isConnected to always return true, making any reconnection options useless. Next major version of the driver will remove isConnected entirely.
So:
- reconnect tries
- reconnectInterval
- autoReconnect
Are deprecated and don't really do anything anymore (when unified topology is used at least) other than causing warnings at startup since the 3.4 version of the driver (the current version used by NodeBB is 3.5).
Reference: http://mongodb.github.io/node-mongodb-native/3.5/reference/unified-topology/
5 years ago
Andrew Rodrigues
3c9689a5ac
feat: settings sorted list ( #8170 )
...
* feat: settings sorted list
see https://github.com/NodeBB/nodebb-plugin-quickstart/pull/9/files for sample
5 years ago
renovate[bot]
7cc63f7d2c
fix(deps): update dependency sharp to v0.24.1 ( #8164 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
Julian Lam
667608a02c
fix : #8168 re-allowing slashes in homePageRoute
...
Resolves regression introduced by b0f3e48ac2
5 years ago
Misty (Bot)
307f8716b7
Latest translations and fallbacks
5 years ago
Julian Lam
eddbd86837
fix: tweak to session validation in addHeaders
5 years ago
Barış Soner Uşaklı
630f5d5b85
fix: only call clearCookie for logged in users
5 years ago
Misty (Bot)
316913b9bb
Latest translations and fallbacks
5 years ago
Misty (Bot)
f1d58989d8
Latest translations and fallbacks
5 years ago
Barış Soner Uşaklı
067034082f
fix : #6422 , update deleted/restored messages
5 years ago
Misty (Bot)
20fbab9723
Latest translations and fallbacks
5 years ago
Barış Soner Uşaklı
4d0636f847
fix : #8163 , prevent account deletion
5 years ago
renovate[bot]
f4ed35c998
chore(deps): update dependency husky to v4.2.2 ( #8160 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
renovate[bot]
4b90713717
fix(deps): update dependency mongodb to v3.5.3 ( #8161 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
Barış Soner Uşaklı
5a0c7c1497
fix: register
5 years ago
renovate[bot]
a5f3c2a2c2
fix(deps): update dependency nodebb-widget-essentials to v4.1.0 ( #8159 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
Barış Soner Uşaklı
e74954407f
fix : #8157 , update recent tid when post is moved
5 years ago
renovate[bot]
7fde180a28
fix(deps): update dependency request to v2.88.2 ( #8158 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
Misty (Bot)
99a3ca7582
Latest translations and fallbacks
5 years ago
Barış Soner Uşaklı
b73aa84ddc
fix: tests
5 years ago
Barış Soner Uşaklı
dd3893b134
fix: move start/stop every iteration
5 years ago
Barış Soner Uşaklı
4abe5eb7ff
Revert "fix: #8154 , move start/stop every iteration"
...
This reverts commit 300c04cef9
.
5 years ago
Barış Soner Uşaklı
300c04cef9
fix : #8154 , move start/stop every iteration
5 years ago
Barış Soner Uşaklı
690bb69d03
fix : #8154 , respect stop
5 years ago
Barış Soner Uşaklı
f23bc347b1
fix : #8156 dont allow loading members from hidden groups
5 years ago
Barış Soner Uşaklı
03a02e5d1d
fix : #8155 , don't validate name on update if groupName didn't change
5 years ago
renovate[bot]
ef964b11a8
fix(deps): update dependency redis to v3 ( #8152 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
renovate[bot]
1037de0216
chore(deps): update dependency jsdom to v16 ( #8114 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
renovate[bot]
d8efc6b653
fix(deps): update dependency rimraf to v3.0.2 ( #8153 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
Baris Usakli
236e1e6859
fix: return correct number of suggested topics
5 years ago
Baris Usakli
2e79480179
fix : #8151 , don't crash if taskbar doesn't have element
5 years ago
Julian Lam
398f0120b8
fix: logic for determining dailyStats hour vars
...
Reverts 9ecdb92f7c
and fixes it
properly.
5 years ago
Julian Lam
9ecdb92f7c
fix: fix daily analytics being one day off
5 years ago
Julian Lam
0b9ad416cb
fix: remove debug line
5 years ago
Julian Lam
79737c53fd
feat: guard against accidental ommision
...
...of analytics: prefix in get*StatsForSet methods
5 years ago
Julian Lam
14655f8745
fix: no decimal places for category analytics
5 years ago
Julian Lam
d6e3f3f058
fix : #8142 , broken site if no server-side session ( #8148 )
...
* fix : #8142 , broken site if no server-side session
During the `addHeader` middleware, a check is now done to see if
`req.session.meta` is present. This value is only present if the user
has a valid server-side session. If it is missing, then it is probably
safe to assume that the server-side session was deleted (either
intentionally or accidentally). In that scenario, the client-side cookie
should be cleared.
Also, there was an issue where the sessionRefresh flag was never cleared
after a successful login, so that was fixed too.
* feat: exported method to get cookie config
* fix: don't clear cookie if cookie is being set
* fix: socket.io tests
Co-authored-by: Barış Soner Uşaklı <barisusakli@gmail.com>
5 years ago
Julian Lam
0885ec6858
fix : #8144 pluginHooks in maintenance mode middleware
5 years ago
Julian Lam
146388aac8
docs: updated changelog
5 years ago
Misty (Bot)
beafd6139f
chore: incrementing version number - v1.13.2
5 years ago
Barış Soner Uşaklı
a5ef6b53b8
fix: admin relogin
5 years ago
Barış Soner Uşaklı
c35a21d7f0
fix : #8135
5 years ago
Baris Usakli
1e50616c13
fix: handle mkdirp0.5->1.0x so it doesn't break upgrade
5 years ago
renovate[bot]
157832131d
chore(deps): update dependency eslint to v6.8.0 ( #8062 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
renovate[bot]
d5b3d56296
Update dependency postcss to v7.0.26 ( #8048 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
renovate[bot]
976e26a958
chore(deps): update dependency nyc to v15 ( #8094 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago
renovate[bot]
eb4a1a5772
chore(deps): update commitlint monorepo ( #8100 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
5 years ago