summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Collapse)AuthorAgeFilesLines
* [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-176-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-08-172-2/+6
|
* Merge branch 'master' into implement_712Arthur Schiwon2016-08-166-4/+36
|\
| * [tx-robot] updated from transifexNextcloud bot2016-08-166-4/+36
| |
* | for new we cannot have nested settings, default module is only appended if ↵Arthur Schiwon2016-08-161-0/+1
| | | | | | | | available
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-156-6/+38
|\|
| * [tx-robot] updated from transifexNextcloud bot2016-08-142-2/+22
| |
| * [tx-robot] updated from transifexNextcloud bot2016-08-134-4/+16
| |
* | Use MockBuilder instead of createMockLukas Reschke2016-08-151-6/+6
| | | | | | | | CI uses an older PHPUnit
* | Add unit testsLukas Reschke2016-08-151-0/+100
| |
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-1112-0/+48
|\|
| * [tx-robot] updated from transifexNextcloud bot2016-08-1112-0/+48
| |
* | rename IAdmin to ISettings, the interface is not bound to a specific ↵Arthur Schiwon2016-08-111-2/+2
| | | | | | | | settings scope
* | fixes, improvements, and another app:Arthur Schiwon2016-08-114-56/+131
|/ | | | | | | * setupSettings now also triggered on enable * fixes detection of present admin section or settings in the DB * add update routine in such cases * encryption app migrated
* [tx-robot] updated from transifexNextcloud bot2016-08-0966-254/+66
|
* More casingJoas Schilling2016-08-083-5/+5
|
* [tx-robot] updated from transifexNextcloud bot2016-08-062-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-08-044-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-07-304-2/+6
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Update with robinJoas Schilling2016-07-212-2/+2
| |
* | Fix apps/Joas Schilling2016-07-2144-66/+111
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-212-12/+12
|
* [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
| | | | | | * admin_audit, comments, federation * removed not needed call to OC_Util::checkAdminUser() (is already done by the request handler before)
* 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
| | | | | the login password changed at the user back-end (e.g ldap). Such failures will be handled after login correctly by allowing the user to adjust the passwords
* [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
| | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests