Commit Graph

50 Commits

Author SHA1 Message Date
kolaente 7eb59f577c
feat: add very basic bruno collection
continuous-integration/drone/push Build is failing Details
2023-10-10 21:04:57 +02:00
kolaente 9dc419e854
Add file volume to the docker image
continuous-integration/drone/push Build is passing Details
2019-11-24 18:36:43 +01:00
konrad 12eaddc8ee Added http endpoint to list all users on a list (#87)
continuous-integration/drone/push Build is passing Details
2019-07-18 16:38:21 +00:00
konrad 3872d1d8a7 Integration tests (#71)
continuous-integration/drone/push Build is passing Details
2019-04-21 18:18:17 +00:00
kolaente 93dbaea303
Fixed priority not updating when set to 0
continuous-integration/drone/push Build is passing Details
2019-04-05 12:40:40 +02:00
konrad 15ef6deabc Use query params to sort tasks instead of url params (#61)
continuous-integration/drone/push Build is passing Details
2019-02-18 18:06:15 +00:00
konrad 9e635ea54e Improve logging handling (#57)
continuous-integration/drone/push Build is passing Details
2019-01-25 11:40:54 +00:00
konrad 75431e1ca5 Rights performance improvements for lists and namespaces (#54)
continuous-integration/drone/push Build is failing Details
2019-01-21 22:08:04 +00:00
konrad 318920fe29 Improve label handling (#48)
the build was successful Details
2019-01-09 23:08:12 +00:00
konrad 364a172876 Assignees optimizations (#47)
the build was successful Details
2019-01-08 19:13:07 +00:00
konrad 6b40df50d3 Add labels to tasks (#45)
the build was successful Details
2018-12-31 01:18:41 +00:00
konrad d39007baa0 Task assignees (#44)
the build was successful Details
2018-12-29 14:29:50 +00:00
konrad 3814b8a504 Add bulk edit for tasks (#42)
the build was successful Details
2018-12-28 21:49:46 +00:00
konrad 5a93475be9 Get tasks between a date range (#41)
the build was successful Details
2018-12-22 18:06:14 +00:00
konrad cbc5995ad3 Various user fixes (#38)
the build was successful Details
2018-12-19 21:05:25 +00:00
konrad 0c1d786ade Exlicitly get the pseudonamespace with all shared lists (#32)
the build was successful Details
2018-12-04 10:16:42 +00:00
konrad 8e5ff72c4a
fixed path to get all tasks (echo bug)
the build was successful Details
2018-12-02 19:31:03 +01:00
konrad cc6b35e314 Priorites for tasks (#31)
the build was successful Details
2018-12-02 00:49:30 +00:00
konrad 6c5885747b Subtasks (#28)
the build was successful Details
2018-12-01 02:00:57 +00:00
konrad ce2cae9430 Move the crudhandler to own repo (#27)
the build was successful Details
2018-11-30 23:26:56 +00:00
konrad 06fc9f7886 Repeating tasks (#25)
the build was successful Details
2018-11-26 20:24:00 +00:00
konrad fded3c23d0 Multiple Reminders (#22)
the build was successful Details
2018-11-21 15:03:47 +00:00
konrad 0c544fe355 Added validation for structs (#19)
the build was successful Details
2018-11-16 23:17:37 +00:00
konrad d3de658882 Implemented search for everything (#17)
the build was successful Details
2018-11-09 17:33:06 +00:00
konrad d232836423 Added pagination (#16)
the build was successful Details
2018-11-09 10:30:17 +00:00
konrad d03fca801b CalDAV support (#15)
the build was successful Details
2018-11-03 15:05:45 +00:00
konrad 31a4a1dd00 Added a route to get all tasks sorted desc by their due dates (#14)
the build was successful Details
2018-11-02 16:59:49 +00:00
konrad 9e539b8c40 Fix checking for an email verification token (#10)
the build was successful Details
2018-11-01 22:59:20 +00:00
konrad 4713023a97 Prevent login from inactive (aka non-verified) users (#8)
the build failed Details
2018-11-01 22:47:41 +00:00
konrad 738c22b5f9 Add user email verification when registering (#5)
the build failed Details
2018-10-27 13:14:55 +00:00
konrad d0c30cb089 Password reset with token only (#4)
the build failed Details
2018-10-27 13:12:15 +00:00
konrad 0cfea682ea Add password reset (#3)
the build failed Details
2018-10-27 09:33:28 +00:00
kolaente d8f6a628db
Replaced CObject with a function returning an object 2018-10-11 17:53:59 +02:00
konrad f969593c0a
Improved error handling
the build was successful Details
2018-10-06 15:04:14 +02:00
kolaente 1139eee2ad
Improved update password method to ask the current password 2018-10-04 07:53:45 +02:00
kolaente 64d290bcae
Added endpoint to search for users 2018-09-20 19:42:01 +02:00
kolaente 067672dcb4
Added an endpoint to update a team <-> namespace relation 2018-09-19 08:16:04 +02:00
kolaente aa40ab8eed
Added an endpoint to update a team <-> list relation 2018-09-19 08:08:41 +02:00
kolaente 5e8597699d
Added endpoint to update a user <-> namespace relation 2018-09-19 08:03:39 +02:00
kolaente 4f538abc83
Added endpoint to update a users right for a list 2018-09-19 07:54:47 +02:00
konrad 7c9818440a
updated todo 2018-09-12 22:59:45 +02:00
konrad 521e7c3bef
List rights are now respected 2018-09-06 08:42:18 +02:00
konrad f2758e239c
Added namespace user rights
the build was successful Details
2018-09-04 20:15:24 +02:00
konrad 422662e3e1
updated featurecreep 2018-09-04 19:54:15 +02:00
konrad efaa277751
Added methods to revoke a users access to a list 2018-08-30 18:52:12 +02:00
konrad b1c3e92f66
Added methods to give users access to a list 2018-08-30 08:58:09 +02:00
konrad d31f16aff1
Renamed list items to tasks 2018-08-30 08:09:17 +02:00
kolaente 935aef8a38
Added check for list title when creating a new list 2018-07-26 10:29:09 +02:00
konrad bc580e0115
Added method to add a user to a team 2018-07-26 09:53:32 +02:00
kolaente 4baf74a999
Added http test files
the build failed Details
2018-07-25 22:26:53 +02:00