Barış Soner Uşaklı
3066519028
add await
2 years ago
Barış Soner Uşaklı
ed15cbb06a
feat: translate bodyShort
...
turns [[notifications:upvoted_your_post_in, test1, Vote *for* NodeBB :ballot_box_with_ballot:]] into <strong>test1</strong> has upvoted your post in <strong>Vote *for* NodeBB :ballot_box_with_ballot:</strong>. so emoji plugin can parse emojis and they don't get escaped by translator client side
2 years ago
Barış Soner Uşaklı
d586b8b6b5
Merge branch 'master' into develop
2 years ago
Barış Soner Uşaklı
8cb6ebb90b
fix: logins dashboard user images
2 years ago
Barış Soner Uşaklı
8f6a68ca09
fix: closes #11612
...
fix selectors
2 years ago
Barış Soner Uşaklı
24bd9d4e88
https://github.com/NodeBB/NodeBB/issues/11612
...
fix post content and title edit
2 years ago
Barış Soner Uşaklı
3cef2535cc
fix: closes #11612
...
fix selectors
2 years ago
Barış Soner Uşaklı
cf7d933439
https://github.com/NodeBB/NodeBB/issues/11612
...
fix post content and title edit
2 years ago
Barış Soner Uşaklı
5daaa5ea78
fix: edge case in category filter
...
selecting a category and then clicking on all categories was breaking selection icons
2 years ago
Barış Soner Uşaklı
160b891979
add userFilter-placeholders to core
2 years ago
Barış Soner Uşaklı
29303f4a13
fix : #11572
...
add width to emojis
2 years ago
Barış Soner Uşaklı
2910cb2b26
fix : #11572
...
add width to emojis
2 years ago
Barış Soner Uşaklı
adf14ea57c
fix: browser title if options.title is undefined
2 years ago
Barış Soner Uşaklı
51096ad234
poc: use csrf_token in ws handshake ( #11573 )
2 years ago
Barış Soner Uşaklı
63b859f053
poc: use csrf_token in ws handshake ( #11573 )
2 years ago
Barış Soner Uşaklı
efea33d906
Merge branch 'master' into develop
2 years ago
Barış Soner Uşaklı
8eed5a8413
fix : #11600 , prevent helmet crash on startup
2 years ago
Barış Soner Uşaklı
85d104c375
fix : #11594
...
set the order of theme to same as the on it's replacing
2 years ago
Barış Soner Uşaklı
77528b984a
add btn-group
2 years ago
Barış Soner Uşaklı
d6ead3d4c4
fix: lang strings
2 years ago
Barış Soner Uşaklı
bd80d36e0d
Merge branch 'master' into develop
2 years ago
Barış Soner Uşaklı
28740de766
fix : #11595 , use default value
2 years ago
Barış Soner Uşaklı
11d315df50
fix : #11594
...
set the order of theme to same as the on it's replacing
2 years ago
Barış Soner Uşaklı
a75fd636ad
test: add missing tests
2 years ago
Barış Soner Uşaklı
aff6d20f9f
test: fix digest test
2 years ago
Julian Lam
6765d053ce
test: additional tests for .roll()
2 years ago
Julian Lam
3e6dd78d86
fix: relocated upgrade script, removed outdated code that called core.api for tokens
2 years ago
Julian Lam
f42b636adc
test: fix authentication tests to use new token saving utility functions
2 years ago
Julian Lam
4f524e9f94
feat: token rolling API for admins
...
+ tests
2 years ago
Julian Lam
ce23caf7e6
feat: token editing and deletion
2 years ago
Julian Lam
e4888dea17
feat: api token migration, new ACP tokens list, token creation
2 years ago
Julian Lam
7b8bffd763
feat: internal utility functions for token management (creation, deletion, etc)
...
Including tests
2 years ago
Julian Lam
686ecea123
fix : #11589 , regression where a user could not confirm their email if requireEmailAddress was enabled
2 years ago
Barış Soner Uşaklı
ad1ae29105
dep: closes #11577
...
Breaking: Cross-Origin-Embedder-Policy middleware is now disabled by default. See #411
2 years ago
Julian Lam
e94c58becd
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Barış Soner Uşaklı
8a1ec4d645
fix: reset password
...
https://community.nodebb.org/post/93016
2 years ago
Barış Soner Uşaklı
78f793473d
feat: up emoji, remove title parse code
2 years ago
Barış Soner Uşaklı
6d5a2635ba
parse topic titles for post summaries
2 years ago
Barış Soner Uşaklı
2cdc454f3e
use order by
2 years ago
Barış Soner Uşaklı
f083cd559d
feat: add getSortedSetMembersWithScores ( #11579 )
...
* feat: add getSortedSetMembersWithScores
* lint: fix
* test: fix redis
* fix: mongo/psql
2 years ago
Barış Soner Uşaklı
e1473bcc2d
fix: strip html tags from browser title
2 years ago
Julian Lam
84313712a2
fix: add an additional check on page load to enforce `requireEmailAddress` setting
...
The old behaviour would require that an email be entered, but did not block access to the forum (nor did it ensure that the email was verified).
The new behaviour (if the setting is enabled) will ensure that only those users with a confirmed email can continue through.
The only exceptions are super admins (so they don't get locked out).
2 years ago
Barış Soner Uşaklı
ca93084cc5
fix: gdrp checkboxes
2 years ago
Barış Soner Uşaklı
18e76ba5fc
fix : #11570
...
fix direction of dropdowns on rtl
2 years ago
Barış Soner Uşaklı
e0db9a8978
test: fix assert.reject calls
...
fix tests
2 years ago
Barış Soner Uşaklı
fbf44a10e7
feat: expiration date for widgets
...
closes #10495
2 years ago
Barış Soner Uşaklı
093ec0e8ab
fix: closes #11559 , fix some rtl issues
2 years ago
Barış Soner Uşaklı
589761be97
group filter
2 years ago
Barış Soner Uşaklı
8e63e43a3b
refactor: move to modals
2 years ago
Julian Lam
2b8dd3d202
fix : #11554 , email requirement bypass by sending in whitespace
2 years ago