Commit Graph

29665 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
78f793473d feat: up emoji, remove title parse code 2023-05-08 12:24:47 -04:00
Barış Soner Uşaklı
6d5a2635ba parse topic titles for post summaries 2023-05-08 11:40:27 -04:00
renovate[bot]
54f4aba037 chore(deps): update dependency eslint to v8.40.0 (#11574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-08 00:03:00 -04:00
Barış Soner Uşaklı
2cdc454f3e use order by 2023-05-07 23:48:09 -04:00
renovate[bot]
77b05b73a8 fix(deps): update dependency helmet to v6.2.0 (#11576)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-07 22:44:44 -04:00
renovate[bot]
f6db5f6018 fix(deps): update dependency terser-webpack-plugin to v5.3.8 (#11575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-07 22:44:31 -04:00
Barış Soner Uşaklı
f083cd559d feat: add getSortedSetMembersWithScores (#11579)
* feat: add getSortedSetMembersWithScores

* lint: fix

* test: fix redis

* fix: mongo/psql
2023-05-07 22:32:05 -04:00
Opliko
163c977d2f ci: add 3.x docker tag 2023-05-07 20:03:21 -04:00
Opliko
c588d741ba ci: only publish latest from master
`latest` tag is currently v2. That happened because of the backported change which is newer than any commits to `master`.

However, this logically shouldn't happen. The expectation for latest would be that it has the, well, the code from the highest version released, not literally the latest commit no matter where it came from. Thankfully metadata action allows for conditional tags and even has a helper for default branch making it not hard-coded (so if NodeBB decided to migrate to `main` or someone in their fork did it'd still work).

The result would be that latest is the latest code in `master`, which I see as similar to the default git workflow (`master` is just latest code, `vX.Y` branches or tags are for using proper releases).
2023-05-07 20:03:21 -04:00
Barış Soner Uşaklı
e1473bcc2d fix: strip html tags from browser title 2023-05-07 19:00:21 -04:00
Barış Soner Uşaklı
f974c230ef fix: chat ip button not doing anything if clicked outside of icon 2023-05-05 21:10:17 -04:00
Misty Release Bot
489163aab3 chore(i18n): fallback strings for new resources: nodebb.admin-settings-email 2023-05-05 18:51:38 +00:00
Julian Lam
1ac760e89c public/language/
fix: minor change in copy for #11562
2023-05-05 14:51:09 -04:00
Misty Release Bot
6a2c6de0b4 chore(i18n): fallback strings for new resources: nodebb.user 2023-05-05 18:38:26 +00:00
Julian Lam
393a891379 test: added test cases for #11562 2023-05-05 14:38:01 -04:00
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).
2023-05-05 14:38:01 -04:00
Barış Soner Uşaklı
34730caf97 fix: selector for nav scroll
harmony doesn't have topic-header, they all have topic-main-buttons
2023-05-05 14:25:02 -04:00
renovate[bot]
84548edbb3 fix(deps): update dependency nodebb-theme-persona to v13.0.63 (#11571)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-04 22:16:28 -04:00
Barış Soner Uşaklı
ca93084cc5 fix: gdrp checkboxes 2023-05-04 21:19:09 -04:00
Barış Soner Uşaklı
18e76ba5fc fix: #11570
fix direction of dropdowns on rtl
2023-05-04 20:04:30 -04:00
renovate[bot]
bac0b7b228 fix(deps): update dependency mongodb to v5.4.0 (#11569)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-04 18:25:07 -04:00
Barış Soner Uşaklı
64add3e36b chore: up deps 2023-05-04 15:39:42 -04:00
Barış Soner Uşaklı
e832d365ba refactor: removed parsing for taskbar
harmony doesnt have a taskbar
2023-05-04 15:38:30 -04:00
renovate[bot]
ae7547e2e0 fix(deps): update dependency @isaacs/ttlcache to v1.4.0 (#11567)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-04 10:43:48 -04:00
renovate[bot]
fe041498cb chore(deps): update commitlint monorepo to v17.6.3 (#11568)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-04 10:24:50 -04:00
Barış Soner Uşaklı
e0db9a8978 test: fix assert.reject calls
fix tests
2023-05-04 09:47:58 -04:00
Barış Soner Uşaklı
048fbcaac0 chore: up harmony 2023-05-03 22:12:23 -04:00
Barış Soner Uşaklı
f337ca652e chore: up deps 2023-05-03 21:54:36 -04:00
Barış Soner Uşaklı
101fe81d42 feat: add app.newReply
like app.newTopic
2023-05-03 21:19:02 -04:00
renovate[bot]
5f4197a986 fix(deps): update dependency nodebb-theme-persona to v13.0.61 (#11566)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-03 20:40:27 -04:00
renovate[bot]
e630cf2580 fix(deps): update dependency nodebb-theme-harmony to v1.0.15 (#11565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-03 20:40:19 -04:00
Misty Release Bot
5f72844514 chore(i18n): fallback strings for new resources: nodebb.admin-extend-widgets 2023-05-04 00:09:47 +00:00
Barış Soner Uşaklı
fbf44a10e7 feat: expiration date for widgets
closes #10495
2023-05-03 20:09:15 -04:00
renovate[bot]
0813ee7818 fix(deps): update dependency ace-builds to v1.19.0 (#11557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-03 16:44:05 -04:00
renovate[bot]
cdebc0d167 fix(deps): update dependency webpack to v5.82.0 (#11564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-03 16:43:29 -04:00
Barış Soner Uşaklı
0c20d7cdee test: fix brackets 2023-05-03 15:48:15 -04:00
renovate[bot]
80bcd93829 fix(deps): update dependency nodebb-plugin-spam-be-gone to v2.0.7 (#11563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-03 14:01:01 -04:00
Barış Soner Uşaklı
68283bcdbe chore: up widgets 2023-05-03 13:35:44 -04:00
Barış Soner Uşaklı
093ec0e8ab fix: closes #11559, fix some rtl issues 2023-05-03 13:23:57 -04:00
Barış Soner Uşaklı
eab2679f0c chore: up harmony 2023-05-03 12:28:50 -04:00
Barış Soner Uşaklı
0af2b800b3 fix: closes #11561, close dialogs on escape/backdrop click 2023-05-03 12:12:00 -04:00
Barış Soner Uşaklı
7f19913b9f chore: up harmony 2023-05-03 11:32:30 -04:00
Barış Soner Uşaklı
0462213fae Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2023-05-03 11:06:28 -04:00
Barış Soner Uşaklı
832fe95a33 chore: up themes 2023-05-03 11:06:22 -04:00
Misty Release Bot
db802db664 chore(i18n): fallback strings for new resources: nodebb.groups 2023-05-03 15:01:06 +00:00
Barış Soner Uşaklı
589761be97 group filter 2023-05-03 11:00:32 -04:00
Barış Soner Uşaklı
34730b0b6e Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2023-05-02 20:27:01 -04:00
Barış Soner Uşaklı
8e63e43a3b refactor: move to modals 2023-05-02 20:26:55 -04:00
renovate[bot]
904adf57bf fix(deps): update dependency nodebb-theme-harmony to v1.0.11 (#11556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-02 13:35:54 -04:00
renovate[bot]
700d1da9a1 fix(deps): update dependency @socket.io/redis-adapter to v8.2.0 (#11555)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-02 12:30:38 -04:00