Commit Graph

5610 Commits (ef97481a0d7dcedba830bc423d623111f6c2e774)

Author SHA1 Message Date
Florin Peter ef97481a0d changed redirect handling 13 years ago
Florin Peter b46e7323ec fixed typo 13 years ago
Florin Peter dc8bcf0688 reformat code 13 years ago
Björn Schießle 1e601cd6f1 use generated private key fro m setUp() 13 years ago
Björn Schießle 35c91ff901 added test for decryptPrivateKey() 13 years ago
Björn Schießle b5820af3cc let user update private key password in case it was changed from outside, e.g. external auth back-ends 13 years ago
Björn Schießle b02f4dc62c $session->setPrivateKey expects only one parameter 13 years ago
Björn Schießle 42f66af5a3 control files are no longer needed, remove them from the tests 13 years ago
Björn Schießle 471d2b732c introduce decryptPrivateKey() method which also checks if the result is a valid private key to avoid additional checks on various places 13 years ago
Florin Peter a134ffcf2c code optimized and cleaned up unused vars 13 years ago
Florin Peter e9d1ea712c allow the user to login but do not allow upload and show error message on the web 13 years ago
Florin Peter 2e3bfdb12c check if the decrypted private key is valid on login and on read/write files 13 years ago
Jenkins for ownCloud a730a72dcb [tx-robot] updated from transifex 13 years ago
Florin Peter eaa4f92275 added our own file extension .part will not work here if we use file_get_contents so we used our own extension '.etmp' 13 years ago
Florin Peter b3834b49c3 prevent files_versions from calling file proxy which calls files_encryption and do unnecessary load and file operations 13 years ago
Arthur Schiwon bd7771867b LDAP: fix generation of alternate internal name on conflicts. Use also smaller number for better user experience on e.g. *DAV links 13 years ago
Jenkins for ownCloud 8e1d9261aa [tx-robot] updated from transifex 13 years ago
Florin Peter 6d94b393bf fix share and un-share for single file 13 years ago
Florin Peter 8c17f26226 fixed problems with file_get_contents and file_put_contents this problem was related to text editor with big text files 13 years ago
Michael Gapczynski 5a47054505 Implement getDirectoryPermissions() in Shared Permissions, fixes #2846 13 years ago
Florin Peter d59ae569ba reformat code 13 years ago
Florin Peter 838fd1a20a changed " to ' 13 years ago
Florin Peter ee7c4c4c93 changed l10n to full sentences 13 years ago
Florin Peter df41a60c50 fixed typo 13 years ago
Florin Peter d265264542 fix for share folder on external storage 13 years ago
Björn Schießle b44192f366 check list of users with access to the file from the bottom to the top. This way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages 13 years ago
Florin Peter 5dd865a57f changes l10n after review 13 years ago
Florin Peter efd629462e changes after review 13 years ago
Jenkins for ownCloud 7c0c6bd779 [tx-robot] updated from transifex 13 years ago
Florin Peter 71a532fc4d fixed if fopen returns false typically on external storage 13 years ago
Florin Peter 4b4b447e2a fixed missing convert to new session handler 13 years ago
Florin Peter 6ae7bde788 fixed encryption session namespace to avoid problems 13 years ago
Björn Schießle 3a76c22372 $_POST["adminEnableRecovery"] is a string 13 years ago
Florin Peter 0041711fe3 fix for undefined index 13 years ago
Florin Peter 6f9e425939 fix for losing private key while being logged in and accessing a public link 13 years ago
Jenkins for ownCloud 3420d853ab [tx-robot] updated from transifex 13 years ago
Robin Appelman 9c99048429 fix syntax error 13 years ago
Robin Appelman 44f9af5a7f Use the new session wrapper 13 years ago
Florin Peter e1e1c58969 changed to public log api 13 years ago
Florin Peter 7224fc98b2 replace == with === and replace != with !== 13 years ago
Florin Peter 6075aff687 changed basic auth to test user 13 years ago
Björn Schießle c81e34ef89 replace == with === 13 years ago
Björn Schießle 4c05259ccf legacyBlockDecryprt() needs to be public 13 years ago
Björn Schießle df22a7c495 make legacyDecrypt() private als always call legacyBlockDecrypt() from other classes 13 years ago
Björn Schießle 8b35578833 fix migration from old to new encryption 13 years ago
Florin Peter 5d32e214b7 reformat code 13 years ago
Georg Ehrke 841b420bc4 add event.preventDefault to undelete function 13 years ago
Björn Schießle 710e9c2d14 fix tests, after unused variables are removed 13 years ago
Björn Schießle 1a3f7891ea remove unused varaibles 13 years ago
Georg Ehrke d408cd7f37 fix https://github.com/owncloud/core/issues/3320 13 years ago