aboutsummaryrefslogtreecommitdiff
path: root/src/main/java (follow)
Commit message (Expand)AuthorAgeLines
* Version 1.0.0. No longer using `v1` in path.v1.0.0devAdrián Oliva2023-05-29-1/+1
* Getting average of time to complete tasks.Adrián Oliva2023-05-29-0/+58
* New get function and sorting problems.Adrián Oliva2023-05-29-9/+10
* Typo.Adrián Oliva2023-05-29-1/+1
* First instance for pagination.Adrián Oliva2023-05-29-0/+75
* Little API call to retrieve last index used.Adrián Oliva2023-05-28-0/+9
* Can set due date to null from edit.Adrián Oliva2023-05-28-1/+7
* Added more comments to help setup a database.Adrián Oliva2023-05-27-0/+6
* Just removing a not useful semi-colon.Adrián Oliva2023-05-27-1/+1
* Maybe a better way to allow Front End access API.Adrián Oliva2023-05-27-12/+10
* Changing priority case.Adrián Oliva2023-05-26-1/+1
* CORS problem.Adrián Oliva2023-05-26-0/+14
* Added a GET request with filters.Adrián Oliva2023-05-26-1/+53
* New DELETE request to delete a to do.Adrián Oliva2023-05-26-5/+22
* Added blank spaces everywhere.Adrián Oliva2023-05-25-1/+4
* New GET for sorted to dos.Adrián Oliva2023-05-25-9/+71
* New PUT request to edit to dos.Adrián Oliva2023-05-25-3/+20
* New PUT to set undone.Adrián Oliva2023-05-25-0/+13
* POST to set done.Adrián Oliva2023-05-25-5/+31
* Extended "save" method.Adrián Oliva2023-05-25-1/+21
* Little typo on POST.Adrián Oliva2023-05-25-1/+1
* Added new comments and reformatted an empty function.Adrián Oliva2023-05-25-4/+4
* Added HTTP responses and text has max length.Adrián Oliva2023-05-25-0/+10
* Added a POST endpoint.Adrián Oliva2023-05-25-6/+26
* Added GET endpoint to list to dos.Adrián Oliva2023-05-25-4/+203
* Added ToDos class.Adrián Oliva2023-05-25-0/+124
* First simple Get Request.Adrián Oliva2023-05-24-0/+19