Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-10 | 2 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-09 | 6 | -0/+30 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-07 | 2 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-06 | 10 | -8/+162 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-05 | 18 | -0/+108 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-04 | 146 | -716/+1642 |
| | |||||
* | Fix height of table rows in apps management on IE11 | Julius Härtl | 2018-01-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix icon rendering in apps management for IE11 | Julius Härtl | 2018-01-03 | 2 | -6/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Invert app icons on IE11 as well | Julius Härtl | 2018-01-03 | 1 | -18/+23 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Close menu on "mouseup" instead of on "click" events in the document | Daniel Calviño Sánchez | 2018-01-03 | 1 | -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 settings | Daniel Calviño Sánchez | 2018-01-03 | 1 | -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-1 | Morris Jobke | 2018-01-02 | 1 | -6/+6 |
|\ | | | | | Spelling: No ...., upgrades and email. | ||||
| * | Fix mail attribute | Roeland Jago Douma | 2018-01-02 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Spelling: No ...., upgrades and email. | Allan Nordhøy | 2018-01-02 | 1 | -8/+8 |
| | | |||||
* | | Get correct translations for SecurityProvider | Roeland Jago Douma | 2018-01-02 | 1 | -1/+1 |
|/ | | | | | | Fixes #7657 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Hide delete button if the avatar is a generated one | Julius Härtl | 2017-12-19 | 1 | -2/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update avatar on displayname change | Roeland Jago Douma | 2017-12-19 | 1 | -1/+7 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add warning regarding freetype support | Roeland Jago Douma | 2017-12-13 | 1 | -0/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-11 | 4 | -114/+298 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-10 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-09 | 2 | -10/+228 |
| | |||||
* | Merge pull request #7390 from nextcloud/update-php-info | Morris Jobke | 2017-12-08 | 1 | -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 anymore | Morris Jobke | 2017-12-08 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-07 | 2 | -0/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-05 | 2 | -40/+40 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-01 | 28 | -0/+140 |
| | |||||
* | Fix translation of federation scope menu | Morris Jobke | 2017-11-30 | 1 | -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 transifex | Nextcloud bot | 2017-11-30 | 2 | -2/+2 |
| | |||||
* | Merge pull request #7292 from Neraste/fix/4789_disabled_users | Lukas Reschke | 2017-11-27 | 1 | -3/+3 |
|\ | | | | | Fix #4789: Group admins cannot see disabled users | ||||
| * | Fix #4789: Group admins cannot see disabled users | Neraste | 2017-11-27 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #7264 from nextcloud/cache-fetched-apps | Lukas Reschke | 2017-11-27 | 2 | -14/+13 |
|\ \ | |/ |/| | Cache fetched apps in update check | ||||
| * | Make isUpdateAvailable non-static | Morris Jobke | 2017-11-25 | 1 | -7/+12 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -7/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-25 | 2 | -0/+20 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-23 | 2 | -8/+8 |
| | |||||
* | Make user-related icons bigger. | Marin Treselj | 2017-11-20 | 3 | -2/+2 |
| | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | Re-optimize and clean up settings, social and logo icons | Marin Treselj | 2017-11-20 | 10 | -16/+9 |
| | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-20 | 4 | -20/+40 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-19 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-16 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-15 | 2 | -0/+10 |
| | |||||
* | Fix search in user managent when no group is selected | Morris Jobke | 2017-11-14 | 1 | -1/+1 |
| | | | | | | * also allows to search by displayname Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-14 | 8 | -2/+160 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-12 | 10 | -108/+138 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-11 | 88 | -86/+4554 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-10 | 24 | -0/+4610 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-09 | 56 | -56/+0 |
| | |||||
* | Fix welcome text for better grammar in themed instances | Morris Jobke | 2017-11-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-09 | 70 | -252/+994 |
| |