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-28Move share.js to vendor folderOlivier Paroz
2015-09-28Import legacy share dialog codeVincent Petry
This is to make the share dropdown work again
2015-09-24Update JS librariesOlivier Paroz
2015-09-24Replace marked by commonmarkOlivier Paroz
2015-09-24Sanitize gallery.cnf even more using DOMPurifyOlivier Paroz
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-19Remove high quality spinner so that themes can use what they wantOlivier 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-13New spinnerOlivier Paroz
Used in: * Row loading * slideshow loading
2015-09-13Add spinning feedback at the bottom of loading rowsOlivier Paroz
Fixes #130
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-10More JS harmonisationOlivier Paroz
2015-07-10First concept of empty folder when landing from the Files appOlivier Paroz
2015-06-26Use the compressed version of bigshotOlivier 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-11Move zoomable component to its own classOlivier Paroz
2015-04-10Move infoBox method to its own classOlivier Paroz
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-22Introducing album preferences via yaml fileOlivier Paroz
Filling request #93 and #85 Partial solution for #91
2015-03-19Only load the Files script in the Files appOlivier Paroz
2015-03-13Disable double fallbackOlivier Paroz
2015-03-13Fix thumbnail receiving for IE11Olivier Paroz
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
2015-01-15Use shorter syntax for arrays (5.4+ only)Olivier Paroz
2015-01-11Relaxed the column widthOlivier Paroz
The PSR2 coding guidelines say that 80 is a soft limit and that the hard limit is at 120, so I'm allowing some lines to be longer than 80 to improve readability Some methods were also refactored slightly
2015-01-05Initial commitOlivier Paroz