summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [tx-robot] updated from transifexNextcloud bot2017-09-1968-80/+90
|
* Merge pull request #5585 from nextcloud/contacts_menu_privacyMorris Jobke2017-09-181-1/+1
|\ | | | | Enhance privacy of contactsmenu fixes #5107
| * Add filter for `shareapi_allow_share_dialog_user_enumeration`Lukas Reschke2017-09-151-1/+1
| | | | | | | | | | | | | | | | This adjusts the contacts menu to also support searching by email address which is relevant in scenarios where no UID is known such as LDAP, etc. Furthermore, if `shareapi_allow_share_dialog_user_enumeration` is disabled only results are shown that match the full user ID or email address. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2017-09-182-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-09-172-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-09-166-4/+140
| |
* | Merge pull request #6521 from nextcloud/fix-margin-settingsMorris Jobke2017-09-151-3/+0
|\ \ | |/ |/| Fix margins of followup sections
| * Fix margins of followup sectionsMorris Jobke2017-09-151-3/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-09-156-2/+14
|/
* [tx-robot] updated from transifexNextcloud bot2017-09-132-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-09-122-0/+6
|
* Merge pull request #6439 from nextcloud/fix-5960-sort-apps-ignore-levelLukas Reschke2017-09-112-7/+3
|\ | | | | Sort apps by enabled/disabled but not by official/in-appstore in App Management
| * Sort apps by enabled/disabled but not by official/in-appstore in App ManagementChon Kou2017-09-102-7/+3
| | | | | | | | Signed-off-by: Chon Kou <k.kou@alumni.ubc.ca>
* | [tx-robot] updated from transifexNextcloud bot2017-09-118-4/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2017-09-1014-14/+56
|/
* [tx-robot] updated from transifexNextcloud bot2017-09-0954-62/+80
|
* Merge pull request #6413 from nextcloud/translate-settings-headersMorris Jobke2017-09-081-2/+2
|\ | | | | Translate settings headers
| * Translate settings headersJoas Schilling2017-09-081-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #6417 from nextcloud/proper-english-nowhaveMorris Jobke2017-09-081-1/+1
|\ \ | |/ |/| Improve text: 'you have now' -> 'you now have'
| * Improve text: 'you have now' -> 'you now have'Leon Klingele2017-09-081-1/+1
| | | | | | | | Signed-off-by: Leon Klingele <leon@struktur.de>
* | [tx-robot] updated from transifexNextcloud bot2017-09-082-0/+2
| |
* | Make sure the password contains special charactersJoas Schilling2017-09-071-1/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-09-074-0/+34
|
* Properly include fileLukas Reschke2017-09-061-1/+1
| | | | | | Regression from https://github.com/nextcloud/server/commit/005ef115fbffecb22a7ac9e65425419aca90c1aa Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-09-062-0/+22
|
* Merge pull request #6358 from nextcloud/fix-mixup-of-id-and-nameMorris Jobke2017-09-053-20/+14
|\ | | | | Set the meta data before everything