1
0
Fork 0
mirror of https://github.com/go-vikunja/vikunja.git synced 2026-02-02 23:03:46 +01:00
The to-do app to organize your life. https://vikunja.io
  • Go 70.7%
  • Vue 14.4%
  • TypeScript 13.3%
  • SCSS 0.7%
  • Smarty 0.3%
  • Other 0.5%
Find a file
kolaente acbf751ba0
feat(doctor): add user namespace detection and improved storage diagnostics (#2180)
This PR adds support for detecting and handling Linux user namespaces (commonly used in rootless Docker containers) and improves error diagnostics when file storage validation fails.

Docs PR: https://github.com/go-vikunja/website/pull/289

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-01 11:57:35 +01:00
.claude chore(dev): add prepare worktree command to mage 2026-01-24 18:32:23 +01:00
.github feat: add required checkbox to confirm issue search before submission 2026-01-27 08:54:22 +01:00
.vscode feat(dev): add frontend and api to launch config 2025-06-19 14:54:08 +02:00
.zed fix(dev): zed frontend task 2025-06-26 12:32:04 +02:00
build fix(release): use openrc for alpine (#1016) 2025-06-25 10:40:11 +00:00
contrib feat: improve clean-translations script (#964) 2025-06-16 19:31:41 +00:00
desktop chore(deps): update dev-dependencies (major) (#1375) 2026-01-25 21:54:47 +01:00
examples/plugins/example fix(deps): update module github.com/labstack/echo/v4 to v5 (#2131) 2026-01-24 20:38:32 +01:00
frontend chore(i18n): update translations via Crowdin 2026-01-31 01:08:04 +00:00
pkg feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00
rest chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00
.devcontainer.json chore(dev): use latest devenv docker container for devcontainer 2025-07-02 20:17:29 +02:00
.dockerignore Revert "feat: improve docker layers (#803)" 2025-05-21 10:18:57 +02:00
.editorconfig chore(dev): insert final newline 2025-05-23 11:56:50 +02:00
.envrc chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00
.gitignore feat(tasks): scroll to bottom in task detail view when comments are available (#1995) 2025-12-16 22:06:47 +00:00
.golangci.yml feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
AGENTS.md docs(agents): include go tips [skip ci] 2026-01-27 22:16:22 +01:00
CHANGELOG.md chore: v1.0.0 release preparations 2026-01-27 18:17:33 +01:00
CLAUDE.md docs: add AGENTS.md file with instructions for AI coding agents 2025-06-10 14:23:55 +02:00
cliff.toml fix: add \n between scoped and unscoped commits in git cliff config 2024-11-08 11:19:50 +01:00
code-header-template.txt fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
conductor.json chore(dev): add conductor config 2025-12-07 23:02:19 +01:00
config-raw.json feat: add configurable gravatar-compatible base URL (#2083) 2026-01-13 14:58:08 +01:00
CONTRIBUTING.md chore: update contributing guidelines 2023-10-10 17:48:10 +02:00
crowdin.yml chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00
CRUSH.md docs: add link for crus coding agent instructions 2025-08-01 16:52:30 +02:00
devenv.lock chore(deps): update devenv 2025-12-20 19:13:51 +01:00
devenv.nix feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
devenv.yaml feat: switch from nix flakes to devenv 2024-08-12 12:17:31 +02:00
Dockerfile chore(deps): update ghcr.io/techknowlogick/xgo:go-1.25.x docker digest to 11ac5e6 2026-01-16 10:17:44 +01:00
go.mod feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
go.sum feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
LICENSE fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
magefile.go feat(dev): add mage command to release 2026-01-24 20:41:21 +01:00
main.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
nfpm.yaml fix(release): use openrc for alpine (#1016) 2025-06-25 10:40:11 +00:00
publiccode.yml docs: update publiccode.yml [skip ci] 2024-02-25 14:06:23 +01:00
README.md chore: v1.0.0 release preparations 2026-01-27 18:17:33 +01:00
renovate.json chore(deps): do not update services as often 2025-06-11 14:38:07 +02:00
tools.go chore(deps): update golangci-lint to 2.6.0 (#1737) 2025-10-31 17:28:52 +00:00
tsconfig.json fix: correct trailing comma in tsconfig (#970) 2025-06-26 12:30:24 +00:00
vikunja.initd fix(release): use openrc for alpine (#1016) 2025-06-25 10:40:11 +00:00
vikunja.service chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00

Build Status License: AGPL-3.0-or-later Install Docker Pulls Swagger Docs Go Report Card

Vikunja

The Todo-app to organize your life.

If Vikunja is useful to you, please consider buying me a coffee, sponsoring me on GitHub or buying a sticker pack. I'm also offering a hosted version of Vikunja if you want a hassle-free solution for yourself or your team.

Table of contents

Security Reports

If you find any security-related issues you don't want to disclose publicly, please use the contact information on our website.

Features

See the features page on our website for a more exhaustive list or try it on try.vikunja.io!

Docs

All docs can be found on the Vikunja home page.

Roadmap

See the roadmap (hosted on Vikunja!) for more!

Contributing

Please check out the contribution guidelines on the website.

License

Most of this repository is licensed under AGPL3.0orlater. The contents of desktop/ are licensed under GPL3.0orlater.

Unsplash Images

Background images from Unsplash are distributed under the Unsplash License. The license requires giving credit to the photographer and Unsplash. See Unsplashs terms for more information.