summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Set the debugoutput channel to error_log instead of echoing itJoas Schilling2015-01-211-0/+1
* php <5.4 style arrayRobin Appelman2015-01-151-2/+2
* Proper constant for stable7Robin Appelman2015-01-151-1/+1
* Add View::getMount() for stable7Robin Appelman2015-01-151-0/+13
* Return valid fileinfo objects for part filesRobin Appelman2015-01-151-0/+31
* drop useless "!!! No reuse of etag" - fixes #13187Morris Jobke2015-01-131-3/+0
* Merge pull request #13186 from owncloud/no-session-for-formfactor-stable7Morris Jobke2015-01-091-22/+14
|\
| * no need to store the form factor in the session - it's computation is rather ...Thomas Müller2015-01-091-22/+14
* | Use the TempManager to handle temporary filesRobin Appelman2015-01-081-117/+4
* | Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman2015-01-082-0/+158
* | Prevent leaking db connection info in the stacktraceRobin Appelman2015-01-071-0/+10
* | Added error check to lib/private/image.phpByron Marohn2015-01-021-0/+6
* | LDAP User CleanupArthur Schiwon2014-12-152-5/+8
* | make regex in controllermethodreflector.php compatible with PCRE 6.xPhilipp Knechtges2014-12-131-1/+1
* | remove ugly hack and don't use OC\Preview\Image for tiffs and svgsGeorg Ehrke2014-12-122-11/+1
* | Return real mime type on PROPFINDVincent Petry2014-12-121-0/+4
* | Ensure user mountpoints are setup when using getUserFolderRobin Appelman2014-12-121-0/+1
* | Wipe cache if there is no response from feedVictor Dubiniuk2014-12-061-0/+1
* | Add workaround for older instancesLukas Reschke2014-12-051-3/+8
* | Trim port from domainLukas Reschke2014-12-052-8/+18
* | Allow read-only configurationLukas Reschke2014-12-011-0/+8
* | Merge pull request #11747 from owncloud/storeCredentialsOnlyInSessionIfRequiredVincent Petry2014-12-015-1/+193
|\ \
| * | Backport \OC\Security\Crypto to ownCloud 7Lukas Reschke2014-11-205-1/+193
* | | Merge pull request #12496 from owncloud/check-xml-writer-for-7Thomas Müller2014-12-011-0/+7
|\ \ \
| * | | Check for XMLWriter classLukas Reschke2014-11-281-0/+7
* | | | Disable MSSQL for new CE installationsLukas Reschke2014-11-281-1/+3
|/ / /
* | | delete old previewsGeorg Ehrke2014-11-271-1/+1
* | | Consolidate if statement, and update unit testMiguel Prokop2014-11-261-4/+2
* | | fix calculation of expiration date if there is a default expiration date set ...Miguel Prokop2014-11-261-3/+8
* | | Try to read the file only instead of trying to touchLukas Reschke2014-11-251-3/+3
* | | delete all children's previews when deleting a folderGeorg Ehrke2014-11-231-14/+93
* | | add y to with-aspect naming schemaGeorg Ehrke2014-11-231-7/+13
|/ /
* | Merge pull request #12288 from owncloud/backport-mapper-fixesJoas Schilling2014-11-191-26/+49
|\ \
| * | Fix mapping of relative pathsLukas Reschke2014-11-191-14/+30
| * | Use md5() of the original name instead of uniqid() for slugifyingJoas Schilling2014-11-191-1/+12
| * | Fix code layout before fixing the functionJoas Schilling2014-11-191-13/+9
* | | Simple fix for the wrong Mapper resetJoas Schilling2014-11-191-3/+0
* | | Make it possible to cleanPath() absolute Windows pathsJoas Schilling2014-11-191-2/+11
|/ /
* | only users can have a display name different from the idBjoern Schiessle2014-11-181-1/+4
* | make sure that we only find the shares from the correct share type if users a...Bjoern Schiessle2014-11-181-2/+8
* | make sure that we don't find the wrong shares if a user and a group have the ...Bjoern Schiessle2014-11-181-6/+10
* | Merge pull request #12154 from owncloud/ignore-port-for-trusted-domainMorris Jobke2014-11-182-3/+17
|\ \
| * | Add repair steps for legacy config filesLukas Reschke2014-11-131-1/+2
| * | Ignore port for trusted domainsLukas Reschke2014-11-131-2/+15
* | | file size on non-(Linux/BSD/Windows)-installationsMichael Roitzsch2014-11-171-1/+1
* | | Check if app is enabled for userLukas Reschke2014-11-151-0/+11
* | | cleanup group admin(s) on deleteGroupmichag862014-11-131-0/+4
* | | removal of wrong/double implemented checkmichag862014-11-131-1/+1
* | | fix for issue #10880michag862014-11-131-1/+1
* | | Merge pull request #12109 from owncloud/add-preupdate-before-upgradeLukas Reschke2014-11-132-5/+17
|\ \ \ | |_|/ |/| |