Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6669 from nextcloud/various-css-fixes | John Molakvoæ | 2017-09-28 | 4 | -61/+59 |
|\ | | | | | Various css fixes | ||||
| * | Popover to css guidelines | John Molakvoæ (skjnldsv) | 2017-09-28 | 3 | -38/+19 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fix tests | John Molakvoæ (skjnldsv) | 2017-09-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Quota bar fix on user list | John Molakvoæ (skjnldsv) | 2017-09-27 | 3 | -21/+24 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Implement progress theming into core and better visual on quota display | John Molakvoæ (skjnldsv) | 2017-09-27 | 1 | -3/+17 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-28 | 8 | -56/+414 |
| | | |||||
* | | Merge pull request #6653 from nextcloud/fix-cursor-on-user-settings-table | Morris Jobke | 2017-09-27 | 1 | -5/+8 |
|\ \ | |/ |/| | Fix cursor on user settings table | ||||
| * | Remove unneeded CSS rules | Daniel Calviño Sánchez | 2017-09-26 | 1 | -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 cell | Daniel Calviño Sánchez | 2017-09-26 | 1 | -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 addresses | Daniel Calviño Sánchez | 2017-09-26 | 1 | -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 positionning | John Molakvoæ (skjnldsv) | 2017-09-27 | 2 | -11/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Fix style of federation scope menu triangles, simplify CSS | Jan-Christoph Borchardt | 2017-09-27 | 2 | -20/+29 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-27 | 2 | -0/+2 |
| | | |||||
* | | Highlight active federation scope menu entry with bold heading | Jan-Christoph Borchardt | 2017-09-26 | 1 | -3/+5 |
|/ | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-26 | 2 | -0/+36 |
| | |||||
* | Merge pull request #6372 from nextcloud/scss-normalization | John Molakvoæ | 2017-09-25 | 2 | -1312/+1271 |
|\ | | | | | Scss normalization | ||||
| * | Removed unused filter for opacity, fix #6408 | John Molakvoæ (skjnldsv) | 2017-09-23 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Replaced colours by variables | John Molakvoæ (skjnldsv) | 2017-09-23 | 1 | -85/+73 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Settings scss | John Molakvoæ (skjnldsv) | 2017-09-23 | 2 | -1312/+1284 |
| | | | | | | | | | | | | | | Scss conversion Cleanup settings scss Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Fix typo | John Molakvoæ (skjnldsv) | 2017-09-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Icons & default classes | John Molakvoæ (skjnldsv) | 2017-09-24 | 2 | -6/+6 |
| | | | | | | | | | | | | Changed categories order same as app store Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-22 | 6 | -2/+20 |
|/ | |||||
* | Set the displayname for the avatar in the personal info | Joas Schilling | 2017-09-20 | 1 | -7/+9 |
| | | | | | | Otherwise the color used is different Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-20 | 24 | -0/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-19 | 68 | -80/+90 |
| | |||||
* | Merge pull request #5585 from nextcloud/contacts_menu_privacy | Morris Jobke | 2017-09-18 | 1 | -1/+1 |
|\ | | | | | Enhance privacy of contactsmenu fixes #5107 | ||||
| * | Add filter for `shareapi_allow_share_dialog_user_enumeration` | Lukas Reschke | 2017-09-15 | 1 | -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 transifex | Nextcloud bot | 2017-09-18 | 2 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-17 | 2 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-16 | 6 | -4/+140 |
| | | |||||
* | | Merge pull request #6521 from nextcloud/fix-margin-settings | Morris Jobke | 2017-09-15 | 1 | -3/+0 |
|\ \ | |/ |/| | Fix margins of followup sections | ||||
| * | Fix margins of followup sections | Morris Jobke | 2017-09-15 | 1 | -3/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-15 | 6 | -2/+14 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-13 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-12 | 2 | -0/+6 |
| | |||||
* | Merge pull request #6439 from nextcloud/fix-5960-sort-apps-ignore-level | Lukas Reschke | 2017-09-11 | 2 | -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 Management | Chon Kou | 2017-09-10 | 2 | -7/+3 |
| | | | | | | | | Signed-off-by: Chon Kou <k.kou@alumni.ubc.ca> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-11 | 8 | -4/+16 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-10 | 14 | -14/+56 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-09 | 54 | -62/+80 |
| | |||||
* | Merge pull request #6413 from nextcloud/translate-settings-headers | Morris Jobke | 2017-09-08 | 1 | -2/+2 |
|\ | | | | | Translate settings headers | ||||
| * | Translate settings headers | Joas Schilling | 2017-09-08 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #6417 from nextcloud/proper-english-nowhave | Morris Jobke | 2017-09-08 | 1 | -1/+1 |
|\ \ | |/ |/| | Improve text: 'you have now' -> 'you now have' | ||||
| * | Improve text: 'you have now' -> 'you now have' | Leon Klingele | 2017-09-08 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Leon Klingele <leon@struktur.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-08 | 2 | -0/+2 |
| | | |||||
* | | Make sure the password contains special characters | Joas Schilling | 2017-09-07 | 1 | -1/+3 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-07 | 4 | -0/+34 |
| | |||||
* | Properly include file | Lukas Reschke | 2017-09-06 | 1 | -1/+1 |
| | | | | | | Regression from https://github.com/nextcloud/server/commit/005ef115fbffecb22a7ac9e65425419aca90c1aa Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-06 | 2 | -0/+22 |
| | |||||
* | Merge pull request #6358 from nextcloud/fix-mixup-of-id-and-name | Morris Jobke | 2017-09-05 | 3 | -20/+14 |
|\ | | | | | Set the meta data before everything |