Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5 | |||||
| * | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -1/+1 | |
| | | ||||||
| * | add deprecated warning | Frank Karlitschek | 2012-08-27 | 1 | -1/+1 | |
| | | ||||||
| * | add a ldap encryption warning | Frank Karlitschek | 2012-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | add a warning | Frank Karlitschek | 2012-05-20 | 1 | -1/+1 | |
| | | ||||||
* | | Replaced phpseclib calls with symmetric re-encryption of user private key | Sam Tuke | 2012-12-11 | 1 | -1/+3 | |
| | | ||||||
* | | Revert "Revert "Development snapshot"" | Sam Tuke | 2012-12-11 | 1 | -1/+8 | |
| | | | | | | | | This reverts commit b66d38ecae3a2e7914520a90c5ef01cbc1432c10. | |||||
* | | Revert "Development snapshot" | Sam Tuke | 2012-12-11 | 1 | -8/+1 | |
| | | | | | | | | This reverts commit c56fb905d1a300b2fe6c011848ea520031ea0df1. | |||||
* | | Added library phpseclib | Sam Tuke | 2012-12-11 | 1 | -0/+1 | |
| | | | | | | | | First implementation of passphrase changing on user pwd change | |||||
* | | Development snapshot | Sam Tuke | 2012-12-05 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | Read/write interoperability working through web UI and WebDAV New class Session for handling session data A few new unit tests Some additional unit tests are now failing, esp. legacy enc related ones | |||||
* | | all unit files_encryption crypt unit tests now passing after merge | Sam Tuke | 2012-10-17 | 2 | -14/+14 | |
| | | ||||||
* | | Merged branch 'master' | Sam Tuke | 2012-10-16 | 1 | -2/+2 | |
| | | ||||||
* | | Started rewrite of cryptstream class (renamed to stream) | Sam Tuke | 2012-08-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | Added unit tests Fixed decryption of user private key at login Added functionality to keymanager | |||||
* | | only force re-login if server-side encryption is enabled | Bjoern Schiessle | 2012-08-03 | 1 | -4/+1 | |
| | | ||||||
* | | allow user to choose encryption mode | Bjoern Schiessle | 2012-08-02 | 3 | -2/+27 | |
| | | ||||||
* | | update file encryption key over webdav properties for client side encryption | Bjoern Schiessle | 2012-07-31 | 1 | -0/+1 | |
| | | ||||||
* | | Mainly work on implementing new encryption system (+ keyfile handling) into ↵ | Sam Tuke | 2012-07-25 | 1 | -4/+12 | |
| | | | | | | | | proxy classs | |||||
* | | Fixed various bugs in hooks class | Sam Tuke | 2012-07-25 | 1 | -4/+7 | |
| | | | | | | | | Fixed documentation syntax in keymanager | |||||
* | | encryption is not yet compatible with ldap | Frank Karlitschek | 2012-05-22 | 1 | -1/+1 | |
| | | ||||||
* | | add warning | Frank Karlitschek | 2012-05-20 | 1 | -1/+1 | |
|/ | ||||||
* | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 | |
| | | | | ownCloud 4 | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 | |
| | ||||||
* | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -1/+1 | |
| | ||||||
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 1 | -1/+1 | |
| | ||||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 | |
| | ||||||
* | porting of OC_User to public API complete. | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 | |
| | | | | What better thing to do during a long train ride than refactoring ;-) | |||||
* | ported isLoggedIn | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 | |
| | ||||||
* | keep version numbers in their own files for faster reading | Robin Appelman | 2012-04-14 | 2 | -1/+1 | |
| | ||||||
* | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 1 | -0/+3 | |
| | ||||||
* | dont enable encryption on default | Robin Appelman | 2012-02-26 | 1 | -1/+0 | |
| | ||||||
* | make encryption filetype blacklist configurable | Robin Appelman | 2012-02-22 | 1 | -0/+2 | |
| | ||||||
* | make sure we always have the encryption key unlocked | Robin Appelman | 2012-02-22 | 1 | -0/+6 | |
| | ||||||
* | initial integration of encryption | Robin Appelman | 2012-02-21 | 1 | -0/+11 | |
| | ||||||
* | encryption proxy wip | Robin Appelman | 2012-02-21 | 1 | -0/+11 | |