summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-262-4/+2
|\ | | | | Return value immediately instead of assigning to a one-time variable
| * Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-262-4/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-1/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix risky tests without assertionsJoas Schilling2018-01-251-13/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma2018-01-233-29/+55
|\ | | | | Properly log the full exception instead of only the message
| * Properly log the full exception instead of only the messageMorris Jobke2018-01-233-29/+55
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7994 from nextcloud/smb-notify-test-timeoutRoeland Jago Douma2018-01-221-2/+2
|\ \ | |/ |/| increase the time we wait for smb notifications in the test
| * increase the time we wait for smb notifications in the testRobin Appelman2018-01-221-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-01-212-0/+2
| |
* | Merge pull request #7961 from nextcloud/smb-2.0.4Roeland Jago Douma2018-01-1911-77/+98
|\ \ | |/ |/| update icewind/smb to 2.0.4
| * 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>
* | [files_external] OCS endpoint to proper OCSControllerRoeland Jago Douma2018-01-182-31/+50
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-162-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-01-152-0/+2
|
* Merge pull request #7846 from nextcloud/this_is_14Morris Jobke2018-01-141-2/+2
|\ | | | | Bump version number
| * Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7843 from nextcloud/dep_utilMorris Jobke2018-01-141-1/+1
|\ \ | | | | | | Remove deprecated functions for OCP\Util
| * | Remove deprecated functions for OCP\UtilRoeland Jago Douma2018-01-131-1/+1
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2018-01-142-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2018-01-122-16/+18
|
* [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
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-252-18/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-202-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-162-0/+4
| |
* | update icewind/smb to 2.0.3Robin Appelman2017-11-1416-47/+126
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #7123 from nextcloud/external-storage-user-mount-checkboxMorris Jobke2017-11-131-2/+2
|\ \ | | | | | | Fix "allow user mount" checkbox for external storage
| * | Fix "allow user mount" checkbox for external storageRobin Appelman2017-11-091-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-11-1112-18/+1330
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-11-1010-0/+1330
|/ /