aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/session.php
Commit message (Expand)AuthorAgeFilesLines
* reformat codeFlorin Peter2013-06-031-6/+7
* introduce decryptPrivateKey() method which also checks if the result is a val...Björn Schießle2013-06-031-1/+1
* Merge branch 'master' into remove_unused_varsFlorin Peter2013-05-291-14/+10
|\
| * fixed missing convert to new session handlerFlorin Peter2013-05-281-3/+2
| * merge master into sessionclassRobin Appelman2013-05-281-10/+38
| |\
| * | fix syntax errorRobin Appelman2013-05-281-1/+1
| * | Use the new session wrapperRobin Appelman2013-05-281-13/+7
* | | Merge branch 'master' into remove_unused_varsFlorin Peter2013-05-281-16/+39
|\ \ \ | | |/ | |/|
| * | fix for losing private key while being logged in and accessing a public linkFlorin Peter2013-05-281-13/+38
| |/
* | replace == with === and replace != with !==Florin Peter2013-05-271-1/+1
* | reformat codeFlorin Peter2013-05-271-28/+29
|/
* fixes after review from @DeepDiver1975Florin Peter2013-05-231-34/+30
* fix public link share if a user is logged inBjörn Schießle2013-05-231-1/+3
* reformat code added and changed phpdocFlorin Peter2013-05-201-82/+85
* update phpdocFlorin Peter2013-05-191-1/+1
* added handling for public file access via files_sharing linkFlorin Peter2013-05-131-4/+18
* don't create a recovery user, only generate recovery key similar to the publi...Björn Schießle2013-05-131-8/+2
* generate random key name for share key to avoid name conflictsBjörn Schießle2013-05-131-19/+26
* Added support for user-specified password for adminRecovery account in admin ...Sam Tuke2013-05-041-17/+17
* Fixed recoveryadmin settings in user and admin settings pages (js, templates,...Sam Tuke2013-05-011-6/+12
* make sure that public-keys dir existsBjörn Schießle2013-04-101-1/+7
* Fixed naming bug of public owncloud key dir, which caused new keypair to be g...Sam Tuke2013-04-091-7/+19
* remove debug output, fix typo in file namesBjörn Schießle2013-02-141-4/+4
* create keypair for ownCloud with empty passphrase, will be used for public li...Björn Schießle2013-02-131-0/+28
* Fixed comment typo, wrapped return value conditional on var assignment in ses...Sam Tuke2013-02-051-2/+4
* Improved support for detecting and recrypting legacy files. Bugs remain.Sam Tuke2013-01-311-1/+1
* Fixed many coding guidelines issuesSam Tuke2013-01-241-6/+41
* Development snapshot, mocking out Session{} for crypt unit testsSam Tuke2013-01-021-2/+2
* Revert "Revert "Development snapshot""Sam Tuke2012-12-111-0/+66
* Revert "Development snapshot"Sam Tuke2012-12-111-66/+0
* Development snapshotSam Tuke2012-12-051-0/+66