| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 6 | -6/+0 |
* | Move AutoComplete::filterResults to new event dispatcher and GenericEvent | Joas Schilling | 2020-07-01 | 1 | -1/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 5 | -6/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 2 | -2/+0 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 2 | -1/+6 |
* | Decouple resource provider registration | Daniel Kesselberg | 2019-12-07 | 2 | -0/+42 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 13 | -13/+45 |
* | Use rich objects instead of name, link and icon | Joas Schilling | 2019-03-19 | 2 | -36/+5 |
* | Replace the icon-class with an absolute link to an image | Joas Schilling | 2019-03-19 | 2 | -2/+3 |
* | Register providers via class names | Joas Schilling | 2019-03-01 | 1 | -2/+3 |
* | Also cache the resource type because it is part of the identifier | Joas Schilling | 2019-03-01 | 1 | -0/+13 |
* | Fix doc block | Joas Schilling | 2019-03-01 | 1 | -2/+1 |
* | Add invalidation methods to the interface | Joas Schilling | 2019-03-01 | 1 | -0/+19 |
* | Further work on the access cache | Joas Schilling | 2019-03-01 | 4 | -12/+41 |
* | Fix doc blocks | Joas Schilling | 2019-03-01 | 6 | -26/+34 |
* | Implement search and rename in backend | Julius Härtl | 2019-03-01 | 1 | -0/+8 |
* | Add link to resource provider | Julius Härtl | 2019-03-01 | 2 | -0/+15 |
* | Only call resource provider if type matches | Julius Härtl | 2019-03-01 | 1 | -0/+9 |
* | Allow apps to register resource providers | Julius Härtl | 2019-03-01 | 1 | -0/+4 |
* | Add iconClass to resources | Julius Härtl | 2019-03-01 | 2 | -0/+15 |
* | Make names mandatory | Joas Schilling | 2019-03-01 | 2 | -1/+9 |
* | Allow to create collections | Joas Schilling | 2019-03-01 | 2 | -0/+12 |
* | Provider functionality | Joas Schilling | 2019-03-01 | 3 | -0/+48 |
* | Add a controller with the most important methods | Joas Schilling | 2019-03-01 | 4 | -2/+31 |
* | Basic implementation of resource and collection handling | Joas Schilling | 2019-03-01 | 5 | -0/+199 |
* | Add an event to the Autocomplete Controller to allow to filter the results | Joas Schilling | 2019-02-26 | 1 | -0/+99 |
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | AutoCompletion backend | Arthur Schiwon | 2017-10-22 | 2 | -0/+96 |
* | minor fixes | Arthur Schiwon | 2017-09-26 | 1 | -0/+1 |
* | add missing PHP doc | Arthur Schiwon | 2017-09-26 | 1 | -1/+16 |
* | make it possible to register plugins and kick out the circle one | Arthur Schiwon | 2017-09-26 | 1 | -0/+7 |
* | don't keep result types hard coded | Arthur Schiwon | 2017-09-26 | 2 | -10/+67 |
* | missing PHP doc for public interfaces | Arthur Schiwon | 2017-09-26 | 3 | -2/+18 |
* | Splits off the logic from sharees endpoint thus making it available from | Arthur Schiwon | 2017-09-26 | 3 | -0/+142 |