Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load auth tokens with the initial state API | Christoph Wurst | 2019-03-01 | 10 | -145/+324 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #11871 from nextcloud/feature/11015/collaboration-resources | Roeland Jago Douma | 2019-03-01 | 74 | -1295/+3952 |
|\ | | | | | Collaboration resources | ||||
| * | Remove unneeded files | Julius Härtl | 2019-03-01 | 2 | -6281/+0 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Add bundled files | Julius Härtl | 2019-03-01 | 10 | -25/+445 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Fix files_external tests | Joas Schilling | 2019-03-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fetch node and filename also if access cache was used | Julius Härtl | 2019-03-01 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Fix tests | Julius Härtl | 2019-03-01 | 5 | -3/+32 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Properly handle null as ownerId if file system access is denied by access token | Julius Härtl | 2019-03-01 | 1 | -2/+6 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Fix tests | Julius Härtl | 2019-03-01 | 4 | -9/+14 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Listen to IUser::postDelete | Julius Härtl | 2019-03-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Use nextcloud-vue-collection 0.1.2 | Julius Härtl | 2019-03-01 | 4 | -11/+24 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Update autoloader | Joas Schilling | 2019-03-01 | 4 | -2/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Access for a collection can only become true | Joas Schilling | 2019-03-01 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Register providers via class names | Joas Schilling | 2019-03-01 | 3 | -8/+30 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add a listener for the events | Joas Schilling | 2019-03-01 | 2 | -0/+71 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 21 | -256/+332 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Invalidate the cache when a share is updated | Joas Schilling | 2019-03-01 | 2 | -0/+46 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Also cache the resource type because it is part of the identifier | Joas Schilling | 2019-03-01 | 3 | -3/+44 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix unused variable $access | Joas Schilling | 2019-03-01 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix doc block | Joas Schilling | 2019-03-01 | 3 | -6/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add invalidation methods to the interface | Joas Schilling | 2019-03-01 | 1 | -0/+19 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Don't throw on UniqueConstraintViolationException since a written value is ↵ | Joas Schilling | 2019-03-01 | 1 | -2/+8 |
| | | | | | | | | | | | | okay enough Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Cache the access manually too | Joas Schilling | 2019-03-01 | 1 | -0/+51 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Also check the access to collections on preparing | Joas Schilling | 2019-03-01 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add default value, because null does not trigger unique-key | Joas Schilling | 2019-03-01 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Use nextcloud-vue-collections library | Julius Härtl | 2019-03-01 | 11 | -1603/+807 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Merge webpack into main one | Julius Härtl | 2019-03-01 | 8 | -100/+50 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Fix SQL statement and provider method call | Julius Härtl | 2019-03-01 | 1 | -13/+13 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Use icon-close to remove resources | Julius Härtl | 2019-03-01 | 1 | -1/+6 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Make sure the results are always sorted the same | Joas Schilling | 2019-03-01 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Improve searchCollections() | Joas Schilling | 2019-03-01 | 1 | -6/+20 |
| | | | | | | | | | | | | | | * Search ignores collection where we know the user can not access them * If we filtered all results, we start over with a bigger offset Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Further work on the access cache | Joas Schilling | 2019-03-01 | 9 | -98/+305 |
| | | | | | | | | | | | | Searching for all is still a problem Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Start implementing access cache | Joas Schilling | 2019-03-01 | 4 | -9/+127 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix doc blocks | Joas Schilling | 2019-03-01 | 10 | -54/+64 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add icon for resource type and icons for folder/file | Julius Härtl | 2019-03-01 | 4 | -3/+19 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Add eslint settings and reorganize files | Julius Härtl | 2019-03-01 | 8 | -130/+6424 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Add files_sharing package-lock Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Implement search and rename in backend | Julius Härtl | 2019-03-01 | 4 | -1/+98 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Implement frontend for search/rename | Julius Härtl | 2019-03-01 | 11 | -262/+438 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Move to vuex Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Add link to resource provider | Julius Härtl | 2019-03-01 | 5 | -1/+64 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Only call resource provider if type matches | Julius Härtl | 2019-03-01 | 3 | -14/+50 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Allow apps to register resource providers | Julius Härtl | 2019-03-01 | 3 | -4/+24 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Add iconClass to resources | Julius Härtl | 2019-03-01 | 7 | -3/+62 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Make sure we query the node before fetching the name | Julius Härtl | 2019-03-01 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Adjust OCP.Collaboration | Julius Härtl | 2019-03-01 | 2 | -131/+28 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Use proper public javascript methods | Julius Härtl | 2019-03-01 | 4 | -65/+47 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Add javascript API for collaboration resources | Julius Härtl | 2019-03-01 | 3 | -1/+167 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Adjust parameter names on createCollectionOnResource | Julius Härtl | 2019-03-01 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Add vue app for collaboration resources | Julius Härtl | 2019-03-01 | 5 | -0/+521 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Add js api for resources Signed-off-by: Julius Härtl <jus@bitgrid.net> More frontend work Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Move files_sharing to webpack | Julius Härtl | 2019-03-01 | 8 | -2/+133 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Insert new collection into database | Julius Härtl | 2019-03-01 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |