Commit Graph

85 Commits

Author SHA1 Message Date
db2d868eed Return iso dates for everything date related from the api (#130)
All checks were successful
continuous-integration/drone/push Build is passing
Remove traces of unix timestamp

Revert renaming reminder table column

Fix staticcheck

Remove unused table call

Add migration for renaming reminders table

Fix issues with using TimeStamp

Fix lint

Updated all created / updated fields to use TimeStamps

Add comments

Convert all created / updated fields to datetime

Add time util package

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#130
2020-02-08 12:48:49 +00:00
1f99238019
Update copyright header
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-07 17:27:45 +01:00
7e9446ea07 Refactor User and DB handling (#123)
All checks were successful
continuous-integration/drone/push Build is passing
fix copyright date

Add more user tests

More user tests

More user tests

Start refactoring user tests

Docs

Fix lint

Fix db fixtures init in tests

Fix models test

Fix loading fixtures

Fix ineffasign

Fix lint

Fix integration tests

Fix init of test engine creation

Fix user related tests

Better handling of creating test enging

Moved all fixtures to db package

Moved all fixtures to db package

Moved user related stuff to seperate package

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#123
2020-01-26 17:08:06 +00:00
a0c5e4e985 Update copyright year (#118)
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-09 17:33:22 +00:00
720df3cbed Add task identifier (#115)
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-07 22:28:45 +00:00
e890001ee1 Consistent copyright text in file headers (#112)
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-04 19:39:56 +00:00
7e4deab8f7 Task collection improvements (#109)
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-01 13:38:11 +00:00
8948a5f219 Improve pagination (#105)
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-23 21:11:40 +00:00
fdd1624121 Small link share fixes (#96)
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-07 13:19:23 +00:00
8d57923a7d Sharing of lists via public links (#94)
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-31 20:56:41 +00:00
66cdd79666 Refactor ListTask to Task (#92)
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-14 20:19:04 +00:00
be14634e1e GetUser now returns a pointer (#93)
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-14 19:59:31 +00:00
208eb4e68c
Fixed swaggerdocs of description fields
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-21 23:57:19 +02:00
ef0e7c9769 Use longtext instead of varchar(1000) on description fields (#88)
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-18 19:56:34 +00:00
b63928850a Simplify structure by having less files (#86)
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-16 14:15:40 +00:00
f1d21ea52b
Use the auth methods to get IDs to avoid unneeded casts
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-28 10:21:48 +02:00
87873e53c5 Fix rights checks (#70)
All checks were successful
continuous-integration/drone/push Build is passing
2019-04-01 19:48:48 +00:00
be5a17e993 DB Migrations (#67)
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-29 17:54:35 +00:00
1b84292332 Fix lint errs (#59)
All checks were successful
continuous-integration/drone/push Build is passing
2019-02-18 19:32:41 +00:00
364a172876 Assignees optimizations (#47)
All checks were successful
the build was successful
2019-01-08 19:13:07 +00:00
607dbd6ae8 API Docs improvements (#46)
All checks were successful
the build was successful
2019-01-03 22:22:06 +00:00
0c1d786ade Exlicitly get the pseudonamespace with all shared lists (#32)
All checks were successful
the build was successful
2018-12-04 10:16:42 +00:00
cc6b35e314 Priorites for tasks (#31)
All checks were successful
the build was successful
2018-12-02 00:49:30 +00:00
007d8ec375 Fixed generation of swagger docs (#29)
All checks were successful
the build was successful
2018-12-01 01:59:17 +00:00
ce2cae9430 Move the crudhandler to own repo (#27)
All checks were successful
the build was successful
2018-11-30 23:26:56 +00:00
3f44e3b83e Change License to GPLv3 (#26)
All checks were successful
the build was successful
2018-11-26 20:17:33 +00:00
b73786f7fe Make validation less verbose (#24)
All checks were successful
the build was successful
2018-11-25 21:38:50 +00:00
d51ed8defd make validation less verbose (#23)
Some checks failed
the build failed
2018-11-24 12:44:40 +00:00
0c544fe355 Added validation for structs (#19)
All checks were successful
the build was successful
2018-11-16 23:17:37 +00:00
373bbd2202 Migrate to new swagger docs generation (#18)
All checks were successful
the build was successful
2018-11-12 15:46:35 +00:00
d3de658882 Implemented search for everything (#17)
All checks were successful
the build was successful
2018-11-09 17:33:06 +00:00
d232836423 Added pagination (#16)
All checks were successful
the build was successful
2018-11-09 10:30:17 +00:00
d03fca801b CalDAV support (#15)
All checks were successful
the build was successful
2018-11-03 15:05:45 +00:00
31a4a1dd00 Added a route to get all tasks sorted desc by their due dates (#14)
All checks were successful
the build was successful
2018-11-02 16:59:49 +00:00
301a4eedda New structure (#7)
All checks were successful
the build was successful
2018-10-31 12:42:38 +00:00