summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-292-0/+4
|
* Merge pull request #17910 from owncloud/fix-modified-tooltipMorris Jobke2015-07-281-1/+3
|\ | | | | Fix tooltip for modification time
| * fixed tooltip for modified dateHendrik Leppelsack2015-07-271-1/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-282-2/+10
| |
* | Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryptionThomas Müller2015-07-272-1/+97
|\ \ | | | | | | Only set is encrypted when encryption is enabled
| * | add condition to update queryBjoern Schiessle2015-07-271-1/+1
| | |
| * | Add an update script to reset the valueJoas Schilling2015-07-242-1/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case encryption was not enabled, we accidently set encrypted = 1 for files inside mount points, since 8.1.0. This breaks opening the files in 8.1.1 because we fixed the code that checks if a file is encrypted. In order to fix the file, we need to reset the flag of the file. However, the flag might be set because the file is in fact encrypted because it was uploaded at a time where encryption was enabled. So we can only do this when: - Current version of ownCloud before the update is 8.1.0 or 8.2.0.(0-2) - Encryption is disabled - files_encryption is not known in the app config If the first two are not the case, we are save. However, if files_encryption values exist in the config, we might have a false negative here. Now if there is no file with unencrypted size greater 0, that means there are no files that are still encrypted with "files_encryption" encryption. So we can also safely reset the flag here. If this is not the case, we go with "better save then sorry" and don't change the flag but write a message to the ownCloud log file.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-272-0/+4
| |/ |/|
* | Merge pull request #17075 from owncloud/bootstrap-tooltipBernhard Posselt2015-07-231-2/+2
|\ \ | |/ |/| Replace jQuery tipsy with bootstrap tooltip
| * fix tipsy dependencyHendrik Leppelsack2015-07-081-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-232-0/+14
| |
* | The external directories should get the correct iconRoeland Jago Douma2015-07-171-0/+4
| |
* | Lock scanner to the given userRobin Appelman2015-07-151-4/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-112-0/+4
| |
* | Fix unit testsRoeland Jago Douma2015-07-092-3/+12
| |
* | Make the filelist get the mimetypeicon from the mimetypeRoeland Jago Douma2015-07-091-9/+1
| |
* | Remove ajax/mimeicon.php and its routeRoeland Jago Douma2015-07-092-29/+0
| |
* | Move calls to Files.getMimeIcon to OC.MimeType.getIconUrlRoeland Jago Douma2015-07-091-27/+25
| |
* | Make getMimeIcon use OC.MimeType.getIconUrlRoeland Jago Douma2015-07-091-12/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-092-2/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-042-8/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-036-0/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-0210-0/+34
| |
* | Fixing ctor calls and ctor itself to not break usage in calendar and ↵Thomas Müller2015-06-291-1/+1
| | | | | | | | contacts .....
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-2926-2/+32
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-286-0/+10
| |
* | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-2714-15/+22
|\ \ | | | | | | Update license headers
| * | update license headers and authorsMorris Jobke2015-06-2514-15/+22
| | |
* | | Merge pull request #17199 from ↵Lukas Reschke2015-06-272-0/+19
|\ \ \ | | | | | | | | | | | | | | | | owncloud/feature/show-error-when-shareservice-dies add check if server returns a 500 and display error
| * | | add check if server returns a 500 and display errorClark Tomlinson2015-06-262-0/+19
| | | | | | | | | | | | | | | | resolves https://github.com/owncloud/core/issues/17170
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-272-0/+2
|/ / /
* / / [tx-robot] updated from transifexJenkins for ownCloud2015-06-266-0/+12
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-2518-0/+22
| |
* | Merge pull request #17048 from owncloud/hotfix/fix-firewall-blocking-dir-messageVincent Petry2015-06-232-0/+19
|\ \ | | | | | | adding correct blocking logic for ffw
| * | adding correct blocking logic for fffClark Tomlinson2015-06-222-0/+19
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-232-2/+2
| | |
* | | Merge pull request #17068 from owncloud/fix_16878VicDeo2015-06-221-0/+2
|\ \ \ | | | | | | | | fix search for results only from subfolder
| * | | remove whitespace on bottom when no search results, fix laylout, fix #16878Jan-Christoph Borchardt2015-06-221-2/+2
| | | |
| * | | add filter-empty class if no search result in current folderBjoern Schiessle2015-06-221-0/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-202-2/+8
| |/ / |/| |
* | | Verify if path existsLukas Reschke2015-06-181-0/+4
|/ / | | | | | | We need to check if the path exists and throw an error instead of handling this situation ungraciously.
* / [tx-robot] updated from transifexJenkins for ownCloud2015-06-184-0/+10
|/
* Merge pull request #16893 from owncloud/fixSlideToggleMorris Jobke2015-06-171-1/+1
|\ | | | | Fix childs of slideToggle not sliding the target
| * remove unneeded span around Settings text, fixes cursorJan-Christoph Borchardt2015-06-171-1/+1
| |
* | Merge pull request #16885 from owncloud/files-previewurlresolutionroundingThomas Müller2015-06-151-1/+3
|\ \ | | | | | | Truncate preview resolution
| * | Truncate preview resolutionVincent Petry2015-06-111-1/+3
| | | | | | | | | | | | This prevents having float numbers appear in the URL
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-152-0/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-142-0/+4
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-112-0/+4
| |
* | Merge pull request #16810 from owncloud/disable-search-if-not-implementedThomas Müller2015-06-091-0/+1
|\ \ | |/ |/| Disable search field in case there is no search available to the curr…