summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add darwin to if blockLukas Reschke2014-10-151-1/+1
* Merge pull request #11520 from owncloud/make-trash-objectstore-compatibleLukas Reschke2014-10-151-0/+10
|\
| * make trashbin compatible with objectstore, replace glob with search in cache,...Jörn Friedrich Dreyer2014-10-101-0/+10
* | Use `rawurlencode` since this seems to be expected by cURLLukas Reschke2014-10-151-1/+1
* | Merge pull request #11567 from owncloud/cache-updater-refactor-stable7Robin Appelman2014-10-154-176/+106
|\ \
| * | Remove explicit propagate callsRobin Appelman2014-10-142-19/+7
| * | Update cache before post hooksRobin Appelman2014-10-141-19/+20
| * | Fix warning in homecacheRobin Appelman2014-10-141-0/+3
| * | Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-10-143-173/+111
* | | Allow specifying protocol in ext storage OC configVincent Petry2014-10-151-2/+2
|/ /
* | Set overwritemailurl* configs on setupJoas Schilling2014-10-142-1/+5
* | Retrieve storage numeric id earlier when still availableVincent Petry2014-10-131-1/+1
* | Revert "Set overwrite.cli.url configs on setup"Vincent Petry2014-10-132-8/+7
* | Set overwrite.cli.url configs on setupJoas Schilling2014-10-132-7/+8
* | distinguish between file dependent shares and other sharesBjoern Schiessle2014-10-131-2/+3
* | fix performance issuesBjoern Schiessle2014-10-101-18/+56
|/
* Urlencode file name before passing it to cURLTony Zelenoff2014-10-101-1/+2
* Expose getAppKeys trough \OCP\IConfigRobin Appelman2014-10-092-0/+32
* Added failing unit tests for mount config hooksVincent Petry2014-10-091-0/+5
* Clear enabled apps cache after loading authentication appVincent Petry2014-10-091-0/+7
* Add support for keys in the info.xmlLukas Reschke2014-10-091-1/+9
* Merge pull request #11375 from owncloud/fix_files_external_amazon_s3_stat_callVincent Petry2014-10-081-3/+3
|\
| * fix amazon s3 issuesJörn Friedrich Dreyer2014-10-011-1/+1
| * strict comparisonJörn Friedrich Dreyer2014-10-011-2/+2
* | Add CssImportFilter. More elegant fix for documents#348Victor Dubiniuk2014-10-071-1/+10
* | Merge pull request #11299 from owncloud/barkport-10934Lukas Reschke2014-10-024-31/+46
|\ \
| * | Check for writable datadir during setupRobin Appelman2014-09-301-3/+13
| * | Don't complain about non-writable datadirs before we're installedRobin Appelman2014-09-301-17/+19
| * | Inject config into checkserver and cleanup testsRobin Appelman2014-09-303-11/+14
* | | Merge pull request #11363 from owncloud/sharing_group_shares_stable7Björn Schießle2014-10-014-364/+396
|\ \ \
| * | | some small fixed, suggested by scrutinizerBjoern Schiessle2014-10-013-5/+4
| * | | on unshare only unshare childrens if there is no other parent availableBjoern Schiessle2014-10-012-15/+63
| * | | only create a new share entry, if the user needs a different target name than...Bjoern Schiessle2014-10-011-1/+1
| * | | for group shares we don't need a extra db entry of groupTarget equals itemTargetBjoern Schiessle2014-10-011-3/+3
| * | | for group shares only the parent has the up-to-date permission. Make sure tha...Bjoern Schiessle2014-10-011-1/+12
| * | | call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle2014-10-011-29/+5
| * | | always select permissions, used in getItems()Bjoern Schiessle2014-10-011-2/+3
| * | | some small fixesBjoern Schiessle2014-10-012-7/+2
| * | | only add a new row if it isn't a unique share, otherwise update the existing rowBjoern Schiessle2014-10-011-1/+1
| * | | mark exclude list as deprecated. It neither used by the files app nor by theBjoern Schiessle2014-10-011-1/+1
| * | | fix add user to group to work with grouped sharesBjoern Schiessle2014-10-011-10/+18
| * | | generateTarget() will always find a unique targetBjoern Schiessle2014-10-012-96/+80
| * | | unit tests for grouping of shares pointing to the same sourceBjoern Schiessle2014-10-011-1/+1
| * | | group shares and combine permissionsBjoern Schiessle2014-10-011-237/+247
* | | | catch and log exception in OC_Helper::cleanTmp()Thomas Müller2014-10-011-3/+21
|/ / /
* | | Merge pull request #11364 from owncloud/fix_unit_test_oc7Lukas Reschke2014-10-011-0/+7
|\ \ \ | |_|/ |/| |
| * | make sure that the users file system is initialized before we emit the post hookBjoern Schiessle2014-09-301-0/+7
| |/
* | Redirect only to absolute URLLukas Reschke2014-10-011-2/+4
* | Add flock to configLukas Reschke2014-10-012-83/+89
|/
* Fix dav permissions for folders without create permissionsRobin Appelman2014-09-261-1/+1