summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | mkae getRelativePath of file search results overwriteable in subclassesJörn Friedrich Dreyer2014-07-151-2/+1
* | return relative pathJörn Friedrich Dreyer2014-07-151-27/+15
* | use fileinfo object in search resultsJörn Friedrich Dreyer2014-07-151-9/+11
* | - Added test to trigger index id errorVincent Petry2014-07-152-2/+14
* | Update share.phplibasys2014-07-151-1/+1
|/
* Backport of #9562Arthur Schiwon2014-07-151-50/+36
* Use the correct path when building the FileInfo for the search resultRobin Appelman2014-07-141-1/+2
* append file extension to the temporary file which contains the downloaded arc...Thomas Müller2014-07-141-9/+4
* Expose the user manager in the public server containerRobin Appelman2014-07-141-0/+7
* Add public interfaces for User, UserManager and UserSessionRobin Appelman2014-07-146-3/+229
* Fix for #9422Daniel Hansson2014-07-141-14/+11
* improve check for duplicate appsGeorg Ehrke2014-07-141-7/+2
* add proper version comparision in OC_Installer::isUpdateAvailableGeorg Ehrke2014-07-141-2/+1
* adding 'groups' entry to remote appsThomas Müller2014-07-101-1/+2
* fixing typosThomas Müller2014-07-101-97/+96
* BugFix missing $item on 'file_target' Line 1911libasys2014-07-091-1/+1
* Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-082-104/+14
* Adding new interface \OCP\Activity\IExtentsionThomas Müller2014-07-084-2/+387
* Merge pull request #9500 from owncloud/fix9475blizzz2014-07-082-3/+12
|\
| * also appconfig shall not write to database if the value is unchangedArthur Schiwon2014-07-081-0/+4
| * do not write to database when the value is the sameArthur Schiwon2014-07-081-3/+8
* | use case insensitive LIKE when searching for files in mysqlRobin Appelman2014-07-081-0/+2
* | Add repair step to set MySQL collation to utf8_binRobin Appelman2014-07-084-2/+79
* | add ocsids to info.xmlGeorg Ehrke2014-07-071-0/+3
* | Only calculate the WEBROOT from scriptName if it contains $SUBURIJoas Schilling2014-07-071-3/+11
* | Only overwrite serverHost when in unit testsJoas Schilling2014-07-071-1/+1
* | MySQL: adding repair step to convert MyIsam tables to InnoDBThomas Müller2014-07-072-0/+52
* | fix phpDocBlock for OC_App::getAppInfoGeorg Ehrke2014-07-071-1/+1
* | better validation: cadd extra check if appinfo/info.xml existsGeorg Ehrke2014-07-071-0/+3
|/
* make sure that the umount hook always contains the path relative to data/user...Bjoern Schiessle2014-07-041-3/+13
* deprecate OC_Search_Provider in favor of \OCP\Search\ProviderJörn Friedrich Dreyer2014-07-041-0/+4
* Add machine readable error messages to OC\JSONRobin Appelman2014-07-041-6/+6
* make search case insensitive on postgres and oracleJörn Friedrich Dreyer2014-07-041-3/+21
* introduce and use getCurrentConnection()Jörn Friedrich Dreyer2014-07-043-1/+25
* reset collection to 'root' after adding a route to the apiJörn Friedrich Dreyer2014-07-041-0/+1
* Merge pull request #9413 from owncloud/fix_hook_namesVincent Petry2014-07-031-2/+2
|\
| * fix hook namesBjoern Schiessle2014-07-031-2/+2
* | Remove forgotten debug logVincent Petry2014-07-031-1/+0
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-033-0/+18
* Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry2014-07-024-9/+40
|\
| * don't move a share mount point into a different mount pointBjoern Schiessle2014-07-011-7/+34
| * add a explicit interface for the home storageBjoern Schiessle2014-07-013-2/+6
* | Merge pull request #9311 from owncloud/storage-not-availableVincent Petry2014-07-025-18/+84
|\ \
| * | Remove invalid mounts from the active fsRobin Appelman2014-07-021-0/+4
| * | Catch StorageInvalidException in webdavRobin Appelman2014-07-011-0/+3
| * | Detect removed public sharesRobin Appelman2014-07-012-0/+25
| * | Handle StorageNotAvailableException in webdavRobin Appelman2014-06-301-1/+6
| * | Add StorageNotAvailableExceptionRobin Appelman2014-06-302-17/+46
* | | Merge pull request #9288 from owncloud/fix_dispatcher_null_valuesMorris Jobke2014-07-021-1/+1
|\ \ \
| * | | don't typecast null values inside dispatcher.phpGeorg Ehrke2014-06-291-1/+1