summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add oc version to app store requests in stable6Joas Schilling2015-06-293-17/+31
* 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-082-88/+6
* Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman2015-01-084-0/+202
* 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-165-45/+203
|\ \ \
| * | | Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-235-45/+203
| | |/ | |/|
* | | 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
|/
* Merge pull request #10440 from owncloud/enforce-debugClark Tomlinson2014-08-151-7/+0
* Merge pull request #10034 from owncloud/remove-es_MX-from-stable6Lukas Reschke2014-08-151-8/+0
|\
| * remove language es_MXThomas Müller2014-07-291-8/+0
* | we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle2014-08-141-4/+5
* | Fix template rendering for 'blank' templatesMorris Jobke2014-07-301-1/+3
|/