summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Fix name of external storagesJan-Christoph Borchardt2017-05-083-4/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2017-05-082-14/+14
|
* [tx-robot] updated from transifexNextcloud bot2017-05-042-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-05-032-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-024-4/+24
|
* Merge pull request #4527 from nextcloud/downstream-27504Morris Jobke2017-05-012-24/+65
|\ | | | | Adjust SMB permissions on the root
| * remove duplicate methodRobin Appelman2017-04-261-26/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * remove excessive loggingRobin Appelman2017-04-261-25/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Add new specific tests for SMBJuan Pablo Villafáñez2017-04-261-0/+19
| |
| * Adjust SMB permissions on the rootJuan Pablo Villafáñez2017-04-261-3/+60
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-014-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-292-0/+4
| |
* | allow apps to set custom mount typesRobin Appelman2017-04-281-0/+30
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #4569 from nextcloud/fix-iconsRoeland Jago Douma2017-04-282-1/+5
|\ \ | | | | | | Fix icons in sidebar on personal page
| * | Fix icons in sidebar on personal pageMorris Jobke2017-04-272-1/+5
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-04-2848-50/+50
|/ /
* | Merge pull request #4540 from nextcloud/settings-helpMorris Jobke2017-04-272-2/+1
|\ \ | | | | | | Add more hints to settings
| * | Add more hints to settingsJan-Christoph Borchardt2017-04-262-2/+1
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* / [tx-robot] updated from transifexNextcloud bot2017-04-272-0/+4
|/
* Merge pull request #4416 from gvmura/avoid-duplicate-files-googleMorris Jobke2017-04-261-0/+13
|\ | | | | Avoid duplicate files in google with the same name
| * avoid duplicate files in google with the same namegvmura2017-04-211-0/+13
| | | | | | | | Signed-off-by: gvmura <gvmura@uniss.it>
* | Merge pull request #4458 from nextcloud/fix/sinon-stub-deprecation-warningsRoeland Jago Douma2017-04-241-1/+1
|\ \ | | | | | | Fix sinon.stub deprecation warnings
| * | Fix sinon.stub deprecation warningsChristoph Wurst2017-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calls to `sinon.stub(obj, 'meth', fn)` are deprecated and therefore replaced by `sinon.stub(obj, 'meth).callsFake(fn)` as instructed by the deprecation warning. This makes the js unit testing output readable again. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-243-7/+0
|\ \ \ | |/ / |/| | Remove unused use statements
| * | Remove unused use statementsMorris Jobke2017-04-223-7/+0
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-04-242-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-234-2/+40
|/
* [tx-robot] updated from transifexNextcloud bot2017-04-212-0/+4
|
* Merge pull request #4404 from Ardinis/masterMorris Jobke2017-04-201-6/+6
|\ | | | | Remove json handling for files_external:config
| * reviewedArdinis2017-04-201-0/+7
| |
| * Remove json handling for files_external:configArdinis2017-04-141-7/+0
| | | | | | #4347
* | [tx-robot] updated from transifexNextcloud bot2017-04-2014-2/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-192-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-1860-176/+176
| |
* | Merge pull request #4369 from nextcloud/fix-translationsMorris Jobke2017-04-185-11/+11
|\ \ | | | | | | Fix translations
| * | Fix translationsJoas Schilling2017-04-185-11/+11
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-04-184-4/+8
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-04-184-2/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-152-44/+44
|/
* [tx-robot] updated from transifexNextcloud bot2017-04-142-50/+50
|
* [tx-robot] updated from transifexNextcloud bot2017-04-134-6/+14
|
* Merge pull request #4312 from nextcloud/cleanup-nameBjörn Schießle2017-04-127-12/+12
|\ | | | | Update comments to Nextcloud
| * Update comments to NextcloudMorris Jobke2017-04-117-12/+12
| | | | | | | | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [files_external] Remove unneeded update stepsMorris Jobke2017-04-123-88/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-04-084-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-04-074-4/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-04-062-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-04-052-0/+22
|
* fix fseek against string not resource by removing append supportArthur Schiwon2017-04-041-7/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2017-04-042-10/+164
|