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-09Use IRootFolder instead of injecting the serveroparoz
Fixes #248
2015-09-07Log exceptions in NotFoundEnvException directlyOlivier Paroz
2015-08-26Minor PHPDoc updateOlivier Paroz
2015-08-06More integration tests for EnvironmentOlivier Paroz
2015-07-27Reduce complexity of ConfigService::getFeaturesList()Olivier Paroz
2015-07-25Move to Gallery namespaceOlivier Paroz
2015-07-02Remove unnecessary private APIsOlivier Paroz
As discussed here https://github.com/owncloud/core/issues/17197
2015-06-29Re-enable features on public spacesOlivier Paroz
Fixes #195
2015-06-25A public link for a file will always download the fileOlivier Paroz
2015-06-22Adds the form which allows a user to add the shared files to his ownCloudOlivier Paroz
Solution for #144
2015-06-01Use the real original share ownerOlivier Paroz
Fixes #163
2015-06-01Merge fixesOlivier Paroz
2015-05-31Make requests based on the file ID instead of using the pathOlivier Paroz
1st implementation (cherry picked from commit 844bd7b)
2015-05-23Support adding an extension to a file to make it work with forumsOlivier 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-06Several fixes for the album configurationOlivier Paroz
2015-03-30Controller and Service refactoringOlivier Paroz
Files and Preview controllers and services App now starts by asking for a list of supported media types Everything related to reading config files has been moved to a separate class Some cleaning up
2015-03-24Various fixes for the album config featureOlivier Paroz
2015-03-14Pass environment exception message to the controllerOlivier Paroz
2015-01-27NewlinesOlivier Paroz
2015-01-18Minor fixes and cleanupOlivier Paroz
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