summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Centralize iconsPierre Gordon2018-01-1913-17/+54
| | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
* Make icons consistentPierre Gordon2018-01-1910-10/+10
| | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
* Add icons to devices/sessionsPierre Gordon2018-01-1913-2/+48
| | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
* 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>
| * | Datepicker design fixJohn Molakvoæ (skjnldsv)2018-01-032-23/+49
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #7710 from nextcloud/theming-fix-scssMorris Jobke2018-01-051-1/+1
|\ \ \ | | | | | | | | Fix url rebase when changing the theming color
| * | | Fix faulty path in theming scss generationJulius Härtl2018-01-051-1/+1
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-0538-8/+274
| | |
* | | Merge pull request #7696 from nextcloud/fix-appmenu-heightMorris Jobke2018-01-041-4/+10
|\ \ \ | | | | | | | | Fix small issues with the app menu
| * | | Fix popover shadow in app menuJulius Härtl2018-01-041-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Make sure the app menu popover shadow does overlay the active indicator Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Fix app menu popover alignmentJulius Härtl2018-01-041-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #7702 from nextcloud/composer_updMorris Jobke2018-01-0441-323/+242
|\ \ \ \ | | |_|/ | |/| | Composer updated
| * | | Composer updatedRoeland Jago Douma2018-01-0441-323/+242
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7698 from nextcloud/fix_7697Morris Jobke2018-01-041-0/+3
|\ \ \ \ | | | | | | | | | | Clear login token once apppassword is generated
| * | | | Clear login token once apppassword is generatedRoeland Jago Douma2018-01-041-0/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7697 When using the new login flow a token will be generated since we login. However after that we generate yet another token to return (as we should). However we should kill the current session token as we are done with it. And will never use it again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7699 from ↵Morris Jobke2018-01-041-3/+36
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/7528/drop-owncloud-migrations-table-and-recreate-it Drop the ownCloud migration table instead of reusing it
| * | | Drop the ownCloud migration table instead of reusing itJoas Schilling2018-01-041-3/+36
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #7570 from nextcloud/s3-legacy-authMorris Jobke2018-01-043-1/+222
|\ \ \ \ | | | | | | | | | | add option to use legacy v2 auth with s3
| * | | | add option to use legacy v2 auth with s3Robin Appelman2017-12-193-1/+222
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #7693 from splitt3r/fix-js-type-hintMorris Jobke2018-01-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fixed js typehint for showHtml method
| * | | | | Fixed js typehint for showHtml methodsplitt3r2018-01-041-1/+1
| | | | | |