Commit Graph

1375 Commits (9f9aa44b577fc2efb2893f8f71f8bbb7770e68d7)

Author SHA1 Message Date
Jenkins for ownCloud 6d80524e67 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud ea95bb0189 [tx-robot] updated from transifex 12 years ago
Joas Schilling b85e34c1da Correctly namespace encryption tests 12 years ago
Joas Schilling e67fe0336b Use self:: instead of the class name in encryption tests 12 years ago
Joas Schilling efac8ced90 Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 12 years ago
Joas Schilling 7f7006643f Fix namespace of files_encryption classes and autoload them 12 years ago
Morris Jobke b9fab7441c remove duplicate loaded personal.js - fixes #12674 12 years ago
Morris Jobke 0d4f0ab871 reduce OC_Preferences, OC_Config and \OCP\Config usage 12 years ago
Jenkins for ownCloud 2784d580bd [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 8ee9ee29ea [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 94eb2e782f [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 4d53f163fd [tx-robot] updated from transifex 12 years ago
Bjoern Schiessle 1509dd1358 update error message 12 years ago
Bjoern Schiessle 0dd44eaf27 OC8 and later requires PHP >= 5.4, so we can remove the check from the encryption app 12 years ago
Bjoern Schiessle 0a173e2b58 fix typo 12 years ago
Bjoern Schiessle 9ca9acf3f8 small fixes 12 years ago
Bjoern Schiessle 2e78217f17 delete old keys if file was moved to a different mount point 12 years ago
Bjoern Schiessle 49cfc30359 upgrade to new folder structure 12 years ago
Bjoern Schiessle a90606fb14 change private/public key names for consistency reasons 12 years ago
Bjoern Schiessle 266f1a2afa harmonize copyright notice 12 years ago
Bjoern Schiessle fd86d76f98 new folder structure for keys 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Bjoern Schiessle 4643a5d238 replace \OC:: with \OC::->getSession() 12 years ago
Bjoern Schiessle 917bef39b7 don't store private public-share-key in session 12 years ago
Bjoern Schiessle f274833403 remove unused variable 12 years ago
Bjoern Schiessle 1645c8f819 use login name to verify password 12 years ago
Jenkins for ownCloud fa3f7ad9e9 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud f8421958b3 [tx-robot] updated from transifex 12 years ago
Vincent Petry 391ece46e3 Fix file upload to ext storage when recovery key is enabled 12 years ago
Volkan Gezer 995fe4a176 cleanup languages. closes #11274 12 years ago
Joas Schilling 76ebd3a050 Make apps/ extend the \Test\TestCase and fix overwritten methods 12 years ago
Jenkins for ownCloud 91f7c0af6e [tx-robot] updated from transifex 12 years ago
Bjoern Schiessle f6efbfcf0b listen to the post_passwordReset hook, backup the old keys and create a new key pair for the user 12 years ago
Joas Schilling b228226700 Fix single run of encryption tests and usages of uniqid() and fopen() 12 years ago
Joas Schilling a3a064fe96 Skip some more tests on Windows which just can not work at all 12 years ago
Jenkins for ownCloud 9df50c7be6 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud a069171cda [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 1846fb0285 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 664cc4ac0e [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud c3e3432662 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 46010655d2 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud da14a605d5 [tx-robot] updated from transifex 12 years ago
Bjoern Schiessle 2af7256267 only set the values we need and make sure that we write the file info for both 12 years ago
Bjoern Schiessle 3d19bb2e51 also try to get file info from part file 12 years ago
Bjoern Schiessle a10ae2816e clean up encryption exceptions 12 years ago
Jenkins for ownCloud 7d47d50724 [tx-robot] updated from transifex 12 years ago
Bjoern Schiessle 8104a4e24e check if the provided password is really the current log-in password 12 years ago
Bjoern Schiessle c2a45c1238 throw exception if private key is missing 12 years ago
Jenkins for ownCloud c8f55e7f87 [tx-robot] updated from transifex 12 years ago
Bjoern Schiessle 0580c232d7 still try to encrypt files, even if the session is not initialized. The stream wrapper will throw an error which is better than silently continue. 12 years ago