| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(core): Replace security annotations with respective attributes | provokateurin | 2024-07-26 | 1 | -6/+6 |
* | fix(core): use OC namespace for core ReponseDefinitions instead of OCA | Julien CHATY-CAPELLE | 2024-07-15 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 1 | -20/+2 |
* | refactor(core): Switch to attribute based routing | provokateurin | 2024-02-21 | 1 | -0/+3 |
* | fix: Support other schemes than HTTP and HTTPS in app navigation | Côme Chilliet | 2024-02-06 | 1 | -1/+2 |
* | fix: Revert external url support in icon as it’s not allowed | Côme Chilliet | 2024-02-06 | 1 | -1/+1 |
* | Allow application to pass external links in navigation | Côme Chilliet | 2024-02-06 | 1 | -2/+2 |
* | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 1 | -0/+21 |
* | Applies agreed-upon indentation convention to the changed controllers. | Faraz Samapoor | 2023-06-16 | 1 | -4/+6 |
* | Refactors controllers by using PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-16 | 1 | -6/+4 |
* | Refactors "strpos" calls in /core to improve code readability. | Faraz Samapoor | 2023-06-02 | 1 | -2/+2 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -18/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -3/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -0/+1 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Fix app navigation controller to return an array | Julius Härtl | 2018-07-25 | 1 | -1/+2 |
* | Replace logout href to avoid new etag on every request | Julius Härtl | 2018-03-06 | 1 | -4/+19 |
* | Add ETag to NavigationController | Julius Härtl | 2018-03-05 | 1 | -2/+16 |
* | Also rewrite icon url | Julius Härtl | 2018-02-12 | 1 | -0/+3 |
* | Move to OCS endpoint | Julius Härtl | 2018-02-12 | 1 | -14/+16 |
* | Allow requesting absolute URLs | Julius Härtl | 2018-02-12 | 1 | -5/+33 |
* | Add tests for NavigationController | Julius Härtl | 2018-02-12 | 1 | -2/+2 |
* | Add navigation endpoint | Julius Härtl | 2018-02-12 | 1 | -0/+59 |