summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Do not show empty admin sectionsRoeland Jago Douma2017-04-191-0/+4
| | | | | | | | | Fixes #4393 It is far from efficient code. But then again it is easy to understand and I doubt admins will browse it 24/7 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-04-192-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2017-04-18122-708/+636
|
* Merge pull request #4369 from nextcloud/fix-translationsMorris Jobke2017-04-184-6/+6
|\ | | | | Fix translations
| * Fix translationsJoas Schilling2017-04-184-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Beautify test emailLukas Reschke2017-04-181-4/+12
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #4372 from nextcloud/smtp-passwordMorris Jobke2017-04-183-75/+74
|\ \ | | | | | | Don't put the SMTP password into the HTML code
| * | Fix some more stuffJoas Schilling2017-04-181-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix testsJoas Schilling2017-04-181-5/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Don't put the SMTP password into the HTML codeJoas Schilling2017-04-183-74/+73
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-04-184-4/+42
| |
* | Add bruteforce protection to changePersonalPasswordLukas Reschke2017-04-181-1/+4
|/ | | | | | While the risk is actually quite low because one would already have the user session and could potentially do other havoc it makes sense to throttle here in case of invalid previous password attempts. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-04-188-8/+90
|
* [tx-robot] updated from transifexNextcloud bot2017-04-174-4/+44
|
* [tx-robot] updated from transifexNextcloud bot2017-04-1616-136/+414
|
* [tx-robot] updated from transifexNextcloud bot2017-04-152-0/+20
|
* Merge pull request #4330 from nextcloud/activities-for-password-mail-changeRoeland Jago Douma2017-04-144-0/+480
|\ | | | | Add activities when email or password is changed
| * No need for those emails anymoreJoas Schilling2017-04-131-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Send an email to the old address on email changeJoas Schilling2017-04-132-2/+29
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Move logic into new class with DIJoas Schilling2017-04-132-80/+155
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Send an email on password changeJoas Schilling2017-04-131-4/+42
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add activities when email or password is changedJoas Schilling2017-04-133-0/+340
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-04-144-78/+106
| |
* | Don't load handlebars in templateLukas Reschke2017-04-131-1/+0
|/ | | | | | It's already loaded in core.json Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-04-136-188/+204
|
* [tx-robot] updated from transifexNextcloud bot2017-04-126-0/+36
|
* Adjust class referencesLukas Reschke2017-04-111-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #4256 from nextcloud/themingLukas Reschke2017-04-113-8/+9
|\ | | | | Move OC_Defaults to OCP\Defaults
| * Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-093-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-04-112-0/+16
| |
* | Merge pull request #4250 from nextcloud/disable-lookupserver-uploadBjörn Schießle2017-04-103-2/+13
|\ \ | | | | | | allow admin to disable lookupserver upload
| * | make sure that the selector for the visibility always fits next to 'Profile ↵Bjoern Schiessle2017-04-071-1/+1
| | | | | | | | | | | | | | | | | | picture' Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-072-1/+12
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | [tx-robot] updated from transifexNextcloud bot2017-04-104-0/+34
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-04-0916-0/+106
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-04-08108-328/+338
| |/ |/|
* | Add support for themingLukas Reschke2017-04-073-95/+196
| | | | | | | | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Fix testsLukas Reschke2017-04-071-8/+8
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | New layout for welcome emailMorris Jobke2017-04-073-53/+31
|/ | | | | | | * thanks to @espina2 for make this nice design * the button says "Set password" if the admin didn't specified a password Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-04-0720-36/+110
|
* [tx-robot] updated from transifexNextcloud bot2017-04-0690-298/+318
|
* Merge pull request #3741 from nextcloud/user-settings-designRoeland Jago Douma2017-04-051-13/+13
|\ | | | | User mgmt settings design improvements
| * correct sorting of user management settings, wordingJan-Christoph Borchardt2017-04-041-13/+13
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2017-04-054-14/+76
|/
* Merge pull request #4093 from nextcloud/endorse-password-protectionRoeland Jago Douma2017-04-041-1/+3
|\ | | | | Endorse password protection
| * feature endorse password for share linksBjoern Schiessle2017-04-031-1/+3
| | | | | | | | | | | | | | | | works like "enforce password protection", but let the user optionally remove the password protection after the password is set. by Timo Benk Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | [tx-robot] updated from transifexNextcloud bot2017-04-044-0/+124
|/
* [tx-robot] updated from transifexNextcloud bot2017-04-036-4/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-04-024-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-04-012-32/+218
|