summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* 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-082-1/+196
* 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-083-2/+4
* | add ocsids to info.xmlGeorg Ehrke2014-07-071-0/+3
* | 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-071-0/+1
* | 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-042-1/+18
* reset collection to 'root' after adding a route to the apiJörn Friedrich Dreyer2014-07-041-0/+1
* Remove forgotten debug logVincent Petry2014-07-031-1/+0
* Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry2014-07-023-9/+36
|\
| * 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-012-2/+2
* | Merge pull request #9311 from owncloud/storage-not-availableVincent Petry2014-07-023-18/+40
|\ \
| * | Remove invalid mounts from the active fsRobin Appelman2014-07-021-0/+4
| * | Catch StorageInvalidException in webdavRobin Appelman2014-07-011-0/+3
| * | Handle StorageNotAvailableException in webdavRobin Appelman2014-06-301-1/+6
| * | Add StorageNotAvailableExceptionRobin Appelman2014-06-301-17/+27
* | | 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
* | | | Merge pull request #9338 from owncloud/fix-redirect-for-appframeworkVolkan Gezer2014-07-021-0/+2
|\ \ \ \
| * | | | Redirect after session expiry to the previous loaded pageMorris Jobke2014-07-011-0/+2
* | | | | Merge pull request #9327 from owncloud/migrator-postgreskeywordtestVincent Petry2014-07-011-1/+1
|\ \ \ \ \
| * | | | | Fix migrator tests to use the correct migrator instancesVincent Petry2014-07-011-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #9334 from owncloud/defaultappfixVincent Petry2014-07-012-6/+28
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Added unit test for default app URLVincent Petry2014-07-011-1/+1
| * | | | Use getAbsoluteUrl for redirection URLVincent Petry2014-07-011-5/+17
| * | | | Support for multiple default appsVincent Petry2014-07-011-3/+11
| * | | | Add bak defaultapp settingVincent Petry2014-07-011-1/+3
* | | | | Merge pull request #9156 from owncloud/solve-8959blizzz2014-07-014-10/+50
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | loop over usernames, not passwordsArthur Schiwon2014-06-301-1/+1
| * | | | extend Dummy user and group implementation to pass testsArthur Schiwon2014-06-252-4/+40
| * | | | return int, not stringArthur Schiwon2014-06-241-1/+5
| * | | | search term for users and groups may occur anywhere in the name or displaynam...Arthur Schiwon2014-06-232-5/+5
* | | | | Merge pull request #9306 from owncloud/publicneedsupgradeJan-Christoph Borchardt2014-07-011-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Return 503 OCS response with requested formatVincent Petry2014-06-301-1/+1
| | |_|/ | |/| |
* / | | Use get random bytes as uniqeid() is not unique in some casesJoas Schilling2014-06-301-2/+2
|/ / /
* | | Merge pull request #9266 from owncloud/fix_objectstore_etag_updateThomas Müller2014-06-291-1/+1
|\ \ \ | |_|/ |/| |
| * | always regenerate etag when writing back file to objectstoreJörn Friedrich Dreyer2014-06-271-1/+1
* | | more strings to translate in utils also some fixes in defaultsVolkan Gezer2014-06-282-54/+64
* | | Merge pull request #9263 from owncloud/remote-share-updateicewind19912014-06-271-15/+54
|\ \ \ | |/ / |/| |