summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-12-312-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-12-302-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-12-182-4/+4
|
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-168-3/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix PHP CSJoas Schilling2020-12-151-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add missing parent::__construct() calls to JobsJoas Schilling2020-12-141-25/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-12-104-4/+6
|
* Adjust defaultJulius Härtl2020-12-084-6/+25
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move columns to bigintJulius Härtl2020-12-081-2/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Migrate files_sharing to migrations and move remote_id to a string in ↵Julius Härtl2020-12-081-2/+4
| | | | | | share_external Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move remoteId of remote reshares to stringJulius Härtl2020-12-086-16/+69
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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>
* | Merge pull request #24340 from nextcloud/td/psalm/job_executeMorris Jobke2020-11-301-4/+3
|\ \ | |/ |/| Use proper OCP\BackgroundJobs\Job
| * Use proper OCP\BackgroundJobs\JobRoeland Jago Douma2020-11-251-4/+3
| | | | | | | | | | | | And typehunt the IJobList Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | set the display name of federated sharees from addressbookArthur Schiwon2020-11-243-5/+72
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2020-11-142-6/+6
|
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't leave cursors open when tests failJoas Schilling2020-11-091-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-11-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-11-014-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-10-312-14/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-10-282-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-10-276-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-10-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-13110-220/+4
|
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-10-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-012-0/+2
|
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-09-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-09-1820-0/+20
|
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-09-1814-14/+0
|
* Merge pull request #22874 from nextcloud/Valdnet-patch-4Roeland Jago Douma2020-09-171-1/+1
|\ | | | | l10n: Add parentheses
| * l10n: Change the size of the letterValdnet2020-09-161-1/+1
| |
| * l10n: Add parenthesesValdnet2020-09-161-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2020-09-1712-2/+14
|/
* [tx-robot] updated from transifexNextcloud bot2020-09-162-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-09-15120-242/+242
|
* Mention in the settings the side effect of outgoing federated sharesDaniel Calviño Sánchez2020-09-151-1/+1
| | | | | | | Currently outgoing federated shares need to be enabled to allow WebDAV access to public shares. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-08-252-12/+12
|
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-249-3/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-127-45/+45
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix missing placeholders in translationsJoas Schilling2020-08-031-7/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* effectively revert 17fae47bdba84ed520fee2cbf1a9485cc14fbbcb fixing i10nArthur Schiwon2020-08-031-13/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* coding style fixesArthur Schiwon2020-07-301-3/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix check for Cloud ID, missing return statements, wrong param useArthur Schiwon2020-07-301-9/+13
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #21814 from ↵Morris Jobke2020-07-236-13/+78
|\ | | | | | | | | nextcloud/techdebt/noid/federated_share_added-into-typed-event Move federated_share_added into a typed event
| * Move federated_share_added into a typed eventMorris Jobke2020-07-236-13/+78
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>