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-19Remove high quality spinner so that themes can use what they wantOlivier Paroz
2015-09-18Don't use the session in the API or in downloadsOlivier Paroz
2015-09-16[8.2] Make the Gallery button in Files more discreetOlivier Paroz
2015-09-15Sorting on the left, the rest on the rightOlivier Paroz
2015-09-15Add flip effect to sorting buttonsOlivier Paroz
We can't use CSS3 because of IE
2015-09-15move toggle buttons for sorting and view switching to the rightJan-Christoph Borchardt
2015-09-15Show that something is happening after the user has clicked on the switchOlivier Paroz
2015-09-15Turn the Gallery button into a switchOlivier Paroz
Implementation of #145
2015-09-15Adapt authenticate template to match the one in `core`Olivier Paroz
Fixes # 343
2015-09-14Add name to slideshowOlivier Paroz
Implements #237
2015-09-14Fix the slideshowcontrols callback and the spacebar eventOlivier Paroz
Fix for #341
2015-09-14Improve UX of slideshow menuOlivier Paroz
Also use the same show/hide mechanism used in gallery.js
2015-09-13New spinnerOlivier Paroz
Used in: * Row loading * slideshow loading
2015-09-13Add spinning feedback at the bottom of loading rowsOlivier Paroz
Fixes #130
2015-09-13Fix public template to get rid of scrollerOlivier Paroz
2015-09-12Fix large download button on public galleriesOlivier Paroz
2015-09-12Update the slideshow menu iconsOlivier Paroz
2015-07-28Fix problems reported by static analyserOlivier Paroz
2015-07-28Keep polyfill in vendor folderOlivier Paroz
2015-07-25Fix EventSource polyfill and make it work exclusively with XHROlivier Paroz
2015-07-25Support IE8 in the slideshowOlivier Paroz
2015-07-25Move to Gallery namespaceOlivier Paroz
2015-07-25Remove private API introduced by @85093c46b7cf48706c32fb7deb24ff10a1726be8Olivier Paroz
(cherry picked from commit ea1c4d5)
2015-07-25replace logo-wide on share page with better icon + text, as in coreJan-Christoph Borchardt
(cherry picked from commit 85093c4) (cherry picked from commit 6035a07)
2015-07-10More JS harmonisationOlivier Paroz
2015-07-10First concept of empty folder when landing from the Files appOlivier Paroz
2015-07-05Slideshow cleanupOlivier Paroz
* Back button support * Cleanup all images when closed * Remove duplicate events * Properly clear previous/next image
2015-07-05Focus on modern browsers for native SVGOlivier Paroz
Includes a fallback and an error message
2015-06-26Use the compressed version of bigshotOlivier Paroz
2015-06-22Adds the form which allows a user to add the shared files to his ownCloudOlivier Paroz
Solution for #144
2015-06-22Commit suicide if Pictures is enabledOlivier Paroz
2015-04-21Change phpdoc from @type to @varOlivier Paroz
The official body behind the specification backtracked
2015-04-17Extract generic JS methods to utility classOlivier Paroz
2015-04-16More JS class separationsOlivier Paroz
2015-04-15Proper way to load the slideshow templateOlivier Paroz
2015-04-11Move zoomable component to its own classOlivier Paroz
2015-04-10Move infoBox method to its own classOlivier Paroz
2015-04-10Don't jump to top of page when root slideshow endsOlivier Paroz
Fixes #119 + some cleanup in the public template
2015-04-09Improved the breadcrumb to make it work on smaller displaysOlivier Paroz
Fixes #108
2015-04-08Make it easily recognisable that we have a local descriptionOlivier Paroz
A first implementation for #114
2015-04-06First shot at a sorting interfaceOlivier Paroz
A first step for #90 and #91
2015-04-04Use the standard share buttonOlivier Paroz
2015-04-04Add inheritance support to the album configurationOlivier Paroz
2015-03-31First attempt at breaking down slideshow.jsOlivier Paroz
2015-03-31Split gallery.js in gallery.js and galleryview.jsOlivier Paroz
2015-03-29Fix spinners and info boxOlivier Paroz
2015-03-22Introducing album preferences via yaml fileOlivier Paroz
Filling request #93 and #85 Partial solution for #91
2015-03-19Fix script loading for public galleriesOlivier Paroz
2015-03-19Only load the Files script in the Files appOlivier Paroz
2015-03-14Add notification area to the public zoneOlivier Paroz