aboutsummaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [tx-robot] updated from transifexNextcloud bot2017-03-316-6/+112
|
* [tx-robot] updated from transifexNextcloud bot2017-03-302-16/+28
|
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2017-03-2916-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2017-03-282-0/+2
|
* add Settings label to users settings for consistencyJan-Christoph Borchardt2017-03-281-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2017-03-27130-3006/+130
|
* Merge pull request #4077 from nextcloud/better-navigation-managementMorris Jobke2017-03-262-7/+6
|\ | | | | Register the app management in the normal way
| * Don't use the dropdown for one item onlyJoas Schilling2017-03-261-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Move app management to the settings menuJoas Schilling2017-03-262-6/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | replace name in top right with icon for less noiseJan-Christoph Borchardt2017-03-261-12/+0
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2017-03-268-4/+20
|
* [tx-robot] updated from transifexNextcloud bot2017-03-2518-2/+24
|
* [tx-robot] updated from transifexNextcloud bot2017-03-24102-104/+104
|
* 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>
* [tx-robot] updated from transifexNextcloud bot2017-03-2212-2/+22
|
* [tx-robot] updated from transifexNextcloud bot2017-03-2216-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2017-03-216-4/+12
|
* Merge pull request #3915 from michaelletzgus/html5-fix_autocapitalizeRoeland Jago Douma2017-03-202-11/+11
|\ | | | | Fix value of attribute "autocapitalize"
| * Fix value of attribute "autocapitalize"Michael Letzgus2017-03-182-11/+11
| | | | | | | | | | | | | | | | Change <input> attribute "autocapitalize" from value "off" to "none" regarding to apples dev guide: https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/doc/uid/TP40008058-autocapitalize Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* | Merge pull request #3917 from michaelletzgus/html5-fix_dup-IDsMorris Jobke2017-03-201-2/+2
|\ \ | | | | | | Fix duplicate id "apps-management"
| * | Fix duplicate id "apps-management"Michael Letzgus2017-03-191-2/+2
| |/ | | | | | | | | | | | | | | | | Make duplicate id "apps-management" a class since IDs must be unique: https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#the-id-attribute https://api.jquery.com/id-selector/ Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* | Merge pull request #3933 from nextcloud/downstream-27258Morris Jobke2017-03-202-2/+8
|\ \ | | | | | | Add percentage to user's quota info
| * | Add percentage to user's quota infoDavid Toledo2017-03-192-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add percentage to user's quota info Fixes https://github.com/owncloud/core/issues/24011 * Do not show percentage if the quota is Unlimited * translate quota * correct condition and remove print_unescaped Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | trigger event on input autofillFelix Heidecke2017-03-191-9/+2
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2017-03-2010-392/+614
|/
* Merge pull request #3899 from nextcloud/issue-3662-not-sending-is-an-errorLukas Reschke2017-03-181-1/+4
|\ | | | | Fail when the test mail could not be sent
| * Fail when the test mail could not be sentJoas Schilling2017-03-171-1/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-03-184-26/+52
|/
* Merge pull request #3875 from nextcloud/use-new-short-urlsRoeland Jago Douma2017-03-171-2/+2
|\ | | | | Use cleaner social media URLs
| * Use cleaner social media URLsLukas Reschke2017-03-161-2/+2
| | | | | | | | | | | | We now have nice cleaner URLs since a longer time, let's use them. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2017-03-172-0/+16
|/
* Merge pull request #3008 from nextcloud/appmenu-experimentMorris Jobke2017-03-161-30/+75
|\ | | | | Show apps in header