2063da9eec
chore(web): move web handler package to Vikunja
2024-08-29 16:15:28 +02:00
c05f51b923
chore(deps): update golangci-lint rules
continuous-integration/drone/pr Build is failing
2023-12-19 13:34:31 +01:00
e518fb1191
chore: remove year from copyright headers
...
continuous-integration/drone/push Build is failing
Resolves vikunja/api#1483
2023-09-01 08:32:28 +02:00
5e6bff20f8
fix(tests): task permissions from parents
2023-05-24 15:51:56 +02:00
349e6a5905
feat: rename lists to projects
2023-03-13 14:28:06 +01:00
01271c4c01
feat: allow only the authors of task comments to edit them
continuous-integration/drone/push Build is passing
2022-06-16 17:38:27 +02:00
84291679cc
Add names for link shares ( #829 )
...
continuous-integration/drone/push Build is failing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#829
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-04-07 12:44:39 +00:00
c4a71016b8
Update copyright year
continuous-integration/drone/push Build is failing
2021-02-02 20:19:13 +01:00
9baf6d39bd
Change license to AGPLv3
continuous-integration/drone/push Build is failing
2020-12-23 16:41:52 +01:00
699d3d6060
Add Golangci Lint ( #676 )
...
continuous-integration/drone/push Build is passing
Increase golangci timeout
Fix installing golangci-lint in ci
Remove mage targets replaced by golangci
Run golint in ci
Add goheader linter
Enable & fix more linters
Fix lint issues
Add mage target to automagically fix issues found by golangci
golangci-lint run --fix
Add golangci config
Add golangci mage target
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#676
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-10-11 20:10:03 +00:00
1f039c4cda
Task Comments ( #138 )
...
continuous-integration/drone/push Build is passing
Add swagger docs
Add integration tests
Add tests
Add task comment test fixtures
Add config option to enable/disable task comments
Add custom error if a task comment does not exist
Fix lint
Add getting author when getting a single comment
Fix getting comments/comments author
Add rights check to ReadAll
+ actually get the comment author
Add migration and table definitions
Add routes
Add ReadOne method
Add basic crud rights
Signed-off-by: kolaente <k@knt.li>
Implement basic crudable functions for task comments
Signed-off-by: kolaente <k@knt.li>
Start adding task comments
Signed-off-by: kolaente <k@knt.li>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#138
2020-02-19 21:57:56 +00:00