| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 3 | -6/+6 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 10 | -10/+0 |
* | dont show remote and email options if we have an exact match for local user e... | Robin Appelman | 2020-04-08 | 2 | -8/+28 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -1/+3 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | Limit user search in Collaborators plugins | Julius Härtl | 2020-03-20 | 3 | -5/+50 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -1/+5 |
* | Decouple resource provider registration | Daniel Kesselberg | 2019-12-07 | 2 | -27/+79 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 13 | -14/+50 |
* | Fix autocomplete suggestions with numeric user ids | Joas Schilling | 2019-11-26 | 1 | -2/+3 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 |
* | Extend data returned when searching remote shares | John Molakvoæ (skjnldsv) | 2019-10-29 | 2 | -2/+25 |
* | Add a repair step to clear the projects access cache | Joas Schilling | 2019-08-21 | 1 | -0/+8 |
* | Change the logic so projects are only shown when you can access all resources | Joas Schilling | 2019-08-21 | 1 | -3/+6 |
* | Set type for access column on cacheAccessForCollection | Daniel Kesselberg | 2019-05-02 | 1 | -1/+1 |
* | Escape the search terms on the server | Joas Schilling | 2019-03-28 | 1 | -2/+6 |
* | Make sure the recursive result is returned :-X | Joas Schilling | 2019-03-28 | 1 | -1/+1 |
* | Force boolean type for access parameter | Julius Härtl | 2019-03-22 | 1 | -1/+1 |
* | Use rich objects instead of name, link and icon | Joas Schilling | 2019-03-19 | 2 | -76/+12 |
* | Replace the icon-class with an absolute link to an image | Joas Schilling | 2019-03-19 | 2 | -4/+4 |
* | Cleanup some PHPDoc leftovers and unused variables | Morris Jobke | 2019-03-06 | 1 | -4/+0 |
* | Listen to IUser::postDelete | Julius Härtl | 2019-03-01 | 1 | -1/+1 |
* | Access for a collection can only become true | Joas Schilling | 2019-03-01 | 1 | -0/+1 |
* | Register providers via class names | Joas Schilling | 2019-03-01 | 1 | -5/+26 |
* | Add a listener for the events | Joas Schilling | 2019-03-01 | 1 | -0/+66 |
* | Also cache the resource type because it is part of the identifier | Joas Schilling | 2019-03-01 | 1 | -1/+24 |
* | Fix unused variable $access | Joas Schilling | 2019-03-01 | 1 | -2/+1 |
* | Fix doc block | Joas Schilling | 2019-03-01 | 1 | -2/+1 |
* | Don't throw on UniqueConstraintViolationException since a written value is ok... | Joas Schilling | 2019-03-01 | 1 | -2/+8 |
* | Cache the access manually too | Joas Schilling | 2019-03-01 | 1 | -0/+51 |
* | Fix SQL statement and provider method call | Julius Härtl | 2019-03-01 | 1 | -13/+13 |
* | Make sure the results are always sorted the same | Joas Schilling | 2019-03-01 | 1 | -0/+1 |
* | Improve searchCollections() | Joas Schilling | 2019-03-01 | 1 | -6/+20 |
* | Further work on the access cache | Joas Schilling | 2019-03-01 | 3 | -68/+252 |
* | Start implementing access cache | Joas Schilling | 2019-03-01 | 3 | -8/+102 |
* | Fix doc blocks | Joas Schilling | 2019-03-01 | 3 | -25/+27 |
* | Implement search and rename in backend | Julius Härtl | 2019-03-01 | 1 | -0/+44 |
* | Add link to resource provider | Julius Härtl | 2019-03-01 | 2 | -0/+32 |
* | Only call resource provider if type matches | Julius Härtl | 2019-03-01 | 1 | -10/+27 |
* | Allow apps to register resource providers | Julius Härtl | 2019-03-01 | 1 | -4/+11 |
* | Add iconClass to resources | Julius Härtl | 2019-03-01 | 2 | -0/+31 |
* | Insert new collection into database | Julius Härtl | 2019-03-01 | 1 | -1/+4 |
* | Make names mandatory | Joas Schilling | 2019-03-01 | 3 | -20/+61 |
* | Allow to create collections | Joas Schilling | 2019-03-01 | 1 | -0/+8 |
* | Provider functionality | Joas Schilling | 2019-03-01 | 3 | -0/+96 |
* | Add a controller with the most important methods | Joas Schilling | 2019-03-01 | 1 | -4/+3 |
* | Basic implementation of resource and collection handling | Joas Schilling | 2019-03-01 | 3 | -0/+304 |
* | Search sharees on lookup server when explicitly requested by user | Christoph Wurst | 2019-02-26 | 1 | -1/+1 |
* | allow group backends to mark that a group should now be shown in search dialogs | Robin Appelman | 2019-02-25 | 1 | -0/+4 |
* | Always query lookup server in GS mode | Roeland Jago Douma | 2019-02-21 | 1 | -1/+1 |