Commit Graph

29665 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
8c3495b96a Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2023-04-29 23:02:13 -04:00
Barış Soner Uşaklı
5ead9b7365 fix: scroll on edit textarea 2023-04-29 21:54:28 -04:00
Barış Soner Uşaklı
95f8a3215e Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2023-04-29 20:41:02 -04:00
Barış Soner Uşaklı
503fab515d refactor: remove position classes 2023-04-29 20:40:57 -04:00
Misty Release Bot
28a1df16a8 chore(i18n): fallback strings for new resources: nodebb.global 2023-04-30 00:32:40 +00:00
Barış Soner Uşaklı
eb0c77fd69 feat: #7096, improve chat editing
use a new template for editing chats,
remove the data-mid on the chat inputEl
2023-04-29 20:32:09 -04:00
renovate[bot]
e0f0c08a98 fix(deps): update dependency nodebb-widget-essentials to v7.0.11 (#11536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-29 14:28:24 -04:00
Barış Soner Uşaklı
b891c5accd test: fix group tests
no idea how these passed on gh runner
2023-04-28 16:43:49 -04:00
Barış Soner Uşaklı
c23689d305 fix: #11531, fix teasers
1. with scheduled topics, pid is no longer reliable, lower pid can have higher timestamp(scheduled in the future) so use timestamp for sorting teasers
2. when restoring/deleting topics, update the teaser tid as the last step because it checks topicData.deleted
2023-04-28 16:08:02 -04:00
Julian Lam
b0005f18a1 fix(deps): bump composer-default, closes #11534 2023-04-28 15:58:18 -04:00
Misty Release Bot
3b0b2b2fae chore(i18n): fallback strings for new resources: nodebb.modules 2023-04-28 19:55:51 +00:00
gasoved
e42967d70a feat: Change Date translation string 2023-04-28 15:55:25 -04:00
Barış Soner Uşaklı
cf39f3559b Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2023-04-28 14:25:02 -04:00
Barış Soner Uşaklı
ee085c1d47 chore: up harmony 2023-04-28 14:24:58 -04:00
Misty Release Bot
6f573c275d chore(i18n): fallback strings for new resources: nodebb.global 2023-04-28 18:18:58 +00:00
Barış Soner Uşaklı
82ae7d667d Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2023-04-28 14:06:09 -04:00
Barış Soner Uşaklı
3099d57f24 feat: #11431
add joindate/postcount/reputation to user
add lastposttime to topic
2023-04-28 14:06:02 -04:00
Misty Release Bot
da5bfacd6f chore(i18n): fallback strings for new resources: nodebb.global 2023-04-28 17:36:37 +00:00
Barış Soner Uşaklı
e83a9a720e feat: add missing i18n 2023-04-28 13:34:44 -04:00
Opliko
0417e5f16c ci: multi-platform docker image (#11479)
* ci: multi-platform build

* ci: remove riscv as node doesn't support it

* ci: correct step name

it's no longer logging in to docker hub

* ci: remove less common architectures

* ci: github actions cache for docker builds

* fix: use `--omit` flag to actually avoid installing dev dependencies

* feat: two-stage build

* feat: add platform-specific rebuild

* fix: run install if target arch is different from build arch

* fix: whitespace

* fix: correct build order

* fix: remove unnecessary conditional

* fix: remove unnecessary platofm specifier

* fix: correct copy
2023-04-28 13:00:34 -04:00
oplik0
2bfdd76180 feat: show even uninstalled active plugins if set via config 2023-04-28 12:59:32 -04:00
oplik0
74cb224344 feat: add option to autoinstall plugins on setup 2023-04-28 12:59:32 -04:00
renovate[bot]
ce05e743e0 fix(deps): update dependency sharp to v0.32.1 (#11527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 10:22:59 -04:00
renovate[bot]
1d7e981f1f fix(deps): update dependency yargs to v17.7.2 (#11528)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 10:13:03 -04:00
Barış Soner Uşaklı
2720a692cf fix: #11530, fix topic rescheduling
don't display scheduled posts in group page
when topic is rescheduled update post sorted sets with new timestamp
when post is published update group posts zset
fix markTopicRead if topic was read while it was still hidden
2023-04-28 10:10:34 -04:00
Barış Soner Uşaklı
2588853b60 chore: up widgets 2023-04-27 22:46:50 -04:00
Misty Release Bot
de282c0b21 chore(i18n): fallback strings for new resources: nodebb.admin-admin, nodebb.admin-appearance-customise, nodebb.admin-dashboard, nodebb.admin-extend-widgets, nodebb.admin-manage-groups, nodebb.admin-manage-privileges, nodebb.admin-settings-api, nodebb.admin-settings-navigation, nodebb.admin-settings-user, nodebb.error, nodebb.flags, nodebb.global, nodebb.groups, nodebb.modules, nodebb.pages, nodebb.post-queue, nodebb.recent, nodebb.register, nodebb.search, nodebb.tags, nodebb.topic, nodebb.user, nodebb.users 2023-04-28 01:47:26 +00:00
Barış Soner Uşaklı
83569debe8 Merge branch 'master' into develop 2023-04-27 21:41:22 -04:00
Barış Soner Uşaklı
9484ddc36f fix: use query param sort over user setting if it's set
regression from 77ddfc642e
2023-04-27 21:39:24 -04:00
Barış Soner Uşaklı
5607e5bccb fix: #10594, move counter code (#11529)
instead of updating counters one by one on each topic move, update them once after all topics are moved, use zcard instead of incr/decr
2023-04-27 20:27:42 -04:00
Barış Soner Uşaklı
01669fa54e chore: up harmony 2023-04-27 10:57:56 -04:00
renovate[bot]
e9d30f76c2 fix(deps): update dependency webpack to v5.81.0 (#11523)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-26 19:47:51 -04:00
Barış Soner Uşaklı
073f4d37dc lint: fix comma 2023-04-26 17:41:53 -04:00
Barış Soner Uşaklı
45506c0c1c Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2023-04-26 17:41:09 -04:00
Barış Soner Uşaklı
619e910f69 fix: only add copy button to multiline codeblocks 2023-04-26 17:41:02 -04:00
Misty Release Bot
ab17e5c36c chore(i18n): fallback strings for new resources: nodebb.topic 2023-04-26 21:24:03 +00:00
Barış Soner Uşaklı
0a292fc1ae feat: closes #11428, add a copy code button to code blocks 2023-04-26 17:23:37 -04:00
Barış Soner Uşaklı
c3854b786e feat: closes #11432, use edited time if its greater 2023-04-26 16:16:44 -04:00
Barış Soner Uşaklı
9f2d1f7ed1 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2023-04-26 12:36:18 -04:00
Barış Soner Uşaklı
619af8871a only show thumb selector if more than 1 2023-04-26 12:36:13 -04:00
renovate[bot]
c4c55684b9 chore(deps): update commitlint monorepo to v17.6.1 (#11478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-26 12:32:23 -04:00
renovate[bot]
8179977770 fix(deps): update dependency nodebb-plugin-emoji to v5.0.7 (#11522)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-26 12:32:12 -04:00
renovate[bot]
2e2bc54bdf chore(deps): update dependency lint-staged to v13.2.2 (#11521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-26 12:32:02 -04:00
Barış Soner Uşaklı
8a43aeac16 add padding 2023-04-26 12:28:55 -04:00
Barış Soner Uşaklı
c58d07f40c chore: up harmony 2023-04-26 12:17:34 -04:00
Barış Soner Uşaklı
84a78c2d5f feat: move topic thumb to template
use a single modal to show all thumbs and allow switching
2023-04-26 12:15:03 -04:00
Julian Lam
04219c4ccb feat: open topic thumbs on click in a bootbox dialog instead of opening in same page; complements nodebb/nodebb-theme-harmony#12 2023-04-26 11:41:02 -04:00
Julian Lam
c3ebda22c0 fix: go back to post queue after deleting an account in post queue (#11513)
It makes little sense to refresh the page as the content no longer exists, so just go back to the post queue list.
2023-04-26 11:37:58 -04:00
renovate[bot]
42bd1a63cd fix(deps): update dependency nodebb-plugin-mentions to v4.1.0 (#11518)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-26 11:37:43 -04:00
renovate[bot]
d4bf0ae743 fix(deps): update dependency lru-cache to v9.1.1 (#11493)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-26 11:37:33 -04:00