Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 1 | -582/+0 |
| | | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests | ||||
* | Fix encryption tests | Roeland Jago Douma | 2016-04-08 | 1 | -4/+0 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+3 |
| | |||||
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -3/+6 |
| | | | | Replaced with proper OCP calls | ||||
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -3/+3 |
| | | | | | All function calls are replaced with the recommended (which was already the body of the function). | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-27 | 1 | -0/+26 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | fix encryption migration test | Robin Appelman | 2015-10-16 | 1 | -0/+25 |
| | |||||
* | Make shared folder size propagation test work with object home storage | Robin Appelman | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
| | |||||
* | Remove unnecessary DB prefixes from existing query builder usages | Joas Schilling | 2015-08-10 | 1 | -17/+17 |
| | |||||
* | only update database on the first run (first run = we have a version number ↵ | Bjoern Schiessle | 2015-07-31 | 1 | -0/+3 |
| | | | | from the old encryption app) | ||||
* | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 1 | -37/+37 |
| | |||||
* | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 1 | -12/+12 |
| | |||||
* | fix mount point detection | Bjoern Schiessle | 2015-07-20 | 1 | -1/+76 |
| | |||||
* | unit tests | Bjoern Schiessle | 2015-07-17 | 1 | -2/+36 |
| | |||||
* | don't move keys if the key where already moved in a previous migration run | Bjoern Schiessle | 2015-07-17 | 1 | -4/+9 |
| | |||||
* | more secure way to update the database | Bjoern Schiessle | 2015-07-08 | 1 | -0/+58 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -14/+14 |
| | |||||
* | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | add migration script from old encryption to new one | Bjoern Schiessle | 2015-04-16 | 1 | -0/+356 |