Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -1/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Decouple resource provider registration | Daniel Kesselberg | 2019-12-07 | 2 | -27/+79 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 13 | -14/+50 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix autocomplete suggestions with numeric user ids | Joas Schilling | 2019-11-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Extend data returned when searching remote shares | John Molakvoæ (skjnldsv) | 2019-10-29 | 2 | -2/+25 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add a repair step to clear the projects access cache | Joas Schilling | 2019-08-21 | 1 | -0/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Change the logic so projects are only shown when you can access all resources | Joas Schilling | 2019-08-21 | 1 | -3/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Set type for access column on cacheAccessForCollection | Daniel Kesselberg | 2019-05-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Escape the search terms on the server | Joas Schilling | 2019-03-28 | 1 | -2/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make sure the recursive result is returned :-X | Joas Schilling | 2019-03-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Force boolean type for access parameter | Julius Härtl | 2019-03-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use rich objects instead of name, link and icon | Joas Schilling | 2019-03-19 | 2 | -76/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Replace the icon-class with an absolute link to an image | Joas Schilling | 2019-03-19 | 2 | -4/+4 |
| | | | | | | Otherwise the icon can not be displayed in mobile apps Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Cleanup some PHPDoc leftovers and unused variables | Morris Jobke | 2019-03-06 | 1 | -4/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Listen to IUser::postDelete | Julius Härtl | 2019-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | 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 | 1 | -5/+26 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a listener for the events | Joas Schilling | 2019-03-01 | 1 | -0/+66 |
| | | | | 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 | 1 | -1/+24 |
| | | | | 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 | 1 | -2/+1 |
| | | | | 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> | ||||
* | 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> | ||||
* | 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 | 3 | -68/+252 |
| | | | | | | Searching for all is still a problem Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Start implementing access cache | Joas Schilling | 2019-03-01 | 3 | -8/+102 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix doc blocks | Joas Schilling | 2019-03-01 | 3 | -25/+27 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Implement search and rename in backend | Julius Härtl | 2019-03-01 | 1 | -0/+44 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add link to resource provider | Julius Härtl | 2019-03-01 | 2 | -0/+32 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Only call resource provider if type matches | Julius Härtl | 2019-03-01 | 1 | -10/+27 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Allow apps to register resource providers | Julius Härtl | 2019-03-01 | 1 | -4/+11 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add iconClass to resources | Julius Härtl | 2019-03-01 | 2 | -0/+31 |
| | | | | 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> | ||||
* | Make names mandatory | Joas Schilling | 2019-03-01 | 3 | -20/+61 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to create collections | Joas Schilling | 2019-03-01 | 1 | -0/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Provider functionality | Joas Schilling | 2019-03-01 | 3 | -0/+96 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a controller with the most important methods | Joas Schilling | 2019-03-01 | 1 | -4/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Basic implementation of resource and collection handling | Joas Schilling | 2019-03-01 | 3 | -0/+304 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Search sharees on lookup server when explicitly requested by user | Christoph Wurst | 2019-02-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | allow group backends to mark that a group should now be shown in search dialogs | Robin Appelman | 2019-02-25 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Always query lookup server in GS mode | Roeland Jago Douma | 2019-02-21 | 1 | -1/+1 |
| | | | | | | | | Without the lookupserver GS is kind of useless. If the admin places their lookup sever outside of the reachable network that is not something we can help. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix injection to get the user id | Julius Härtl | 2018-10-30 | 1 | -4/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add uuid/name entry to Remote/MailPlugin tests | Julius Härtl | 2018-10-30 | 1 | -2/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add name field to mail and remote results | Julius Härtl | 2018-10-30 | 2 | -0/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add local share if remote cloud id matches a local user ones | Julius Härtl | 2018-10-30 | 1 | -2/+12 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make enhancing entries with type property optional | Julius Härtl | 2018-10-30 | 2 | -8/+22 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add type to Remote and Mail plugins | Julius Härtl | 2018-10-30 | 2 | -2/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |