summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | remove insane debug-log from OC_ImageGeorg Ehrke2015-01-221-1/+0
* | | Fix undefined offset 1 for wrong user mail addressMorris Jobke2015-01-221-0/+3
* | | Remove duplicated slashes from the requested urlRobin Appelman2015-01-221-0/+2
* | | 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-082-118/+6
* | | Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman2015-01-084-0/+203
* | | 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
* | | Merge pull request #12663 from zinks-/l10n-fr-backportMorris Jobke2014-12-101-7/+7
|\ \ \
| * | | Patched french translation (backported from master)Thomas Imbreckx2014-12-051-7/+7
* | | | Merge pull request #12656 from owncloud/stable7-fix-12164Morris Jobke2014-12-101-0/+1
|\ \ \ \
| * | | | Wipe cache if there is no response from feedVictor Dubiniuk2014-12-061-0/+1
| |/ / /
* / / / Create config if it does not existsLukas Reschke2014-12-071-1/+9
|/ / /
* | | 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-012-3/+11
* | | Merge pull request #11747 from owncloud/storeCredentialsOnlyInSessionIfRequiredVincent Petry2014-12-018-1/+275
|\ \ \
| * | | Backport \OC\Security\Crypto to ownCloud 7Lukas Reschke2014-11-208-1/+275
| | |/ | |/|
* | | 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-184-10/+72
|\ \
| * | add newlineMorris Jobke2014-11-181-1/+1