summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #8561 from nextcloud/ext-strg-warning-fixRoeland Jago Douma2018-03-013-2/+7
|\ | | | | [stable13] Ext storage error warning
| * Updated error messageJohn Molakvoæ (skjnldsv)2018-02-272-4/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed default urlsJohn Molakvoæ (skjnldsv)2018-02-272-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Show error if no external storage configuredJohn Molakvoæ (skjnldsv)2018-02-272-0/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-03-0110-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-2816-0/+58
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-27112-548/+550
|
* [tx-robot] updated from transifexNextcloud bot2018-02-242-2/+52
|
* [tx-robot] updated from transifexNextcloud bot2018-02-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-174-2/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-02-144-2/+28
|
* [tx-robot] updated from transifexNextcloud bot2018-02-142-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1316-110/+512
|
* Merge pull request #8261 from nextcloud/s3-folder-delete-13Roeland Jago Douma2018-02-131-7/+12
|\ | | | | [13] Fix deleting folders when using s3 external storage
| * fix invalidating folder cache for s3Robin Appelman2018-02-121-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * adjust s3 bulk delete to new sdk syntaxRobin Appelman2018-02-121-6/+11
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-02-1222-8/+72
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-092-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-02-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-082-2/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-02-072-2/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-02-0310-10/+90
|
* [tx-robot] updated from transifexNextcloud bot2018-02-028-8/+72
|
* [tx-robot] updated from transifexNextcloud bot2018-02-01100-1096/+100
|
* [tx-robot] updated from transifexNextcloud bot2018-01-292-6/+6
|
* increase the time we wait for smb notifications in the testRobin Appelman2018-01-231-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-212-0/+2
|
* update icewind/smb to 2.0.4Robin Appelman2018-01-1911-77/+98
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove hardcoded sharepoint icon pathArthur Schiwon2018-01-181-3/+0
| | | | | | it does not exist and if it would, it was not themable Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-01-168-16/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-01-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-01-096-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-01-082-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-01-074-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-01-0610-0/+10
|
* Merge pull request #7570 from nextcloud/s3-legacy-authMorris Jobke2018-01-041-0/+2
|\ | | | | add option to use legacy v2 auth with s3
| * add option to use legacy v2 auth with s3Robin Appelman2017-12-191-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-01-046-2/+272
| |
* | Disable selection in "External storages" file listDaniel Calviño Sánchez2017-12-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the checkbox was moved to where the favourite icon was shown before the layout of the file list was modified. The checkbox is no longer a descendant of the ".filename" element, so it is no longer removed by the "External storages" file list. However, even before the checkbox was moved, explicitly removing it was not the best approach, as file list rows could still be selected using "Ctrl/Shift+click". This did not provide much value, as the selection header has no actions; it simply states the number of selected elements. The proper way to disable the selection is by setting "_allowSelection" to false in the file list instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Fix selectors for file list elementsDaniel Calviño Sánchez2017-12-271-5/+5
|/ | | | | | | | | | | | When the checkbox was moved to where the favourite icon was shown before the layout of the file list was modified. The first column is no longer the file name, so neither the thumbnail nor the name link were found. Due to this the thumbnail was not set to the appropriate icon, and the dummy event handler was not removed from the name link, so clicks on the name were basically ignored. Now the selectors are based on the ".filename" CSS class instead of relying on the column position. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #7556 from nextcloud/smb-stat-exceptionMorris Jobke2017-12-181-5/+7
|\ | | | | handle exceptions in SMB::stat
| * handle exceptions in SMB::statRobin Appelman2017-12-181-5/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | additional debug logging on smb copy/rename failuresRobin Appelman2017-12-181-0/+2
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #6682 from nextcloud/dav-mimetype-fallbackRoeland Jago Douma2017-12-111-1/+12
|\ | | | | Fallback to filename based detection if the remote dav server doesn't…
| * Fallback to filename based detection if the remote dav server doesn't know ↵Robin Appelman2017-09-281-1/+12
| | | | | | | | | | | | the mimetype Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-12-072-0/+16
| |
* | Merge pull request #7387 from nextcloud/swift-retryRoeland Jago Douma2017-12-061-1/+2
|\ \ | | | | | | add retry wrapper when reading files from swift
| * | add retry wrapper when reading files from swiftRobin Appelman2017-12-041-1/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-12-062-0/+8
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-11-302-2/+2
| |