Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always create a new instance of the encryption module | Bjoern Schiessle | 2015-04-17 | 2 | -8/+13 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-17 | 32 | -28/+274 |
| | |||||
* | Merge pull request #15675 from owncloud/enc_error_messages | Clark Tomlinson | 2015-04-16 | 6 | -10/+155 |
|\ | | | | | [encryption] display warning if password changed or if the keys are not initialized | ||||
| * | display warning if password changed or if the keys are not initialized | Bjoern Schiessle | 2015-04-16 | 6 | -10/+155 |
| | | |||||
* | | Merge pull request #15445 from owncloud/enc2_migration | Clark Tomlinson | 2015-04-16 | 12 | -15/+813 |
|\ \ | |/ |/| | add migration script from old encryption to new one | ||||
| * | decrypt private key for public shares correctly | Bjoern Schiessle | 2015-04-16 | 3 | -4/+4 |
| | | |||||
| * | fix decryption of legacy private key | Bjoern Schiessle | 2015-04-16 | 1 | -1/+0 |
| | | |||||
| * | add version | Bjoern Schiessle | 2015-04-16 | 1 | -0/+1 |
| | | |||||
| * | add migration script from old encryption to new one | Bjoern Schiessle | 2015-04-16 | 7 | -10/+808 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-16 | 26 | -6/+224 |
| | | |||||
* | | Merge pull request #15654 from owncloud/enc2_header_system_keys | Morris Jobke | 2015-04-15 | 2 | -2/+4 |
|\ \ | | | | | | | make sure that encrypted private keys always have a header | ||||
| * | | make sure that encrypted private keys always have a header | Bjoern Schiessle | 2015-04-15 | 2 | -2/+4 |
| |/ | |||||
* | | Add visibility for method | Morris Jobke | 2015-04-15 | 1 | -1/+1 |
| | | |||||
* | | Fix SFTP storage id to be compatible with older ids | Vincent Petry | 2015-04-15 | 2 | -1/+66 |
| | | | | | | | | | | | | Remove port from SFTP storage id if it is 22. This will prevent recreating a different storage entry due to id mismatch after upgrade. | ||||
* | | Merge pull request #15613 from owncloud/allow-files-nav-icons | Thomas Müller | 2015-04-15 | 1 | -1/+1 |
|\ \ | |/ |/| | Allow files app nav entries to have a different icon class | ||||
| * | Allow files app nav entries to have a different icon class | Morris Jobke | 2015-04-14 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-15 | 2 | -0/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-14 | 400 | -3140/+3916 |
| | | |||||
* | | Merge pull request #15598 from owncloud/fix-enc-file-size-master | Björn Schießle | 2015-04-14 | 3 | -21/+1 |
|\ \ | |/ |/| | Fix file size of encrypted files | ||||
| * | remove calculateUnencryptedSize() - not needed | Thomas Müller | 2015-04-14 | 2 | -20/+0 |
| | | |||||
| * | fix reading of private key | Thomas Müller | 2015-04-14 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #13360 from owncloud/cross-storage-move | Morris Jobke | 2015-04-14 | 3 | -10/+103 |
|\ \ | |/ |/| | Proper copy/move between multiple local storages | ||||
| * | a bit more phpdoc | Robin Appelman | 2015-04-14 | 1 | -0/+6 |
| | | |||||
| * | add missing return for shared | Robin Appelman | 2015-04-13 | 1 | -2/+2 |
| | | |||||
| * | properly return false if we cant delete the source file | Robin Appelman | 2015-04-13 | 1 | -4/+5 |
| | | |||||
| * | Fix test | Robin Appelman | 2015-04-13 | 1 | -2/+8 |
| | | |||||
| * | Implement move/copyFromStorage for shared storage | Robin Appelman | 2015-04-13 | 2 | -6/+86 |
| | | |||||
* | | Merge pull request #15566 from owncloud/fix-filepicker | Thomas Müller | 2015-04-14 | 2 | -4/+27 |
|\ \ | | | | | | | fix filepicker | ||||
| * | | fix filepicker | Morris Jobke | 2015-04-13 | 2 | -4/+27 |
| | | | | | | | | | | | | | | | | | | * add ability to filter for mimetype * fixes #15526 * fixes #11563 | ||||
* | | | Fix cross storage move with shared storages | Robin Appelman | 2015-04-13 | 2 | -11/+11 |
| | | | |||||
* | | | check that we know the parent | Robin Appelman | 2015-04-13 | 1 | -3/+5 |
| | | | |||||
* | | | check for source cache | Robin Appelman | 2015-04-13 | 1 | -1/+3 |
| |/ |/| | |||||
* | | Merge pull request #15570 from owncloud/shares-properlyformatmountpoint | Morris Jobke | 2015-04-13 | 1 | -3/+9 |
|\ \ | | | | | | | Properly add trailing slash to mount point | ||||
| * | | Properly add trailing slash to mount point | Vincent Petry | 2015-04-13 | 1 | -3/+9 |
| |/ | | | | | | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name | ||||
* / | Do not try to make user subadmin of group twice | Roeland Jago Douma | 2015-04-13 | 2 | -0/+29 |
|/ | | | | | | | If the provisioning api is used to make a user subadmin of a group that user is already a subadmin just return success. Added unit test to ensure things keep working. | ||||
* | Merge pull request #15535 from owncloud/smb-1.0.0 | Morris Jobke | 2015-04-10 | 7 | -16/+38 |
|\ | | | | | update icewind/smb to 1.0.0 | ||||
| * | update icewind/smb to 1.0.0 | Robin Appelman | 2015-04-10 | 7 | -16/+38 |
| | | |||||
* | | Merge pull request #15538 from owncloud/encryption-crypt-tests | Clark Tomlinson | 2015-04-10 | 2 | -29/+283 |
|\ \ | | | | | | | add unit test for crypt.php | ||||
| * | | add unit test for crypt.php | Bjoern Schiessle | 2015-04-10 | 2 | -29/+283 |
| | | | |||||
* | | | Merge pull request #15489 from owncloud/dont_hide_exceptions_master | Thomas Müller | 2015-04-10 | 4 | -68/+218 |
|\ \ \ | | | | | | | | | Dont hide exceptions master | ||||
| * | | | fix cherrypicking | Jörn Friedrich Dreyer | 2015-04-10 | 3 | -15/+18 |
| | | | | |||||
| * | | | fix typo and comment | Morris Jobke | 2015-04-10 | 2 | -3/+3 |
| | | | | |||||
| * | | | throw exception if setup is incomplete | Morris Jobke | 2015-04-10 | 1 | -1/+3 |
| | | | | |||||
| * | | | fix_tests | Jörn Friedrich Dreyer | 2015-04-10 | 3 | -49/+201 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: apps/user_ldap/tests/user_ldap.php | ||||
| * | | | do not hide exception when ldap server has a hiccup | Jörn Friedrich Dreyer | 2015-04-10 | 3 | -17/+10 |
| |/ / | |||||
* | | | Merge pull request #15537 from ↵ | Morris Jobke | 2015-04-10 | 1 | -1/+3 |
|\ \ \ | |_|/ |/| | | | | | | | | owncloud/master-fixunittestrelatedtoorphanedshares2 Fix master unit test: Clear leftover shares from other tests | ||||
| * | | Clear leftover shares from other tests | Vincent Petry | 2015-04-10 | 1 | -1/+3 |
| |/ | |||||
* | | Fix converting Guzzle error codes in s2s storage | Vincent Petry | 2015-04-10 | 1 | -10/+13 |
| | | |||||
* | | Catch more exceptions when connecting to remote DAV server | Vincent Petry | 2015-04-10 | 1 | -0/+2 |
|/ | | | | | | | Added InvalidArgumentException to catch HTML parsing errors when XML was expected. Made convertSabreException more generic to be able to handle more exception cases. | ||||
* | Merge pull request #15521 from owncloud/shareinfo-catchguzzle503 | Morris Jobke | 2015-04-10 | 1 | -0/+5 |
|\ | | | | | Properly catch guzzle 503 when querying share info |