Barış Soner Uşaklı
489c0d3015
refactor: remove extra zset remove, closes #10277
2022-02-11 10:43:40 -05:00
Julian Lam
1c7fb8fe11
fix: non-functional upgrade script
2022-02-10 15:19:56 -05:00
Barış Soner Uşaklı
350052ec50
fix: language keys
2022-02-09 17:50:08 -05:00
Barış Soner Uşaklı
d70ce3a937
fix : #10273 , properly calculate item count for best/controversial
2022-02-09 17:42:41 -05:00
Barış Soner Uşaklı
b98758d30a
chore: add missing quote
2022-02-08 12:28:51 -05:00
Julian Lam
a2c7d69e1b
fix: remove extraneous devDependencies on package merge
...
/cc @pitaj
2022-02-08 11:13:51 -05:00
Barış Soner Uşaklı
5143ca33f3
feat: handle array of keys in psql exists for zsets
2022-02-07 17:54:51 -05:00
Julian Lam
0ac2843587
feat: upgrade script to clean up leftover :thumb zsets
2022-02-07 17:29:34 -05:00
Julian Lam
0f788b8eaa
fix : #10257 , topic thumbs not deleting on topic deletion
2022-02-07 17:29:34 -05:00
Julian Lam
606808760e
test: add test to verify that a sorted set is automatically deleted if its last element is removed ( #10261 )
...
* test: add test to verify that a sorted set is automatically deleted if its last element is removed
* fix: remote empty zsets when all elements have been removed #yolo
* Revert "fix: remote empty zsets when all elements have been removed #yolo"
This reverts commit 0ac73244bb .
* fix: altered behaviour in module.exists instead of zrem
2022-02-07 17:16:50 -05:00
Barış Soner Uşaklı
08f2a05053
fix : #10255 , create verified/unverified groups on install
2022-02-07 10:30:46 -05:00
Barış Soner Uşaklı
6be330f2d6
lint: remove unused require
2022-02-04 21:56:58 -05:00
Barış Soner Uşaklı
b548083b24
perf: increase batch size
2022-02-04 21:53:30 -05:00
Barış Soner Uşaklı
079c487dcb
fix: controversial posts/bests posts not showing anything
...
fix upgrade script so posts with negative votes are stored, a post can have 10 upvotes and 2 downvotes
fix missing negative votes checks
remove unnecessary pids flters since the cids are only already filtered by topics:read
2022-02-04 21:52:44 -05:00
Julian Lam
d34471f69f
fix: regression in package.json merging logic that caused extraneous packages to not be removed
2022-02-04 16:20:31 -05:00
Julian Lam
689c125cd3
fix : #10229 , package merging should deep merge nested objects
...
+ tests
2022-02-04 16:20:31 -05:00
Julian Lam
cf88483fee
feat: upgrade script to store downvotes posts in the user :votes sorted set
2022-02-04 14:33:58 -05:00
Julian Lam
5cff6e3f95
fix: bug where .reduce() exploded due to no initial value, if input value was an empty array
2022-02-04 14:33:58 -05:00
Julian Lam
5afd5de07d
feat: new accounts route to show most downvoted ('controversial') posts
2022-02-04 14:33:58 -05:00
Barış Soner Uşaklı
45ca046533
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2022-02-04 10:38:06 -05:00
Barış Soner Uşaklı
dcb201dfa8
fix: https://github.com/NodeBB/NodeBB/issues/10242
2022-02-04 10:37:59 -05:00
Julian Lam
ad63517511
fix: missing early return
2022-02-04 10:20:46 -05:00
Julian Lam
936562c3cb
fix: handle case where email is explicitly passed into user.create, and thus is set in user hash, but confirmation request may have expired
2022-02-04 10:20:46 -05:00
Julian Lam
0322e984e0
fix : #10236 , don't check email:uid, instead verify an email confirmation is active
2022-02-04 10:20:46 -05:00
Barış Soner Uşaklı
9883910857
fix: don't crash if requestedFields is undefined
2022-02-03 09:48:14 -05:00
Barış Soner Uşaklı
7f1c4477e3
feat: allow gif profile images, sharp 0.30.0 supports gifs
2022-02-02 21:27:33 -05:00
Julian Lam
8ba9e67cbd
feat: detect alternative package managers based on lockfile
...
If a package manager is not explicitly set in config.json or passed-in via argv/env, NodeBB will now check for the presence of alternative package managers' lockfiles and adjust the package manager to-be-used accordingly. If the standard npm lockfile exists, npm will always be used.
2022-02-02 17:15:44 -05:00
Julian Lam
9a1690857d
refactor: updated package-install.js exports style, new exported method 'getPackageManager' for use in cases where nconf is unreliable, fix bug where nconf was not correctly set up in cli tools, proper installation of dev dependencies based on global env value
2022-02-02 11:47:35 -05:00
Julian Lam
c869d7dbb3
docs: some tweaks to cli help
2022-02-01 21:51:16 -05:00
Julian Lam
c3d926ff7e
fix: a missed invocation of colors
2022-02-01 21:48:22 -05:00
Julian Lam
cf8f62aed9
feat: remove colors in favour of chalk ( #10142 )
...
* feat: remove colors in favour of chalk
* fix: bad conversion from colors to chalk in src/cli/index.js
* fix: padWidth calculation to account for control characters
* fix: termWidth calculation, but swapped one problem for another
* fix: formatItem, implement my own padRight to take control characters into account
2022-02-01 21:43:09 -05:00
Julian Lam
fa7dcdb968
fix: proactively guard against homograph characters in website values
2022-02-01 10:25:36 -05:00
Barış Soner Uşaklı
1d01741ae7
fix : #10208 , don't use leading slash in directory names
...
change to use decodeURIComponent in utils.params
2022-01-30 18:51:28 -05:00
Julian Lam
dee9cca3c8
fix: email ban tests
2022-01-28 15:41:27 -05:00
Julian Lam
e25c0313d1
Revert "refactor: emailer.send and emailer.sendToEmail returns Boolean based on message being successfully sent"
...
This reverts commit f0e32ff182 .
2022-01-28 15:41:27 -05:00
Julian Lam
165a1d8b76
Revert "fix: update usage of emailer.send to not catch (as errors are no longer thrown), email error throttler"
...
This reverts commit d4e5259fcf .
2022-01-28 15:41:27 -05:00
Julian Lam
d4e5259fcf
fix: update usage of emailer.send to not catch (as errors are no longer thrown), email error throttler
2022-01-28 15:16:41 -05:00
Julian Lam
b3f7b742c1
fix: derp
2022-01-28 15:16:41 -05:00
Julian Lam
ea27eaf166
feat: no more sending emails to banned users, + feature flag
2022-01-28 15:16:41 -05:00
Julian Lam
f0e32ff182
refactor: emailer.send and emailer.sendToEmail returns Boolean based on message being successfully sent
...
Note that of course this doesn't mean the message was _delivered_, just sent off.
This will stop issues where emailer errors crash NodeBB
2022-01-28 15:16:41 -05:00
Barış Soner Uşaklı
2a89ad8288
fix: use escaped group names in invite modal
2022-01-27 16:00:01 -05:00
Julian Lam
e1e1d5223e
feat: push the theme name into body class
2022-01-27 13:23:51 -05:00
Julian Lam
d91aeea3c3
feat: add ACP toggles for COEP and CORP headers
2022-01-21 16:47:55 -05:00
Julian Lam
d098e26f82
User Email and email validation API ( #10160 )
...
* feat: wip user emails api
* fix: allow admins with manage-users access to email confirmation api as well
* fix: wrong route path
* docs: openapi spec
2022-01-21 11:20:39 -05:00
Barış Soner Uşaklı
10949184ca
test: add failing guest csrf test ( #10169 )
...
* test: add failing guest csrf test
* test: use correct var
* fix: use applyCsrf for guests as well
2022-01-20 18:22:10 -05:00
Barış Soner Uşaklı
2835966518
fix: urls used when recent/unread/popular/top is used as the homepage
...
if recent is used as the homepage then changing the selected category or filters was redirecting the user to forum.com/recent?cid=1 instead of staying at forum.com/?cid=1
also fix unread page mark read button showing the selected category
2022-01-19 21:48:49 -05:00
Barış Soner Uşaklı
c1ec20470b
fix: catch exceptions from sendNotifications
2022-01-19 20:52:12 -05:00
Barış Soner Uşaklı
3e8cb732c5
fix: multiple cid filter on flags page
...
if multiple categories were selected it wasnt applied because of typeof string check
2022-01-19 20:30:31 -05:00
Magnus
7bd3e31dec
Fullname in notifications ( #10157 )
...
* init - fullname notifications setting
* fullname in topic reply
* fullname for group-request-membership
* fullname for group-leave notification
* fullname for new-post-flag & new-user-flag
* removed log
* fullname for user follow
* fullname in message notification
* fullname in follow
* fullname for sendNotificationToPostOwner
* fullname in sendNotificationToTopicOwner
* fullname in doExport
* shorthand name set
* shorter name set
* fullname in notifications
* displayname for notifications
* removed unused require
2022-01-19 10:19:11 -05:00
Barış Soner Uşaklı
f9279b636b
fix: post indices if there is a blocked user in topic
2022-01-18 20:31:06 -05:00