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
2013-11-27Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle
2013-11-27some small changes according to the review commentsBjoern Schiessle
2013-11-21Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle
2013-11-21Merge branch 'master' into encryption_work_with_public_galleryBjoern Schiessle
2013-11-21Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle
2013-11-21better distinction between userID and keyIdBjoern Schiessle
2013-11-21public upload now also works with encryption enabledBjoern Schiessle
2013-11-21make sure that we always use the correct user idBjoern Schiessle
2013-11-20[wip] make encryption work with public gallery sharingBjoern Schiessle
2013-11-20Merge pull request #5967 from owncloud/encryption-extstorage-fixsizeresetVincent Petry
2013-11-20Fix for extstorage + encryption where unencrypted size is not keptVincent Petry
2013-11-20only check if the key file exists to decide if it is an encrypted file or not.Bjoern Schiessle
2013-11-18Merge pull request #5908 from owncloud/fix_errorpage_callVincent Petry
2013-11-17call error page with session as parameterBjoern Schiessle
2013-11-15Merge pull request #5833 from owncloud/encryption_fixesBjörn Schießle
2013-11-14instead of writing etmp files we write the dummy file to data/user/cache to a...Bjoern Schiessle
2013-11-12fixPartialFilePath() is now stripPartialFileExtension()Bjoern Schiessle
2013-11-12only update file cache if the file is already indexed to avoid that we create...Bjoern Schiessle
2013-10-11block file access if share keys are missingBjoern Schiessle
2013-10-09only encrypt file to users with encryption keysBjoern Schiessle
2013-09-16Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle
2013-09-06fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle
2013-09-06remove test codeBjoern Schiessle
2013-09-06no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle
2013-09-02encryption error messages, distinguish between a re-enabled encryption app an...Bjoern Schiessle
2013-08-30improved error messaging, initial commitBjoern Schiessle
2013-07-30handle error if we can't handle the given pathBjoern Schiessle
2013-07-30only write keyfiles if it was a new file, otherwise nothing changedBjoern Schiessle
2013-07-29user interface to allow user to decrypt all his files once the encryption app...Björn Schießle
2013-06-04changed redirect handlingFlorin Peter
2013-05-31code optimized and cleaned up unused varsFlorin Peter
2013-05-31allow the user to login but do not allow upload and show error message on the...Florin Peter
2013-05-31check if the decrypted private key is valid on login and on read/write filesFlorin Peter
2013-05-29Merge branch 'master' into remove_unused_varsFlorin Peter
2013-05-28fixed encryption session namespace to avoid problemsFlorin Peter
2013-05-27replace == with === and replace != with !==Florin Peter
2013-05-27reformat codeFlorin Peter
2013-05-24fixes after review from @DeepDiver1975Florin Peter
2013-05-22fixed finding encrypted files in subfolders and removed unused codeFlorin Peter
2013-05-20reformat code added and changed phpdocFlorin Peter
2013-05-15prevent of infinite loop with FileProxyFlorin Peter
2013-05-14fix for zero size filesFlorin Peter
2013-05-13added handling for public file access via files_sharing linkFlorin Peter
2013-05-11fix for webdavFlorin Peter
2013-05-07fix for wrong file infosFlorin Peter
2013-05-06fix file info put on streamFlorin Peter
2013-04-29speed improvementFlorin Peter
2013-04-26implement postRenameFlorin Peter
2013-04-25added unencrypted file size to file cacheFlorin Peter
2013-04-23Stream writing improved: working with dolphin + kate, gedit & nautilus give e...Sam Tuke