Calum H.
b46f6d0141
feat: moderation locking ( #5070 )
...
* feat: base locking impl
* feat: lock logic in place in rev endpoint + fetch rev
* feat: frontend impl and finalize
* feat: auto skip if using the moderation queue page
* fix: qa issues
* fix: async state + locking fix
* fix: lint
* fix: fmt
* fix: qa issue
* fix: qa + redirect bug
* fix: lint
* feat: delete all locks endpoint for admins
* fix: dedupe
* fix: fmt
* fix: project redirect move to middleware
* fix: lint
2026-01-12 17:08:30 +00:00
Nicholis
915d8c68bf
Fix theme store race condition ( #4885 )
...
Co-authored-by: Calum H. <contact@cal.engineer >
2026-01-12 12:15:34 +00:00
Prospector
21045142cd
Disallow all in robots.txt unless prod ( #5078 )
2026-01-12 11:54:21 +00:00
Modrinth Bot
f171752109
New translations from Crowdin (main) ( #5095 )
2026-01-12 10:26:48 +00:00
Calum H.
82f00f961e
feat: switch to api-client to prevent rate limit errors on game-versions ( #5089 )
...
* feat: switch to api-client to prevent rate limit errors on game-versions
* feat: sentry temp
* Revert "feat: sentry temp"
This reverts commit aaa21a3f8099b86fa8e8d9d64845273e66c28bbe.
2026-01-11 19:55:07 +00:00
Calum H.
b55b7fdc1c
feat: enable async context + patch i18n to be more resilient ( #5084 )
...
* feat: enable async context
* feat: improve handling of $i18n defining (patch)
2026-01-10 17:43:21 +00:00
Michael H.
0b60060f65
fix: vite dev server cf workers compatibility ( #5080 )
2026-01-10 14:11:00 +00:00
François-Xavier Talbot
3bf5a6ebec
Allow projects in tech review to still show up in moderation queue ( #5068 )
...
* Don't prevent projects from appearing in moderation queue if there are pending delphi reports
* Update query cache
2026-01-08 20:47:32 +01:00
François-Xavier Talbot
ff222aa168
PG/RedisPool configuration/o11y improvements ( #5032 )
...
* Don't retain Redis connections while doing database queries
* Optional REDIS_WAIT_TIMEOUT_MS
* Attach more data to CacheTimeout errrors
* Fix locks_released
* Fmt
* Set default REDIS_WAIT_TIMEOUT_MS to 15s
* Fix lint
* Close Redis connections idle for > 5 minutes
* Exponential backoff on cache spin lock
2026-01-08 20:47:13 +01:00
Michael H.
ea17534f77
deploy(frontend): reduce sampling rate
2026-01-08 20:07:58 +01:00
Michael H.
b91d581928
deploy(frontend): add production route
2026-01-08 19:55:52 +01:00
Calum H.
62e56eb27e
Worker migration ( #5072 )
...
* Worker migration
* Deploy on pnpm changes
* Specify package manager
* Manually bump Wrangler to 4.54
* Get rid of useless Wranglers worker
* I take it back
* Set account ID
* Fix preview alias
* feat: use workers api key
* feat: try fix
* fix: missing imports
* fix: again
* fix: only run push workflow on main or prod
* feat: remove store id?
* Populate secret store IDs
* Use correct key name
* Fix setting PREVIEW variable
* Inject variables from wrangler into shell
* Inject variables from wrangler into shell
* Add git- prefix to preview-alias
* No need to use environments now
* fix: remove test as it's covered by staging deploy
---------
Co-authored-by: Michael H. <michael@iptables.sh >
2026-01-08 16:25:45 +00:00
François-Xavier Talbot
6221fe5e08
Fix build with updater feature ( #5067 )
2026-01-08 02:38:02 +00:00
François-Xavier Talbot
14d227a1a3
Revert "Use backup physical_id for progress updates matching" ( #5060 )
...
* Revert "Use backup physical_id for progress updates matching"
This reverts commit de2f6275b97376fb92497399eba848ae1ace7b01.
* Fix page crash on backups page reload
2026-01-07 22:28:57 +00:00
François-Xavier Talbot
3fd6ce1b6d
Use fill v3 API for fetching paper build versions ( #5063 )
2026-01-07 22:27:46 +00:00
François-Xavier Talbot
7eb1b38cc7
Support updated servers backup route schema, remove backup locking ( #5053 )
...
* Use backup physical_id for progress updates matching
* Remove locking
* Fmt
2026-01-06 01:03:46 +00:00
Calum H.
a6cd4dfc0f
feat: improve error handling for withdraw modal ( #5054 )
...
* feat: improve error handling for withdraw modal
* fix: add headers to error info
* prepr
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-01-06 00:46:34 +00:00
Modrinth Bot
0cf28c6392
New translations from Crowdin (main) ( #5048 )
2026-01-06 00:44:05 +00:00
Calum H.
7c2327ce16
fix: broken analytics pages ( #5052 )
2026-01-06 00:42:13 +00:00
Calum H.
099011a177
feat: modrinth hosting - files tab refactor ( #4912 )
...
* feat: api-client module for content v0
* feat: delete unused components + modules + setting
* feat: xhr uploading
* feat: fs module -> api-client
* feat: migrate files.vue to use tanstack
* fix: mem leak + other issues
* fix: build
* feat: switch to monaco
* fix: go back to using ace, but improve preloading + theme
* fix: styling + dead attrs
* feat: match figma
* fix: padding
* feat: files-new for ui page structure
* feat: finalize files.vue
* fix: lint
* fix: qa
* fix: dep
* fix: lint
* fix: lockfile merge
* feat: icons on navtab
* fix: surface alternating on table
* fix: hover surface color
---------
Signed-off-by: Calum H. <contact@cal.engineer >
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-01-06 00:35:51 +00:00
Prospector
5b890dcd8a
This fixes it and i don't know why because it still redirects O_O ( #5051 )
2026-01-05 14:16:00 -08:00
Prospector
f3033956cf
Clean up licensing ambiguities ( #4979 )
2026-01-03 15:16:17 -08:00
Prospector
e26291943c
fix hydration error in moderation queue ( #5038 )
...
* fix hydration error in moderation queue
* disabled moderation button when no projects
* fix circular prop type issue
* Make moderation checklist clientonly
2026-01-03 12:49:32 -08:00
Truman Gao
09a0b34df3
link with slug if exists ( #5029 )
2026-01-02 22:14:53 +00:00
Calum H.
fef6df1321
fix: throw error on fail so it doesnt cache ( #5023 )
...
* fix: throw error on fail so it doesnt cache
* lint
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com >
2026-01-02 00:39:13 +00:00
Truman Gao
477d77cdc1
fix: balance displaying NaN ( #5024 )
...
* convert string to num
* another potentional string addition
* remove return statement
* fix formatting
2026-01-02 00:27:53 +00:00
Calum H.
9bb012a439
fix: direct page visit breaking when labrinth goes down ( #5022 )
2026-01-01 21:21:39 +01:00
Calum H.
d1650bb3c4
fix: fouc ( #5012 )
...
* fix: fouc
* feat: lazy load locales
* switch test to use build
2026-01-01 14:08:05 +00:00
Prospector
2ce22c18bf
Simplify default layout template by moving banners to components ( #5010 )
2026-01-01 02:28:10 +00:00
Truman Gao
b48443c65b
fix: not checking file extension in loader detection ( #5013 )
2026-01-01 02:27:28 +00:00
MIfoodie
b7e7e5e603
Change input mode for sign-in form ( #5000 )
...
* Change input mode and types and modes for sign-in form
-Added the inputmode of "email" to tell mobile browsers to change to the email keyboard for username/email input
-Added the inputmode of "numeric" to tell mobile browsers to change to the numeric keyboard for 2fa input (https://www.w3schools.com/TAgs/att_inputmode.asp )
-Changed two-factor code input type to "numeric" to provide a greater hint to autofill that this is where they should fill in 2fa codes
Signed-off-by: MIfoodie <94649676+MIfoodie@users.noreply.github.com >
* Clean up whitespace in sign-in.vue that I accidently added :)
Removed extra whitespace before the Google authentication link.
Signed-off-by: MIfoodie <94649676+MIfoodie@users.noreply.github.com >
* Change input type from 'number' to 'text'
Signed-off-by: MIfoodie <94649676+MIfoodie@users.noreply.github.com >
---------
Signed-off-by: MIfoodie <94649676+MIfoodie@users.noreply.github.com >
Co-authored-by: Calum H. <contact@cal.engineer >
2025-12-31 17:54:19 +00:00
Truman Gao
7fb6401613
fix: server ping spam ( #4983 )
...
* add a throttle on populate jump back in list
* Revert "add a throttle on populate jump back in list"
This reverts commit b3e7f51b34936dd7487a51f2dab7170af19706cf.
* only allow populate jump back in list to run 3x on linux
* add temp debug logs
* Revert "add temp debug logs"
This reverts commit 8c5ec42fa3b48f11a416555ae7b366e44fa42b54.
* only allow 3x refresh limit for worlds list as well
2025-12-31 11:04:14 +00:00
Truman Gao
d332032e53
fix large projects list query with fetch segmented ( #5004 )
2025-12-31 11:03:40 +00:00
Calum H.
560f21c0fe
fix: various fixes ( #4998 )
...
* feat: check imports using ast
* fix: lint
* fix: loadericon
* fix: lint
* feat: remove usd warning
* fix: error.vue
* fix: lint
2025-12-30 21:47:11 +00:00
aecsocket
ad3edf541b
Replace MaxMind with CloudFlare headers ( #4934 )
...
* Replace MaxMind with CloudFlare headers
* Remove MaxMind env vars
* Fix test harness
2025-12-30 16:49:49 +00:00
Calum H.
b07a1659b4
chore: update to nuxt 3.20 ( #4992 )
...
* feat: nuxt 3.14 → 3.15.4
* feat: nuxt 3.15.4 → 3.16.2 (vite 6)
* feat: bump nuxt-i18n
* feat: nuxt 3.20
* fix: lint
* feat: use rolldown-vite
* fix: shut the fuck up
* fix: silence for app as well
* fix: vue-router mismatch
---------
Signed-off-by: Calum H. <contact@cal.engineer >
2025-12-30 15:06:52 +00:00
Calum H.
1a16d61511
fix: rev page broken ( #4994 )
...
* fix: i18n
* fix: lint
2025-12-30 00:40:56 +01:00
Truman Gao
91b08e7380
Versions environments updates ( #4949 )
...
* add environment to version page metadata card
* remove environment migration warnings
* show settings/environments in nav only for staff
* use v2 versions route due to regressions
* add modpack incorrect loaders migration
* remove modpack migration step
* remove unused var
* run pnpm intl:extract
* componentize environment migration page
* rename environment selector
* rename environment selector pt2
* add migration modal to admonition
* hide environments in settings and show message
* show environment in project versions table
* pnpm fix
* pnpm fix on ui package
* intl:extract
* fix: .value
* lower case file
* add icon to environment tags and use i18n
* Update apps/frontend/src/pages/[type]/[id].vue
Co-authored-by: Calum H. <contact@cal.engineer >
Signed-off-by: Truman Gao <106889354+tdgao@users.noreply.github.com >
* open migration modal from warning icon in project dashboard
* fix settings side nav icon
* use useRoute composable
* pnpm fix
* intl:extract
* fix import
* fix import again
* run pnpm prepr
* fix designMessage import
* fix environment fetch
* fix environment fetch properly without key conflict
* fix environment refetching
* fix not using current versions in table to check different environments
* fix download tooltip
---------
Signed-off-by: Truman Gao <106889354+tdgao@users.noreply.github.com >
Co-authored-by: Calum H. (IMB11) <contact@cal.engineer >
2025-12-29 21:58:17 +00:00
François-Xavier Talbot
9924faab84
Fix tech rev rejection query ( #4963 )
2025-12-29 21:06:47 +00:00
Calum H.
9f356beec3
feat: bank acct owner ( #4993 )
2025-12-29 20:44:18 +00:00
Calum H.
3e246f12de
fix: scopes i18n + authorization page temp warning ( #4989 )
2025-12-29 19:49:54 +00:00
Calum H.
042451bad6
feat: i18n switcher in app-frontend ( #4990 )
...
* feat: app i18n stuff
* feat: locale switching on load
* feat: db migration
* feat: polish + fade indicator impl onto TabbedModal
* fix: prepr checks
* fix: remove staging lock for language switching
* fix: lint
2025-12-29 19:41:39 +00:00
Emma Alexia
30106d5f82
Provide more specific payout method names on frontend ( #4977 )
...
* Provide more specific payout method names on frontend
Been getting a lot of confused tickets recently of people withdrawing to PayPal but then not recognizing what "Tremendous" means. This should clarify things.
* feat: improve icons + names for withdrawals
* Update apps/frontend/src/components/ui/dashboard/RevenueTransaction.vue
Co-authored-by: Emma Alexia <emma@modrinth.com >
Signed-off-by: Calum H. <hendersoncal117@gmail.com >
* fix: icons
* fix: object cover
* feat: icons for crypto + bank
* fix: remove empty null
* fix: qa
---------
Signed-off-by: Calum H. <hendersoncal117@gmail.com >
Co-authored-by: Calum H. <contact@cal.engineer >
2025-12-29 13:08:33 +00:00
Modrinth Bot
e0d159c010
New translations from Crowdin (main) ( #4910 )
2025-12-29 12:59:14 +00:00
Prospector
061c52c274
Updated DMCA agent info ( #4981 )
2025-12-28 00:17:55 +00:00
Prospector
1bbb01bd42
devex: migrate to vue-i18n ( #4966 )
...
* sample languages refactor
* feat: consistency + dedupe impl of i18n
* fix: broken imports
* fix: intl formatted component
* fix: use relative imports
* fix: imports
* fix: comment out incomplete locales + fix imports
* feat: cleanup
* fix: ui imports
* fix: lint
* fix: admonition import
* make footer a component, fix language reactivity
* make copyright notice untranslatable
---------
Co-authored-by: Calum H. <contact@cal.engineer >
2025-12-27 21:37:37 +00:00
Calum H.
7de4e55bad
feat: fix report msgs not showing ( #4974 )
2025-12-27 00:24:08 +00:00
Truman Gao
67a6cd24cc
devex: use tailwind preset for website, app, and ui package ( #4964 )
...
* use tailwind preset for website, app, and ui package
* fix preset import
2025-12-24 21:24:05 +00:00
Michael H.
a952318c77
Revert "feat: downtime banner ( #4955 )"
...
This reverts commit 336832ec40 .
2025-12-23 16:55:47 +01:00
Calum H.
336832ec40
feat: downtime banner ( #4955 )
2025-12-23 16:40:42 +01:00