25324 Commits (de2f76bbd378497a666d2b3f7c9c8880edf2dbad)
 

Author SHA1 Message Date
Barış Soner Uşaklı 291c2e1cb7 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2 years ago
Barış Soner Uşaklı 870472108e refactor: if position 2 years ago
Misty Release Bot a908bed891 chore(i18n): fallback strings for new resources: nodebb.error, nodebb.tags, nodebb.topic 2 years ago
Barış Soner Uşaklı e3551d80d7 feat: allow tag editing from topic tools
closes #7536
closes #7465
closes #11538
2 years ago
Barış Soner Uşaklı 0391876822 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2 years ago
Barış Soner Uşaklı 4b374f044f chore: up themes 2 years ago
Misty Release Bot 6e7465debf chore(i18n): fallback strings for new resources: nodebb.global 2 years ago
Barış Soner Uşaklı 4aa87366f9 feat: #11537, copy ip on click 2 years ago
Barış Soner Uşaklı 9f485ce6f1 fix: remove positions 2 years ago
Barış Soner Uşaklı 8c3495b96a Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2 years ago
Barış Soner Uşaklı 5ead9b7365 fix: scroll on edit textarea 2 years ago
Barış Soner Uşaklı 95f8a3215e Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2 years ago
Barış Soner Uşaklı 503fab515d refactor: remove position classes 2 years ago
Misty Release Bot 28a1df16a8 chore(i18n): fallback strings for new resources: nodebb.global 2 years ago
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
2 years ago
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>
2 years ago
Barış Soner Uşaklı b891c5accd test: fix group tests
no idea how these passed on gh runner
2 years ago
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
2 years ago
Julian Lam b0005f18a1 fix(deps): bump composer-default, closes #11534 2 years ago
Misty Release Bot 3b0b2b2fae chore(i18n): fallback strings for new resources: nodebb.modules 2 years ago
gasoved e42967d70a feat: Change Date translation string 2 years ago
Barış Soner Uşaklı cf39f3559b Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2 years ago
Barış Soner Uşaklı ee085c1d47 chore: up harmony 2 years ago
Misty Release Bot 6f573c275d chore(i18n): fallback strings for new resources: nodebb.global 2 years ago
Barış Soner Uşaklı 82ae7d667d Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2 years ago
Barış Soner Uşaklı 3099d57f24 feat: #11431
add joindate/postcount/reputation to user
add lastposttime to topic
2 years ago
Misty Release Bot da5bfacd6f chore(i18n): fallback strings for new resources: nodebb.global 2 years ago
Barış Soner Uşaklı e83a9a720e feat: add missing i18n 2 years ago
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
2 years ago
oplik0 2bfdd76180 feat: show even uninstalled active plugins if set via config 2 years ago
oplik0 74cb224344 feat: add option to autoinstall plugins on setup 2 years ago
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>
2 years ago
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>
2 years ago
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
2 years ago
Barış Soner Uşaklı 2588853b60 chore: up widgets 2 years ago
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 2 years ago
Barış Soner Uşaklı 83569debe8 Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı 9484ddc36f fix: use query param sort over user setting if it's set
regression from 77ddfc642e
2 years ago
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
2 years ago
Barış Soner Uşaklı 01669fa54e chore: up harmony 2 years ago
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>
2 years ago
Barış Soner Uşaklı 073f4d37dc lint: fix comma 2 years ago
Barış Soner Uşaklı 45506c0c1c Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2 years ago
Barış Soner Uşaklı 619e910f69 fix: only add copy button to multiline codeblocks 2 years ago
Misty Release Bot ab17e5c36c chore(i18n): fallback strings for new resources: nodebb.topic 2 years ago
Barış Soner Uşaklı 0a292fc1ae feat: closes #11428, add a copy code button to code blocks 2 years ago
Barış Soner Uşaklı c3854b786e feat: closes #11432, use edited time if its greater 2 years ago
Barış Soner Uşaklı 9f2d1f7ed1 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2 years ago
Barış Soner Uşaklı 619af8871a only show thumb selector if more than 1 2 years ago
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>
2 years ago