summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Expand)AuthorAgeFilesLines
* [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
|/
* [tx-robot] updated from transifexNextcloud bot2020-07-312-0/+2
* Encryption is ready if master key is enabledJulius Härtl2020-07-211-0/+3
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-203-3/+3
* [tx-robot] updated from transifexNextcloud bot2020-07-192-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-07-072-4/+4
* [tx-robot] updated from transifexNextcloud bot2020-07-032-0/+4
* Also always return in app commandsJoas Schilling2020-06-263-6/+11
* [tx-robot] updated from transifexNextcloud bot2020-06-092-18/+18
* [tx-robot] updated from transifexNextcloud bot2020-06-012-0/+6
* [tx-robot] updated from transifexNextcloud bot2020-05-222-0/+10
* [tx-robot] updated from transifexNextcloud bot2020-05-102-12/+12
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
* Update license headers for 19Christoph Wurst2020-04-2914-0/+14
* [tx-robot] updated from transifexNextcloud bot2020-04-252-4/+4
* [tx-robot] updated from transifexNextcloud bot2020-04-212-4/+4
* [tx-robot] updated from transifexNextcloud bot2020-04-162-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-04-132-2/+2
* Format code according to PSR2Christoph Wurst2020-04-101-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-103-10/+10
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1039-165/+40
* Use elseif instead of else ifChristoph Wurst2020-04-104-4/+4
* Remove trailing and in between spacesChristoph Wurst2020-04-094-19/+19
* Remove spaces after method or function callChristoph Wurst2020-04-093-5/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-097-13/+13
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0930-30/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3114-0/+14
* [tx-robot] updated from transifexNextcloud bot2020-03-292-12/+12
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-7/+0
|\