summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fixed mime type repair stepVincent Petry2014-06-261-29/+67
| * | | Moved office mimetype update to a repair stepVincent Petry2014-06-252-2/+92
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-272-1/+17
* | | | Fix check if class existsRobin Appelman2014-06-271-1/+1
* | | | Check if classes/method exists before trying to call them in background jobsRobin Appelman2014-06-263-2/+10
* | | | Merge pull request #9230 from owncloud/fix-repair-step-php-53Thomas Müller2014-06-261-1/+10
|\ \ \ \
| * | | | Redeclared as public to allow invocation from within the closure in php 5.3Thomas Müller2014-06-261-1/+10
* | | | | Merge pull request #9206 from owncloud/occ-scan-userVincent Petry2014-06-261-1/+10
|\ \ \ \ \
| * | | | | Prevent running the files:scan command as the wrong userRobin Appelman2014-06-251-1/+10
| | |/ / / | |/| | |
* | | | | Merge pull request #9210 from owncloud/better_validation_in_getAppPathVincent Petry2014-06-261-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | better validation for OC_App::getAppPath()Georg Ehrke2014-06-251-0/+4
* | | | | Merge pull request #9193 from owncloud/sharing_etag_propagationBjörn Schießle2014-06-262-12/+70
|\ \ \ \ \
| * | | | | make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle2014-06-252-12/+70
| | |/ / / | |/| | |
* | | | | Merge pull request #9194 from owncloud/revertloadappsVicDeo2014-06-251-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Bring back loadApps() in base.phpVincent Petry2014-06-241-0/+1
| |/ / /
* | | | Merge pull request #9123 from owncloud/webdav-move-permissionsicewind19912014-06-251-4/+1
|\ \ \ \
| * | | | Fix permissions check when moving a file to a different directory over webdavRobin Appelman2014-06-201-4/+1
* | | | | really always take root of the substorageRobin Appelman2014-06-251-1/+1
* | | | | always take root of the substorageBjoern Schiessle2014-06-241-1/+1
* | | | | only the mount point has delete and update permissions to enable rename opera...Bjoern Schiessle2014-06-241-1/+1
* | | | | make sure that we always return the correct permissionsBjoern Schiessle2014-06-241-2/+2
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-242-0/+2
* | | | Merge pull request #9158 from owncloud/no-recursion-on-rmdirr-masterThomas Müller2014-06-231-6/+11
|\ \ \ \
| * | | | update PHPDoc $fileInfo is a SplFileInfoThomas Müller2014-06-231-1/+1
| * | | | dir itself has to be removed as wellThomas Müller2014-06-231-0/+1
| * | | | fix recursion on rmdirrThomas Müller2014-06-231-7/+11
| | |_|/ | |/| |
* | | | Merge pull request #9159 from owncloud/enabledapp-cache-loggedinJoas Schilling2014-06-231-2/+7
|\ \ \ \
| * | | | Add commentRobin Appelman2014-06-231-0/+3
| * | | | Only cache enabled apps when logged inRobin Appelman2014-06-231-2/+4
| |/ / /
* | | | Merge pull request #8974 from owncloud/router-preventloadappsonupgradeVincent Petry2014-06-234-14/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent loadApps on upgradeVincent Petry2014-06-184-14/+34
| | |/ | |/|
* | | trusted domains shall not be ignored on autosetupArthur Schiwon2014-06-231-1/+7
* | | Merge pull request #9138 from owncloud/fix-documentationVincent Petry2014-06-231-1/+5
|\ \ \
| * | | Add explanation about the current implementation of updateAppBart Visscher2014-06-221-1/+5
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-231-0/+1
|/ / /
* | / [tx-robot] updated from transifexJenkins for ownCloud2014-06-211-6/+6
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-201-0/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-192-1/+5
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-1814-1/+39
* Merge pull request #9047 from owncloud/fix_preload_fundamental_appsLukas Reschke2014-06-181-0/+2
|\
| * Load fundamental apps, before any possible customizing app may followArthur Schiwon2014-06-161-0/+2
* | Merge pull request #8399 from owncloud/server-server-sharingicewind19912014-06-1711-61/+115
|\ \
| * | Fix moving movablemount over webdavRobin Appelman2014-06-171-7/+16
| * | Also support removeable mounts with rmdirRobin Appelman2014-06-161-19/+28
| * | Fix permission for movable storage rootRobin Appelman2014-06-161-5/+8
| * | Fix storage being passed to cache/watcher and scanner when using storage wrap...Robin Appelman2014-06-144-19/+51
| * | Fix check for shared files inside sharesRobin Appelman2014-06-141-3/+3
| * | Fix exposing single files over webdavRobin Appelman2014-06-141-1/+1
| * | Add server<->server sharing backendRobin Appelman2014-06-145-9/+10
* | | Merge pull request #9065 from owncloud/migrator-keepprimaryindexnameVincent Petry2014-06-171-1/+7
|\ \ \