Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-17backport fix admin checkFrank Karlitschek
2012-06-21dont change the encryption key during the test caseRobin Appelman
2012-06-21only use 1 fsview when initializing encryptionRobin Appelman
2012-06-21fix saved file size for uploaded filesRobin Appelman
2012-06-21truncate decrypted files based on sizeRobin Appelman
2012-06-20fix encrypted flags not being saved correctlyRobin Appelman
2012-06-20fix encryption for binary filesRobin Appelman
2012-06-20add binary test case for encryptionRobin Appelman
2012-06-20use absolute path for file proxiesRobin Appelman
2012-05-22add a ldap encryption warningFrank Karlitschek
2012-05-20add a warningFrank Karlitschek
2012-05-18mark the apps as part of the shipped package and increase the requirement to ...Frank Karlitschek
2012-05-15removing executable bit - againThomas Mueller
2012-05-15cache app types during install or updateRobin Appelman
2012-05-11load remote and public paths from info.xml during upgrade instead of setting ...Robin Appelman
2012-05-07ported the oc_template classFrank Karlitschek
2012-05-05improve cryptstream fro writing non-chunksized dataRobin Appelman
2012-05-05porting the hooks and starting with the templatesFrank Karlitschek
2012-05-02port appconfigFrank Karlitschek
2012-05-02move all the files stuff into a files classFrank Karlitschek
2012-05-02ported the oc_app callsFrank Karlitschek
2012-05-02ported the rest of the OC_Helper callsFrank Karlitschek
2012-05-01ported addSyript and other small stuffFrank Karlitschek
2012-05-01porting of OC_User to public API complete.Frank Karlitschek
2012-05-01ported getUserFrank Karlitschek
2012-05-01ported isLoggedInFrank Karlitschek
2012-05-01finish porting of the LOG calls or the apps to the public apiFrank Karlitschek
2012-05-01port to use the new public apiFrank Karlitschek
2012-04-25fix mimetypes of encrypted filesRobin Appelman
2012-04-22add the option to disable file encryption while still being able to decrypt e...Robin Appelman
2012-04-18add test cases for cryptstreamRobin Appelman
2012-04-18make use of the fact that stream_read will always read 8192 bytes for encrypt...Robin Appelman
2012-04-18bugfixes for encryption library and test casesRobin Appelman
2012-04-15renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt
2012-04-14keep version numbers in their own files for faster readingRobin Appelman
2012-03-30add the option to only load apps of a specific typeRobin Appelman
2012-03-21fix comments in crypt libGeorg Ehrke
2012-02-26dont enable encryption on defaultRobin Appelman
2012-02-26dont set the encryption flag for existing non-encrypted filesRobin Appelman
2012-02-26always set encrypted flag when overwriting a file we should encryptRobin Appelman
2012-02-26merge master into encryptionRobin Appelman
2012-02-23make encryption filetype blacklist configurableRobin Appelman
2012-02-22make sure we always have the encryption key unlockedRobin Appelman
2012-02-21fix incorrect information in the filecache when using encryptionRobin Appelman
2012-02-21proper mimetypes for encrypted filesRobin Appelman
2012-02-21implement file_put_contents with stream data using fopenRobin Appelman
2012-02-21rework the way file_put_contents is handeledRobin Appelman
2012-02-21only trigger hooks for the default filesystem viewRobin Appelman
2012-02-21initial integration of encryptionRobin Appelman
2012-02-21simple file encryption wipRobin Appelman