Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 2 | -354/+0 |
| | | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests | ||||
* | Merge pull request #22791 from owncloud/enc_master_key_improvements | Vincent Petry | 2016-04-21 | 1 | -23/+37 |
|\ | | | | | Enc master key improvements | ||||
| * | replaceUserKeys() actually deletes the users keys -> update method name and ↵ | Bjoern Schiessle | 2016-03-18 | 1 | -1/+1 |
| | | | | | | | | doc-block | ||||
| * | only create and update user specific key if no master key is enabled | Bjoern Schiessle | 2016-03-18 | 1 | -22/+36 |
| | | |||||
* | | we need to initialize the mount points of the given user before we recover | Björn Schießle | 2016-04-19 | 1 | -0/+11 |
|/ | | | | access to his files | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 2 | -2/+3 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-27 | 1 | -3/+3 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -2/+0 |
| | |||||
* | check for the right user if we can change his password | Bjoern Schiessle | 2015-09-14 | 1 | -1/+9 |
| | |||||
* | use uid as additional information for salt | Bjoern Schiessle | 2015-08-07 | 1 | -2/+2 |
| | |||||
* | use password hash instead of the plain password to encrypt the private key | Bjoern Schiessle | 2015-08-07 | 1 | -4/+2 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | make sure that we create a header for the encrypted private key | Bjoern Schiessle | 2015-04-28 | 1 | -2/+2 |
| | |||||
* | fix change password if no user is logged in, occ call | Bjoern Schiessle | 2015-04-17 | 1 | -3/+7 |
| | |||||
* | fix decryption of legacy private key | Bjoern Schiessle | 2015-04-16 | 1 | -1/+0 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 2 | -4/+6 |
| | |||||
* | PHPDoc cleanup - clean code \o/ | Thomas Müller | 2015-04-07 | 1 | -2/+0 |
| | |||||
* | cleanup | Thomas Müller | 2015-04-07 | 1 | -3/+3 |
| | |||||
* | make recovery key work | Bjoern Schiessle | 2015-04-07 | 1 | -6/+17 |
| | |||||
* | use password change logic to userhooks to avoid recursions | Bjoern Schiessle | 2015-04-07 | 1 | -7/+79 |
| | |||||
* | add session class to handle all session operations | Bjoern Schiessle | 2015-04-07 | 1 | -7/+4 |
| | |||||
* | cleanup and removing cachefactory | Clark Tomlinson | 2015-04-07 | 4 | -126/+15 |
| | |||||
* | fixing obvious bugs while testing | Thomas Müller | 2015-04-07 | 1 | -1/+0 |
| | |||||
* | Updating keystorage movement and fixing hooks | Clark Tomlinson | 2015-04-07 | 1 | -160/+53 |
| | |||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 5 | -0/+459 |