|
96620ce946
|
chore(deps): update klakegg/hugo docker tag to v0.110.0 (#1538)
Reviewed-on: vikunja/api#1538
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2023-06-05 14:23:32 +00:00 |
|
|
374cc02399
|
fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.17
|
2023-06-01 00:01:57 +00:00 |
|
|
d68338b649
|
fix(docs): clarify error codes in swagger docs
Resolves vikunja/api#1518
|
2023-05-30 21:37:40 +02:00 |
|
|
8c3ef34f75
|
fix(deps): update github.com/vectordotdev/go-datemath digest to 640a500 (#1532)
Reviewed-on: vikunja/api#1532
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2023-05-30 18:11:31 +00:00 |
|
|
b56e45d743
|
fix: use rewrite when hosting frontend files via the api
Resolves vikunja/api#1531
|
2023-05-30 18:56:37 +02:00 |
|
|
adc9998b19
|
fix(deps): update module github.com/spf13/viper to v1.16.0
|
2023-05-30 11:02:13 +00:00 |
|
|
4ac4dbdaa9
|
fix(deps): update module github.com/stretchr/testify to v1.8.4
|
2023-05-30 10:01:56 +00:00 |
|
|
5f06117167
|
fix(deps): update module github.com/imdario/mergo to v0.3.16
|
2023-05-30 07:51:43 +00:00 |
|
|
a82192080b
|
fix(deps): update module github.com/redis/go-redis/v9 to v9.0.5
|
2023-05-29 07:01:41 +00:00 |
|
|
82beb3bf67
|
feat: remove namespaces, make projects infinitely nestable (#1362)
Reviewed-on: vikunja/api#1362
|
2023-05-24 14:14:02 +00:00 |
|
|
e5dde315fb
|
chore: go mod tidy
|
2023-05-24 15:53:29 +02:00 |
|
|
a51bbd1159
|
fix: don't get favorite task projects filter multiple times
|
2023-05-24 15:52:33 +02:00 |
|
|
4b00f224d9
|
fix: reminder fixture
|
2023-05-24 15:52:33 +02:00 |
|
|
db3c7aa8b0
|
fix: make sure projects are correctly sorted
|
2023-05-24 15:52:33 +02:00 |
|
|
353279cbff
|
fix: fetch all tasks for all projects
|
2023-05-24 15:52:33 +02:00 |
|
|
3b0935d033
|
docs: remove all traces of namespaces
|
2023-05-24 15:52:33 +02:00 |
|
|
9011894a29
|
feat: check for cycles when creating or updating a project's parent
|
2023-05-24 15:52:33 +02:00 |
|
|
edcb806421
|
feat: remove ChildProjects project property
|
2023-05-24 15:52:33 +02:00 |
|
|
f2d943f5c4
|
fix: add missing error code
|
2023-05-24 15:52:33 +02:00 |
|
|
35964ce4a6
|
fix(projects): recalculate project's position after dragging when position would be 0
|
2023-05-24 15:52:33 +02:00 |
|
|
a8b76772ff
|
fix(migration): revert wrongly changed url
|
2023-05-24 15:52:33 +02:00 |
|
|
53b2ade5bb
|
feat(projects): return a favorites pseudo project when the user has favorite tasks
|
2023-05-24 15:52:32 +02:00 |
|
|
b482664d82
|
fix(projects): don't allow making a project child of itself
|
2023-05-24 15:52:32 +02:00 |
|
|
aafcb0bac4
|
fix(projects): don't return child projects twice
|
2023-05-24 15:52:32 +02:00 |
|
|
0110f93313
|
feat: make the new inbox project the default
|
2023-05-24 15:52:32 +02:00 |
|
|
9111db2a16
|
fix: lint config
|
2023-05-24 15:52:32 +02:00 |
|
|
f1cbe50605
|
fix: rename project receiver variable
|
2023-05-24 15:52:32 +02:00 |
|
|
746ac1098f
|
fix(test): adjust fixture bucket and list ids
|
2023-05-24 15:52:32 +02:00 |
|
|
d7396fac57
|
fix(test): adjust fixture id
|
2023-05-24 15:52:32 +02:00 |
|
|
3b00a5c200
|
fix(test): fixtures
|
2023-05-24 15:52:32 +02:00 |
|
|
a21bff3ffb
|
fix: compile errors
|
2023-05-24 15:52:32 +02:00 |
|
|
93056da792
|
chore: go mod tidy
|
2023-05-24 15:52:30 +02:00 |
|
|
ebc3dd2b3e
|
fix: lint errors
|
2023-05-24 15:51:57 +02:00 |
|
|
017f771783
|
chore(test): show table content when db assertion failed
|
2023-05-24 15:51:56 +02:00 |
|
|
abe5f72493
|
fix(migration): enable insert from structure work recursively
|
2023-05-24 15:51:56 +02:00 |
|
|
4b55e2ce03
|
fix(migration): make file migration work with new structure
|
2023-05-24 15:51:56 +02:00 |
|
|
2f81791735
|
chore(export): remove unused events
|
2023-05-24 15:51:56 +02:00 |
|
|
8235c63f60
|
fix(tests): task collection fixtures
|
2023-05-24 15:51:56 +02:00 |
|
|
03b7fa6dd3
|
fix(tests): subscription test fixtures
|
2023-05-24 15:51:56 +02:00 |
|
|
5e6bff20f8
|
fix(tests): task permissions from parents
|
2023-05-24 15:51:56 +02:00 |
|
|
8e56fe558a
|
fix(tests): adjust parent projects
|
2023-05-24 15:51:56 +02:00 |
|
|
154ac61d7c
|
fix(projects): properly check if a user or link share is allowed to create a new project
|
2023-05-24 15:51:56 +02:00 |
|
|
03eb4ecd07
|
fix(tests): permission tests for parent projects
|
2023-05-24 15:51:56 +02:00 |
|
|
d4e644e91e
|
chore(project): fmt
|
2023-05-24 15:51:56 +02:00 |
|
|
48beb5f382
|
fix(project): don't allow un-archiving a project when its parent project is archived
|
2023-05-24 15:51:56 +02:00 |
|
|
0cd633981a
|
fix(project): recursively get all users from all parent projects
|
2023-05-24 15:51:56 +02:00 |
|
|
19f69419f7
|
fix(tasks): task relation test
|
2023-05-24 15:51:55 +02:00 |
|
|
6bb42ced9d
|
fix(tasks): read all tests
|
2023-05-24 15:51:55 +02:00 |
|
|
3b837a472b
|
fix(migration): remove wunderlist leftovers
|
2023-05-24 15:51:55 +02:00 |
|
|
537ba60f2d
|
fix(tasks): get all tasks from parent projects
|
2023-05-24 15:51:55 +02:00 |
|