summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Collapse)AuthorAgeFilesLines
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* 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-157-0/+0
|
* cache app types during install or updateRobin Appelman2012-05-141-1/+1
|
* load remote and public paths from info.xml during upgrade instead of setting ↵Robin Appelman2012-05-111-0/+46
| | | | them every time
* ported the oc_template classFrank Karlitschek2012-05-061-1/+1
|
* improve cryptstream fro writing non-chunksized dataRobin Appelman2012-05-052-3/+36
|
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-051-1/+1
|
* port appconfigFrank Karlitschek2012-05-022-4/+4
|
* move all the files stuff into a files classFrank Karlitschek2012-05-023-6/+6
|
* ported the oc_app callsFrank Karlitschek2012-05-021-1/+1
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-023-6/+6
|
* ported addSyript and other small stuffFrank Karlitschek2012-05-011-2/+2
|
* 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 getUserFrank Karlitschek2012-05-011-1/+1
|
* ported isLoggedInFrank Karlitschek2012-05-011-1/+1
|
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-012-5/+5
|
* port to use the new public apiFrank Karlitschek2012-05-011-1/+1
|
* fix mimetypes of encrypted filesRobin Appelman2012-04-252-25/+7
|
* add the option to disable file encryption while still being able to decrypt ↵Robin Appelman2012-04-224-3/+11
| | | | existing files
* add test cases for cryptstreamRobin Appelman2012-04-182-0/+13
|
* make use of the fact that stream_read will always read 8192 bytes for ↵Robin Appelman2012-04-182-23/+71
| | | | | | encryption stream https://bugs.php.net/bug.php?id=21641
* bugfixes for encryption library and test casesRobin Appelman2012-04-182-27/+64
|
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-2/+2
|
* 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
|
* fix comments in crypt libGeorg Ehrke2012-03-211-1/+1
|
* dont enable encryption on defaultRobin Appelman2012-02-261-1/+0
|
* dont set the encryption flag for existing non-encrypted filesRobin Appelman2012-02-261-4/+3
|
* always set encrypted flag when overwriting a file we should encryptRobin Appelman2012-02-261-1/+2
|
* merge master into encryptionRobin Appelman2012-02-261-10/+0
|
* make encryption filetype blacklist configurableRobin Appelman2012-02-224-0/+48
|
* make sure we always have the encryption key unlockedRobin Appelman2012-02-221-0/+6
|
* fix incorrect information in the filecache when using encryptionRobin Appelman2012-02-212-18/+18
|
* proper mimetypes for encrypted filesRobin Appelman2012-02-211-0/+4
|
* implement file_put_contents with stream data using fopenRobin Appelman2012-02-211-5/+1
|
* rework the way file_put_contents is handeledRobin Appelman2012-02-212-10/+5
|
* only trigger hooks for the default filesystem viewRobin Appelman2012-02-211-21/+20
|
* initial integration of encryptionRobin Appelman2012-02-214-28/+330
|
* simple file encryption wipRobin Appelman2012-02-212-8/+16
|
* encryption proxy wipRobin Appelman2012-02-213-0/+202