summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes
Commit message (Collapse)AuthorAgeFilesLines
* Restore the sequencial orderJoas Schilling2017-09-291-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate the twofactor_backupcodes app to bigintJoas Schilling2017-09-292-1/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-09-282-0/+34
|
* Fix database structure of twofactor backupcodes app to match 12Joas Schilling2017-09-192-1/+57
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-09-142-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-08-262-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-0952-50/+28
|
* [tx-robot] updated from transifexNextcloud bot2017-08-032-0/+36
|
* [tx-robot] updated from transifexNextcloud bot2017-07-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-292-0/+34
|
* [tx-robot] updated from transifexNextcloud bot2017-07-132-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-07-122-10/+10
|
* Merge pull request #5483 from nextcloud/issue-5075-png-files-for-activity-emailsMorris Jobke2017-07-072-13/+18
|\ | | | | Use PNGs for icons in activity emails
| * Fix testsJoas Schilling2017-06-201-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-201-7/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix dropping tables and handle the prefix automaticallyJoas Schilling2017-07-052-8/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move twofactor_backupcodes to migrationsJoas Schilling2017-07-054-86/+103
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-07-032-2/+2
| |
* | move encryption to security (and behind two factor things)Arthur Schiwon2017-06-271-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | move twofactor_* into securityArthur Schiwon2017-06-233-101/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | adapt twofactore_backupcodesArthur Schiwon2017-06-235-28/+186
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2017-06-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-174-2/+38
|
* [tx-robot] updated from transifexNextcloud bot2017-06-162-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-142-0/+36
|
* [tx-robot] updated from transifexNextcloud bot2017-06-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-072-0/+36
|
* [tx-robot] updated from transifexNextcloud bot2017-06-024-0/+38
|
* [tx-robot] updated from transifexNextcloud bot2017-06-014-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-05-262-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-254-0/+38
|
* [tx-robot] updated from transifexNextcloud bot2017-05-232-0/+2
|
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-05-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-1944-128/+2
|
* Fix backup codes activity typeChristoph Wurst2017-05-181-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Publish 2fa backup codes activities to the right streamChristoph Wurst2017-05-181-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move activities test codeChristoph Wurst2017-05-183-288/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change 2FA activities to more generic security activitiesChristoph Wurst2017-05-184-215/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2017-05-182-0/+2
|
* Merge pull request #4865 from nextcloud/improve-two-factor-buttonsRoeland Jago Douma2017-05-161-1/+3
|\ | | | | Improve layout of buttons for two factor auth
| * Improve layout of buttons for two factor authMorris Jobke2017-05-151-1/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Rename the index so the name is unique until the old table is deletedJoas Schilling2017-05-151-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add a update step that copies all the backup codesJoas Schilling2017-05-152-1/+115
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Rename the table to a valid nameJoas Schilling2017-05-152-4/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove 2FA backup codes on user deletionJoas Schilling2017-05-153-6/+78
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-05-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-122-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-112-0/+2
|