| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix injection to get the user id | Julius Härtl | 2018-10-30 | 1 | -4/+7 |
* | Add uuid/name entry to Remote/MailPlugin tests | Julius Härtl | 2018-10-30 | 1 | -2/+3 |
* | Add name field to mail and remote results | Julius Härtl | 2018-10-30 | 2 | -0/+6 |
* | Add local share if remote cloud id matches a local user ones | Julius Härtl | 2018-10-30 | 1 | -2/+12 |
* | Make enhancing entries with type property optional | Julius Härtl | 2018-10-30 | 2 | -8/+22 |
* | Add type to Remote and Mail plugins | Julius Härtl | 2018-10-30 | 2 | -2/+6 |
* | Add collaborators uuid to properly render the avatar and for later grouping | Julius Härtl | 2018-10-30 | 2 | -0/+7 |
* | Filter out generic remote result for local users | Julius Härtl | 2018-10-30 | 1 | -7/+17 |
* | Filter out local users from address book remote searches | Julius Härtl | 2018-10-30 | 1 | -2/+11 |
* | Do not try to contact lookup server without internet connection or URL | Arthur Schiwon | 2018-10-18 | 1 | -1/+6 |
* | some small fixes and improvements | Bjoern Schiessle | 2018-10-10 | 1 | -5/+18 |
* | adjust tests | Bjoern Schiessle | 2018-10-09 | 1 | -1/+1 |
* | always query the lookup server in a global scale setup and have a nicer label | Bjoern Schiessle | 2018-10-09 | 1 | -3/+22 |
* | Ignore deactivated users in collaborators user search plugin | Thomas Citharel | 2018-08-06 | 1 | -1/+3 |