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-10-06Update librariesOlivier Paroz
2015-10-06Merge pull request #369 from owncloud/slideshow-controls-clickabilityOlivier Paroz
improve touch area of slideshow controls, fix #53
2015-10-06[tx-robot] updated from transifexJenkins for ownCloud
2015-10-05hide even hovered controls when inactiveHendrik Leppelsack
2015-10-05fix transition speed of slideshow controlsHendrik Leppelsack
2015-10-04Bump versionOlivier Paroz
[ci skip]
2015-10-04Link to Gallery+ for easier discoveryOlivier Paroz
[ci skip]
2015-10-04Add missing variableOlivier Paroz
[ci skip]
2015-10-04Don't try to preload more if we've reached the endOlivier Paroz
2015-10-04[tx-robot] updated from transifexJenkins for ownCloud
2015-10-03[tx-robot] updated from transifexJenkins for ownCloud
2015-10-02[tx-robot] updated from transifexJenkins for ownCloud
2015-10-01Merge pull request #391 from owncloud/purify-SVGsOlivier Paroz
Purify SVGs
2015-09-30Merge pull request #367 from owncloud/import-legacy-sharedialogOlivier Paroz
Import legacy share dialog code
2015-09-30Merge pull request #384 from owncloud/filename-visibilityOlivier Paroz
increase filename visibility, same as for icons in slideshow
2015-09-30dont make the password protect checkbox visible, just the label is enoughRobin Appelman
2015-09-30Add a border to the titleOlivier Paroz
2015-09-30Merge pull request #394 from owncloud/phil-davis-domHeight-spellingOlivier Paroz
domHeight spelling
2015-09-30[tx-robot] updated from transifexJenkins for ownCloud
2015-09-30domHeight spellingPhil Davis
I think this is localized to this file only, and so does not cause any actual bug.
2015-09-29[tx-robot] updated from transifexJenkins for ownCloud
2015-09-28Sanitize SVG previews in the slideshowOlivier Paroz
[ci skip]
2015-09-28Use new checkbox styleOlivier Paroz
[ci skip]
2015-09-28Fix share dialogue's CSSOlivier Paroz
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-28[tx-robot] updated from transifexJenkins for ownCloud
2015-09-28Sanitize SVG thumbnailsOlivier Paroz
2015-09-28Merge pull request #354 from owncloud/Dont-die-when-trying-to-load-a-bad-imageOlivier Paroz
Retrieve the media type icon when loading an image fails
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-26Bump internal versionOlivier Paroz
[ci skip]
2015-09-26Set the order of images in the album representationsOlivier Paroz
Fixes #382 [ci skip]
2015-09-26Don't resize the breadcrumb on a totally empty galleryOlivier Paroz
Fixes #371 [ci skip]
2015-09-26Rename getRequestToken to getPublicTokenOlivier Paroz
[ci skip]
2015-09-26Remove border around button of password protected link confirmationOlivier Paroz
2015-09-26[tx-robot] updated from transifexJenkins for ownCloud
2015-09-25[tx-robot] updated from transifexJenkins for ownCloud
2015-09-25improve touch area of slideshow controls, fix #53Jan-Christoph Borchardt
2015-09-25Update DOMPurify to 0.7 which offers better cross-browser supportOlivier Paroz
2015-09-25increase filename visibility, same as for icons in slideshowJan-Christoph Borchardt
2015-09-24Merge pull request #378 from owncloud/Fix-previews-on-high-dpi-screensOlivier Paroz
Only fix previews which are too big
2015-09-24Only fix previews which are too bigOlivier Paroz
2015-09-24Update JS librariesOlivier Paroz
2015-09-24Merge pull request #308 from owncloud/protect-users-from-gallery.cnfOlivier Paroz
Protect users from gallery.cnf
2015-09-24Merge pull request #361 from owncloud/secure-mimetypesLukas Reschke
Secure mimetypes
2015-09-24Merge pull request #372 from owncloud/emptycontentRaghu Nayyar
nice emptycontent message look, fix #290
2015-09-24Don't allow the app to be installed on older versions of ownCloudOlivier Paroz
[ci skip]
2015-09-24Retrieve the media type icon when loading an image failsOlivier Paroz
Problems are usually detected on the PHP side, when trying to generate a preview, but it's not the case for SVG and there could be other problems along the road, so we fetch the media type icon in case of failure Fixes #346