Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move encrypt-all password email to EmailTemplate | Joas Schilling | 2023-03-08 | 2 | -54/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 1 | -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" | Valdnet | 2021-12-13 | 1 | -1/+1 |
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | ||||
* | l10n: Change to "administration" | Valdnet | 2021-12-13 | 1 | -1/+1 |
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | ||||
* | l10n: Correct spelling | Valdnet | 2021-12-13 | 1 | -1/+1 |
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | ||||
* | l10n: Correct spelling | Valdnet | 2021-12-13 | 1 | -1/+1 |
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | ||||
* | l10n: Replace the apostrophe with double quotation | Valdnet | 2021-05-06 | 1 | -1/+1 |
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -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 spaces | Christoph Wurst | 2020-04-09 | 3 | -18/+18 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove conflicting multiselect | John Molakvoæ (skjnldsv) | 2018-11-15 | 2 | -2/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fix alignment of radio button and its label in encryption settings | Arthur Schiwon | 2017-07-07 | 1 | -8/+10 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | improve status messages | Bjoern Schiessle | 2017-07-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix icons in sidebar on personal page | Morris Jobke | 2017-04-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix recovery checkbox label to properly point | Vincent Petry | 2017-04-26 | 1 | -4/+4 |
| | |||||
* | rename confusing getMailHeaderColor to getColorPrimary, ref #3491 | Jan-Christoph Borchardt | 2017-03-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Updated UI messages relating to the encryption functionality | Matthew Setter | 2017-03-22 | 1 | -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 Epp | 2016-11-30 | 1 | -3/+2 |
| | | | | Signed-off-by: Felix A. Epp <work@felixepp.de> | ||||
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 2 | -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 Schiwon | 2016-08-16 | 1 | -0/+1 |
| | | | | available | ||||
* | More casing | Joas Schilling | 2016-08-08 | 2 | -2/+2 |
| | |||||
* | fix strings | Morris Jobke | 2016-06-20 | 3 | -3/+3 |
| | |||||
* | disable the recovery key if the master key is enabled | Bjoern Schiessle | 2016-03-03 | 1 | -49/+51 |
| | |||||
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 1 | -48/+55 |
| | |||||
* | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 2 | -0/+55 |
| | |||||
* | Grammar, removal of line break | Christian Hoffmann | 2015-05-09 | 1 | -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 settings | Bjoern Schiessle | 2015-05-08 | 1 | -36/+26 |
| | |||||
* | Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-page | Morris Jobke | 2015-05-07 | 2 | -4/+2 |
|\ | | | | | Display the module settings in the list of the encryption modules | ||||
| * | Display the module settings in the list of the encryption modules | Joas Schilling | 2015-05-04 | 2 | -4/+2 |
| | | |||||
* | | some small ux improvements | Bjoern Schiessle | 2015-05-04 | 1 | -3/+7 |
|/ | |||||
* | cleanup | Thomas Müller | 2015-04-07 | 1 | -12/+0 |
| | |||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -0/+2 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | Adding app icon and fixing admin setting | Thomas Müller | 2015-04-07 | 1 | -3/+3 |
| | |||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 2 | -2/+2 |
| | |||||
* | make recovery settings work | Bjoern Schiessle | 2015-04-07 | 1 | -2/+4 |
| | |||||
* | add setting templates | Bjoern Schiessle | 2015-04-07 | 3 | -0/+153 |