renovate[bot]
8e1b2458c2
fix(deps): update dependency nodebb-theme-persona to v10.2.79 ( #8907 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Barış Soner Uşaklı
9ca44e6f54
feat: add displayname into user obj #8637 ( #8909 )
...
* feat: add displayname into user obj #8637
* fix: spec
* perf: dont load settings if acp setting is turned off
4 years ago
Barış Soner Uşaklı
8d060065a0
fix: spec
4 years ago
Barış Soner Uşaklı
e9585b9be2
fix: group userTitles translation escapes
4 years ago
Barış Soner Uşaklı
965671a97b
fix: remove params from error log
4 years ago
Renovate Bot
b98561792a
fix(deps): update dependency nodebb-theme-persona to v10.2.75
4 years ago
Misty (Bot)
5867a5b99f
chore: incrementing version number - v1.15.2
...
(cherry picked from commit ce5c0ee6e70db95934f18e4fcf26132afe3c88d3)
Signed-off-by: Misty (Bot) <deploy@nodebb.org>
4 years ago
Misty (Bot)
37965d4528
chore: update changelog for v1.15.2
4 years ago
Barış Soner Uşaklı
fa4177c3bc
fix : #6407 , fix feeds
...
display latest posts instead of oldest in topic rss feed
fix missing await that was causing rss_tokens to not function
fix feed test
more tests for getTopicWithPosts
4 years ago
Misty (Bot)
8de48c3935
Latest translations and fallbacks
4 years ago
Barış Soner Uşaklı
4e9b10ab76
feat: #5274
4 years ago
Barış Soner Uşaklı
fb567a7a33
feat: #4456
4 years ago
renovate[bot]
5f6137f0e6
fix(deps): update dependency nodebb-theme-persona to v10.2.74 ( #8905 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Barış Soner Uşaklı
a6afcfd531
feat: #8475 , allow flagging self posts
...
dont count flags towards self posts
dont allow flagging your own account
4 years ago
Barış Soner Uşaklı
62b62821c1
fix: navigation highlight
...
/top was getting hightlighted in navigation if you went into a /topic
4 years ago
renovate[bot]
c2019b7b3a
fix(deps): update dependency nodebb-theme-persona to v10.2.73 ( #8904 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
b7b1f2035b
fix(deps): update dependency nodebb-plugin-composer-default to v6.4.7 ( #8902 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
bee8cfe4e0
fix(deps): update dependency nodebb-theme-persona to v10.2.72 ( #8903 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Barış Soner Uşaklı
a87ccccc9c
fix: benchpress warnings
4 years ago
Barış Soner Uşaklı
dfdc0c420c
fix: benchpress warnings
4 years ago
Julian Lam
a0b7a82350
feat(api): account deletion routes for the Write API ( #8881 )
...
* feat(api): account deletion routes for the Write API
* refactor: rewrite client-side calls to account deletion to use api
* style: apply DRY
4 years ago
Renovate Bot
422aa7f0b6
fix(deps): update dependency nodebb-theme-vanilla to v11.3.3
4 years ago
Renovate Bot
3b6e71d5eb
fix(deps): update dependency nodebb-theme-persona to v10.2.71
4 years ago
Barış Soner Uşaklı
9e154f1c9d
Merge branch 'master' of https://github.com/NodeBB/NodeBB
4 years ago
Barış Soner Uşaklı
120999bf63
feat: #7550 , show message if post is queued when js is disabled
4 years ago
Renovate Bot
d6dd1cb6f6
fix(deps): update dependency nodebb-theme-persona to v10.2.70
4 years ago
Barış Soner Uşaklı
35f932cd64
feat: #8171 , add oldCategory if topic is moved
4 years ago
Barış Soner Uşaklı
b44ddecdf8
feat: #8204 , separate notification type for group chats
4 years ago
Opliko
6e43086558
resolve #8444 - Allow nested objects in translations ( #8793 )
...
* feat: #8444 Allow nested objects in translations
* feat: #8444 Allow nested objects in translations
* style: don't change formatting
* fix: don't use the first string match if key isn't finished
* feat: #8444 Allow nested objects in translations
* feat: #8444 Allow nested objects in translations
* style: don't change formatting
* fix: don't use the first string match if key isn't finished
* feat: add nested translations test
4 years ago
Misty (Bot)
fbdde03217
Latest translations and fallbacks
4 years ago
Renovate Bot
2ce1fcd336
fix(deps): update dependency nodebb-theme-slick to v1.3.2
4 years ago
Renovate Bot
9f2d0d42be
fix(deps): update dependency nodebb-theme-vanilla to v11.3.2
4 years ago
Renovate Bot
1581064362
fix(deps): update dependency nodebb-theme-persona to v10.2.69
4 years ago
Barış Soner Uşaklı
7928036a1b
feat: add test for custom translations
4 years ago
Barış Soner Uşaklı
1d6bcbebde
feat: https://github.com/NodeBB/NodeBB/issues/8147
4 years ago
Renovate Bot
84d545775e
fix(deps): update dependency sharp to v0.26.3
4 years ago
Julian Lam
e1d7c4d8aa
fix: internal helper method hasGlobalPrivilege, DRY
4 years ago
Julian Lam
d83eb7f89e
refactor: client-side handlers for user invitations
...
DRY
4 years ago
gasoved
3ccebf112e
feat: invites regardless of registration type, invite privilege, groups to join on acceptance ( #8786 )
...
* feat: allow invites in normal registration mode + invite privilege
* feat: select groups to join from an invite
* test: check if groups from invitations have been joined
* fix: remove unused variable
* feat: write API versions of socket calls
* docs: openapi specs for the new routes
* test: iron out mongo redis difference
* refactor: move inviteGroups endpoint into write API
* refactor: use GET /api/v3/users/:uid/invites/groups
Instead of GET /api/v3/users/:uid/inviteGroups
* fix: no need for /api/v3 prefix when using api module
* fix: tests
* refactor: change POST /api/v3/users/invite
To POST /api/v3/users/:uid/invites
* refactor: make helpers.invite awaitable
* fix: restrict invite API to self-use only
* fix: move invite groups controller to write api, +tests
* fix: tests
Co-authored-by: Julian Lam <julian@nodebb.org>
4 years ago
Renovate Bot
dde9f1890f
fix(deps): update dependency nodebb-plugin-mentions to v2.13.5
4 years ago
Peter Jaszkowiak
d30ea25629
feat(deps): benchpressjs@2.2.1 ( #8887 )
...
Better warnings, faster template compiles
4 years ago
Renovate Bot
b63b7ae5d7
fix(deps): update dependency json2csv to v5.0.5
4 years ago
Misty (Bot)
20c05e80e4
chore: incrementing version number - v1.15.2-beta.1
4 years ago
Julian Lam
0a0b4661be
chore: remove debug log
4 years ago
Tudor-Dan Ravoiu
452d7f2b17
Create verified/unverified user groups ( #8889 )
...
Co-authored-by: Tudor-Dan Ravoiu <tudor-dan.ravoiu@ubisoft.com>
4 years ago
Misty (Bot)
996174a187
chore: incrementing version number - v1.15.2-beta.0
4 years ago
Renovate Bot
d1e804aa61
fix(deps): update dependency benchpressjs to v2.2.2
4 years ago
Misty (Bot)
ce9cf2a545
Latest translations and fallbacks
4 years ago
Barış Soner Uşaklı
2f4653a3cc
fix: spec
4 years ago
Barış Soner Uşaklı
e4d2764d4c
fix : #8884 , remove header/footer cache
4 years ago