summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Ensure that passed argument is always a stringLukas Reschke2015-06-011-0/+8
* Remove hacky Substring support for MSSQLLukas Reschke2015-02-251-99/+0
* catch any whitespaces which might get written to the output buffer while load...Thomas Müller2015-02-121-5/+5
* Normalize before processingLukas Reschke2015-02-062-5/+7
* Use the TempManager to handle temporary filesRobin Appelman2015-01-081-87/+4
* Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman2015-01-082-0/+157
* Added error check to lib/private/image.phpByron Marohn2015-01-021-0/+6
* logging changesCraig Morrissey2014-11-071-0/+3
* backport of #11494Arthur Schiwon2014-10-201-4/+3
* Merge pull request #11217 from owncloud/backport-9225-stable6blizzz2014-10-205-30/+128
|\
| * ask implementsAction instead of checking method_exists for easier testingArthur Schiwon2014-09-241-1/+1
| * Fix getting group '0' from database backendJoas Schilling2014-09-242-2/+2
| * add optional countUsersInGroup method to group backendsArthur Schiwon2014-09-244-2/+73
| * remove unneeded ; in commentRobin Appelman2014-09-241-1/+1
| * user Group->users as assosiative arrayRobin Appelman2014-09-241-5/+3
| * cache the result from inGroupRobin Appelman2014-09-241-7/+20
| * Fix test cases for group managerRobin Appelman2014-09-241-2/+2
| * remove duplicate call to groupExistsRobin Appelman2014-09-241-6/+4
| * Backport of #9225voxsim2014-09-221-11/+29
* | Merge pull request #11371 from owncloud/backport-11368Lukas Reschke2014-10-201-0/+10
|\ \
| * | Fix SVG iconsLukas Reschke2014-10-161-0/+10
* | | Merge pull request #11248 from owncloud/11032-backport-stable6Lukas Reschke2014-10-164-45/+198
|\ \ \
| * | | Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-234-45/+198
| | |/ | |/|
* | | Don't keep the full info of all children in memoryRobin Appelman2014-10-101-7/+12
* | | Merge pull request #8307 from owncloud/case_insensitive_search_oracle_stable6Lukas Reschke2014-10-031-3/+22
|\ \ \ | |_|/ |/| |
| * | fix case insensitive search on oracle and postgresqlJörn Friedrich Dreyer2014-09-291-3/+22
* | | Merge pull request #11153 from owncloud/parallel-upload-stable6Lukas Reschke2014-10-011-1/+15
|\ \ \ | |/ / |/| |
| * | use session_write_close() because the Session class has no close() yet in thi...Thomas Müller2014-09-181-1/+1
| * | close the session for all DAV calls right after authentication - no need to w...Thomas Müller2014-09-181-1/+15
| |/
* | Clarify possible preview providers for type OfficeLukas Reschke2014-09-251-1/+5
* | Add a configuration switch for enabled preview mimetypesLukas Reschke2014-09-233-56/+35
|/
* Add displayname for adminstomneedham2014-09-111-2/+10
* Merge pull request #10645 from owncloud/backport_7728Thomas Müller2014-09-032-10/+43
|\
| * unit tests for specific image type output addedThomas Müller2014-08-261-1/+6
| * excerpt code changes from 79ba930ef90d3e54c02f62c43f61c190e11fb4ecGeorg Ehrke2014-08-261-4/+1
| * OC_Image::_output() - throw exception instead of falling back to pngGeorg Ehrke2014-08-261-1/+1
| * remove image/pjpeg from OC_Image::_outputGeorg Ehrke2014-08-261-1/+0
| * don't change mimetype of whole image objectGeorg Ehrke2014-08-261-6/+6
| * always output a pngGeorg Ehrke2014-08-261-1/+1
| * make it possible to influence output type of \OC_ImageGeorg Ehrke2014-08-261-8/+40
* | Add optional user ID parameter for getUseFolderMorris Jobke2014-08-311-2/+9
* | retrieve local users, groups and group members in a sorted wayArthur Schiwon2014-08-312-4/+4
* | allow empty hostname and dots in service name for oracle autosetupJörn Friedrich Dreyer2014-08-281-0/+14
* | Escape error messagesLukas Reschke2014-08-281-4/+4
|/
* append file extension to the temporary file which contains the downloaded arc...Thomas Müller2014-07-141-9/+4
* do not write to appconfig or preference tables if the value is unchangedArthur Schiwon2014-07-112-8/+15
* Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-082-116/+17
* Backport of #9156Arthur Schiwon2014-07-044-7/+37
* trusted domains shall not be ignored on autosetupArthur Schiwon2014-06-171-1/+7
* remove unused argumentRobin Appelman2014-06-121-4/+3