summaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-01-222-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2021-01-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-01-174-4/+18
|
* [tx-robot] updated from transifexNextcloud bot2021-01-142-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-12-282-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-12-102-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-12-082-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-12-062-0/+14
|
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-11-262-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-11-252-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-11-112-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-11-102-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-10-312-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-10-292-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-10-204-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2020-10-192-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-10-142-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-10-022-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-10-012-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-09-264-6/+20
|
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-09-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-09-234-0/+28
|
* [tx-robot] updated from transifexNextcloud bot2020-09-2010-0/+70
|
* Add transifex config for all new appsMorris Jobke2020-09-181-0/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move cloud_federation_api to bootstrap mechanismMorris Jobke2020-07-082-31/+16
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump app versions and requirementsJoas Schilling2020-05-071-17/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headers for 19Christoph Wurst2020-04-292-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix route definitions of cloud_federation_apiJoas Schilling2020-04-181-11/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* PHP CS fixesJoas Schilling2020-04-181-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-181-0/+36
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-9/+3
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-2/+1
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-2/+0
|\ | | | | Remove unused imports
| * Remove unused importsChristoph Wurst2020-03-251-2/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersChristoph Wurst2019-12-055-5/+15
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-224-6/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* remove missed manual Application instance constructionsRobin Appelman2019-11-041-1/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add autoloaders for shipped appsRoeland Jago Douma2019-06-279-0/+600
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* adjust json to match the definitionBjoern Schiessle2019-02-201-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>