summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-01-102-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-01-096-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-01-072-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-01-0610-8/+162
|
* [tx-robot] updated from transifexNextcloud bot2018-01-0518-0/+108
|
* [tx-robot] updated from transifexNextcloud bot2018-01-04146-716/+1642
|
* Fix height of table rows in apps management on IE11Julius Härtl2018-01-031-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix icon rendering in apps management for IE11Julius Härtl2018-01-032-6/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Invert app icons on IE11 as wellJulius Härtl2018-01-031-18/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Close menu on "mouseup" instead of on "click" events in the documentDaniel Calviño Sánchez2018-01-031-1/+1
| | | | | | | | | | | | | | | | "click" events are handled by several elements in user settings, and some of them (like the edit icon in the user name) stop the propagation of the event. Due to this the event never reaches the document and thus the menu was not closed in those cases. "click" events are always preceded by "mouseup" events (as "click" events are generated when "mousedown" and "mouseup" events occur in the same element), so now the menu is closed when a "mouseup" is received in the document. The described problem would happen too if an element stopped the propagation of the "mouseup" event; currently no element does that in the user settings, so now the menu is always closed as expected. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix popover menu not closing in user settingsDaniel Calviño Sánchez2018-01-031-0/+1
| | | | | | | | | | | A popover menu is displayed when its element has the "open" CSS class. That class is added when clicking on the menu toggle, but it was removed only when clicking again on the toggle, so the popover menu in user settings could be closed only by clicking again on the menu toggle. Now the "open" CSS class is removed too when clicking on the body, either directly or through event propagation. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #7583 from nextcloud/comradekingu-patch-1Morris Jobke2018-01-021-6/+6
|\ | | | | Spelling: No ...., upgrades and email.
| * Fix mail attributeRoeland Jago Douma2018-01-021-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Spelling: No ...., upgrades and email.Allan Nordhøy2018-01-021-8/+8
| |
* | Get correct translations for SecurityProviderRoeland Jago Douma2018-01-021-1/+1
|/ | | | | | Fixes #7657 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Hide delete button if the avatar is a generated oneJulius Härtl2017-12-191-2/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update avatar on displayname changeRoeland Jago Douma2017-12-191-1/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Also replace all other occurencesMorris Jobke2017-12-181-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add warning regarding freetype supportRoeland Jago Douma2017-12-131-0/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-12-114-114/+298
|
* [tx-robot] updated from transifexNextcloud bot2017-12-102-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-12-092-10/+228
|
* Merge pull request #7390 from nextcloud/update-php-infoMorris Jobke2017-12-081-1/+1
|\ | | | | Show hint that PHP 5.6 will not be supported in Nextcloud 14 anymore
| * Show hint that PHP 5.6 will not be supported in Nextcloud 14 anymoreMorris Jobke2017-12-081-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-12-072-0/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2017-12-052-40/+40
|/
* [tx-robot] updated from transifexNextcloud bot2017-12-0128-0/+140
|
* Fix translation of federation scope menuMorris Jobke2017-11-301-6/+6
| | | | | | | | * l10n in Nextcloud works by extracting the values only passed on their location and not based on the first parameter * we need to change the translation pool from `core` to `settings` then * fixes #7345 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-11-302-2/+2
|
* Merge pull request #7292 from Neraste/fix/4789_disabled_usersLukas Reschke2017-11-271-3/+3
|\ | | | | Fix #4789: Group admins cannot see disabled users
| * Fix #4789: Group admins cannot see disabled usersNeraste2017-11-271-3/+3
| |
* | Merge pull request #7264 from nextcloud/cache-fetched-appsLukas Reschke2017-11-272-14/+13
|\ \ | |/ |/| Cache fetched apps in update check
| * Make isUpdateAvailable non-staticMorris Jobke2017-11-251-7/+12
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Get the Installer via DIMorris Jobke2017-11-251-7/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-11-252-0/+20
|/
* [tx-robot] updated from transifexNextcloud bot2017-11-232-8/+8
|
* Make user-related icons bigger.Marin Treselj2017-11-203-2/+2
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Re-optimize and clean up settings, social and logo iconsMarin Treselj2017-11-2010-16/+9
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* [tx-robot] updated from transifexNextcloud bot2017-11-204-20/+40
|
* [tx-robot] updated from transifexNextcloud bot2017-11-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-11-162-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-11-152-0/+10
|
* Fix search in user managent when no group is selectedMorris Jobke2017-11-141-1/+1
| | | | | | * also allows to search by displayname Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-11-148-2/+160
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1210-108/+138
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1188-86/+4554
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1024-0/+4610
|
* [tx-robot] updated from transifexNextcloud bot2017-11-0956-56/+0
|
* Fix welcome text for better grammar in themed instancesMorris Jobke2017-11-091-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-11-0970-252/+994
|