renovate[bot]
2093418de8
fix(deps): update dependency mongodb to v3.3.4 ( #8032 )
5 years ago
Misty (Bot)
7721c58dd3
Latest translations and fallbacks
5 years ago
Barış Soner Uşaklı
eabc6f4763
fix: crash if post doesn't have topic data
5 years ago
Barış Soner Uşaklı
e52ecfaf3f
fix: don't touch objects that don't have the required fields
5 years ago
Barış Soner Uşaklı
f4381ba366
fix: add missing await to sendValidationEmail
5 years ago
Misty (Bot)
8d41cdefa9
Latest translations and fallbacks
5 years ago
Julian Lam
dee1d44722
fix : #8007 added tfoot to clear new group button
5 years ago
Julian Lam
df139928b6
feat: displaying one-click unsubscribe link in email footer ( #8024 )
...
closes #8016
5 years ago
Renovate Bot
c01699f706
fix(deps): update dependency nodebb-theme-vanilla to v11.1.10
5 years ago
Renovate Bot
182397b171
fix(deps): update dependency nodebb-theme-persona to v10.1.27
5 years ago
Misty (Bot)
9c3fa7758a
Latest translations and fallbacks
5 years ago
renovate[bot]
c2565a2f99
fix(deps): update dependency nodebb-plugin-spam-be-gone to v0.6.7 ( #8027 )
5 years ago
Barış Soner Uşaklı
480a64aaa7
feat: #7467 , pass query params when redirecting to posts
5 years ago
Barış Soner Uşaklı
b5a30006e2
feat: use helpers.setupAdminPageRoute
5 years ago
Misty (Bot)
d75d9fdd33
Latest translations and fallbacks
5 years ago
Renovate Bot
9d946d1c76
chore(deps): update dependency jsdom to v15.2.1
5 years ago
Misty (Bot)
d9b8e929e6
Latest translations and fallbacks
5 years ago
Misty (Bot)
23d66ae86c
Latest translations and fallbacks
5 years ago
Julian Lam
645d647248
feat: wip, better digest handling (+ eventual digest resend logic) ( #7995 )
...
* feat: wip, better digest handling (+ eventual digest resend logic)
- await emailer.send call in digest.send method
- save send success to a new sorted set digest:{interval}:byUid
* feat: continuing work on digest tools
- Added ACP page to view digest settings and delivery times per user
* feat: added paginator and stub buttons for resending digest
* feat: wrapping up digest revamp
- New language strings in ACP digest page
- Client-side ACP script for digest ACP page
- Websocket call for ACP page to execute digests
- Broke out logic to retrieve user digest settings to getUsersInterval
* fix: minor cleanup
* fix : #8010 and some style suggestions from baris
* fix: resolve confusing comment
5 years ago
Barış Soner Uşaklı
e3c9dafa08
fix: tests
5 years ago
Barış Soner Uşaklı
f28bd75f5e
up vanilla
5 years ago
renovate[bot]
7122bdc796
fix(deps): update dependency nodebb-theme-slick to v1.2.27 ( #8020 )
5 years ago
renovate[bot]
73d9752eba
fix(deps): update dependency nodebb-theme-persona to v10.1.26 ( #8019 )
5 years ago
Barış Soner Uşaklı
0037a03886
fix : #8018 , allow absolute urls in notification.path
5 years ago
renovate[bot]
bfea9d3906
fix(deps): update dependency connect-mongo to v3.1.2 ( #8013 )
5 years ago
renovate[bot]
ef5f671410
fix(deps): update dependency postcss to v7.0.21 ( #7998 )
5 years ago
renovate[bot]
e1e2d20c6a
fix(deps): update dependency nodebb-plugin-composer-default to v6.3.17 ( #8009 )
5 years ago
renovate[bot]
420f9fe495
fix(deps): update dependency sharp to v0.23.2 ( #8005 )
5 years ago
renovate[bot]
cb91e7564e
fix(deps): update dependency nodebb-theme-persona to v10.1.25 ( #8012 )
5 years ago
Barış Soner Uşaklı
59242d31aa
fix : #8010 , fix isBanned call
5 years ago
Barış Soner Uşaklı
ac5c560c54
feat: add action:messaging.save
5 years ago
Misty (Bot)
0283ffd04d
Latest translations and fallbacks
5 years ago
Barış Soner Uşaklı
c4e58160cf
fix : #8003 , check children recursively
5 years ago
Misty (Bot)
72fd9f6546
Latest translations and fallbacks
5 years ago
Barış Soner Uşaklı
b91c4790d1
fix: dont show delete topics on unread
5 years ago
renovate[bot]
7655265ce2
fix(deps): update dependency connect-mongo to v3.1.1 ( #8006 )
5 years ago
Misty (Bot)
f69b1cebb1
Latest translations and fallbacks
5 years ago
Barış Soner Uşaklı
1cedc4a0d6
feat: #7957 , allow post queue based on group
...
allow multiple select in ACP pages
5 years ago
Renovate Bot
38e9f1d556
Update dependency validator to v12
5 years ago
Misty (Bot)
188bb6b3eb
Latest translations and fallbacks
5 years ago
Misty (Bot)
c4190dde0f
Latest translations and fallbacks
5 years ago
Renovate Bot
d0e428e9c8
chore(deps): update dependency eslint to v6.6.0
5 years ago
Julian Lam
3952849f30
fix : #8000 , tweak wording; password reset success
5 years ago
Barış Soner Uşaklı
0e5e47f410
fix: parseInt cutoff
5 years ago
Barış Soner Uşaklı
e020b85bf5
feat: add filter:topics.unreadCutoff
5 years ago
renovate[bot]
401d1eed1a
fix(deps): update dependency connect-mongo to v3.1.0 ( #7994 )
5 years ago
Opliko
989107d9b5
feat: Add filter:topic.delete and filter:topic.restore ( #7946 ) ( #7989 )
...
* Add filter:topic.delete
* Don't return undefined data
* add topic.restore and pass canRestore to filter
* fix some bugs created by conflict resolution and new changes
* more readable hook
* fix styling for TravisCI
* literally just two newlines so that TravisCI builds again
5 years ago
Barış Soner Uşaklı
4b8897d9bc
fix: lint
5 years ago
Aziz Khoury
beea56b3c6
ie11 doesnt support Object.values ( #7993 )
5 years ago
Julian Lam
cf7e0cfd2d
feat: no more session cookie for guests ( #7982 )
...
* feat: no more session cookie for guests
* fix(tests): added additional tests and fixed the broken test
5 years ago