aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-05-082-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-072-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-05-062-2/+2
|
* Do not reload the filelist on first openRoeland Jago Douma2017-05-042-1/+16
| | | | | | | | | | | | | | | | Fixes: #4644 Without this patch the filelist would always reload. However since not all the correct data was set yet it would often: 1. fireoff a propfind to ../webdav/ 2. fireoff a propfind to ../webdav/<PATH> When just opening the file list those are the same so the result is just fine. However if opening a direct link it means that there is a race condition on which finishes first. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-05-044-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-05-032-0/+2
|
* Merge pull request #4636 from nextcloud/jquery-migrate-browserLukas Reschke2017-05-021-1/+1
|\ | | | | Remove dependency on jquery-migrate.js for browser detection
| * Remove dependency on jquery-migrate.js for browser detectionMorris Jobke2017-05-011-1/+1
| | | | | | | | | | | | * ref #4628 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-05-022-52/+72
|/
* [tx-robot] updated from transifexNextcloud bot2017-05-012-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-04-302-0/+10
|
* Make sure mountType is actually definedRoeland Jago Douma2017-04-281-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* allow apps to set custom mount typesRobin Appelman2017-04-282-6/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2017-04-282-0/+2
|
* Merge pull request #4519 from nextcloud/downstream-27703Morris Jobke2017-04-262-0/+14
|\ | | | | Reload file list when leaving hidden state
| * Reload file list when leaving hidden stateVincent Petry2017-04-262-0/+14
| | | | | | | | | | | | | | | | Whenever a file list is already initialized and was hidden when switching to another file list in the navigation bar, if the user comes back to this list it gets redisplayed. At this point the list needs to be refreshed to be able to reflect any potential file changes done from the other lists.
* | [tx-robot] updated from transifexNextcloud bot2017-04-272-0/+4
| |
* | Merge pull request #4461 from ↵Morris Jobke2017-04-261-0/+1
|\ \ | |/ |/| | | | | danxuliu/fix-closing-details-view-when-viewing-file-in-folder Fix details view not closed when viewing a file in its folder
| * Fix closing details view when viewing file in folderDaniel Calviño Sánchez2017-04-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The Files app active view is set to "files" in silent mode to avoid an unneeded load of the "/" directory. However, this also prevents the details view from being automatically closed, so it has to be explicitly closed by the Goto plugin; the approach used is the same that would have been used by OCA.Files.App._onNavigationChanged if not silenced. Fixes #1448 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-04-264-2/+6
|/
* [tx-robot] updated from transifexNextcloud bot2017-04-252-0/+2
|
* 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-244-7/+0
|\ \ | |/ |/| Remove unused use statements
| * Remove unused use statementsMorris Jobke2017-04-224-7/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-04-244-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-2314-94/+116
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-2262-124/+126
|/
* Merge pull request #4396 from nextcloud/scan-non-existingRoeland Jago Douma2017-04-212-7/+14
|\ | | | | show error when trying to scan non existing path
| * Add PHPDoc and handle exception in ScanAppData as wellMorris Jobke2017-04-191-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * show error when trying to scan non existing pathRobin Appelman2017-04-191-7/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #4422 from nextcloud/favorite-wording-detailRoeland Jago Douma2017-04-211-2/+1
|\ \ | | | | | | Wording detail fix for favorite emptycontent view
| * | Wording detail fix for favorite emptycontent viewJan-Christoph Borchardt2017-04-211-2/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | properly reload favorites listRobin Appelman2017-04-211-0/+6
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-04-202-2/+2
| |
* | Improve menu CSSMorris Jobke2017-04-191-58/+22
| | | | | | | | | | | | | | | | * fix mess with menus and actions in the files app * reduces amount of !important usages * keeps the behaviour on mobile as well as on desktop Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Remove unused CSSMorris Jobke2017-04-181-51/+5
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-04-186-2/+62
|
* [tx-robot] updated from transifexNextcloud bot2017-04-174-86/+56
|
* [tx-robot] updated from transifexNextcloud bot2017-04-1518-66/+84
|
* [tx-robot] updated from transifexNextcloud bot2017-04-1460-130/+130
|
* Explain local linkJos Poortvliet2017-04-131-1/+1
| | | | | | | | | | The local link is a clever thing and the clients should support this imho but it might not be clear to all users. For one, the term 'local link' is a bit odd. Local with respect to what? It links directly to the file or folder, so direct link seems to make more sense to me. And we should explain the difference with a public link. So this PR: * renames local link to direct link * adds a short explanation, noting it only works for users who have access to this file/folder. As other links are called public link you could also consider calling this 'private link', I suppose. But the links we sent by mail to ppl could also be called 'private link' (they are for one user, who git it by email) so I think it might be confusing. What do @nextcloud/designers think? Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-04-132-0/+4
|
* Merge pull request #4312 from nextcloud/cleanup-nameBjörn Schießle2017-04-121-1/+1
|\ | | | | Update comments to Nextcloud
| * Update comments to NextcloudMorris Jobke2017-04-111-1/+1
| | | | | | | | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Remove update.php of files appMorris Jobke2017-04-121-98/+0
|/ | | | | | * contains only update steps for 8.1/8.2 to 9.0 update Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* share api expanded by tags (#26583)Michael Jobst2017-04-113-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | * share api expanded by tags * Modified files_sharing JS Unit tests * modified tests. renamed request parameter. refactoring * Update Share20OCS.php Added missing function description * Update Helper.php Added missing function description * Update Helper.php implicit boolean conversion to !empty() * Update Share20OCSTest.php Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-04-112-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-04-082-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-04-072-2/+2
|