Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-28Sanitize SVG previews in the slideshowOlivier Paroz
[ci skip]
2015-09-14Rebuild buildFeaturesList after refactoring of galleryconfigOlivier Paroz
2015-09-13[8.2] Stop sending the path to the media type iconsOlivier Paroz
Thanks @rullzer for the new OC.Mimetype!
2015-09-12One more fix for public download URLsOlivier Paroz
2015-09-12Fix public download URLsOlivier Paroz
2015-09-12Update the slideshow menu iconsOlivier Paroz
2015-09-12Make background toggle button optionalOlivier Paroz
Fixes #226
2015-08-19Add download APIOlivier Paroz
2015-08-18Send the proper argument to get extra media typesOlivier Paroz
Fixes #271
2015-07-29Fix the slideshow controlsOlivier Paroz
Fixes #246
2015-07-27JS cleanupOlivier Paroz
All methods should be documented Public methods first, then private ones Finish "use strict" implementation
2015-07-25Only modern browsers can manipulate historyOlivier Paroz
2015-07-25Move to Gallery namespaceOlivier Paroz
2015-07-10More JS harmonisationOlivier Paroz
2015-07-05Fix slideshow template loading race conditionOlivier Paroz
* Load the slideshow only when needed on the Files app * Load the slideshow at init time in the Gallery app
2015-07-05Slideshow cleanupOlivier Paroz
* Back button support * Cleanup all images when closed * Remove duplicate events * Properly clear previous/next image
2015-06-26Make native SVG support optionalOlivier Paroz
Also made the app quicker by removing an HTTP request :)
2015-06-07Use screen size instead of window size to request previews.setnes
Fixes #166 The images created will work if the user goes into fullscreen mode or maximizes the browser window while the slideshow is playing.
2015-06-06Tweaks for fewer preview sizes, device rotation, and slideshow zooming.setnes
Request preview sizes in multiples of 100. Request preview sizes based on longest edge of window. This allows the image to still be large enough on device rotation. Scale images in Bigshot that are larger than window. Set minZoom using getZoomToFitValue if the image is larger than the window. This allows us to downscale, but prevents the user from zooming out (making the image smaller) more than necessary. Moved the scaling logic to _resetZoom function. Stop treating SVG as small images. This fixes zoom issues for SVG images in the slideshow.
2015-06-01Merge fixesOlivier Paroz
2015-05-21Refresh slideshow picture when it's been updatedOlivier Paroz
Fix for the files list
2015-05-05JSDoc updatesOlivier Paroz
2015-04-22Do not add the slideshow images to the browser historyOlivier Paroz
2015-04-21 Keep the browsing position in the Files app when exiting the slideshowOlivier Paroz
Fixes #126
2015-04-19Differentiate between global and album configOlivier Paroz
2015-04-19Reorganise galleryfileactionOlivier Paroz
2015-04-16JS globals cleanupOlivier Paroz
2015-04-16More JS class separationsOlivier Paroz