summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Check for XMLWriter classLukas Reschke2014-11-281-0/+7
* 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
|\ \
| * | Run preupdate before an updateLukas Reschke2014-11-112-5/+17
| |/
* / Fix root path handling for WebDAV ext storageVincent Petry2014-11-121-0/+2
|/
* Ensure there is a connection object within \OC_DB::enableCaching()Thomas Müller2014-11-101-2/+3
* logging changesCraig Morrissey2014-11-071-0/+3
* Convert StorageNotAvailableException to SabreDAV exceptionVincent Petry2014-11-064-114/+158
* Support HTML in logo claimLukas Reschke2014-11-051-0/+12
* allow passing driver options, fixes #11718Jörn Friedrich Dreyer2014-11-031-0/+6
* Fix stupid copy paste failLukas Reschke2014-10-301-1/+1
* Merge pull request #11802 from owncloud/backport-10958Lukas Reschke2014-10-287-19/+73
|\
| * Introduce cross-db ILIKERobin Appelman2014-10-277-19/+73
* | Merge pull request #11800 from owncloud/backport-MakeSupportedDBsConfigurableThomas Müller2014-10-282-6/+105
|\ \
| * | Make supported DBs configurable within config.phpLukas Reschke2014-10-272-6/+105
| |/
* / Properly catch 503 storage not available in getQuotaInfoVincent Petry2014-10-281-7/+11
|/
* Make files non executableLukas Reschke2014-10-245-0/+0
* Backport of #11702Arthur Schiwon2014-10-221-4/+5
* always use the correct share typeBjoern Schiessle2014-10-211-3/+3
* Refer to relative path instead of absolute pathLukas Reschke2014-10-201-9/+21
* Add unit tests for convertToRelativePathLukas Reschke2014-10-201-1/+1
* backport of #11494Arthur Schiwon2014-10-181-4/+3
* backport of #9104macjohnny2014-10-171-5/+12
* Encapsulate require_once to avoid name space bleedindVincent Petry2014-10-171-1/+11
* Merge pull request #11610 from owncloud/fix-svg-s7Thomas Müller2014-10-171-2/+12
|\
| * Remove insane commentLukas Reschke2014-10-161-1/+0
| * Fix SVG iconsLukas Reschke2014-10-161-2/+13
* | Add a try catch blockLukas Reschke2014-10-161-6/+10