Calum H. (IMB11)
246362787f
fix: ws connection duplication + disconnecting during browse
2026-08-04 19:39:37 +01:00
Calum H. (IMB11)
986a40edfc
fix: lint
2026-08-04 19:36:35 +01:00
Calum H. (IMB11)
50fa5af63b
feat: improve handling
2026-08-04 19:36:01 +01:00
Calum H. (IMB11)
526232535e
feat: sync individual content installation states on panel
2026-08-04 19:32:31 +01:00
Calum H. (IMB11)
ed936728ad
fix: merge issues
2026-08-04 19:30:36 +01:00
Calum H. (IMB11)
38bf2c54f3
chore: restore locale files from main
2026-08-03 18:50:27 +01:00
Calum H. (IMB11)
8169000127
fix: migrate server instance header to new PageHeader
2026-08-03 18:49:40 +01:00
Calum H. (IMB11)
91f8d25b0c
fix: bad merge
2026-08-03 18:47:51 +01:00
Calum H. (IMB11)
4129be1831
fix: preserve hosting header updates after merge
2026-08-03 18:41:57 +01:00
Calum H. (IMB11)
32517df4a4
Merge remote-tracking branch 'origin/main' into cal/hosting-server-instances
...
# Conflicts:
# apps/app-frontend/src/pages/Browse.vue
# apps/app-frontend/src/pages/hosting/manage/Index.vue
# apps/app-frontend/src/pages/instance/Index.vue
# apps/app-frontend/src/pages/project/Index.vue
# apps/app-frontend/src/routes.js
# apps/frontend/src/locales/en-US/index.json
# apps/frontend/src/middleware/project.global.ts
# apps/frontend/src/pages/[type]/[project].vue
# apps/frontend/src/pages/discover/[type]/index.vue
# apps/frontend/src/pages/organization/[organization].vue
# apps/frontend/src/pages/user/[user].vue
# packages/ui/src/components/base/FloatingActionBar.vue
# packages/ui/src/components/base/PageHeader.vue
# packages/ui/src/components/base/StackedAdmonitions.vue
# packages/ui/src/components/base/TeleportOverflowMenu.vue
# packages/ui/src/components/base/index.ts
# packages/ui/src/components/project/ProjectHeader.vue
# packages/ui/src/components/servers/server-header/ServerManageHeader.vue
# packages/ui/src/components/servers/server-header/index.ts
# packages/ui/src/composables/index.ts
# packages/ui/src/layouts/shared/browse-tab/composables/use-browse-search.ts
# packages/ui/src/layouts/shared/browse-tab/header.vue
# packages/ui/src/layouts/shared/browse-tab/layout.vue
# packages/ui/src/layouts/shared/content-tab/components/ContentModpackCard.vue
# packages/ui/src/layouts/shared/content-tab/layout.vue
# packages/ui/src/layouts/shared/installation-settings/components/ContentDiffModal.vue
# packages/ui/src/layouts/shared/installation-settings/providers/installation-settings.ts
# packages/ui/src/layouts/wrapped/hosting/manage/[id]/index.vue
# packages/ui/src/locales/cs-CZ/index.json
# packages/ui/src/locales/de-CH/index.json
# packages/ui/src/locales/de-DE/index.json
# packages/ui/src/locales/es-419/index.json
# packages/ui/src/locales/es-ES/index.json
# packages/ui/src/locales/fr-FR/index.json
# packages/ui/src/locales/hu-HU/index.json
# packages/ui/src/locales/id-ID/index.json
# packages/ui/src/locales/it-IT/index.json
# packages/ui/src/locales/ja-JP/index.json
# packages/ui/src/locales/ko-KR/index.json
# packages/ui/src/locales/ms-MY/index.json
# packages/ui/src/locales/nl-NL/index.json
# packages/ui/src/locales/pl-PL/index.json
# packages/ui/src/locales/pt-BR/index.json
# packages/ui/src/locales/ru-RU/index.json
# packages/ui/src/locales/sv-SE/index.json
# packages/ui/src/locales/tr-TR/index.json
# packages/ui/src/locales/uk-UA/index.json
# packages/ui/src/locales/vi-VN/index.json
# packages/ui/src/locales/zh-CN/index.json
# packages/ui/src/locales/zh-TW/index.json
# packages/ui/src/stories/base/PageHeader.stories.ts
# packages/ui/src/utils/file-extensions.ts
2026-08-03 18:39:37 +01:00
aecsocket
c3249ee51d
feat: ElasticSearch backend ( #6903 )
...
* (do not merge) search test branch
* perf
* fix up search pagination
* more parity and perf work
* expand what parity does
* fix author query
* approach parity even without explicit parity enabled
* remove old parity code
* fix shear
* fix
* fmt
2026-08-03 17:14:07 +00:00
Prospector
2e43f6a42b
collapse offline friends by default, save collapse value ( #6937 )
2026-08-03 07:03:45 +00:00
Prospector
779edf0333
Fix server ping race condition before protocol version is available ( #6935 )
...
* fix race condition with server ping lookup before protocol resolved
* fix refresh button on worlds page
2026-08-03 07:00:54 +00:00
coco 🐾
ae13d37edc
docs: corrections to GetLatestVersionFromHash and GetLatestVersionsFromHashes documentation ( #6966 )
...
correct version_files documentation
2026-08-02 23:49:19 +00:00
ThatGravyBoat
1e49d7da7a
fix: missing auth providers in account details ( #6965 )
...
* fix: missing auth providers in account details
This was missing due to a bad merge in #6889 not merging in #6897 correctly
* chore: run intl:extract
2026-08-02 22:23:03 +00:00
Michael H.
8b753a52ad
fix: build labrinth on prod again
2026-07-31 14:45:16 +02:00
Michael H.
a53c9c3771
fix: only deploy if internal
2026-07-31 13:21:35 +02:00
Michael H.
919b235621
chore: address action issues
2026-07-31 13:17:26 +02:00
Michael H.
18b0b2848d
feat: labrinth argo
2026-07-31 13:10:58 +02:00
Prospector
65a3ac4b34
changelog
2026-07-30 23:10:28 -07:00
Prospector
295db3fb7a
only refresh tokens and clear auth cookies on auth fails, not any ran… ( #6947 )
...
only refresh tokens and clear auth cookies on auth fails, not any random error
2026-07-30 23:10:08 -07:00
Michael H.
7abe6f8c73
feat: sccache on windows
2026-07-30 20:27:08 +02:00
Michael H.
c5ce5bc9b3
fix: create clickhouse db in tests only
2026-07-30 20:08:49 +02:00
Michael H.
572b8027ff
fix: clickhouse migrations should not run normally
2026-07-30 19:23:10 +02:00
aecsocket
0a53211389
fix: analytics event endpoint ( #6938 )
...
* fix: analytics event endpoint
* split admin-only routes into internal
* fix pr comment
2026-07-30 04:40:52 +00:00
Prospector
22b2b7746e
changelog
v0.17.3
2026-07-29 14:34:41 -07:00
Calum H. and Prospector
39b3e20d0a
fix: feedback file limit ( #6931 )
...
* fix: feedback file limit
* prepr
* prepr again
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-07-29 20:47:05 +00:00
Calum H.
3892b62451
fix: reinstall jobs not cleaning up if instance deleted ( #6927 )
2026-07-29 20:31:26 +00:00
Calum H.
5ffffec2e5
fix: gracefully handle shared instance icons 404ing ( #6928 )
...
* fix: icon handling
* fix: cleanup impl
* fix: fmt
2026-07-29 20:30:52 +00:00
Truman Gao
a0724cc5fb
feat: dont show analytics incomplete current day revenue ( #6933 )
2026-07-29 20:26:25 +00:00
Prospector
a0320f425e
install version matching filters if possible ( #6932 )
2026-07-29 13:26:39 -07:00
Michael H.
06262e7bb1
feat: clickhouse partitioning and header TTL
2026-07-29 22:10:20 +02:00
Prospector
9ccaab5fad
add toggle to hide already-installed modpacks ( #6917 )
...
* add toggle to hide already-installed modpacks, on by default
* make false by default
2026-07-29 17:54:21 +00:00
Prospector
39745086fa
fix warning when passing extraneous props to floating action bar ( #6919 )
2026-07-29 13:02:40 +00:00
Truman Gao
a8dcfa8a5d
fix: download modal suggested dep can use wrong mc version ( #6925 )
2026-07-29 12:44:34 +00:00
Truman Gao
0f6a74b87f
fix: pats page code invalidating in same session ( #6924 )
2026-07-29 12:44:30 +00:00
Prospector
d5b763c8e3
Fix tauri overlay in modal closing on drag ( #6920 )
...
* Fix tauri overlay in modal closing on drag
* prepr
2026-07-29 12:44:28 +00:00
Prospector
7a98f45c3d
add installation settings tooltip ( #6916 )
2026-07-29 12:44:16 +00:00
Prospector
0ea47ad7ef
add new instance button ( #6918 )
2026-07-29 12:43:17 +00:00
Prospector
cc804625ec
Replace final usage of legacy modal ( #6921 )
...
* Replace final usage of legacy modal
* prepr
2026-07-29 12:42:59 +00:00
Prospector
20235b7d32
changelog
v0.17.2
2026-07-28 16:36:16 -07:00
Prospector
920dc8dcbb
Fix oauth appliction icon upload ( #6913 )
2026-07-28 16:30:21 -07:00
Calum H.
30f64c0020
fix: remove dummy data ( #6915 )
2026-07-28 16:30:14 -07:00
Prospector
cfafa25ed4
fix moderation messages + add legacy message ( #6914 )
2026-07-28 16:30:05 -07:00
Prospector
7495b99ddd
fix changelog
2026-07-28 15:06:12 -07:00
Prospector
800271a606
0.17.1
v0.17.1
2026-07-28 14:01:28 -07:00
Michael H.
36791a33d8
fix: app build ci
2026-07-28 22:59:26 +02:00
Prospector
20ec70b917
comment out 0.17.0 changelog
2026-07-28 13:58:21 -07:00
Prospector
ab6edbee48
changelog
2026-07-28 13:47:48 -07:00
Calum H. and Prospector
b17523e7fd
refactor: breadcrumbs system ( #6912 )
...
* refactor: breadcrumbs system
* fix: qa
* fix: qa
* fix: qa
* fix: qa
* fix: loading flashes
* fix: qa
* fix: prepr
* fix: qa
* fix: change icon
* use modrinth logo in header for compactness
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-07-28 20:38:16 +00:00