Commit Graph

20 Commits

Author SHA1 Message Date
konrad 301a4eedda New structure (#7) 2018-10-31 12:42:38 +00:00
kolaente 224cebfd10
Fixed tests failing 2018-10-06 22:26:17 +02:00
konrad a4137b3d6f
Added more checks to not leave an error unpassed when checking for rights 2018-10-06 13:25:37 +02:00
konrad 06638fccc8
Fixed lint & misspell 2018-10-06 13:07:42 +02:00
konrad a108ed689d
Added extra function to get a list without tasks or user objects 2018-10-06 13:05:29 +02:00
kolaente c018589749
fixed lint + fmt 2018-09-12 21:45:30 +02:00
kolaente 1f3f8afa85
Fixed a bug where it was not possible for a user to see a namespace which could be access by a team the user was in 2018-09-12 20:13:00 +02:00
kolaente e85d3c4f36
Fixed a bug where a user didn't had access to lists which are not his own, but part of a namespace he owns 2018-09-12 19:56:07 +02:00
konrad 521e7c3bef
List rights are now respected 2018-09-06 08:42:18 +02:00
konrad 422662e3e1
updated featurecreep 2018-09-04 19:54:15 +02:00
kolaente e602914659
Implemented proper check for team rights on namespaces 2018-07-25 00:49:44 +02:00
kolaente f36eeb662a
Implemented proper check for team rights on lists 2018-07-25 00:40:24 +02:00
konrad 9979b7e321
implemented update method via param binder 2018-07-21 15:17:02 +02:00
konrad de95ff40bf
implemented creation of thing via parambinder 2018-07-18 08:56:19 +02:00
konrad 249128a46e
implemented binding url params directly to struct instead of passing them to the method for deleting items 2018-07-18 08:15:38 +02:00
konrad 55c02bc973
Fixed CanDelete 2018-07-12 23:33:21 +02:00
konrad ddcc063b0b
Implemented CanCreate method 2018-07-12 23:16:32 +02:00
konrad 6fd2a97574
Implemented CanUpdate method 2018-07-12 23:07:03 +02:00
konrad 4e503072a8
Implemented CanDelete method for lists and listitems 2018-07-12 21:20:24 +02:00
konrad 32fde286db
Optimized right checking
+ list.ReadAll now really gets all lists
2018-07-12 21:07:59 +02:00