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-20Replace session by cookie for error messageOlivier Paroz
Follow up for #296
2015-09-17Don't send the error messages via GET/POSTOlivier Paroz
2015-09-11Fix exception logging messageOlivier Paroz
2015-09-07Log exceptions in ServiceException directlyOlivier Paroz
2015-09-07Log exceptions in CheckException directlyOlivier Paroz
2015-08-25Some tests for the Preview classOlivier Paroz
2015-08-21Some EnvCheckMiddleware path testsOlivier Paroz
I've had to add our test setup creator to the unit testing suite because most filesystems methods don't work when using the Node API via the AppFramework
2015-08-20Some EnvCheckMiddleware response testsOlivier Paroz
2015-08-02Test for SharingCheckMiddlewareOlivier Paroz
2015-07-28Fix problems reported by static analyserOlivier Paroz
2015-07-25Move to Gallery namespaceOlivier Paroz
2015-06-26Use the compressed version of bigshotOlivier Paroz
2015-04-26Remove utility classesOlivier Paroz
2015-04-21Change phpdoc from @type to @varOlivier Paroz
The official body behind the specification backtracked
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
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-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-11A bit of cleaning upOlivier Paroz
2015-01-10Some code and PHPdoc optimisationsOlivier Paroz
2015-01-10PHPdoc fixesOlivier Paroz
2015-01-09Improved normalizerOlivier Paroz
* Its own class * Only JSON encodes the end result * Max depth for object recursion is set to 2 * Max number of array elements to log is set to 20
2015-01-07Integrate the smarter loggerOlivier Paroz
* No need to patch ownCloud any more * Can get rid of adding the appName every time we need to log a simple message * Converts Objects, Arrays and Exceptions to String so that those can be read from the log file
2015-01-07Shorter methods in CheckMiddlewareOlivier Paroz
2015-01-06Shorter CheckMiddleware::afterExceptionOlivier Paroz
2015-01-05First round of fixesOlivier Paroz
2015-01-05Initial commitOlivier Paroz