Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-29 | 2 | -0/+4 |
| | |||||
* | Merge pull request #17910 from owncloud/fix-modified-tooltip | Morris Jobke | 2015-07-28 | 1 | -1/+3 |
|\ | | | | | Fix tooltip for modification time | ||||
| * | fixed tooltip for modified date | Hendrik Leppelsack | 2015-07-27 | 1 | -1/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-28 | 2 | -2/+10 |
| | | |||||
* | | Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryption | Thomas Müller | 2015-07-27 | 2 | -1/+97 |
|\ \ | | | | | | | Only set is encrypted when encryption is enabled | ||||
| * | | add condition to update query | Bjoern Schiessle | 2015-07-27 | 1 | -1/+1 |
| | | | |||||
| * | | Add an update script to reset the value | Joas Schilling | 2015-07-24 | 2 | -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 transifex | Jenkins for ownCloud | 2015-07-27 | 2 | -0/+4 |
| |/ |/| | |||||
* | | Merge pull request #17075 from owncloud/bootstrap-tooltip | Bernhard Posselt | 2015-07-23 | 1 | -2/+2 |
|\ \ | |/ |/| | Replace jQuery tipsy with bootstrap tooltip | ||||
| * | fix tipsy dependency | Hendrik Leppelsack | 2015-07-08 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-23 | 2 | -0/+14 |
| | | |||||
* | | The external directories should get the correct icon | Roeland Jago Douma | 2015-07-17 | 1 | -0/+4 |
| | | |||||
* | | Lock scanner to the given user | Robin Appelman | 2015-07-15 | 1 | -4/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-11 | 2 | -0/+4 |
| | | |||||
* | | Fix unit tests | Roeland Jago Douma | 2015-07-09 | 2 | -3/+12 |
| | | |||||
* | | Make the filelist get the mimetypeicon from the mimetype | Roeland Jago Douma | 2015-07-09 | 1 | -9/+1 |
| | | |||||
* | | Remove ajax/mimeicon.php and its route | Roeland Jago Douma | 2015-07-09 | 2 | -29/+0 |
| | | |||||
* | | Move calls to Files.getMimeIcon to OC.MimeType.getIconUrl | Roeland Jago Douma | 2015-07-09 | 1 | -27/+25 |
| | | |||||
* | | Make getMimeIcon use OC.MimeType.getIconUrl | Roeland Jago Douma | 2015-07-09 | 1 | -12/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-09 | 2 | -2/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-04 | 2 | -8/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-03 | 6 | -0/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-02 | 10 | -0/+34 |
| | | |||||
* | | Fixing ctor calls and ctor itself to not break usage in calendar and ↵ | Thomas Müller | 2015-06-29 | 1 | -1/+1 |
| | | | | | | | | contacts ..... | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-29 | 26 | -2/+32 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-28 | 6 | -0/+10 |
| | | |||||
* | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 14 | -15/+22 |
|\ \ | | | | | | | Update license headers | ||||
| * | | update license headers and authors | Morris Jobke | 2015-06-25 | 14 | -15/+22 |
| | | | |||||
* | | | Merge pull request #17199 from ↵ | Lukas Reschke | 2015-06-27 | 2 | -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 error | Clark Tomlinson | 2015-06-26 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | | resolves https://github.com/owncloud/core/issues/17170 | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-27 | 2 | -0/+2 |
|/ / / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-26 | 6 | -0/+12 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-25 | 18 | -0/+22 |
| | | |||||
* | | Merge pull request #17048 from owncloud/hotfix/fix-firewall-blocking-dir-message | Vincent Petry | 2015-06-23 | 2 | -0/+19 |
|\ \ | | | | | | | adding correct blocking logic for ffw | ||||
| * | | adding correct blocking logic for fff | Clark Tomlinson | 2015-06-22 | 2 | -0/+19 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-23 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #17068 from owncloud/fix_16878 | VicDeo | 2015-06-22 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | fix search for results only from subfolder | ||||
| * | | | remove whitespace on bottom when no search results, fix laylout, fix #16878 | Jan-Christoph Borchardt | 2015-06-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | add filter-empty class if no search result in current folder | Bjoern Schiessle | 2015-06-22 | 1 | -0/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-20 | 2 | -2/+8 |
| |/ / |/| | | |||||
* | | | Verify if path exists | Lukas Reschke | 2015-06-18 | 1 | -0/+4 |
|/ / | | | | | | | We need to check if the path exists and throw an error instead of handling this situation ungraciously. | ||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-18 | 4 | -0/+10 |
|/ | |||||
* | Merge pull request #16893 from owncloud/fixSlideToggle | Morris Jobke | 2015-06-17 | 1 | -1/+1 |
|\ | | | | | Fix childs of slideToggle not sliding the target | ||||
| * | remove unneeded span around Settings text, fixes cursor | Jan-Christoph Borchardt | 2015-06-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #16885 from owncloud/files-previewurlresolutionrounding | Thomas Müller | 2015-06-15 | 1 | -1/+3 |
|\ \ | | | | | | | Truncate preview resolution | ||||
| * | | Truncate preview resolution | Vincent Petry | 2015-06-11 | 1 | -1/+3 |
| | | | | | | | | | | | | This prevents having float numbers appear in the URL | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-15 | 2 | -0/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-14 | 2 | -0/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-11 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #16810 from owncloud/disable-search-if-not-implemented | Thomas Müller | 2015-06-09 | 1 | -0/+1 |
|\ \ | |/ |/| | Disable search field in case there is no search available to the curr… |