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-26Reset album design is folder is emptyOlivier Paroz
Fixes #385 [ci skip]
2015-09-26Restore sorting buttons when starting album was emptyOlivier Paroz
[ci skip]
2015-09-26Better fix for #366Olivier Paroz
It doesn't matter if we initialise hidden buttons, because the user is either going to navigate away to an album with images or leave the app. The important thing is to not add events every time we enter an album. [ci skip]
2015-09-26Don't resize the breadcrumb on a totally empty galleryOlivier Paroz
Fixes #371 [ci skip]
2015-09-21Activate switch-to-view button on empty albumsOlivier Paroz
Fixes #366
2015-09-21Move background colour to design sectionOlivier Paroz
Fixes the bug where it was impossible to get the parent folder's description
2015-09-21Revert ↵Olivier Paroz
https://github.com/owncloud/gallery/commit/3618021c137310647c8200e23e6ad56899db2062
2015-09-21Hide infobutton if config only contains colour infoOlivier Paroz
[ci skip]
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-15Add flip effect to sorting buttonsOlivier Paroz
We can't use CSS3 because of IE
2015-09-15Use a 3rd style to indicate which sort order is activeOlivier Paroz
+ remove unused style
2015-09-15Turn the Gallery button into a switchOlivier Paroz
Implementation of #145
2015-09-14Keep the # in the config for the background colourOlivier Paroz
It makes it easier to understand what it's about
2015-09-13Add new spinner to infobox and stop it on empty gallery contentOlivier Paroz
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-13Make the background colour of the photowall user configurableOlivier Paroz
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-10More JS harmonisationOlivier Paroz
2015-07-10Proper message for empty gallery vs empty folderOlivier Paroz
2015-07-10Fix album mapping by using a new caching mechanismOlivier Paroz
We were still partially using the old caching mechanism used to map the entire filesystem before loading anything. This led to holes in the mapping as well as lots of redundant an partial information being stored. This new approach is custom made and can probably still be improved Fixes #206
2015-07-10First concept of empty folder when landing from the Files appOlivier 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-22Adds the form which allows a user to add the shared files to his ownCloudOlivier Paroz
Solution for #144
2015-04-19Differentiate between global and album configOlivier Paroz
2015-04-17Move compatibility notifications to utility classOlivier Paroz
2015-04-17Extract generic JS methods to utility classOlivier Paroz
2015-04-15Clearly indicate when there is a config parsing errorOlivier Paroz
+Gallery.Config simplification. This is not enterprise Java +Notification changes regarding translations
2015-04-11Global JS variables cleanupOlivier Paroz
2015-04-10Move infoBox method to its own classOlivier Paroz
2015-04-10Lowered complexity of Gallery.ViewOlivier Paroz
2015-04-09Code style fixingOlivier Paroz
2015-04-09Cleaned up gallery.viewOlivier Paroz
2015-04-09Speed up sorting by only sorting the current albumOlivier Paroz
2015-04-09Minor changesOlivier 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-06Several fixes for the album configurationOlivier Paroz
2015-04-04Use the standard share buttonOlivier Paroz
2015-04-04Add inheritance support to the album configurationOlivier Paroz
2015-03-31Split gallery.js in gallery.js and galleryview.jsOlivier Paroz