summaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* Bump versionsJoas Schilling2020-09-181-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Move cloud_federation_api to bootstrap mechanismMorris Jobke2020-07-082-31/+16
* Bump app versions and requirementsJoas Schilling2020-05-071-17/+17
* Update license headers for 19Christoph Wurst2020-04-292-1/+5
* Fix route definitions of cloud_federation_apiJoas Schilling2020-04-181-11/+13
* PHP CS fixesJoas Schilling2020-04-181-0/+1
* Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-181-0/+36
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-9/+3
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-2/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
* Update license headersChristoph Wurst2019-12-055-5/+15
* Some php-cs fixesRoeland Jago Douma2019-11-224-6/+1
* remove missed manual Application instance constructionsRobin Appelman2019-11-041-1/+3
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
* Add autoloaders for shipped appsRoeland Jago Douma2019-06-279-0/+600
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
* adjust json to match the definitionBjoern Schiessle2019-02-201-1/+2
* update compatible versions for cloud federation apiRobin Appelman2018-11-291-1/+1
* update compatible versions for cloud federation apiRobin Appelman2018-11-241-1/+1
* Bump cloud federation apiRoeland Jago Douma2018-11-231-2/+2
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
* implement federated group sharesBjoern Schiessle2018-07-112-13/+41
* remove the makefileBjoern Schiessle2018-07-021-50/+0
* add support for different share typesBjoern Schiessle2018-07-021-24/+15
* let the actual federated share provider check if incoming/outgoing shares are...Bjoern Schiessle2018-07-021-13/+0
* send the display name back after a federated share was receivedBjoern Schiessle2018-07-021-1/+7
* implement config checkBjoern Schiessle2018-07-021-3/+23
* some minor fixes and clode cleanupBjoern Schiessle2018-07-021-1/+0
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-021-2/+2
* send reshare over OCM APIBjoern Schiessle2018-07-021-3/+3