aboutsummaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-10-212-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-10-202-2/+168
|
* [tx-robot] updated from transifexNextcloud bot2017-10-1968-238/+238
|
* Set the data from the templateJoas Schilling2017-10-183-14/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Set the subject with the email template to allow themingJoas Schilling2017-10-183-4/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-10-182-0/+4
|
* fix urlBjoern Schiessle2017-10-171-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2017-10-172-0/+4
|
* EllipsisJohn Molakvoæ (skjnldsv)2017-10-141-0/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix popover position and avatar loadingJohn Molakvoæ (skjnldsv)2017-10-143-36/+46
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2017-10-144-16/+110
|
* [tx-robot] updated from transifexNextcloud bot2017-10-138-0/+110
|
* Correct class to quotaJohn Molakvoæ (skjnldsv)2017-10-121-3/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2017-10-1216-0/+60
|
* [tx-robot] updated from transifexNextcloud bot2017-10-1180-150/+150
|
* App management: Do not show udpdate category if no updates are availableJulius Härtl2017-10-101-3/+30
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* App management: Show proper message when no updates are availableJulius Härtl2017-10-102-6/+31
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* App management: do not reset update counter to 0 on category changeJulius Härtl2017-10-101-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* App management: add update sectionJulius Härtl2017-10-103-16/+47
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2017-10-102-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-10-072-0/+2
|
* Merge pull request #6750 from nextcloud/fix-language-when-setting-passwordJoas Schilling2017-10-041-8/+8
|\ | | | | Fix language when trying to change password
| * Fix language when trying to change passwordJoas Schilling2017-10-041-8/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | App management: add update availability to sortingJulius Härtl2017-10-031-2/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2017-10-012-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-09-304-2/+26
|/
* Merge pull request #6669 from nextcloud/various-css-fixesJohn Molakvoæ2017-09-284-61/+59
|\ | | | | Various css fixes
| * Popover to css guidelinesJohn Molakvoæ (skjnldsv)2017-09-283-38/+19
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix testsJohn Molakvoæ (skjnldsv)2017-09-281-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Quota bar fix on user listJohn Molakvoæ (skjnldsv)2017-09-273-21/+24
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Implement progress theming into core and better visual on quota displayJohn Molakvoæ (skjnldsv)2017-09-271-3/+17
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-09-288-56/+414
| |
* | Merge pull request #6653 from nextcloud/fix-cursor-on-user-settings-tableMorris Jobke2017-09-271-5/+8
|\ \ | |/ |/| Fix cursor on user settings table
| * Remove unneeded CSS rulesDaniel Calviño Sánchez2017-09-261-3/+3
| | | | | | | | | | | | | | There are currently no "img" or "span" descendants of "td.quota" elements, so those rules can be removed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Remove "cursor: pointer" from quota cellDaniel Calviño Sánchez2017-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The quota is set through a dropdown, and this dropdown is only shown when clicking on the select element itself. Therefore, the cell should not show a pointer when hovering on it but outside the select element. Note that although the removed "&.quota" selector also set a "width" declaration that declaration was later overriden by "#userlist td.quota", so it was not needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Set "cursor: pointer" for email addressesDaniel Calviño Sánchez2017-09-261-2/+5
| | | | | | | | | | | | | | | | | | Clicking anywhere on the cell shows the input field to set the email address, so the cursor is set as a pointer not only on the text and icon, but on the whole cell as well (like done for the full name and the password). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | No js for popover positionningJohn Molakvoæ (skjnldsv)2017-09-272-11/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix style of federation scope menu triangles, simplify CSSJan-Christoph Borchardt2017-09-272-20/+29
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2017-09-272-0/+2
| |
* | Highlight active federation scope menu entry with bold headingJan-Christoph Borchardt2017-09-261-3/+5
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2017-09-262-0/+36
|
* Merge pull request #6372 from nextcloud/scss-normalizationJohn Molakvoæ2017-09-252-1312/+1271
|\ | | | | Scss normalization
| * Removed unused filter for opacity, fix #6408John Molakvoæ (skjnldsv)2017-09-231-1/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Replaced colours by variablesJohn Molakvoæ (skjnldsv)2017-09-231-85/+73
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Settings scssJohn Molakvoæ (skjnldsv)2017-09-232-1312/+1284
| | | | | | | | | | | | | | Scss conversion Cleanup settings scss Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix typoJohn Molakvoæ (skjnldsv)2017-09-251-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Icons & default classesJohn Molakvoæ (skjnldsv)2017-09-242-6/+6
| | | | | | | | | | | | Changed categories order same as app store Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-09-226-2/+20
|/
* Set the displayname for the avatar in the personal infoJoas Schilling2017-09-201-7/+9
| | | | | | Otherwise the color used is different Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-09-2024-0/+24
|