Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-02-25Remove hacky Substring support for MSSQLLukas Reschke
2015-02-12catch any whitespaces which might get written to the output buffer while load...Thomas Müller
2015-02-06Normalize before processingLukas Reschke
2015-01-08Use the TempManager to handle temporary filesRobin Appelman
2015-01-08Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman
2015-01-02Added error check to lib/private/image.phpByron Marohn
2014-11-07logging changesCraig Morrissey
2014-10-20backport of #11494Arthur Schiwon
2014-10-20Merge pull request #11217 from owncloud/backport-9225-stable6blizzz
2014-10-20Merge pull request #11371 from owncloud/backport-11368Lukas Reschke
2014-10-16Merge pull request #11248 from owncloud/11032-backport-stable6Lukas Reschke
2014-10-16Fix SVG iconsLukas Reschke
2014-10-10Don't keep the full info of all children in memoryRobin Appelman
2014-10-03Merge pull request #8307 from owncloud/case_insensitive_search_oracle_stable6Lukas Reschke
2014-10-01Merge pull request #11153 from owncloud/parallel-upload-stable6Lukas Reschke
2014-09-29fix case insensitive search on oracle and postgresqlJörn Friedrich Dreyer
2014-09-25Clarify possible preview providers for type OfficeLukas Reschke
2014-09-25ask implementsAction instead of checking method_exists for easier testingArthur Schiwon
2014-09-25Fix getting group '0' from database backendJoas Schilling
2014-09-25add optional countUsersInGroup method to group backendsArthur Schiwon
2014-09-25remove unneeded ; in commentRobin Appelman
2014-09-25user Group->users as assosiative arrayRobin Appelman
2014-09-25cache the result from inGroupRobin Appelman
2014-09-24Fix test cases for group managerRobin Appelman
2014-09-24remove duplicate call to groupExistsRobin Appelman
2014-09-23Do only follow HTTP and HTTPS redirectsLukas Reschke
2014-09-23Add a configuration switch for enabled preview mimetypesLukas Reschke
2014-09-22Backport of #9225voxsim
2014-09-18use session_write_close() because the Session class has no close() yet in thi...Thomas Müller
2014-09-18close the session for all DAV calls right after authentication - no need to w...Thomas Müller
2014-09-11Add displayname for adminstomneedham
2014-09-03Merge pull request #10645 from owncloud/backport_7728Thomas Müller
2014-08-31Add optional user ID parameter for getUseFolderMorris Jobke
2014-08-31retrieve local users, groups and group members in a sorted wayArthur Schiwon
2014-08-28allow empty hostname and dots in service name for oracle autosetupJörn Friedrich Dreyer
2014-08-28Escape error messagesLukas Reschke
2014-08-26unit tests for specific image type output addedThomas Müller
2014-08-26excerpt code changes from 79ba930ef90d3e54c02f62c43f61c190e11fb4ecGeorg Ehrke
2014-08-26OC_Image::_output() - throw exception instead of falling back to pngGeorg Ehrke
2014-08-26remove image/pjpeg from OC_Image::_outputGeorg Ehrke
2014-08-26don't change mimetype of whole image objectGeorg Ehrke
2014-08-26always output a pngGeorg Ehrke
2014-08-26make it possible to influence output type of \OC_ImageGeorg Ehrke
2014-08-15Merge pull request #10440 from owncloud/enforce-debugClark Tomlinson
2014-08-15Merge pull request #10034 from owncloud/remove-es_MX-from-stable6Lukas Reschke
2014-08-14we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle
2014-07-30Fix template rendering for 'blank' templatesMorris Jobke
2014-07-30remove language es_MXThomas Müller
2014-07-22Remove uneeded `strip_tags`Lukas Reschke
2014-07-22Extract Auth Header logic into new function handleAuthHeaders().Andreas Fischer