1
0
Commit Graph

9193 Commits

Author SHA1 Message Date
e79778e213 chore: 0.20.4 release preperations 2023-03-12 10:24:34 +01:00
df24522490 chore: 0.20.5 release preperations 2023-03-12 10:23:07 +01:00
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
e7b89ae44f fix(docker): add cap_net_bind to the nginx binary in the docker container 2023-03-11 21:16:31 +01:00
a897ffc8ee fix(docker): allow non-unique group id 2023-03-11 15:04:36 +01:00
4de0efec1d docs: add link to tutorial for installing Vikunja on Synology 2023-03-11 14:55:30 +01:00
72a1aaa654 chore(deps): update dependency eslint to v8.36.0 2023-03-11 06:04:52 +00:00
c70c3b6080 chore(deps): update dependency sass to v1.59.2 2023-03-11 02:05:52 +00:00
09ddd5a31a chore: 0.20.3 release preperations 2023-03-10 14:55:01 +01:00
401f2cdd7e chore: 0.20.4 release preperations 2023-03-10 14:51:04 +01:00
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
e9d48c442d chore(deps): update dependency rollup to v3.19.1 2023-03-10 13:05:34 +00:00
6837038922 chore(deps): update dependency autoprefixer to v10.4.14 2023-03-10 07:05:55 +00:00
6cf7c75954 chore(deps): update dependency @types/node to v18.15.0 2023-03-10 01:06:32 +00:00
52d6677d93 [skip ci] Updated translations via Crowdin 2023-03-10 00:06:22 +00:00
f8f8c8ac6e chore(deps): update dependency vite-plugin-inject-preload to v1.3.1 2023-03-09 20:53:21 +00:00
97bd5d77b6 chore(deps): update dependency rollup to v3.19.0 2023-03-09 20:05:23 +00:00
5278bcbac2 fix(deps): update sentry-javascript monorepo to v7.42.0 2023-03-09 14:05:28 +00:00
194fef0dab fix(deps): update dependency @intlify/unplugin-vue-i18n to v0.9.1 2023-03-09 11:42:49 +00:00
97b6ba06dd chore(deps): update dependency @vue/test-utils to v2.3.1 2023-03-09 05:04:25 +00:00
559cfde8da [skip ci] Updated translations via Crowdin 2023-03-09 00:06:07 +00:00
9db3aedde9 chore: remove an unused duplicate key
Introduced in 172d353df, feels like it was by error
2023-03-08 16:06:56 +00:00
387aa2db93 fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.2 2023-03-08 15:01:24 +00:00
0eb78e32f9 chore: improve @/message action type (#3209)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3209
Reviewed-by: konrad <k@knt.li>
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-committed-by: WofWca <wofwca@protonmail.com>
2023-03-08 09:51:55 +00:00
b4dd23b85d fix: i18ze a string (#3210)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3210
Reviewed-by: konrad <k@knt.li>
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-committed-by: WofWca <wofwca@protonmail.com>
2023-03-08 09:43:46 +00:00
2262b49aaf chore(deps): update pnpm to v7.29.1 2023-03-08 06:56:34 +00:00
3c1feb2606 chore(deps): update dependency electron to v23.1.3 (#141)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [electron](https://github.com/electron/electron) | devDependencies | patch | [`23.1.2` -> `23.1.3`](https://renovatebot.com/diffs/npm/electron/23.1.2/23.1.3) |

---

### Release Notes

<details>
<summary>electron/electron</summary>

### [`v23.1.3`](https://github.com/electron/electron/releases/tag/v23.1.3): electron v23.1.3

[Compare Source](https://github.com/electron/electron/compare/v23.1.2...v23.1.3)

### Release Notes for v23.1.3

#### Fixes

-   Fixed WebUSB on ARM64 macs. [#&#8203;37521](https://github.com/electron/electron/pull/37521) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/37522))</span>
-   Fixed a crash on capturing sources when using desktopCapturer API on Wayland. [#&#8203;37526](https://github.com/electron/electron/pull/37526)

#### Other Changes

-   Updated Chromium to 110.0.5481.179. [#&#8203;37471](https://github.com/electron/electron/pull/37471)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTcuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4wIn0=-->

Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/141
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2023-03-08 06:56:00 +00:00
c887990bad fix(deps): update dependency @intlify/unplugin-vue-i18n to v0.9.0 2023-03-08 06:05:02 +00:00
37c5a88744 chore(deps): update node.js to v18.15.0 2023-03-07 20:03:33 +00:00
4f62e978ef fix(deps): update src.techknowlogick.com/xgo digest to b607086 2023-03-07 18:01:48 +00:00
9b7770ade4 fix(keyboard-shortcuts): use card prop 2023-03-07 17:19:21 +00:00
af4a039502 chore: histoire add logo link 2023-03-07 18:07:12 +01:00
1b06112db4 fix: collapse menu on mobile when path changes 2023-03-07 15:56:09 +00:00
0952f059c0 fix(deps): update dependency pinia to v2.0.33 2023-03-07 15:08:55 +00:00
a5c241758a fix(deps): update module github.com/ulule/limiter/v3 to v3.11.1 2023-03-07 10:01:21 +00:00
0f97ba6ec9 fix: sync sidebar transition with <main> (#3200)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3200
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-committed-by: WofWca <wofwca@protonmail.com>
2023-03-06 18:56:13 +00:00
d4c9edb55d chore(deps): update typescript-eslint monorepo to v5.54.1 2023-03-06 18:04:27 +00:00
394f056cf4 fix(deps): update sentry-javascript monorepo to v7.41.0 2023-03-06 13:04:12 +00:00
abf38defa2 fix(deps): update module github.com/spf13/afero to v1.9.5 2023-03-06 10:01:21 +00:00
29f8522de9 fix(deps): update module github.com/getsentry/sentry-go to v0.19.0 2023-03-06 08:01:20 +00:00
7672676b6e chore(deps): update pnpm to v7.29.0 2023-03-06 07:30:39 +00:00
51b33fd67e chore(deps): update dependency caniuse-lite to v1.0.30001460 2023-03-06 07:30:06 +00:00
0ed3ebda94 chore(deps): update dependency netlify-cli to v13.0.1 2023-03-06 00:06:16 +00:00
9f14466dfa fix: lint 2023-03-05 22:24:29 +01:00
4a82f3be3c fix(deps): update src.techknowlogick.com/xgo digest to 44f7e66 2023-03-05 20:31:58 +00:00
a39b3aeb06 fix(deps): update github.com/vectordotdev/go-datemath digest to f3954d0 2023-03-05 19:01:25 +00:00
b4c215f4dd chore(deps): remove fsnotify replacement 2023-03-05 19:13:19 +01:00
f0a8516926 chore(deps): update github.com/kolaente/caldav-go digest to 2a4eb8b 2023-03-05 18:01:29 +00:00
077baba2ea fix: lint 2023-03-05 14:34:34 +01:00
066c26f83e fix(caldav): make sure only labels where the user has permission to use them are used
Follow-up for a62b57ac62
2023-03-05 14:03:09 +01:00