Commit Graph

772 Commits

Author SHA1 Message Date
Julius Härtl
02eecb3a3f Use mapper classes for relational data
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-04-27 13:08:25 +02:00
Julius Haertl
1e9c86e158 Code cleaup
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-04-27 13:08:25 +02:00
Julius Haertl
2b05227f4b Add Group class
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-04-27 13:08:10 +02:00
Julius Haertl
3e304a9ff2 Use display name for users and groups
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-04-27 13:08:10 +02:00
Julius Härtl
6033baca23 Remove old search endpoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-04-26 14:54:56 +02:00
Julius Härtl
c1ff005710 Use OCS API to search for users/groups
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-04-26 14:42:11 +02:00
Julius Haertl
34c1a681b1 Add jsonSerialize method to RelationalEntity
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-03-20 14:26:03 +01:00
Lars Thoms
873e7cb1cf Fixed SQL statements without prefixes
Signed-off-by: Lars Thoms <lars.thoms@spacecafe.org>
2017-03-04 20:40:23 +01:00
Julius Haertl
15e5a432b6 Improve logging of exceptions catched by SharingMiddleware 2017-02-27 11:27:49 +01:00
Julius Haertl
b5feeeaee3 Fix group acl entries being interpreted as users 2017-02-13 22:06:27 +01:00
Julius Härtl
198e443a24 Merge pull request #33 from juliushaertl/fix-acl-create
Use integer values for Acl type
2017-02-06 22:53:05 +01:00
Julius Haertl
8342e1f99a Remove debug logging and unused function 2017-02-05 22:53:28 +01:00
Julius Haertl
f604f2f779 Remove another string representation 2017-02-05 22:46:29 +01:00
Julius Haertl
0333f31b9a Move to int values for permission type checks 2017-02-03 18:38:01 +01:00
Julius Haertl
dfe8bad832 Do not return string on Acl type getter 2017-02-03 18:35:41 +01:00
Julius Haertl
37437c1d76 Fix check for acl permissions 2017-02-01 18:52:34 +01:00
Julius Haertl
76e9dc15a1 Update Makefile, use tabs and remove duplicate js 2017-01-31 16:16:48 +01:00
Scrutinizer Auto-Fixer
c01bfb5e44 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-01-31 13:01:52 +00:00
Julius Haertl
6dc6f924cf Rename to RelationalEntity to avoid naming collission 2017-01-31 13:43:35 +01:00
Julius Haertl
b0dd73b811 Fix Entity for php 5.6 2017-01-31 13:39:25 +01:00
Scrutinizer Auto-Fixer
094aa6d636 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-01-31 09:28:59 +00:00
Julius Haertl
7cb485b1c5 Cleanup 2017-01-31 10:00:18 +01:00
Julius Haertl
581ca05554 Fix Acl 2017-01-19 13:55:16 +01:00
Julius Haertl
f936afd972 Rename permissions in backend 2017-01-19 11:03:33 +01:00
Julius Haertl
140c860944 Testing BoardMapper 2017-01-18 14:43:00 +01:00
Julius Haertl
73d196aa6c Test controllers 2017-01-18 14:18:29 +01:00
Julius Haertl
eb02f267a5 Fix constructor indentation 2017-01-18 13:38:12 +01:00
Julius Haertl
736c6ced10 Testing mapper on database 2017-01-18 13:32:08 +01:00
Julius Haertl
8f6e923e85 Fix indentation 2017-01-18 12:49:09 +01:00
Julius Haertl
823dbbd04b Testing services 2017-01-18 12:34:58 +01:00
Julius Haertl
b2113963d2 Rewrite permission check and tests 2017-01-16 00:27:35 +01:00
Julius Haertl
75168332e9 Cleanup Middleware 2017-01-13 16:47:15 +01:00
Julius Haertl
da34d7167f Cleanup use statements 2017-01-13 16:46:59 +01:00
Julius Haertl
b0627d8979 Remove dark magic middleware and check permission in services 2017-01-13 16:36:36 +01:00
Julius Haertl
f0aa3777b2 Remove IDb occurences 2017-01-09 21:32:40 +01:00
Julius Haertl
51c65cabd2 Fix array_unique error 2016-12-07 00:39:12 +01:00
Julius Haertl
94053560e7 Complete BoardServiceTest 2016-11-09 14:11:58 +01:00
Julius Haertl
63a604a7e4 Reformat code 2016-11-09 14:00:45 +01:00
Julius Haertl
f2fd7c215c Fix querying for permissions 2016-11-06 23:08:40 +01:00
Julius Haertl
c0c4010cf1 Check permissions in frontend 2016-11-06 22:07:37 +01:00
Julius Haertl
8efe250320 PermissionServiceTest 2016-10-30 22:41:08 +01:00
Julius Haertl
7969f10761 More SharingMiddleware testing 2016-10-30 14:42:40 +01:00
Julius Haertl
9becbe43e1 Fix tests 2016-10-30 13:37:14 +01:00
Julius Haertl
0db8b5646a Get rid of unneeded sql queries 2016-10-30 13:21:05 +01:00
Julius Haertl
83e2cb0a61 Add permission service 2016-10-30 13:20:21 +01:00
Julius Haertl
652ebd9c90 Add SharingMiddlewareTest 2016-10-29 15:15:18 +02:00
Julius Haertl
9d2dc711a8 Add BoardControllerTest 2016-10-29 13:19:18 +02:00
Julius Haertl
5d85771ac0 Disable ui elements if permissions are not sufficient 2016-10-29 02:08:28 +02:00
Julius Haertl
a4d8e6334e Update only fields with changes 2016-10-28 23:24:40 +02:00
Julius Haertl
d16c767017 Fix double board list loading 2016-10-28 22:31:32 +02:00