summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add events for favoritesJoas Schilling2018-01-103-4/+25
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #7768 from nextcloud/code-of-conductMorris Jobke2018-01-101-0/+9
|\ | | | | Create CODE_OF_CONDUCT.md
| * Create CODE_OF_CONDUCT.mdJos Poortvliet2018-01-101-0/+9
|/ | | By adding (a link to) our code of conduct to the github repo, Github will be able to show it to people. Yay!
* Merge pull request #7760 from nextcloud/remove-useless-outputRoeland Jago Douma2018-01-101-2/+2
|\ | | | | Remove "DEBUG OUTPUT:" from failing OCS API requests
| * Remove "DEBUG OUTPUT:" from failing OCS API requestsMorris Jobke2018-01-091-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-01-106-0/+20
| |
* | Merge pull request #7705 from nextcloud/theming-calc-adjustMorris Jobke2018-01-093-18/+61
|\ \ | | | | | | Adjust theming color calculations using sRGB luma
| * | Add colors to testsJulius Härtl2018-01-081-7/+13
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Fix preview when theming changes invertion of iconsJulius Härtl2018-01-081-0/+9
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Adjust theming color calculations using sRGB lumaJulius Härtl2018-01-082-11/+39
| | | | | | | | | | | | | | | | | | based on https://robots.thoughtbot.com/closer-look-color-lightness Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #7713 from nextcloud/fix-sync-offsetMorris Jobke2018-01-096-7/+358
|\ \ \ | | | | | | | | Fix LDAP Background Sync does not reset offset
| * | | extend test for rotating prefixesArthur Schiwon2018-01-081-1/+10
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix changing to next cycleArthur Schiwon2018-01-081-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | add tests for whole run commandArthur Schiwon2018-01-081-0/+104
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | add unit test for qualifies to runArthur Schiwon2018-01-082-5/+21
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | add unit test for determining next cycleArthur Schiwon2018-01-081-0/+41
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix offset is never being resetArthur Schiwon2018-01-051-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | create failing test for this caseArthur Schiwon2018-01-056-2/+183
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #7756 from nextcloud/fix-theming-rebase-urlMorris Jobke2018-01-091-1/+1
|\ \ \ \ | |_|_|/ |/| | | Fix SCSS processing when undoing theming values
| * | | Fix SCSS processing when undoing theming valuesJulius Härtl2018-01-091-1/+1
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #7731 from nextcloud/preview_size_incJan-Christoph Borchardt2018-01-092-6/+6
|\ \ \ | | | | | | | | Max preview size to 4096x4096
| * | | Max preview size to 4096x4096Roeland Jago Douma2018-01-082-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With HiDPI screens. And even normal HD screens you want more detail from your pictures. Or the ability to somewhat zoom on you previews. For this we need somewhat larger previews. Moving the default to 4096x4096 is a step up. Users that want the old behavior can still set the values in config.php Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7729 from nextcloud/fix-tooltip-shadowJan-Christoph Borchardt2018-01-092-2/+3
|\ \ \ \ | | | | | | | | | | Improve shadow of tooltips
| * | | | Improve shadow of tooltipsJulius Härtl2018-01-082-2/+3
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2018-01-0918-0/+52
| | | |
* | | | Merge pull request #7739 from nextcloud/_blankRoeland Jago Douma2018-01-081-1/+1
|\ \ \ \ | | | | | | | | | | opens comments links in _blank 🙊
| * | | | opens comments links in _blank 🙊Arthur Schiwon2018-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #7692 from nextcloud/dont_lie_preview_mimetypeRoeland Jago Douma2018-01-084-9/+76
|\ \ \ \ \ | |/ / / / |/| | | | Don't lie about the preview mimetype
| * | | | Only return 1 typeRoeland Jago Douma2018-01-072-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throw proper exception if we can't get the mimetype for a preview. Catch it later on so we can just return a not found for the preview. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Don't lie about the preview mimetypeRoeland Jago Douma2018-01-074-7/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For legacy reasons we stored all the previews with a png extention. However we did not put png data in them all the time. This caused the preview endpoints to always report that a preview is a png file. Which was a lie. Since we abstract away from the storage etc in the previewmanager. There is no need anymore to store them as .png files and instead we can use the actual file extention. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #7716 from ↵Morris Jobke2018-01-082-0/+38
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/hide-favourite-icon-in-details-view-if-favourite-action-is-not-available Hide favourite icon in details view if favourite action is not available
| * | | | Hide favourite icon in details view if favourite action is not availableDaniel Calviño Sánchez2018-01-052-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the favourite icon in the details view is clicked the "Favorite" action is triggered. However, if the action name given to "triggerAction" is not found then the "Download" action is triggered instead. As the "Favorite" action is not available in some file lists (like "Recents") the "Download" action was executed instead in those cases, which was a strange behaviour. Now the favourite icon is hidden if its action is not available. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #7733 from nextcloud/no_max_sfMorris Jobke2018-01-081-9/+0
|\ \ \ \ \ | | | | | | | | | | | | The max_scale_factor is not used anymore.
| * | | | | The max_scale_factor is not used anymore.Roeland Jago Douma2018-01-081-9/+0
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | We never generate previews larger than the original. So the config setting can be removed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #7711 from nextcloud/fix-avatar-behaviourMorris Jobke2018-01-083-6/+2
|\ \ \ \ \ | |/ / / / |/| | | | Fix avatar display to not overwrite display style
| * | | | Fix testsJulius Härtl2018-01-081-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The avatar plugin should not change the display element, since the avatar is always shown by default and the display value is up to the developers Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Remove show() function since we always show the avatar containerJulius Härtl2018-01-082-4/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #7728 from ↵Morris Jobke2018-01-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix-new-menu-shown-behind-the-controls-in-the-file-list Fix "New" menu shown behind the multiselect header in the file list
| * | | | Fix "New" menu shown behind the multiselect header in the file listDaniel Calviño Sánchez2018-01-081-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "New" menu is a descendant of the controls bar, and the controls bar and the multiselect header belong to the same stacking context. As they had the same z-index but the multiselect header appears after the controls bar in the DOM the controls bar and its descendants, including the "New" menu, were rendered behind the multiselect header. Now the controls bar has a z-index value higher than the one used for the multiselect header to ensure that the "New" menu is rendered in front of the multiselect header. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | / / [tx-robot] updated from transifexNextcloud bot2018-01-082-0/+2
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2018-01-078-0/+22
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-01-0636-154/+388
|/ /
* | Merge pull request #7712 from nextcloud/jsconfig_l10nMorris Jobke2018-01-052-5/+5
|\ \ | |/ |/| Use correct L10N files for jsconfig
| * Use correct L10N files for jsconfigRoeland Jago Douma2018-01-052-5/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7664 from nextcloud/13beta4v13.0.0beta4Morris Jobke2018-01-051-2/+2
|\ \ | | | | | | 13.0.0 beta 4
| * | 13.0.0 beta 4Morris Jobke2018-01-051-2/+2
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7477 from nextcloud/date-time-picker-position-fixMorris Jobke2018-01-053-34/+55
|\ \ | | | | | | Date time picker position fix & design fixes
| * | Fixed default expire date and placeholderJohn Molakvoæ (skjnldsv)2018-01-051-1/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fix am-pmJohn Molakvoæ (skjnldsv)2018-01-031-9/+7
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Share datepicker fixJohn Molakvoæ (skjnldsv)2018-01-031-10/+5
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>