summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Collapse)AuthorAgeFilesLines
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-044-4/+132
|
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-11-122-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1112-24/+664
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1010-0/+640
|
* [tx-robot] updated from transifexNextcloud bot2017-11-082-0/+128
|
* [tx-robot] updated from transifexNextcloud bot2017-11-072-0/+128
|
* Update license headersMorris Jobke2017-11-0631-0/+58
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-11-062-32/+32
|
* [tx-robot] updated from transifexNextcloud bot2017-11-034-0/+256
|
* Merge pull request #6875 from nextcloud/app_autoloadersJoas Schilling2017-11-019-0/+655
|\ | | | | Move server apps to dedicated autoloader
| * Encryption AutoloaderRoeland Jago Douma2017-10-249-0/+655
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-11-012-6/+58
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-282-0/+14
| |
* | Use ::class in test mocks of encryption appMorris Jobke2017-10-2614-77/+125
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocksMorris Jobke2017-10-2410-25/+43
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6919 from nextcloud/di-appmanager-encryption-migrationMorris Jobke2017-10-242-9/+15
|\ | | | | Use DI for IAppManager to encryption migration
| * Use DI for IAppManager to encryption migrationMorris Jobke2017-10-242-9/+15
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6922 from nextcloud/unneeded-isEnabled-checkBjörn Schießle2017-10-241-17/+4
|\ \ | | | | | | Remove unneeded check if app is enabled
| * | Remove unneeded check if app is enabledMorris Jobke2017-10-231-17/+4
| |/ | | | | | | | | | | App code will not be executable if the app is not enabled, because the autoloader refuses to load that class. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2017-10-242-0/+128
|/
* [tx-robot] updated from transifexNextcloud bot2017-10-062-12/+40
|
* [tx-robot] updated from transifexNextcloud bot2017-09-292-6/+68
|
* [tx-robot] updated from transifexNextcloud bot2017-09-214-4/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-09-192-4/+4
|
* print generated encryption key passwords directly after generating the keys ↵Kenneth Newwood2017-09-112-8/+11
| | | | | | so that errors during the encryption do not lead to a potentially massive data loss Signed-off-by: Kenneth Newwood <kenneth@newwood.name>
* [tx-robot] updated from transifexNextcloud bot2017-08-302-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-184-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-08-122-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-0956-56/+56
|
* [tx-robot] updated from transifexNextcloud bot2017-08-082-2/+2
|
* Fix comparisons in encryption appJoas Schilling2017-08-012-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-08-014-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-07-302-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-07-254-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-07-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-232-2/+4
|
* make sure that we always have a ownerBjoern Schiessle2017-07-201-4/+17
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add recovery key on public uploadBjoern Schiessle2017-07-201-2/+8
| | | | | | | | In order to decide if a recovery key needs to be added we always need to check the files owner settings and not the settings of the currently logged in user. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2017-07-172-58/+76
|
* [tx-robot] updated from transifexNextcloud bot2017-07-152-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-136-28/+32
|
* [tx-robot] updated from transifexNextcloud bot2017-07-126-20/+24
|
* Merge pull request #5649 from nextcloud/fix-5611Morris Jobke2017-07-101-8/+10
|\ | | | | fix alignment of radio button and its label in encryption settings
| * fix alignment of radio button and its label in encryption settingsArthur Schiwon2017-07-071-8/+10
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-07-104-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-07-096-6/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2017-07-0816-72/+86
|/