Commit Graph

702 Commits

Author SHA1 Message Date
MiniDigger | Martin
b2e3c8b52a feat(frontend+backend): update header data in background on click
also fixes the user api server returning fron header data, it used primitive queries in NotificationsDAO, not the proper ones.
2022-12-22 17:37:51 +01:00
Nassim Jahnke
f8cbf57e09
Fix org visibility hiding 2022-12-22 17:18:53 +01:00
MiniDigger | Martin
ab53a5fffd fix(frontend): i18n in error handling 2022-12-22 17:07:31 +01:00
MiniDigger | Martin
8a85c1f80f feat(frontend): set lang html attr 2022-12-22 16:52:43 +01:00
MiniDigger | Martin
004d6e2e85 fix(frontend): move cache control to route rules 2022-12-22 16:33:54 +01:00
Nassim Jahnke
347e72de0c
Add icons to version platform dropdown 2022-12-22 16:32:25 +01:00
MiniDigger | Martin
cdcbc5b4b8 feat(frontend): cache-control headers 2022-12-22 16:12:21 +01:00
MiniDigger | Martin
99a7aee5c0 feat(frontend): text compression of assets/js/css/etc 2022-12-22 15:57:38 +01:00
Nassim Jahnke
28043c6504
Fix support link label 2022-12-22 15:53:29 +01:00
MiniDigger | Martin
93d055aba7 fix(frontend): no need to pass around i18n so much 2022-12-22 14:56:53 +01:00
MiniDigger | Martin
8f7fc31e22 fix(frontend): hide downloads and views for now while they are broken, rewrite the whole system later 2022-12-22 12:57:42 +01:00
MiniDigger | Martin
afb4657350 chore: formatting fixes + update lib 2022-12-20 20:25:09 +01:00
MiniDigger | Martin
bd140db380 chore: update lib 2022-12-20 19:07:04 +01:00
MiniDigger | Martin
425fc30637 feat(frontend): allow typechecking, fix type errors with useErrorHandling 2022-12-20 18:47:00 +01:00
MiniDigger | Martin
8eac8aff1c chore(frontend): remove useless 'authed' param 2022-12-20 18:33:46 +01:00
MiniDigger | Martin
5470d5b07e feat(auth): rework auth system implementation to be more reliable and cleaner 2022-12-20 18:01:08 +01:00
MiniDigger | Martin
58674c57d3 fix: attribute styles not working 2022-12-20 11:31:22 +01:00
MiniDigger | Martin
f00a7af42a fix: typo 2022-12-16 16:53:30 +01:00
MiniDigger | Martin
85ce3858b9 fix: prep before lint 2022-12-16 16:49:49 +01:00
MiniDigger | Martin
dad8789f7e feat!: start moving to nuxt 2022-12-16 14:57:01 +01:00
MiniDigger | Martin
c287c12b0d fix(config): seems like import/core-modules isn't merged 2022-12-09 15:59:40 +01:00
MiniDigger | Martin
2dad8d5967 feat(config): share linter configs via lib 2022-12-09 15:53:47 +01:00
Konicai
9956c5d20b
Fix some typos on versions page (#1036) 2022-12-05 09:02:47 +01:00
MiniDigger | Martin
e91f82d377 chore(chart): vite 3, lockfile maintenance 2022-12-04 12:02:52 +01:00
renovate[bot]
0a154496e2
fix(deps): update dependency @vueuse/head to v1 (#1026)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-04 11:41:29 +01:00
renovate[bot]
6e13d51ff5
chore(deps): update dependency eslint-plugin-unicorn to v45 (#1033)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-04 11:37:51 +01:00
renovate[bot]
dfdc6418ac
chore(deps): update frontend non-major dependencies (#1025)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-04 11:32:16 +01:00
MiniDigger | Martin
7533ba4780 fix(frontend): make IJ recognize icon imports 2022-12-03 18:30:20 +01:00
MiniDigger | Martin
4e74f3e739 fix(backend): clean up last things needed for s3 shit, closes #135 2022-11-26 11:25:35 +01:00
MiniDigger | Martin
7c847dfa97 fix(frontend): revert tab to valid values if navigating to an invalid one 2022-11-26 10:35:32 +01:00
MiniDigger | Martin
00dfaee6df fix: don't fail on image cache invalidation
closes #1024 for good
2022-11-26 10:24:32 +01:00
Jake Potrebic
7a77c88bb8
fix text inputs not validating right away
closes #1017
2022-11-20 19:27:42 -08:00
Jake Potrebic
31fe7bb53e
validation work 2022-11-20 13:29:04 -08:00
Jake Potrebic
4e7a66d929
move one more type 2022-11-20 09:35:41 -08:00
Jake Potrebic
3cd772d440
move some type declarations to lib types folder 2022-11-20 09:29:14 -08:00
MiniDigger | Martin
c64a50824f feat(frontend): implement server pagination on staff and authors page, fixes #1030 2022-11-20 11:00:11 +01:00
MiniDigger | Martin
15a4ee86d8 feat(frontend): allow server pagination in sortable table 2022-11-20 11:00:10 +01:00
MiniDigger | Martin
256bda559d fix(frontend): make handleRequestError return ref so make typing easier 2022-11-20 11:00:10 +01:00
Jake Potrebic
6ba7d98079
more type fixes 2022-11-19 21:45:07 -08:00
Jake Potrebic
866e15a6b5
some typescript typing fixes 2022-11-19 18:17:19 -08:00
MiniDigger | Martin
a10eda3cf9 fix(frontend): fix sponsor message not visually updating the first time, fixes #1029 2022-11-19 16:13:31 +01:00
MiniDigger | Martin
05fd045edb fix(frontend): some dark mode color tweaks (#706) 2022-11-08 21:59:56 +01:00
MiniDigger | Martin
ffe97d0908 fix(frontend): make nav links larger (#706) 2022-11-08 21:28:29 +01:00
MiniDigger | Martin
89513bfdd5 fix(frontend): link project name in project header to project index page (#706) 2022-11-08 21:21:23 +01:00
MiniDigger | Martin
a6cd577925 fix(frontend): don't auto-quote blockquotes (#706) 2022-11-08 21:15:48 +01:00
Lachlan
956ce62994
feat: add agpl as a license option (#1012)
Co-authored-by: MiniDigger | Martin <admin@benndorf.dev>
2022-11-08 20:43:33 +01:00
renovate[bot]
b1be7534b8
chore(deps): update frontend non-major dependencies (#1007)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-08 19:12:56 +01:00
Jake Potrebic
2961f589c5
make pre-commit script executable 2022-11-06 15:47:36 -08:00
MiniDigger | Martin
62968faf50 feat(backed): add simple fake data generation 2022-11-06 22:31:56 +01:00
MiniDigger | Martin
d65514cd0e chore(db): flatten migrations and rename repeatables in order 2022-11-06 20:31:49 +01:00