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-24Only fix previews which are too bigOlivier Paroz
2015-09-07Use exceptions more in Preview chainOlivier Paroz
* jsonhttperror trait is now named httperror * Moved ServiceTest to GalleryUnitTest * Move some common test methods to GalleryUnitTest * Additional unit tests for PreviewService
2015-08-26Minor PHPDoc updateOlivier Paroz
2015-08-25Some tests for the Preview classOlivier Paroz
2015-08-19More unit tests for the controllersOlivier Paroz
2015-07-28Fix problems reported by static analyserOlivier Paroz
2015-07-25Move to Gallery namespaceOlivier Paroz
2015-06-26Formatting and PHPDocOlivier Paroz
2015-06-26Let the browser handle broken previewsOlivier Paroz
2015-04-26Remove utility classesOlivier Paroz
2015-04-21Change phpdoc from @type to @varOlivier Paroz
The official body behind the specification backtracked
2015-04-12Use custom isLocal method to determine the location of filesOlivier Paroz
2015-04-02Update ChangelogOlivier Paroz
2015-03-18Fix paths for previewsOlivier Paroz
Fixes #100 I've also changed detection method for local storage
2015-03-16Various style fixesOlivier Paroz
2015-03-15Updated PHPdocOlivier Paroz
2015-03-06Preview should always return size accurate previewsOlivier Paroz
2015-03-04Use a path to the mimeicon which should always workOlivier Paroz
2015-01-27Move thumbnail check to the controllerOlivier Paroz
Preview should be a generic class, so moved thumbnail specific code to the controller
2015-01-27NewlinesOlivier Paroz
2015-01-27Better solution for breakage protectionOlivier Paroz
2015-01-27Minor changesOlivier Paroz
2015-01-22Protect the app from Preview breakageOlivier Paroz
Solves https://github.com/interfasys/galleryplus/issues/14 (+ minor adjustments)
2015-01-18Services and middleware refactoringOlivier Paroz
* HTTP responses have been moved back to the controllers * The environment service has been split in two * An environment Class has been created to hold the variables the services need to do their job * The tokencheckmiddleware is now the envcheckmiddleware and makes sure the token is valid before sending it to an environment object * Some exceptions have been created in order to bubble up problems * Services have now status codes compatible with HTTP codes * ThumbnailService is now a child of PrevewService
2015-01-15Use shorter syntax for arrays (5.4+ only)Olivier Paroz
2015-01-13First version for ownCloud 8Olivier Paroz
* Removed stable7 specific code * Removed session middleware which is now part of core * Modified sharing links and routes * Removed private APIs which are now available in the AppFramework * Removed all reported deprecated methods which provide an alternative
2015-01-12Various minor changesOlivier Paroz
2015-01-11PreviewService cleanupOlivier Paroz
2015-01-11PreviewService refactoring, part 3Olivier Paroz
2015-01-11PreviewService refactoring, part 2Olivier Paroz
2015-01-11PreviewService refactoringOlivier Paroz