Commit graph

  • 0df8881028
    Renamed all packages kolaente 2018-07-25 16:24:46 +0200
  • d18570574a
    updated todo kolaente 2018-07-25 00:51:23 +0200
  • e602914659
    Implemented proper check for team rights on namespaces kolaente 2018-07-25 00:49:44 +0200
  • f36eeb662a
    Implemented proper check for team rights on lists kolaente 2018-07-25 00:40:24 +0200
  • 7dc8699cbd
    updated todo + fmt konrad 2018-07-24 17:47:08 +0200
  • 26c2ad078f
    Fixed a bug where it was possible to add a team multiple times to a list/namespace kolaente 2018-07-24 17:46:32 +0200
  • 9638f36788
    implemented deletomg a team from a list kolaente 2018-07-24 17:32:08 +0200
  • 227a2afd37
    implemented viewing all teams of a list kolaente 2018-07-24 17:29:46 +0200
  • edf9b6f2c7
    Implemented creating a team <-> list relation kolaente 2018-07-24 17:29:13 +0200
  • 6ff10e6353
    added missing libraries konrad 2018-07-24 14:06:03 +0200
  • 9de26f6547
    cleanup kolaente 2018-07-24 13:56:57 +0200
  • 9c0c9474e8
    Migrated to dep instead of govendor kolaente 2018-07-24 13:49:45 +0200
  • 0a2eae120e
    More docs konrad 2018-07-24 00:48:02 +0200
  • 7e0965ed91
    docs konrad 2018-07-21 15:45:46 +0200
  • 0487889963
    fmt + lint + docs konrad 2018-07-21 15:28:09 +0200
  • 9979b7e321
    implemented update method via param binder konrad 2018-07-21 15:17:02 +0200
  • 9e75e9b73b
    implemented readone with parambinder konrad 2018-07-21 15:08:46 +0200
  • d06ed68125
    cleanup konrad 2018-07-18 22:19:51 +0200
  • 935c99be45
    implemented read all method for namespace teams konrad 2018-07-18 22:06:29 +0200
  • 6618874441
    Fixed parambinder konrad 2018-07-18 21:54:04 +0200
  • de95ff40bf
    implemented creation of thing via parambinder konrad 2018-07-18 08:56:19 +0200
  • ebb5b332b6
    implemented delete team <-> namespace relation konrad 2018-07-18 08:16:15 +0200
  • 249128a46e
    implemented binding url params directly to struct instead of passing them to the method for deleting items konrad 2018-07-18 08:15:38 +0200
  • f0c003d069
    implemented custom param binder This is currently more a workaround, until the echo pr gets merged konrad 2018-07-17 23:10:54 +0200
  • 1a7779a229
    Merge branch 'master' of ssh://git.kolaente.de:9022/vikunja/api kolaente 2018-07-17 09:10:45 +0200
  • 7feb82702d
    implemented create team <-> namespace relation konrad 2018-07-17 08:44:21 +0200
  • 2e3c10be13
    updated todo + cleanup konrad 2018-07-17 08:16:04 +0200
  • 0439bade41
    updated todo konrad 2018-07-16 22:17:35 +0200
  • a46901397b
    Merge remote-tracking branch 'real-origin/master' kolaente 2018-07-16 09:16:21 +0200
  • f6a816941b
    implemented get all teams the user is part of konrad 2018-07-16 08:52:16 +0200
  • b11bd9f0b1
    fixed lint konrad 2018-07-16 08:45:38 +0200
  • 7dc4cd2173
    Implemented Get one team method konrad 2018-07-16 08:43:47 +0200
  • 8a06db5351
    Implemented team delete method konrad 2018-07-16 08:18:15 +0200
  • 90da51ad7e Updated sample config kolaente 2018-07-15 18:31:43 +0200
  • 4cf0cd233c
    Implemented team update method konrad 2018-07-14 18:29:24 +0200
  • bcbd415529
    Fixed a bug where a struct would have old values in it konrad 2018-07-14 17:46:01 +0200
  • a5552b8f9d
    fixed lint + fmt konrad 2018-07-14 17:37:46 +0200
  • bc0e6da602
    cleanup konrad 2018-07-14 17:36:17 +0200
  • e1c58843e9
    implemented team create method konrad 2018-07-14 17:34:59 +0200
  • 376c649a12
    cleanup konrad 2018-07-12 23:47:50 +0200
  • bb44b2f98c
    fmt konrad 2018-07-12 23:37:14 +0200
  • 7f7b243cbe
    cleanup konrad 2018-07-12 23:36:55 +0200
  • c5888093fe
    Implemented deletion of namespaces konrad 2018-07-12 23:33:37 +0200
  • 55c02bc973
    Fixed CanDelete konrad 2018-07-12 23:33:21 +0200
  • b24b245f4d
    Fixed creation of new namespaces konrad 2018-07-12 23:22:02 +0200
  • e5493965ff
    Fixed creation of new lists konrad 2018-07-12 23:18:50 +0200
  • ddcc063b0b
    Implemented CanCreate method konrad 2018-07-12 23:16:32 +0200
  • 6fd2a97574
    Implemented CanUpdate method konrad 2018-07-12 23:07:03 +0200
  • e3b996c383
    Cleanup konrad 2018-07-12 22:42:41 +0200
  • 4e503072a8
    Implemented CanDelete method for lists and listitems konrad 2018-07-12 21:20:24 +0200
  • 217208274e
    cleanup konrad 2018-07-12 21:10:58 +0200
  • 32fde286db
    Optimized right checking + list.ReadAll now really gets all lists konrad 2018-07-12 21:07:59 +0200
  • bae9c7f35e
    Added right check for namespaces konrad 2018-07-12 13:43:42 +0200
  • fb4fa25f2f
    fmt konrad 2018-07-12 11:55:07 +0200
  • 868b93dbbc
    implemented get one namespace via interface mthod konrad 2018-07-12 11:54:55 +0200
  • 6f5cf55e42
    fmt + lint konrad 2018-07-12 00:37:31 +0200
  • 4ae95c1333
    Updated featurecreep konrad 2018-07-12 00:36:38 +0200
  • 261aaba315
    implemented namespace update via interface method konrad 2018-07-12 00:30:31 +0200
  • 0aa84e653f
    implemented namespace creation via interface method konrad 2018-07-12 00:09:16 +0200
  • 4734a0a6a6
    use echo.NewHTTPError konrad 2018-07-11 14:27:16 +0200
  • 4213f3b08c
    implemented get all namespaces via interface konrad 2018-07-11 13:00:00 +0200
  • 5c4fb7ed73
    implemented delete list item via CRUD konrad 2018-07-11 11:44:17 +0200
  • 281e9c1cd0
    fmt konrad 2018-07-11 02:40:29 +0200
  • ee4a904e35
    Implemented create and update methods for items konrad 2018-07-11 02:39:55 +0200
  • 592dc20af4
    List item creation is now done via handler konrad 2018-07-11 02:13:53 +0200
  • b067425dc3
    more optimization konrad 2018-07-11 01:45:11 +0200
  • e97fa30202
    more optimization konrad 2018-07-11 00:28:53 +0200
  • 237874eda6
    Fixed lint + fmt konrad 2018-07-10 14:02:23 +0200
  • c8622b0029
    Implemented Delete methods on list konrad 2018-07-10 13:27:25 +0200
  • b1de837c4f
    Implemented Create and Update methods on list kolaente 2018-07-09 23:17:19 +0200
  • 9e8f13edf6
    Getting all lists or one works now kolaente 2018-07-09 19:49:27 +0200
  • d5eb2f08e3
    Implemented CRUD Helper, every struct needs its own methods kolaente 2018-07-08 22:50:01 +0200
  • 0c5ed914e0
    CRUD helper now returns directly the target struct filled with data instead of a sub objectq kolaente 2018-07-08 13:26:43 +0200
  • 490f32d46b
    Added CRUD helper method kolaente 2018-07-07 14:19:34 +0200
  • 2d0d074f89
    small optimizations kolaente 2018-07-06 08:40:35 +0200
  • 31eb916af2
    updated featurecreep kolaente 2018-07-05 08:55:34 +0200
  • 462dfc8868
    Implemented method to add a list to a namespace kolaente 2018-07-05 08:52:05 +0200
  • 93efaa95f8
    Implemented method to delete a namespace kolaente 2018-07-04 19:21:04 +0200
  • 2d81330b27
    Removed debugging kolaente 2018-07-04 18:44:13 +0200
  • f59917e721
    Fixed getting all lists of one namespace kolaente 2018-07-04 08:56:52 +0200
  • b57ca9375a
    Fixed namespace updates not working kolaente 2018-07-04 08:15:47 +0200
  • ac134fb16b
    Small fixes to manage namespaces kolaente 2018-07-03 09:09:44 +0200
  • 064e1cd3b7
    Small fixes to manage namespaces kolaente 2018-07-03 08:48:28 +0200
  • e0244e28d7
    Added method to show all lists in a namespace kolaente 2018-07-03 08:26:28 +0200
  • 06cae09f77
    Added method to show one namespace kolaente 2018-07-02 09:09:32 +0200
  • 124e4f4a5b
    Added method to show all namespaces a user has access to kolaente 2018-07-02 08:54:44 +0200
  • 6dfdcb9571
    Added basic functions + endpoints to add/update namespaces kolaente 2018-07-02 08:40:24 +0200
  • bd2bf24813
    Started working on namespaces kolaente 2018-06-14 17:43:00 +0200
  • ac0a50663d
    Added basic definitions for namespaces and teams kolaente 2018-06-14 16:14:49 +0200
  • 6398134eef
    More Featurecreep. Or call it a plan. Whatever you want. kolaente 2018-06-14 14:58:00 +0200
  • 6141956847
    Added swagger UI kolaente 2018-06-14 14:19:19 +0200
  • 33c5f91491
    Updated Roadmap kolaente 2018-06-13 13:49:19 +0200
  • 8500659aec
    added generated swagger spec kolaente 2018-06-13 13:45:53 +0200
  • 4589f3b4bb
    Added docs via swagger kolaente 2018-06-13 13:45:22 +0200
  • 0652125c25
    Fixed returning of user infos when updating a todo item kolaente 2018-06-13 12:18:55 +0200
  • b11a6b912e
    More Featurecreep konrad 2018-06-12 19:57:48 +0200
  • f0f92ad1a1
    Improved creation of list items konrad 2018-06-12 19:57:38 +0200
  • fc974fd87f
    Added endpoint to be able to edit list items konrad 2018-06-12 19:44:47 +0200
  • 1b3b2ccb59
    Improved item deletion rights check konrad 2018-06-12 18:49:56 +0200
  • 1bb7187285
    Added check to only let a user delete his own list konrad 2018-06-12 18:46:59 +0200