summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-0651-34/+146
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7054 from nextcloud/timepicker-designJan-Christoph Borchardt2017-11-062-2/+72
|\ | | | | Improve timepicker design, align to datepicker
| * Fix opacity of minutes in timepickerJan-Christoph Borchardt2017-11-061-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Bg variable for menu arrowJohn Molakvoæ (skjnldsv)2017-11-061-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Add vertical separator between hours and minutesJan-Christoph Borchardt2017-11-031-0/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Improve timepicker design, align to datepickerJan-Christoph Borchardt2017-11-032-1/+68
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #7077 from nextcloud/jshint-improvementsMorris Jobke2017-11-068-14/+11
|\ \ | | | | | | Reduce JSHint errors/warnings
| * | Reduce JSHint errors/warningsMorris Jobke2017-11-068-14/+11
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-11-064-6/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-052-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-0414-0/+30
| |
* | Add variable for border-radiusJan-Christoph Borchardt2017-11-037-16/+17
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #7048 from nextcloud/flexbox-cssJan-Christoph Borchardt2017-11-032-21/+0
|\ | | | | Vendor prefix for flexbox not needed anymore
| * Vendor prefix for flexbox not needed anymoreMorris Jobke2017-11-032-21/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-11-0390-86/+1526
| |
* | Merge pull request #6652 from nextcloud/sharing-link-menuJohn Molakvoæ2017-11-022-5/+2
|\ \ | | | | | | Move sharing page options to menu in top right
| * | Fix header text hiding completely or wrapping wronglyJan-Christoph Borchardt2017-11-012-5/+2
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #6094 from nextcloud/sharedby-avatarJan-Christoph Borchardt2017-11-022-50/+52
|\ \ \ | | | | | | | | Show avatar instead of username for shared files
| * | | use single quotesArthur Schiwon2017-11-021-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Adjust js testsArthur Schiwon2017-11-012-36/+35
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Fix test for tooltip and local share ownerJan-Christoph Borchardt2017-11-012-6/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Restore 'Shared' text field for owner, since 'recipients' is still empty.Marin Treselj2017-10-311-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * | | Fix CSS, better handling of recipientsMarin Treselj2017-10-311-11/+12
| | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * | | Fixed a11y; span instead of a divMarin Treselj2017-10-311-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * | | Show avatar instead of username for shared filesJan-Christoph Borchardt2017-10-311-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Add 204 endpointRoeland Jago Douma2017-11-022-1/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #6967 This allows clients to check for Walled Garden connections. The endpoint just responds with a 204 (which is very unlikely with such a connection) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7039 from nextcloud/fix_7038Roeland Jago Douma2017-11-011-2/+2
|\ \ \ \ | | | | | | | | | | Translate Grant Access
| * | | | Translate Grant AccessRoeland Jago Douma2017-11-011-2/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | Fixes #7038 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-0125-59/+881
|\| | |
| * | | Merge pull request #7032 from nextcloud/address-iconJoas Schilling2017-11-012-0/+5
| |\ \ \ | | | | | | | | | | Add address icon
| | * | | Add address iconJan-Christoph Borchardt2017-10-312-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | [tx-robot] updated from transifexNextcloud bot2017-11-014-38/+78
| |/ / /
| * / / Better readability for text on log in page which is directly on backgroundsJan-Christoph Borchardt2017-10-311-0/+2
| |/ / | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Merge pull request #7012 from nextcloud/show-favourite-action-as-the-first-oneJan-Christoph Borchardt2017-10-301-0/+4
| |\ \ | | |/ | |/| Show favourite action as the first one in the file actions menu
| | * Reverse favorite icon coloring in files action menuJan-Christoph Borchardt2017-10-301-0/+4
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Merge pull request #6976 from nextcloud/fix-checkbox-in-popoverMorris Jobke2017-10-301-0/+6
| |\ \ | | |/ | |/| Fix checkboxes on popover
| | * Fix checkboxes on popoverJohn Molakvoæ (skjnldsv)2017-10-261-0/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | [tx-robot] updated from transifexNextcloud bot2017-10-282-6/+8
| | |
| * | [tx-robot] updated from transifexNextcloud bot2017-10-272-0/+2
| | |
| * | Merge pull request #6973 from nextcloud/menu-highlightMorris Jobke2017-10-261-0/+1
| |\ \ | | |/ | |/| Add blue bar as highlight to active menu entry
| | * Add blue highlight to active menu entryJan-Christoph Borchardt2017-10-241-0/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | [tx-robot] updated from transifexNextcloud bot2017-10-252-0/+4
| | |
| * | 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