summaryrefslogtreecommitdiffstats
path: root/apps/encryption/templates
Commit message (Collapse)AuthorAgeFilesLines
* Move encrypt-all password email to EmailTemplateJoas Schilling2023-03-082-54/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
| | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* l10n: Change to "administration"Valdnet2021-12-131-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Change to "administration"Valdnet2021-12-131-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Correct spellingValdnet2021-12-131-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Correct spellingValdnet2021-12-131-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Replace the apostrophe with double quotationValdnet2021-05-061-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+8
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing and in between spacesChristoph Wurst2020-04-093-18/+18
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove spaces after method or function callChristoph Wurst2020-04-091-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove conflicting multiselectJohn Molakvoæ (skjnldsv)2018-11-152-2/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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>
* improve status messagesBjoern Schiessle2017-07-061-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix icons in sidebar on personal pageMorris Jobke2017-04-271-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix recovery checkbox label to properly pointVincent Petry2017-04-261-4/+4
|
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Updated UI messages relating to the encryption functionalityMatthew Setter2017-03-221-1/+1
| | | | | | | | | | | | The reason for updating these messages, is that grammatically they're not quite correct. They showed a combination of: - Related phrases, which could be either separated or joined better - Related sentences, but which should be expressed as separate ones They were also missing full-stops to end the them. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix mail header logo [fixes #1326]Felix Epp2016-11-301-3/+2
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Move away from OC_L10NRoeland Jago Douma2016-10-282-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* for new we cannot have nested settings, default module is only appended if ↵Arthur Schiwon2016-08-161-0/+1
| | | | available
* More casingJoas Schilling2016-08-082-2/+2
|
* fix stringsMorris Jobke2016-06-203-3/+3
|
* disable the recovery key if the master key is enabledBjoern Schiessle2016-03-031-49/+51
|
* make encryption configurable for home storageBjoern Schiessle2015-10-271-48/+55
|
* occ tool to encrypt all filesBjoern Schiessle2015-08-262-0/+55
|
* Grammar, removal of line breakChristian Hoffmann2015-05-091-2/+1
| | | | * Corrected "… if the user forgets their password." to "… if the user forgets his or her password" in line 17. * Removed line break from line 17 to line 18.
* improved admin settingsBjoern Schiessle2015-05-081-36/+26
|
* Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-pageMorris Jobke2015-05-072-4/+2
|\ | | | | Display the module settings in the list of the encryption modules
| * Display the module settings in the list of the encryption modulesJoas Schilling2015-05-042-4/+2
| |
* | some small ux improvementsBjoern Schiessle2015-05-041-3/+7
|/
* cleanupThomas Müller2015-04-071-12/+0
|
* add helper class accessible for encryption modules to ask for a list of ↵Bjoern Schiessle2015-04-071-0/+2
| | | | users with access to a file, needed to apply the recovery key to all files
* Adding app icon and fixing admin settingThomas Müller2015-04-071-3/+3
|
* Removing files_encryption left oversThomas Müller2015-04-072-2/+2
|
* make recovery settings workBjoern Schiessle2015-04-071-2/+4
|
* add setting templatesBjoern Schiessle2015-04-073-0/+153