summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Rebuild menu to keep order of icons correctJulius Haertl2017-03-161-28/+35
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Make enabling/disabling apps work with the new menuJulius Haertl2017-03-161-19/+57
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | Harden t() with DOMPurifyLukas Reschke2017-03-161-1/+0
| | | | | | | | | | | | This mitigates issues where developers pass untrusted user-input through t() which may lead to XSS issues. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #3802 from Ko-/masterRoeland Jago Douma2017-03-162-1/+18
|\ \ | |/ |/| Check that set_time_limit is not disabled before calling it
| * Add warning on admin screen when set_time_limit is unavailableKo-2017-03-161-0/+15
| |
| * Check that set_time_limit is not disabled before calling itKo-2017-03-111-1/+3
| | | | | | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-03-156-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-142-12/+16
| |
* | Remove the double password confirmation on changing cronJoas Schilling2017-03-131-3/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #3819 from nextcloud/dont-add-user-to-subadminRoeland Jago Douma2017-03-131-1/+1
|\ \ | | | | | | Call right function after sudo mode
| * | Call right function after sudo modeLukas Reschke2017-03-131-1/+1
| | | | | | | | | | | | | | | | | | This should call the `applyGroupSelect` and not the `applySubadminSelect`. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #3803 from Thijsdh/masterLukas Reschke2017-03-131-0/+6
|\ \ \ | |/ / |/| | Create app password by pressing enter
| * | Create app password by pressing enterThijs den Hartog2017-03-131-0/+6
| |/ | | | | | | Signed-off-by: Thijs den Hartog <Thijs@thijsbeer.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-03-136-2/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-1216-14/+32
|/
* [tx-robot] updated from transifexNextcloud bot2017-03-116-0/+6
|
* Merge pull request #3755 from nextcloud/scan-tipstricksLukas Reschke2017-03-101-0/+1
|\ | | | | Add security scan to tips & tricks section
| * Add security scan to tips & tricks sectionMarius Blüm2017-03-071-0/+1
| | | | | | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* | Merge pull request #3690 from nextcloud/cleanup-legacy-groups-classMorris Jobke2017-03-091-1/+1
|\ \ | | | | | | Remove legacy class OC_Group and OC_User
| * | Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-1/+1
| | | | | | | | | | | | | | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-03-102-0/+2
|/ /
* / [tx-robot] updated from transifexNextcloud bot2017-03-0912-2/+106
|/