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-13Decomplexify EventSource->sendOlivier Paroz
2015-08-23Don't use "and"Olivier Paroz
2015-08-18Only list media files we supportOlivier Paroz
2015-08-18Add Thumbnails APIOlivier Paroz
2015-04-26Remove utility folderOlivier Paroz
2015-04-21Change phpdoc from @type to @varOlivier Paroz
The official body behind the specification backtracked
2015-01-27NewlinesOlivier Paroz
2015-01-15Use shorter syntax for arrays (5.4+ only)Olivier Paroz
2015-01-12Various minor changesOlivier Paroz
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-10Some code and PHPdoc optimisationsOlivier Paroz
2015-01-10PHPdoc fixesOlivier Paroz
2015-01-10Some optimisationsOlivier Paroz
2015-01-09Testing readability of shorter methods...Olivier Paroz
2015-01-09Add a normalizeScalar methodOlivier 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-08Trying to reduce the complexity of normalize again...Olivier Paroz
2015-01-07Got worse, revertOlivier Paroz
2015-01-07Test to reduce complexity...Olivier Paroz
2015-01-07Make SmarterLogger::normalize() easier to read...hopefullyOlivier Paroz
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