1
0

9275 Commits

Author SHA1 Message Date
Dominik Pschenitschni
060a573fe9 fix: switching to view type now 2023-03-14 14:04:23 +00:00
Dominik Pschenitschni
7c43b7385d fix comment 2023-03-14 14:04:23 +00:00
kolaente
befa6f27bb feat: rename list to project everywhere
fix: project table view

fix: e2e tests

fix: typo in readme

fix: list view route

fix: don't wait until background is loaded for list to show

fix: rename component imports

fix: lint

fix: parse task text

fix: use list card grid

fix: use correct class names

fix: i18n keys

fix: load project

fix: task overview

fix: list view spacing

fix: find project

fix: setLoading when updating a project

fix: loading saved filter

fix: project store loading

fix: color picker import

fix: cypress tests

feat: migrate old list settings

chore: add const for project settings

fix: wrong projecten rename from lists

chore: rename unused variable

fix: editor list

fix: shortcut list class name

fix: pagination list class name

fix: notifications list class name

fix: list view variable name

chore: clarify comment

fix: i18n keys

fix: router imports

fix: comment

chore: remove debugging leftover

fix: remove duplicate variables

fix: change comment

fix: list view variable name

fix: list view css class name

fix: list item property name

fix: name update tasks function correctly

fix: update comment

fix: project create route

fix: list view class names

fix: list view component name

fix: result list class name

fix: animation class list name

fix: change debug log

fix: revert a few navigation changes

fix: use @ for imports of all views

fix: rename link share list class

fix: remove unused css class

fix: dynamically import project components again
2023-03-14 14:04:23 +00:00
Dominik Pschenitschni
b9d3b5c756 feat: rename files with list to project 2023-03-14 14:04:23 +00:00
konrad
869d4a336c feat: rename lists to projects everywhere (#1318)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1318
2023-03-14 13:19:47 +00:00
renovate
ee732684bc chore(deps): update dependency @types/node to v18.15.3 2023-03-14 07:05:05 +00:00
renovate
360b530dd5 chore(deps): update dependency @types/dompurify to v3 2023-03-13 21:05:38 +00:00
renovate
713c3a1a08 chore(deps): update dependency @types/node to v18.15.2 2023-03-13 19:05:09 +00:00
renovate
81b1e4035d chore(deps): update typescript-eslint monorepo to v5.55.0 2023-03-13 18:05:20 +00:00
renovate
2cde9341d4 fix(deps): update sentry-javascript monorepo to v7.43.0 2023-03-13 16:06:32 +00:00
kolaente
7a9611c2da
chore: cleanup 2023-03-13 14:28:36 +01:00
kolaente
7cab3a77a9
fix(migration): rename TickTick migration 2023-03-13 14:28:25 +01:00
kolaente
77ad90d53e
fix(migration): remove wunderlist leftovers 2023-03-13 14:28:20 +01:00
kolaente
55410ea73d
chore: generate swagger docs 2023-03-13 14:28:19 +01:00
kolaente
e4f841cf6a
fix(tasks): sql for overdue reminders 2023-03-13 14:28:19 +01:00
kolaente
2940eae1aa
fix(migration): use correct struct 2023-03-13 14:28:19 +01:00
kolaente
0a3fdc0344
fix: users_lists name in migration 2023-03-13 14:28:19 +01:00
kolaente
06f1d2e912
fix: test fixtures 2023-03-13 14:28:07 +01:00
kolaente
61a3380a94
fix: trello import tests 2023-03-13 14:28:07 +01:00
kolaente
fb818ea186
fix: test import 2023-03-13 14:28:06 +01:00
kolaente
7e53a21407
fix: rename incorrectly named ProjectUsers method 2023-03-13 14:28:06 +01:00
kolaente
8f4abd2fe8
feat: rename all list files 2023-03-13 14:28:06 +01:00
kolaente
2fba7bdf02
feat: migrate lists to projects in db identifiers 2023-03-13 14:28:06 +01:00
kolaente
349e6a5905
feat: rename lists to projects 2023-03-13 14:28:06 +01:00
kolaente
80266d1383
fix(docker): don't chown everything in Vikunja's default root folder
This would try to chown a mounted Vikunja config file as well which failed when that config file was mounted read-only.
2023-03-13 11:23:51 +01:00
renovate
cdf0690da6 fix(deps): update dependency @intlify/unplugin-vue-i18n to v0.9.2 2023-03-13 10:17:16 +00:00
kolaente
c0c523f0a8
fix: don't send bad request errors to sentry 2023-03-13 10:52:52 +01:00
renovate
80335e7b95 chore(deps): update dependency netlify-cli to v13.1.2 2023-03-13 09:05:32 +00:00
renovate
dbc2de14c9 chore(deps): update dependency @types/node to v18.15.1 2023-03-13 08:14:47 +00:00
renovate
c0f711d27f chore(deps): update dependency caniuse-lite to v1.0.30001465 2023-03-13 07:04:54 +00:00
kolaente
672fb35bcb
fix: check if usernames contain spaces when creating a new user 2023-03-12 15:02:34 +01:00
kolaente
1f13b5d7b4
docs: fix menu links 2023-03-12 10:46:17 +01:00
kolaente
e79778e213
chore: 0.20.4 release preperations 2023-03-12 10:24:34 +01:00
kolaente
df24522490
chore: 0.20.5 release preperations 2023-03-12 10:23:07 +01:00
kolaente
6cf2e574bf
fix(docker): revert unprivileged user
nginx runs the init process as root so that it can bind to port 80. All worker processes run as an unprivileged user and thus the attack surface is minimal.
The previous solution didn't change the user id of the user running Vikunja and thus didn't have an effect anyway.

Related to #3228
2023-03-11 21:56:47 +01:00
kolaente
e7b89ae44f
fix(docker): add cap_net_bind to the nginx binary in the docker container 2023-03-11 21:16:31 +01:00
kolaente
a897ffc8ee
fix(docker): allow non-unique group id 2023-03-11 15:04:36 +01:00
kolaente
4de0efec1d
docs: add link to tutorial for installing Vikunja on Synology 2023-03-11 14:55:30 +01:00
renovate
72a1aaa654 chore(deps): update dependency eslint to v8.36.0 2023-03-11 06:04:52 +00:00
renovate
c70c3b6080 chore(deps): update dependency sass to v1.59.2 2023-03-11 02:05:52 +00:00
kolaente
09ddd5a31a
chore: 0.20.3 release preperations 2023-03-10 14:55:01 +01:00
kolaente
401f2cdd7e
chore: 0.20.4 release preperations 2023-03-10 14:51:04 +01:00
konrad
013472e899 fix(i18n): load language files before doing anything else (#3218)
Resolves #3214

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3218
2023-03-10 13:46:23 +00:00
renovate
e9d48c442d chore(deps): update dependency rollup to v3.19.1 2023-03-10 13:05:34 +00:00
renovate
6837038922 chore(deps): update dependency autoprefixer to v10.4.14 2023-03-10 07:05:55 +00:00
renovate
6cf7c75954 chore(deps): update dependency @types/node to v18.15.0 2023-03-10 01:06:32 +00:00
Frederick [Bot]
52d6677d93 [skip ci] Updated translations via Crowdin 2023-03-10 00:06:22 +00:00
renovate
f8f8c8ac6e chore(deps): update dependency vite-plugin-inject-preload to v1.3.1 2023-03-09 20:53:21 +00:00
renovate
97bd5d77b6 chore(deps): update dependency rollup to v3.19.0 2023-03-09 20:05:23 +00:00
renovate
5278bcbac2 fix(deps): update sentry-javascript monorepo to v7.42.0 2023-03-09 14:05:28 +00:00