Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 2 | -1/+6 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Decouple resource provider registration | Daniel Kesselberg | 2019-12-07 | 2 | -0/+42 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 13 | -13/+45 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use rich objects instead of name, link and icon | Joas Schilling | 2019-03-19 | 2 | -36/+5 |
| | | | | 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 | -2/+3 |
| | | | | | | Otherwise the icon can not be displayed in mobile apps Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Register providers via class names | Joas Schilling | 2019-03-01 | 1 | -2/+3 |
| | | | | 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 | -0/+13 |
| | | | | 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> | ||||
* | Add invalidation methods to the interface | Joas Schilling | 2019-03-01 | 1 | -0/+19 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Further work on the access cache | Joas Schilling | 2019-03-01 | 4 | -12/+41 |
| | | | | | | Searching for all is still a problem Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix doc blocks | Joas Schilling | 2019-03-01 | 6 | -26/+34 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Implement search and rename in backend | Julius Härtl | 2019-03-01 | 1 | -0/+8 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add link to resource provider | Julius Härtl | 2019-03-01 | 2 | -0/+15 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Only call resource provider if type matches | Julius Härtl | 2019-03-01 | 1 | -0/+9 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Allow apps to register resource providers | Julius Härtl | 2019-03-01 | 1 | -0/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add iconClass to resources | Julius Härtl | 2019-03-01 | 2 | -0/+15 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make names mandatory | Joas Schilling | 2019-03-01 | 2 | -1/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to create collections | Joas Schilling | 2019-03-01 | 2 | -0/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Provider functionality | Joas Schilling | 2019-03-01 | 3 | -0/+48 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a controller with the most important methods | Joas Schilling | 2019-03-01 | 4 | -2/+31 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Basic implementation of resource and collection handling | Joas Schilling | 2019-03-01 | 5 | -0/+199 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add an event to the Autocomplete Controller to allow to filter the results | Joas Schilling | 2019-02-26 | 1 | -0/+99 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | AutoCompletion backend | Arthur Schiwon | 2017-10-22 | 2 | -0/+96 |
| | | | | | | | | | | * introduce a Controller for requests * introduce result sorting mechanism * extend Comments to retrieve commentors (actors) in a tree * add commenters sorter * add share recipients sorter Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | minor fixes | Arthur Schiwon | 2017-09-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add missing PHP doc | Arthur Schiwon | 2017-09-26 | 1 | -1/+16 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | make it possible to register plugins and kick out the circle one | Arthur Schiwon | 2017-09-26 | 1 | -0/+7 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | don't keep result types hard coded | Arthur Schiwon | 2017-09-26 | 2 | -10/+67 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | missing PHP doc for public interfaces | Arthur Schiwon | 2017-09-26 | 3 | -2/+18 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Splits off the logic from sharees endpoint thus making it available from | Arthur Schiwon | 2017-09-26 | 3 | -0/+142 |
within Nc/via PHP. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |