| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactors lib/private/Collaboration. | Faraz Samapoor | 2023-10-03 | 4 | -132/+27 |
* | fix: Migrate collaboration listener and remove legacy adapter | Joas Schilling | 2023-07-28 | 1 | -34/+16 |
* | fix!: Remove symfony EventDispatcherInterface from User | Joas Schilling | 2023-07-27 | 1 | -3/+3 |
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 1 | -3/+3 |
* | Use implementations instead of interfaces for accessing private methods | jld3103 | 2023-03-30 | 1 | -1/+1 |
* | Fix double where() usage in resource manager | Joas Schilling | 2023-01-23 | 1 | -1/+1 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 3 | -3/+0 |
* | Introduce event for loading additional script on projects | Julius Härtl | 2022-05-12 | 1 | -6/+27 |
* | Fix a few psalm issues and moved back to psalm/phar 4.18 | Carl Schwan | 2022-01-12 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 5 | -10/+6 |
* | Less ILogger | Joas Schilling | 2021-04-27 | 2 | -8/+8 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -1/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -3/+0 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -5/+5 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 4 | -4/+0 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | 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 | 4 | -4/+25 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 |
* | 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 |
* | 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 |