summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25955 from nextcloud/backport/25932/stable21Roeland Jago Douma2021-03-061-1/+1
|\ | | | | [stable21] Skip empty obsolete owner when adding to own NC
| * Skip empty obsolete owner when adding to own NCVincent Petry2021-03-051-1/+1
| | | | | | | | | | | | | | | | | | The owner field is nowadays always empty when adding a federated share using "Add to your Nextcloud", so don't check for it. Fixes an issue where "Add to your Nextcloud" doesn't add anything. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-03-062-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2021-03-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-02-232-24/+62
|
* [tx-robot] updated from transifexNextcloud bot2021-02-154-30/+70
|
* [tx-robot] updated from transifexNextcloud bot2021-01-292-0/+72
|
* 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-212-0/+2
|
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-122-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-2/+2
| | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2021-01-102-0/+2
|
* [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
|/