aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/appinfo
Commit message (Collapse)AuthorAgeFilesLines
...
| * automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-021-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 Mueller2012-09-071-1/+1
| |
| * add deprecated warningFrank Karlitschek2012-08-271-1/+1
| |
| * add a ldap encryption warningFrank Karlitschek2012-05-221-1/+1
| |
| * add a warningFrank Karlitschek2012-05-201-1/+1
| |
* | Replaced phpseclib calls with symmetric re-encryption of user private keySam Tuke2012-12-111-1/+3
| |
* | Revert "Revert "Development snapshot""Sam Tuke2012-12-111-1/+8
| | | | | | | | This reverts commit b66d38ecae3a2e7914520a90c5ef01cbc1432c10.
* | Revert "Development snapshot"Sam Tuke2012-12-111-8/+1
| | | | | | | | This reverts commit c56fb905d1a300b2fe6c011848ea520031ea0df1.
* | Added library phpseclibSam Tuke2012-12-111-0/+1
| | | | | | | | First implementation of passphrase changing on user pwd change
* | Development snapshotSam Tuke2012-12-051-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 mergeSam Tuke2012-10-172-14/+14
| |
* | Merged branch 'master'Sam Tuke2012-10-161-2/+2
| |
* | Started rewrite of cryptstream class (renamed to stream)Sam Tuke2012-08-161-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 enabledBjoern Schiessle2012-08-031-4/+1
| |
* | allow user to choose encryption modeBjoern Schiessle2012-08-023-2/+27
| |
* | update file encryption key over webdav properties for client side encryptionBjoern Schiessle2012-07-311-0/+1
| |
* | Mainly work on implementing new encryption system (+ keyfile handling) into ↵Sam Tuke2012-07-251-4/+12
| | | | | | | | proxy classs
* | Fixed various bugs in hooks classSam Tuke2012-07-251-4/+7
| | | | | | | | Fixed documentation syntax in keymanager
* | encryption is not yet compatible with ldapFrank Karlitschek2012-05-221-1/+1
| |
* | add warningFrank Karlitschek2012-05-201-1/+1
|/
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-1/+2
| | | | ownCloud 4
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* cache app types during install or updateRobin Appelman2012-05-141-1/+1
|
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-051-1/+1
|
* ported the oc_app callsFrank Karlitschek2012-05-021-1/+1
|
* porting of OC_User to public API complete.Frank Karlitschek2012-05-011-1/+1
| | | | What better thing to do during a long train ride than refactoring ;-)
* ported isLoggedInFrank Karlitschek2012-05-011-1/+1
|
* keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
|
* add the option to only load apps of a specific typeRobin Appelman2012-03-301-0/+3
|
* dont enable encryption on defaultRobin Appelman2012-02-261-1/+0
|
* make encryption filetype blacklist configurableRobin Appelman2012-02-221-0/+2
|
* make sure we always have the encryption key unlockedRobin Appelman2012-02-221-0/+6
|
* initial integration of encryptionRobin Appelman2012-02-211-0/+11
|
* encryption proxy wipRobin Appelman2012-02-211-0/+11