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-21Fix spinners for themesOlivier Paroz
Spinners come in many forms and CSS spinners can't be applied as a background property like GIFs, which means that they need their own DIV
2015-09-16[8.2] Make the Gallery button in Files more discreetOlivier Paroz
2015-09-15move toggle buttons for sorting and view switching to the rightJan-Christoph Borchardt
2015-09-15Adding the class is enoughOlivier Paroz
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-07-27JS cleanupOlivier Paroz
All methods should be documented Public methods first, then private ones Finish "use strict" implementation
2015-07-25Remove Gallery switch in IE8Olivier Paroz
2015-07-25Move to Gallery namespaceOlivier Paroz
2015-07-10More JS harmonisationOlivier Paroz
2015-06-22Move direct Gallery links from Files app to its own appOlivier Paroz
2015-04-10Update URL building methodsOlivier Paroz
2015-03-31Encode more characters to prevent problems with special characters in filenamesOlivier Paroz
2015-03-15Various style fixesOlivier Paroz
2015-03-10Always generate a link to the gallery from "Files"Olivier Paroz
2015-03-10Always enable the "Gallery" buttonOlivier Paroz
2015-01-30Only generate gallery links on foldersOlivier Paroz
2015-01-28Add a way to dynamically modify the share linkOlivier Paroz
There is now a button next to "Share link" which allows a user to switch between the Files and Gallery public link ### Fixes https://github.com/interfasys/galleryplus/issues/16 https://github.com/owncloud/core/issues/8268#issuecomment-41960633
2015-01-28The Gallery button is now available to logged in usersOlivier Paroz
The button which allows users to switch back and forth between the Files and Gallery app without losing the current folder/album was only available in public shares. Not anymore. ### Fixes https://github.com/interfasys/galleryplus/issues/15 https://github.com/owncloud/gallery/issues/116