]> source.dussan.org Git - nextcloud-server.git/shortlog
nextcloud-server.git
2015-04-07 Thomas MüllerProperly set size and unencrypted size in the stream...
2015-04-07 Bjoern Schiessleremove unused code
2015-04-07 Bjoern Schiesslefix versions download and previews
2015-04-07 Thomas MüllerAdding unit test for read and write of big file
2015-04-07 jknockaertFixing encryption stream wrapper seek - thanks @jknockaert
2015-04-07 Thomas MüllerFixing encryption storage wrapper tests
2015-04-07 Thomas MüllerIntroducing trait LocalTempFileTrait
2015-04-07 Bjoern Schiesslereset init status before login
2015-04-07 Thomas Müllercleanup
2015-04-07 Thomas Müllerfixing unit tests for encryption stream wrapper seek
2015-04-07 Bjoern Schiesslefix re-shares with encryption
2015-04-07 Bjoern Schiesslestore init status per user
2015-04-07 Bjoern Schiessleuse loginHelper from base class
2015-04-07 Thomas Müllerfixing unit tests for stream wrapper
2015-04-07 Bjoern Schiesslereset storage for each unit test
2015-04-07 Thomas Müllerfixing unit test execution
2015-04-07 Clark Tomlinsonadding util test and reducing keymanager instances...
2015-04-07 Bjoern Schiessleadd more descriptive message to the exception, will...
2015-04-07 Bjoern Schiessleremove encryption specific code from files app
2015-04-07 Thomas Müllerfixing unencrypted file size
2015-04-07 Bjoern Schiessledon't wrap share storages
2015-04-07 Bjoern Schiessleadd priority to trashbin storage wrapper so that he...
2015-04-07 Thomas Müllercleaning up exception mess
2015-04-07 Thomas Müllerin case the file exists we require the explicit module...
2015-04-07 Bjoern Schiesslework arround to make sure that shares are initialized...
2015-04-07 Thomas MüllerSet human readable module ids
2015-04-07 Thomas MüllerFix shouldEncrypt and don't throw exception id fileKey...
2015-04-07 Bjoern Schiesslemake recovery key work
2015-04-07 Bjoern SchiesslegetUidAndFilename() always get uid from path
2015-04-07 Thomas MüllerFinally fixing encryption with public share
2015-04-07 Thomas Mülleronly encrypt files and files_versions
2015-04-07 Thomas Müllerfix exception handling
2015-04-07 Thomas MüllerHook: fixing error message in exception case
2015-04-07 Thomas Müllerfile_put_contents has to return the number of written...
2015-04-07 Thomas MüllerPHPDoc
2015-04-07 Bjoern Schiesslepass file helper to encryption wrapper
2015-04-07 Bjoern Schiesslefix hook registration
2015-04-07 Clark Tomlinsonremove useless setup base class
2015-04-07 Clark Tomlinsonadding hook manager test
2015-04-07 Bjoern SchiesslekeyManagerTest: remove code which is no longer needed
2015-04-07 Bjoern Schiesslecleanup keymanager test and add some additional tests
2015-04-07 Bjoern Schiessledelete recovery keys on disable
2015-04-07 Clark Tomlinsonfixing test helper and undoing fubar in class...
2015-04-07 Clark Tomlinson:100:% coverage for session class
2015-04-07 Bjoern Schiesslelet user enable recovery key
2015-04-07 Bjoern Schiessleadd helper class accessible for encryption modules...
2015-04-07 Thomas MüllerAdding app icon and fixing admin setting
2015-04-07 Bjoern Schiessleregister settings and hooks only once
2015-04-07 Bjoern Schiesslefix set recovery key and implement change password
2015-04-07 Thomas MüllerFix double registration of encryption module
2015-04-07 Thomas MüllerAdding renameKeys to IStorage
2015-04-07 Thomas MüllerSetting up the encryption wrapper in a setup hook ...
2015-04-07 Thomas MüllerRemove old encryption left overs from trashbin
2015-04-07 Thomas MüllerFix settings
2015-04-07 Thomas MüllerRemoving left overs from old encryption app
2015-04-07 Thomas Mülleradding function getSecureRandom(); to IServerContainer
2015-04-07 Bjoern Schiessleuse password change logic to userhooks to avoid recursions
2015-04-07 Bjoern Schiessleadd session class to handle all session operations
2015-04-07 Thomas Müllerupdate unit tests after ctor signature change of \OC...
2015-04-07 Clark Tomlinsonmoving methods to their final places
2015-04-07 Thomas Müllerkill OC_FileProxy :boom:
2015-04-07 Thomas MüllerFurther cleanup of files_encryption
2015-04-07 Thomas MüllerRemoving files_encryption left overs
2015-04-07 Thomas MüllerFix - public sharing: in case on user is available...
2015-04-07 Bjoern Schiessleremove old encryption app
2015-04-07 Bjoern Schiessleremove unencrypted_size from the cache, size will conta...
2015-04-07 Thomas Müllerinitializing some variables + update size after writing...
2015-04-07 Thomas Müllerhttps://github.com/owncloud/core/pull/15305#discussion_...
2015-04-07 Thomas Müllerinitializing some variables
2015-04-07 Bjoern Schiesslecall end() before closing the file
2015-04-07 Thomas Mülleradding unit tests for stream wrapper
2015-04-07 Thomas Müllervarious fixes & start to unit test the encryption stora...
2015-04-07 jknockaertApplying diff as of https://github.com/owncloud/core...
2015-04-07 Bjoern Schiesslemake recovery settings work
2015-04-07 Thomas Müllerfix unit test execution
2015-04-07 Bjoern Schiesslefix parameter declaration and class initialisation
2015-04-07 Bjoern Schiesslefix lib/private/encryption/util.php call
2015-04-07 Thomas Müllerfix unit test execution, variable naming and kill no...
2015-04-07 Bjoern Schiessleremove debug code from core
2015-04-07 Bjoern Schiesslecheck if recovery key exists and encrypt the file with...
2015-04-07 Bjoern Schiessleadd public link share key to file if it was shared...
2015-04-07 Bjoern Schiessleadd setting templates
2015-04-07 Bjoern Schiesslemake sharing and unsharing work
2015-04-07 Thomas MüllerComment duplicate test methods
2015-04-07 Clark Tomlinsoncleanup and removing cachefactory
2015-04-07 Bjoern Schiessleread encrypted files
2015-04-07 Bjoern Schiesslecore: documentation fixes
2015-04-07 Bjoern Schiesslemake sure that all file keys are written to the key...
2015-04-07 Bjoern Schiesslecore: small fixes
2015-04-07 Bjoern Schiesslewrite encrypted file to disc
2015-04-07 Thomas Müllerenable encryption unit test execution
2015-04-07 Bjoern Schiessleencryption app: remove legacy code, we do only server...
2015-04-07 Thomas Müllerfixing obvious bugs while testing
2015-04-07 Bjoern Schiessleimplement rename and delete of encryption keys
2015-04-07 Clark TomlinsonUpdating keystorage movement and fixing hooks
2015-04-07 Bjoern Schiessleadd deleteKey methods to key storage
2015-04-07 Bjoern Schiesslefix encryption manager to handle more than one encrypti...
2015-04-07 Bjoern Schiesslefix keystorage and add unit tests
2015-04-07 Clark TomlinsonInitial commit
2015-04-07 Bjoern Schiesslecreate basic interfaces and wrapper to make encryption...
next