aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-10-292-8/+22
* [tx-robot] updated from transifexNextcloud bot2016-10-272-42/+48
* [tx-robot] updated from transifexNextcloud bot2016-10-092-2/+4
* [tx-robot] updated from transifexNextcloud bot2016-10-082-4/+4
* [tx-robot] updated from transifexNextcloud bot2016-09-292-0/+4
* [tx-robot] updated from transifexNextcloud bot2016-09-282-0/+10
* [tx-robot] updated from transifexNextcloud bot2016-09-232-4/+10
* [tx-robot] updated from transifexNextcloud bot2016-09-222-0/+2
* [tx-robot] updated from transifexNextcloud bot2016-09-192-2/+4
* [tx-robot] updated from transifexNextcloud bot2016-09-182-0/+4
* [tx-robot] updated from transifexNextcloud bot2016-09-152-12/+94
* [tx-robot] updated from transifexNextcloud bot2016-09-054-4/+22
* [tx-robot] updated from transifexNextcloud bot2016-09-032-4/+18
* [tx-robot] updated from transifexNextcloud bot2016-09-0112-20/+64
* [tx-robot] updated from transifexNextcloud bot2016-08-1752-232/+208
* for new we cannot have nested settings, default module is only appended if av...Arthur Schiwon2016-08-161-0/+1
* Use MockBuilder instead of createMockLukas Reschke2016-08-161-6/+6
* Add unit testsLukas Reschke2016-08-161-0/+100
* rename IAdmin to ISettings, the interface is not bound to a specific settings...Arthur Schiwon2016-08-161-2/+2
* fixes, improvements, and another app:Arthur Schiwon2016-08-164-56/+131
* More casingJoas Schilling2016-08-083-5/+5
* Run the license scriptJoas Schilling2016-07-2244-68/+113
* [tx-robot] updated from transifexNextcloud bot2016-07-092-22/+22
* [tx-robot] updated from transifexNextcloud bot2016-07-082-8/+8
* [tx-robot] updated from transifexNextcloud bot2016-07-072-6/+6
* [tx-robot] updated from transifexNextcloud bot2016-07-0614-46/+40
* Add app:check-code for already compatible appsMorris Jobke2016-06-271-2/+0
* Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-262-2/+10
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-222-2/+10
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-212-0/+2
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-172-0/+2
* | fix l10nMorris Jobke2016-06-2044-44/+44
* | fix l10nMorris Jobke2016-06-2064-64/+64
* | fix l10nMorris Jobke2016-06-2044-44/+44
* | fix stringsMorris Jobke2016-06-204-4/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-102-0/+4
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-032-66/+66
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-022-4/+4
* Update license headersLukas Reschke2016-05-2639-49/+58
* don't fail on "bad signature" during login. Most likely this happens becauseBjörn Schießle2016-05-251-0/+7
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-212-18/+68
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-132-2/+8
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-1239-98/+115
* if we don't have a encrypted file key we can return a empty string right awayBjoern Schiessle2016-04-262-5/+38
* don't create a private-/public-key pair for each user if the master key is en...Bjoern Schiessle2016-04-263-24/+78
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-252-2/+2
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-242-2/+6
* Merge pull request #22791 from owncloud/enc_master_key_improvementsVincent Petry2016-04-216-74/+117
|\
| * replaceUserKeys() actually deletes the users keys -> update method name and d...Bjoern Schiessle2016-03-183-3/+5
| * only create and update user specific key if no master key is enabledBjoern Schiessle2016-03-186-71/+112