summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-04-302-0/+128
* [tx-robot] updated from transifexNextcloud bot2021-04-172-2/+2
* [tx-robot] updated from transifexNextcloud bot2021-03-242-4/+4
* [tx-robot] updated from transifexNextcloud bot2021-03-222-4/+4
* [tx-robot] updated from transifexNextcloud bot2021-03-212-2/+2
* Add a KnownUsers database with modelJoas Schilling2021-03-111-2/+4
* [tx-robot] updated from transifexNextcloud bot2021-03-092-2/+2
* [tx-robot] updated from transifexNextcloud bot2021-03-042-4/+4
* [tx-robot] updated from transifexNextcloud bot2021-02-282-28/+28
* [tx-robot] updated from transifexNextcloud bot2021-02-232-62/+62
* [tx-robot] updated from transifexNextcloud bot2021-02-172-0/+50
* [tx-robot] updated from transifexNextcloud bot2021-02-072-34/+34
* [tx-robot] updated from transifexNextcloud bot2021-01-292-6/+120
* Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
* [tx-robot] updated from transifexNextcloud bot2021-01-132-10/+10
* [tx-robot] updated from transifexNextcloud bot2021-01-122-48/+48
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-114-24/+24
* [tx-robot] updated from transifexNextcloud bot2020-12-312-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-12-182-8/+8
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-168-6/+7
* FIXME use default RC4 methodRoeland Jago Douma2020-12-071-2/+2
* Fix encryption testRoeland Jago Douma2020-12-071-1/+2
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
* Merge pull request #24288 from nextcloud/techdebt/noid/encryption-setup-depen...Morris Jobke2020-11-232-38/+4
|\
| * Remove unused dependencies in encryption app setupMorris Jobke2020-11-232-38/+4
* | [encryption] Remove dependency fetching inside the constructor and move them ...Morris Jobke2020-11-222-19/+11
* | Auto-wire remaining encryption app services that depend on ViewMorris Jobke2020-11-221-54/+0
|/
* Auto-wire as much as possible in the encryption appMorris Jobke2020-11-201-93/+0
* Update ScanLegacyFormat.phpessys2020-11-201-1/+1
* Change to full class names for the encryption app DI in preparation of auto-w...Morris Jobke2020-11-111-44/+44
* [tx-robot] updated from transifexNextcloud bot2020-11-012-2/+2
* The encryption decrypt position can be int or stringChristoph Wurst2020-10-132-2/+2
* Migrate encryption to the PSR containerChristoph Wurst2020-10-071-74/+77
* Format code to a single space around binary operatorsChristoph Wurst2020-10-058-12/+12
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
* Bump versionsJoas Schilling2020-09-181-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-09-152-0/+2
* [tx-robot] updated from transifexNextcloud bot2020-08-282-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2413-2/+14
* [tx-robot] updated from transifexNextcloud bot2020-08-212-0/+2
* Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generationMorris Jobke2020-08-195-39/+128
|\
| * Fix typo in error message Morris Jobke2020-08-191-1/+1
| * Test for locking state in key generationJulius Härtl2020-08-142-5/+51
| * Harden key generationJulius Härtl2020-08-143-34/+77
* | Add legacy scanning commandRoeland Jago Douma2020-08-194-1/+144
* | Make legacy cipher opt inRoeland Jago Douma2020-08-193-12/+38
* | Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-2/+1
|/
* Merge pull request #22199 from nextcloud/techdebt/noid/PHPUnit_Framework_Mock...Morris Jobke2020-08-1214-100/+100
|\
| * Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1214-100/+100
* | SSE enhancementRoeland Jago Douma2020-08-111-2/+8
|/