summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6709 from ↵Morris Jobke2017-10-251-5/+5
|\ | | | | | | | | nextcloud/show-checkbox-where-the-favourite-icon-is-now Show checkbox where the favourite icon is now
| * Move checkboxes to their own columnDaniel Calviño Sánchez2017-10-191-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The selection column is not only a visual column, but also a real column of the file list table. Unlike other columns whose width is reduced in space constrained screens the selection column must stay the same so the tapping area is large enough to be easily usable The selection column does not appear in the search results table, so its contents have to be explicitly aligned with those of the main table based on whether the main table has a selection column or not (using the "has-selection" CSS class in the same way as the "has-favorite" CSS class was being used when there was a column for favorite actions). In the tests the ":visible" selector can no longer be used. That selector matches elements with a width or height that is greater than zero, but the dimensions calculated in the unit tests are not reliable; the width of the link was zero before these changes, and now moving the checkbox to its own column causes the height of the link to become zero too, so it no longer matches the ":visible" selector even if it is not hidden. As hidding and showing the link is based on its "display" CSS property its value is the one checked now. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Move favorite mark to the top right corner of the thumbnailDaniel Calviño Sánchez2017-10-191-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The favorite icon was shown on its own "column" (not a real column in the table, but a visual column achieved through margins and left positions). Now the icon was moved to the top right corner of the file thumbnail, and the thumbnail and file name were moved to the left to fill the space left by the "column". To keep the markup in line with its visual representation (and to ease the placing through CSS), the favorite mark is no longer prepended to the row, but appended to the thumbnail instead. In the same way, the thumbnail is no longer appended to the checkbox label, but to the link with the name of the file instead (although the checkbox is still shown at the bottom right corner of the thumbnail, and clicking on the thumbnail still selects the file). In order to show the "busy" state on a file the "icon-loading-small" CSS class is set to the parent element of the thumbnail, so the thumbnail is also wrapped now by another div with the same size and position as the label. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Use proper DI for repair commandMorris Jobke2017-10-242-4/+9
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6920 from nextcloud/appmanager-usageMorris Jobke2017-10-241-2/+3
|\ \ | | | | | | Use appmanager instead of OC_App for check for enabled app
| * | Use appmanager instead of OC_App for check for enabled appMorris Jobke2017-10-231-2/+3
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-10-244-0/+752
| | |
* | | Merge pull request #6915 from nextcloud/css-border-radiusJoas Schilling2017-10-231-2/+0
|\ \ \ | | | | | | | | Border-radius does not need the vendor prefixes anymore
| * | | Border-radius does not need the vendor prefixes anymoreMorris Jobke2017-10-231-2/+0
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #6916 from nextcloud/css-box-sizingJohn Molakvoæ2017-10-231-2/+0
|\ \ \ | | | | | | | | Box-sizing does not need vendor prefix anymore
| * | | Box-sizing does not need vendor prefix anymoreMorris Jobke2017-10-231-2/+0
| |/ / | | | | | | | | | | | | | | | http://caniuse.com/#search=box-sizing Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #6917 from nextcloud/css-box-shadowJohn Molakvoæ2017-10-231-2/+0
|\ \ \ | | | | | | | | Box-shadow does not need vendor prefix anymore
| * | | Box-shadow does not need vendor prefix anymoreMorris Jobke2017-10-231-2/+0
| |/ / | | | | | | | | | | | | | | | | | | https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow http://caniuse.com/#search=box-shadow Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / User settings app-navigation to css guidelinesJohn Molakvoæ (skjnldsv)2017-10-211-0/+4
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-10-212-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-204-2/+48
| |
* | Merge pull request #6825 from nextcloud/no-filecache-updateLukas Reschke2017-10-194-17/+126
|\ \ | | | | | | No automatic filecache update
| * | Also update the activity table with thisJoas Schilling2017-10-131-0/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add a command to manually migrate to big intsJoas Schilling2017-10-132-0/+102
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Install new instances with bigint filecacheJoas Schilling2017-10-131-14/+15
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Don't change the filecache schema on updateJoas Schilling2017-10-131-3/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-10-1980-102/+164
| |/ |/|
* | Set the data from the templateJoas Schilling2017-10-181-3/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Set the subject with the email template to allow themingJoas Schilling2017-10-181-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-10-182-0/+8
| |
* | Destroy modal when closedThomas Bille2017-10-171-1/+3
| | | | | | | | Signed-off-by: Thomas Bille <contact@tbille.fr>
* | Merge pull request #6813 from nextcloud/exclude-avatar-from-same-site-cookieRoeland Jago Douma2017-10-151-0/+1
|\ \ | | | | | | Exclude avatar from Same-Site Cookie requirement
| * | Exclude avatar from Same-Site Cookie requirementLukas Reschke2017-10-111-0/+1
| | | | | | | | | | | | | | | | | | Required to work with the upcoming Collabora avatar integration. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #6829 from nextcloud/fix-app-nav-edit-inputsJohn Molakvoæ2017-10-141-1/+0
|\ \ \ | | | | | | | | Fix app-navigation editable entry input colors
| * | | Fix app-navigation editable entry input colorsJohn Molakvoæ (skjnldsv)2017-10-131-1/+0
| | |/ | |/| | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / | [tx-robot] updated from transifexNextcloud bot2017-10-142-0/+8
|/ /
* | Allow div instead of forms on editable nav entriesJohn Molakvoæ (skjnldsv)2017-10-121-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #6795 from nextcloud/fix/contactsmenu-ie11blizzz2017-10-121-2/+13
|\ \ | | | | | | Fix contacts menu for IE11
| * | Fix contacts menu for IE11Christoph Wurst2017-10-091-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IE11 triggers an 'input' event whenever an input is focussed or loses focus. Thus this causes an endless loading loop as soon as the view is re-rendered. To prevent this, this remembers the previous search term and ignores events where the term has not changed. Fixes https://github.com/nextcloud/server/issues/5281 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix quota overflow and error colorJohn Molakvoæ (skjnldsv)2017-10-121-3/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-10-122-0/+8
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-10-112-0/+2
| |
* | App management: add update sectionJulius Härtl2017-10-101-0/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #6692 from nextcloud/inputs-border-to-main-bgRoeland Jago Douma2017-10-103-34/+36
|\ \ | |/ |/| Inputs border to main bg and fix white inputs
| * Variable for checkboxes and name fixJohn Molakvoæ (skjnldsv)2017-10-041-14/+18
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * White checkboxes variableJohn Molakvoæ (skjnldsv)2017-10-041-9/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix white inputsJohn Molakvoæ (skjnldsv)2017-10-041-19/+16
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Initial commitJohn Molakvoæ (skjnldsv)2017-10-043-22/+22
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-10-092-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-078-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-0616-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-0582-100/+100
| |
* | Merge pull request #6700 from nextcloud/accessibility-fixesJulius Härtl2017-10-044-26/+22
|\ \ | | | | | | Accessibility fixes
| * | Add empty alt text to avatars as they are decorative next to usernamesJan-Christoph Borchardt2017-09-291-2/+2
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Improve accessibility of Contacts menuJan-Christoph Borchardt2017-09-291-5/+6
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>