1
0
Commit Graph

291 Commits

Author SHA1 Message Date
89e349f2fd docs: fix database healthcheck command 2024-02-13 20:38:53 +01:00
18374c2e52 docs: fix healthcheck and mariadb password 2024-02-13 09:55:12 +01:00
001268a33e docs: add healthcheck to docker compose examples 2024-02-11 18:39:53 +01:00
1255bdc4ab docs: add desktop packages 2024-02-11 16:54:53 +01:00
99856b2031 docs: add missing traefik label 2024-02-11 15:57:22 +01:00
eec53e8a54 docs: mention installation of rpm packages 2024-02-11 15:56:34 +01:00
5ab9fb89bb fix(tasks): check for cycles during creation of task relations and prevent them 2024-02-10 13:30:41 +01:00
6ea5266c55 fix(docs): old install pages redirect 2024-02-09 20:35:58 +01:00
ddf6a30e19 fix(docs): old install pages redirect 2024-02-09 20:34:41 +01:00
1984527fae docs: adjust documentation to reflect single-binary deployments 2024-02-09 19:09:19 +01:00
d10a446cdd docs: update contribution guidelines 2024-02-08 14:45:55 +01:00
fceb638e75 docs: remove mention of vikunja/api and vikunja/frontend repos 2024-02-08 14:31:02 +01:00
0dbf3b45f0 docs: mention flatpack in how to release 2024-01-28 20:28:18 +01:00
4615b4dbfb docs: add Authentik example config (#1660)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1660
Reviewed-by: konrad <k@knt.li>
Co-authored-by: erri120 <erri120@protonmail.com>
Co-committed-by: erri120 <erri120@protonmail.com>
2023-12-01 14:08:14 +00:00
c6c465c273 feat: make unauthenticated user routes rate limit configurable 2023-11-28 22:27:51 +01:00
a2925cf55b docs: clarify minimum required go version 2023-11-05 17:09:46 +01:00
db0153a721 docs: fix typo 2023-10-24 19:55:43 +02:00
6a7aec2e9d docs: add n8n docs 2023-10-24 19:54:15 +02:00
35e8183f6a docs(webhooks): add general docs about webhooks 2023-10-17 20:35:14 +02:00
c3947e1016 docs(webhooks): add webhook config to sample config 2023-10-17 20:35:13 +02:00
a1d0541a7a docs: add config guide for NGINX Proxy Manager
Taken from https://github.com/go-vikunja/frontend/issues/28#issuecomment-1765096790
2023-10-17 19:00:40 +02:00
e1525fca6e docs: clarify required language code 2023-10-17 18:35:06 +02:00
21d0676399 chore(deps): update xgo to go 1.21 2023-10-11 23:05:51 +02:00
83f02b1ebc chore: update contributing guidelines 2023-10-10 17:48:10 +02:00
70d1903dca docs: add typesense setup 2023-09-29 12:30:53 +02:00
97b5cd306f feat: add demo mode flag
Related to https://kolaente.dev/vikunja/frontend/issues/2453
2023-09-01 17:47:43 +02:00
c1ccbe8186 feat(docs): update sample config and docs about Typesense config 2023-08-29 11:23:52 +02:00
665c046717 docs: Add Caddyfile to reverse proxies setup (#1580)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1580
Co-authored-by: cr1xus <christoearth@gmail.com>
Co-committed-by: cr1xus <christoearth@gmail.com>
2023-08-21 11:45:35 +00:00
142dacecc0 chore(docs): update list -> project 2023-07-05 17:50:35 +02:00
d83e3a0a03 chore: remove cache options
Cache was not working correctly, added more complexity and actually made response times slower. Because of this, I'm removing all cache options until we figure out a better solution.

Resolves https://kolaente.dev/vikunja/api/issues/1496
Resolves https://kolaente.dev/vikunja/api/issues/907
2023-06-08 17:05:36 +02:00
ef94e0cf86 feat(projects): don't allow deleting or archiving the default project 2023-06-07 21:29:46 +02:00
3b0935d033 docs: remove all traces of namespaces 2023-05-24 15:52:33 +02:00
b482664d82 fix(projects): don't allow making a project child of itself 2023-05-24 15:52:32 +02:00
01723148e8 chore(docs): update error docs 2023-05-24 15:51:55 +02:00
9e5c95fd6d fix(docs): Added Keycloak OpenID example (#1521)
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1521
Reviewed-by: konrad <k@knt.li>
Co-authored-by: jontyms <jontyms@protonmail.com>
Co-committed-by: jontyms <jontyms@protonmail.com>
2023-05-23 11:14:35 +00:00
aa43127e52 fix: provide a proper error message when viewing a link share with an invalid token 2023-04-17 11:08:38 +02:00
a16fd67b51 docs: add docs for installing with sqlite in docker (#70)
Co-authored-by: kolaente <k@knt.li>
Reviewed-On: https://github.com/go-vikunja/api/pull/70
2023-04-13 11:42:15 +02:00
6816f041a1 chore(docs/translation): remove mention of weblate 2023-04-13 11:28:03 +02:00
aaa0593289 feat(docs): various improvements
- removing spaces at end of line
- fixing spelling and grammar mistakes
- making sure 'Vikunja' is spelled the same way everywhere
- prefer using editors word wrap instead of hardcoding word wrap in markdown (reason: different word wrap per editor & end of line space)
- add newline add end where missing
- remove double colon at end of headlines
- remove unnecessary indention
- make sure code blocks and headlines etc always have an empty line around
2023-04-11 16:42:59 +00:00
6cbaf5bbf9 fix(spelling): in config sample (#1489)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1489
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2023-04-11 16:42:41 +00:00
8d7825171f fix(docs): semver link (#1470)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1470
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2023-04-11 12:09:12 +00:00
eb3b4e9ed9 fix(CalDAV): naming 2023-04-11 11:21:40 +00:00
22f89c1ccc docs: add information about our Helm Chart 2023-04-05 13:54:18 +02:00
848f596636 feat(docs): change order of sections in nav (#1471)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1471
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2023-04-05 11:36:21 +00:00
327bb3bed9 docs: remove outdated information 2023-04-03 12:07:50 +02:00
b826c13f38 feat: improve relation kinds docs 2023-04-03 05:43:27 +00:00
a734b86bcd fix(docs): link to usage/api 2023-04-03 02:26:45 +02:00
ae5a3cf020 update prometheus docs for clarity (#1458)
Make it clearer that the `/metrics` endpoint is under `/api/v1`

Co-authored-by: Skyler Hawthorne <skyler@dead10ck.com>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1458
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Skyler Hawthorne <dead10ck@noreply.kolaente.de>
Co-committed-by: Skyler Hawthorne <dead10ck@noreply.kolaente.de>
2023-04-02 18:10:55 +00:00
f45648a6f7 feat(caldav): Sync Reminders / VALARM (#1415)
Co-authored-by: ce72 <christoph.ernst72@googlemail.com>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1415
Reviewed-by: konrad <k@knt.li>
Co-authored-by: cernst <ce72@noreply.kolaente.de>
Co-committed-by: cernst <ce72@noreply.kolaente.de>
2023-04-01 11:09:11 +00:00
3f5252dc24 feat: Add relative Reminders (#1427)
Partially resolves #1416

Co-authored-by: ce72 <christoph.ernst72@googlemail.com>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1427
Reviewed-by: konrad <k@knt.li>
Co-authored-by: cernst <ce72@noreply.kolaente.de>
Co-committed-by: cernst <ce72@noreply.kolaente.de>
2023-03-27 20:07:06 +00:00