Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 8.1.1v8.1.1 | Frank Karlitschek | 2015-08-07 | 1 | -2/+2 |
| | |||||
* | Merge pull request #18054 from ↵ | Thomas Müller | 2015-08-05 | 2 | -7/+16 |
|\ | | | | | | | | | owncloud/shared-propagate-check-recipient-stable81 [8.1] fix infinite loops with propagating etags on reshares | ||||
| * | fix infinite loops with propagating etags on reshares | Robin Appelman | 2015-08-04 | 2 | -7/+16 |
|/ | |||||
* | 8.1.1 RC1v8.1.1RC1 | C Montero-Luque | 2015-08-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #18013 from owncloud/enc_always_update_file_cache_8.1 | Thomas Müller | 2015-08-03 | 2 | -8/+9 |
|\ | | | | | [stable8.1] let the encryption storage wrapper always update the file cache | ||||
| * | always update file cache, the cache can handle partial data correctly if the ↵ | Bjoern Schiessle | 2015-07-31 | 2 | -8/+9 |
| | | | | | | | | file doesn't already exists in the file cache | ||||
* | | Merge pull request #17990 from owncloud/enc_only_update_file_cache_once_8.1 | Björn Schießle | 2015-08-03 | 2 | -7/+22 |
|\ \ | |/ |/| | [stable8.1] only update database on the first run | ||||
| * | only update database on the first run (first run = we have a version number ↵ | Bjoern Schiessle | 2015-07-31 | 2 | -7/+22 |
| | | | | | | | | from the old encryption app) | ||||
* | | Merge pull request #18003 from owncloud/backport-17805-stable8.1 | Roeland Douma | 2015-07-31 | 4 | -6/+59 |
|\ \ | | | | | | | [stable8.1][avatar] add error handlers for avatar setup | ||||
| * | | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-31 | 4 | -6/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message | ||||
* | | | Merge pull request #17949 from ↵ | Morris Jobke | 2015-07-29 | 1 | -0/+4 |
|\ \ \ | | |/ | |/| | | | | | | | owncloud/stable8.1-settings-users-apprenderedforsearchbox [stable8.1] Trigger "apprendered" event in users page | ||||
| * | | Trigger "apprendered" event in users page | Vincent Petry | 2015-07-29 | 1 | -0/+4 |
|/ / | | | | | | | | | This will properly update the controls bar width and display the search box initially. | ||||
* | | Merge pull request #17935 from owncloud/detect-old-openssl-versions-stable81 | Thomas Müller | 2015-07-29 | 4 | -11/+221 |
|\ \ | | | | | | | [stable8.1] Detect old NSS and OpenSSL versions | ||||
| * | | Detect old NSS and OpenSSL versions | Lukas Reschke | 2015-07-28 | 4 | -11/+221 |
| | | | | | | | | | | | | | | | | | | This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface. Fixes https://github.com/owncloud/core/issues/17901 | ||||
* | | | Merge pull request #17929 from owncloud/stable8.1-smb-storageiddoubleslash | Thomas Müller | 2015-07-28 | 2 | -1/+16 |
|\ \ \ | | | | | | | | | [stable8.1] Double slash for SMB storage id for compatibility | ||||
| * | | | Double slash for SMB storage id for compatibility | Vincent Petry | 2015-07-28 | 2 | -1/+16 |
| |/ / | |||||
* | | | Merge pull request #17928 from owncloud/fix_17925_8.1 | Vincent Petry | 2015-07-28 | 2 | -13/+177 |
|\ \ \ | |/ / |/| | | [stable8.1] set logger in constructor | ||||
| * | | Add unit tests | Lukas Reschke | 2015-07-28 | 2 | -13/+176 |
| | | | |||||
| * | | set logger in constructor | Bjoern Schiessle | 2015-07-28 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #17911 from ↵ | Vincent Petry | 2015-07-27 | 5 | -4/+159 |
|\ \ | | | | | | | | | | | | | owncloud/fix-enc-wrapper-without-encryption-stable8.1 [stable8.1] Fix enc wrapper without encryption stable8.1 | ||||
| * | | adujust version to the stable8.1 branch | Bjoern Schiessle | 2015-07-27 | 1 | -2/+2 |
| | | | |||||
| * | | 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-27 | 3 | -2/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Add a unit test for the disabled encryption case | Joas Schilling | 2015-07-27 | 1 | -1/+60 |
| | | | |||||
| * | | Only set is encrypted when encryption is enabled | Joas Schilling | 2015-07-27 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #17903 from owncloud/fix_17898_8.1 | Thomas Müller | 2015-07-27 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | [backport 8.1] get header size before we open the file to avoid locking exception | ||||
| * | | get header size before we open the file to avoid locking exception | Bjoern Schiessle | 2015-07-27 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #17896 from owncloud/backport-scan-check-path | Thomas Müller | 2015-07-27 | 2 | -0/+31 |
|\ \ | | | | | | | [stable8.1] check if the user is trying to scan a valid path | ||||
| * | | Add unit tests | Lukas Reschke | 2015-07-27 | 1 | -0/+28 |
| | | | |||||
| * | | check if the user is trying to scan a valid path | Robin Appelman | 2015-07-27 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #17883 from owncloud/backport-17882 | Thomas Müller | 2015-07-27 | 2 | -4/+4 |
|\ \ \ | | | | | | | | | [stable8.1] Allow classes in <h2> tags | ||||
| * | | | Allow classes in <h2> tags | Lukas Reschke | 2015-07-26 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | Previously something like `<h2 class="inlineblock"><?php p($l->t('Some title')) ?></h2>` was shown as `<h2 class="inlineblock">Some title` within the sidebar instead as `Some Title` due to the fact that the regex was catching these classes but was not properly running the string replace function. | ||||
* | | | | Merge pull request #17842 from rullzer/backport_17818 | Thomas Müller | 2015-07-27 | 1 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | [Stable8.1] assign error message to correct object (backport #17818) | ||||
| * | | | assign error message to correct object | michag86 | 2015-07-23 | 1 | -2/+2 |
| | |/ | |/| | | | | | | | fix for #17817 | ||||
* | | | Merge pull request #17843 from owncloud/dont-set-share-password-twice-stable8.1 | Morris Jobke | 2015-07-27 | 1 | -5/+12 |
|\ \ \ | |_|/ |/| | | Adding error handling in case setting the password fails | ||||
| * | | Adding error handling in case setting the password fails | Thomas Müller | 2015-07-23 | 1 | -5/+12 |
| |/ | |||||
* | | Merge pull request #17853 from owncloud/sharing-password-policy-stable8.1 | Thomas Müller | 2015-07-24 | 2 | -2/+24 |
|\ \ | |/ |/| | Sharing password policy stable8.1 | ||||
| * | Fix PHPDoc on setPassword | Thomas Müller | 2015-07-24 | 2 | -2/+2 |
| | | |||||
| * | Use a hook to integrate sharing password verification | Thomas Müller | 2015-07-24 | 1 | -0/+22 |
|/ | |||||
* | Merge pull request #17832 from owncloud/improve_apps_template_8.1 | Jan-Christoph Borchardt | 2015-07-23 | 1 | -4/+4 |
|\ | | | | | [8.1 backport] make sure that there is a space between user- and admin-documentation | ||||
| * | make sure that there is a space between user- and admin-documentation | Bjoern Schiessle | 2015-07-23 | 1 | -4/+4 |
|/ | |||||
* | 8.1.1 beta1 againv8.1.1beta1 | C Montero-Luque | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | 8.1.1 beta1v8.1.1beta | C Montero-Luque | 2015-07-22 | 2 | -3/+3 |
| | |||||
* | Merge pull request #17802 from owncloud/update-sabre-dav-2.1.6 | Thomas Müller | 2015-07-22 | 1 | -0/+0 |
|\ | | | | | Update SabreDAV to 2.1.6 | ||||
| * | Update SabreDAV to 2.1.6 | Joas Schilling | 2015-07-22 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #17816 from owncloud/enc_improved_app_description_8.1 | Björn Schießle | 2015-07-22 | 1 | -13/+8 |
|\ \ | |/ |/| | [8.1 backport] improved description for the default encryption module | ||||
| * | improved app description and adjust it to the way the new encryption module ↵ | Bjoern Schiessle | 2015-07-22 | 1 | -13/+8 |
|/ | | | | works | ||||
* | Merge pull request #17752 from ↵ | Joas Schilling | 2015-07-21 | 2 | -4/+81 |
|\ | | | | | | | | | owncloud/enc_migration_fix_mountpoint_detection_8.1 [8.1 backport] fix system wide mount point detection on migration | ||||
| * | fix mount point detection | Bjoern Schiessle | 2015-07-20 | 2 | -4/+81 |
| | | |||||
* | | Merge pull request #17762 from owncloud/backport-17723-stable8.1 | Morris Jobke | 2015-07-21 | 2 | -125/+133 |
|\ \ | | | | | | | Backport of #17723 to stable8.1 |