summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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 names
| * 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 point
| * 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
|\ \ | | | | | | Handle storages not being available in webui and webdav
| * | 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.php
| * | | 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 page
| * | | | Redirect after session expiry to the previous loaded pageMorris Jobke2014-07-011-0/+2
| | | | | | | | | | | | | | | | | | | | * fixes #6945
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-025-2/+79
| | | | |
* | | | | Merge pull request #9327 from owncloud/migrator-postgreskeywordtestVincent Petry2014-07-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Added migrator test for reserved keyword
| * | | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | | Default app fix
| * | | | Added unit test for default app URLVincent Petry2014-07-011-1/+1
| | | | |
| * | | | Use getAbsoluteUrl for redirection URLVincent Petry2014-07-011-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | Also separate the function into getDefaultPageUrl() and redirectToDefaultPage() to make it testable.
| * | | | Support for multiple default appsVincent Petry2014-07-011-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | If a default app isn't visible for the user, try the next one. Else fallback to the "files" app.
| * | | | Add bak defaultapp settingVincent Petry2014-07-011-1/+3
| | | | |
* | | | | Merge pull request #9156 from owncloud/solve-8959blizzz2014-07-014-10/+50
|\ \ \ \ \ | |/ / / / |/| | | | search term for users and groups may occur anywhere in the name or displ...
| * | | | 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 ↵Arthur Schiwon2014-06-232-5/+5
| | | | | | | | | | | | | | | | | | | | displayname, not just in the beginning
* | | | | Merge pull request #9306 from owncloud/publicneedsupgradeJan-Christoph Borchardt2014-07-011-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Return 503 in public.php and OCS API when upgrade is due
| * | | | Return 503 OCS response with requested formatVincent Petry2014-06-301-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #9292 from owncloud/issue/9161Morris Jobke2014-07-011-2/+2
|\ \ \ \ | | | | | | | | | | Use get random bytes as uniqeid() is not unique in some cases
| * | | | Use get random bytes as uniqeid() is not unique in some casesJoas Schilling2014-06-301-2/+2
| |/ / / | | | | | | | | | | | | Fix #9161
* / / / [tx-robot] updated from transifexJenkins for ownCloud2014-07-014-0/+124
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-3012-3/+382
| | |
* | | Merge pull request #9266 from owncloud/fix_objectstore_etag_updateThomas Müller2014-06-291-1/+1
|\ \ \ | | | | | | | | always regenerate etag when writing back file to objectstore
| * | | always regenerate etag when writing back file to objectstoreJörn Friedrich Dreyer2014-06-271-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-291-0/+1
| |_|/ |/| |
* | | more strings to translate in utils also some fixes in defaultsVolkan Gezer2014-06-283-60/+72
| | |
* | | Merge pull request #9263 from owncloud/remote-share-updateicewind19912014-06-271-15/+54
|\ \ \ | |/ / |/| | Better detecting of remote changes for external shares
| * | Fix parsing of webdav permissionsRobin Appelman2014-06-271-1/+2
| | |
| * | Also check for updated permissions for webdav storagesRobin Appelman2014-06-271-17/+36
| | |
| * | Use the etag to check for updates in webdav storages where availableRobin Appelman2014-06-271-0/+19
| | |
* | | Merge pull request #8383 from owncloud/object_storageVincent Petry2014-06-279-22/+849
|\ \ \ | |/ / |/| | Object storage
| * | use normalize path to convert '.' to '' in objectstorestorageJörn Friedrich Dreyer2014-06-271-9/+11
| | |
| * | update hasUpdated description, overwrtie testStat for objectstore testJörn Friedrich Dreyer2014-06-272-2/+7
| | |