Commit Graph

43 Commits

Author SHA1 Message Date
kolaente 96b4f2d1db
fix(projects): don't remove parent project id if the parent project is available in the same run
continuous-integration/drone/push Build is passing Details
Resolves https://github.com/go-vikunja/frontend/issues/139
2024-01-28 15:28:08 +01:00
kolaente 66b44da85b
fix(projects): delete child projects when deleting a project
continuous-integration/drone/push Build is passing Details
2023-12-01 17:27:40 +01:00
kolaente df1f95871a
fix(projects): correctly set project's archived state if their parent was archived
continuous-integration/drone/push Build is failing Details
Resolves vikunja/frontend#3795
2023-11-17 20:00:08 +01:00
kolaente 61bce2b349
fix(projects): don't return child projects multiple times
continuous-integration/drone/push Build is failing Details
2023-11-15 12:56:36 +01:00
kolaente a1ea77f751
feat: accept hex values which start with a #
continuous-integration/drone/push Build is failing Details
2023-10-24 16:12:22 +02:00
kolaente 66cf7ab50a
feat(reminders): include project in reminder notification
continuous-integration/drone/push Build is passing Details
2023-10-20 13:56:14 +02:00
kolaente 1ee243f2bd
fix(project background): add more checks for whether a background file exists when duplicating or deleting a project
continuous-integration/drone/push Build is failing Details
Related discussion: https://community.vikunja.io/t/500-internal-server-error-when-selecting-unsplash-background-image/778/18
2023-09-13 11:20:59 +02:00
kolaente 68d4dcd7e6
fix(projects): don't limit results to top-level projects when searching
continuous-integration/drone/push Build is failing Details
Resolves https://github.com/go-vikunja/api/issues/82
2023-09-07 10:56:59 +02:00
kolaente 0e32d478d1
fix(projects): save done and default bucket when updating project
continuous-integration/drone/pr Build is passing Details
2023-09-03 15:50:47 +02:00
kolaente bbbb45d224
feat: move done bucket setting to project 2023-09-03 15:01:35 +02:00
kolaente e518fb1191
chore: remove year from copyright headers
continuous-integration/drone/push Build is failing Details
Resolves vikunja/api#1483
2023-09-01 08:32:28 +02:00
kolaente 010b4ce783
feat(tasks): add searching via typesense 2023-08-28 12:14:50 +02:00
kolaente 5e8084c194
fix(project): duplicating a project should not create two backlog buckets
continuous-integration/drone/push Build is passing Details
Resolves https://community.vikunja.io/t/when-duplicating-a-project-the-resulting-project-has-an-extra-bucket/1524
2023-08-23 16:19:42 +02:00
kolaente acb03c430e
fix(user): allow deleting a user if they have a default project
continuous-integration/drone/push Build is failing Details
Resolves https://github.com/go-vikunja/api/issues/78
2023-08-23 16:10:51 +02:00
kolaente 117c569721
fix(projects): return subprojects which were shared from another user
continuous-integration/drone/push Build is passing Details
2023-07-03 11:45:29 +02:00
kolaente ef94e0cf86
feat(projects): don't allow deleting or archiving the default project
continuous-integration/drone/push Build is passing Details
2023-06-07 21:29:46 +02:00
kolaente ebfb3f9aaa
fix(filter): don't try to get the real subscription for a saved filter project
continuous-integration/drone/push Build is failing Details
2023-06-07 20:41:59 +02:00
kolaente 7755b9cd49
fix(projects): delete project in the correct order 2023-06-07 20:28:36 +02:00
kolaente 67825425a4
fix(filters): return all filters with all projects, not grouped under a pseudo project 2023-06-07 18:55:36 +02:00
kolaente e3842b6df7
fix(projects): reset pagination limit when fetching subprojects
continuous-integration/drone/push Build is passing Details
2023-06-06 17:24:27 +02:00
kolaente db3c7aa8b0
fix: make sure projects are correctly sorted 2023-05-24 15:52:33 +02:00
kolaente 9011894a29
feat: check for cycles when creating or updating a project's parent 2023-05-24 15:52:33 +02:00
kolaente edcb806421
feat: remove ChildProjects project property 2023-05-24 15:52:33 +02:00
kolaente 35964ce4a6
fix(projects): recalculate project's position after dragging when position would be 0 2023-05-24 15:52:33 +02:00
kolaente 53b2ade5bb
feat(projects): return a favorites pseudo project when the user has favorite tasks 2023-05-24 15:52:32 +02:00
kolaente b482664d82
fix(projects): don't allow making a project child of itself 2023-05-24 15:52:32 +02:00
kolaente aafcb0bac4
fix(projects): don't return child projects twice 2023-05-24 15:52:32 +02:00
kolaente 0110f93313
feat: make the new inbox project the default 2023-05-24 15:52:32 +02:00
kolaente f1cbe50605
fix: rename project receiver variable 2023-05-24 15:52:32 +02:00
kolaente a21bff3ffb
fix: compile errors 2023-05-24 15:52:32 +02:00
kolaente 537ba60f2d
fix(tasks): get all tasks from parent projects 2023-05-24 15:51:55 +02:00
kolaente ceaa9c0e03
feat(subscriptions): make sure all subscriptions are inherited properly 2023-05-24 15:51:55 +02:00
kolaente 438f5c8e12
fix(projects): don't check if new projects are archived 2023-05-24 15:51:55 +02:00
kolaente 3e8d1b3667
chore(projects) use a slice again 2023-05-24 15:51:55 +02:00
kolaente 18b9ff8512
feat(projects): check parent project when checking archived status 2023-05-24 15:51:55 +02:00
kolaente d799915e78
feat(projects): get all projects recursively 2023-05-24 15:51:55 +02:00
kolaente 8cff813e9f
fix(project): remove namespaces from creating projects 2023-05-24 15:51:54 +02:00
kolaente 2dcd6451a4
fix(project): remove namespaces from getting projects 2023-05-24 15:51:54 +02:00
kolaente 386e218b95
feat(migration): use new structure for migration 2023-05-24 15:51:54 +02:00
kolaente fef253312c
feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
kolaente 16de7cd591
feat(projects): remove namespaces 2023-05-24 15:51:54 +02:00
kolaente 0795828a9f
feat(projects): add parent project, migrate namespaces 2023-05-24 15:51:54 +02:00
WofWca 6aadaaaffc chore: rename files (fix typo)
continuous-integration/drone/push Build is failing Details
2023-03-21 19:02:05 +00:00