summaryrefslogtreecommitdiffstats
path: root/apps/federation
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-04-28126-252/+252
|
* No longer add trusted servers on federated share creationRoeland Jago Douma2021-04-278-104/+7
| | | | | | | | It was disabled by default for ages. And often resulted in unwanted behavior. If admins want trusted servers they just have to do it manually. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-04-272-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-162-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-292-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2021-03-232-2/+2
|
* Add a KnownUsers database with modelJoas Schilling2021-03-111-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-03-042-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-02-232-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-01-292-0/+34
|
* Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-01-222-0/+2
|
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
| | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersChristoph Wurst2020-12-302-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Drop all dead packagesChristoph Wurst2020-12-234-89/+2
| | | | | | | | Apparently we have plenty of leftover of previous sub-dependencies. Composer automatically dumps those with any future dependency update, so I'm dropping them in an atomic step. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-12-202-16/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-12-162-0/+4
|
* Add missing parent::__construct() calls to JobsJoas Schilling2020-12-142-14/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #24396 from nextcloud/dont-use-system-composerMorris Jobke2020-12-024-3/+5
|\ | | | | dont use system composer for autoload checker
| * rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Use proper OCP\BackgroundJobs\JobRoeland Jago Douma2020-11-252-8/+6
|/ | | | | | And typehunt the IJobList Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't leave cursors open when tests failJoas Schilling2020-11-092-12/+44
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-10-312-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-10-272-0/+2
|
* Make sure the function signatures of the backgroundjob matchRoeland Jago Douma2020-10-262-2/+2
| | | | | | Else PHP says no Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-10-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-082-0/+2
|
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-09-292-0/+2
|
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-09-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-09-152-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-09-022-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-08-252-0/+2
|
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2411-3/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-08-194-0/+4
|
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-1210-53/+53
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2020-08-072-0/+34
|
* [tx-robot] updated from transifexNextcloud bot2020-07-312-0/+2
|
* Merge pull request #22017 from nextcloud/techdebt/noid/fix-psr4-namespaceMorris Jobke2020-07-294-4/+4
|\ | | | | Fix PSR-4 compatible namespace
| * Fix PSR-4 compatible namespaceJoas Schilling2020-07-274-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-07-292-2/+4
|/
* [tx-robot] updated from transifexNextcloud bot2020-07-242-0/+2
|
* Move federated_share_added into a typed eventMorris Jobke2020-07-236-68/+135
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-07-074-0/+4
|
* Update class loadersJoas Schilling2020-07-062-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move federation to migrationsJoas Schilling2020-07-063-69/+84
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>