summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [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
|\ | | | | fix recursion on rmdirr
| * 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
|\ \ | | | | | | Only cache enabled apps when logged in
| * | 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 upgrade
| * Prevent loadApps on upgradeVincent Petry2014-06-184-14/+34
| | | | | | | | | | | | Moved OC::needUpgrade() to OCP\Util::needUpgrade() to make it accessible form the router. Moved maintenance + upgrade check to the router.
* | 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 updateApp
| * | 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 follow
| * 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
|\ \ | | | | | | Add server<->server sharing
| * | 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 ↵Robin Appelman2014-06-144-19/+51
| | | | | | | | | | | | wrappers
| * | 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
|\ \ \ | | | | | | | | Do not rename primary key index when renaming table
| * | | Do not rename primary key index when renaming tableVincent Petry2014-06-171-1/+7
| | |/ | |/| | | | | | | | | | | | | | | | When the migrator renames a table, for example for upgrade simulation, it should not rename the primary key to avoid messing up with the diff because the MySQL Doctrine code expects that index to always be called "primary".
* | | We obviously have to pass the hostname as is when there is no ':' in the ↵Andreas Fischer2014-06-171-1/+1
| | | | | | | | | | | | | | | | | | hostname. This reverts commit 73062040e68212ac6e92d36211ca0bef91777589.
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-1738-148/+116
| | |
* | | Add deprecation notice to load* functionsLukas Reschke2014-06-161-2/+6
| | | | | | | | | | | | | | | | | | This functions are deprecated and/or removed since ownCloud 7. Additionally a issubdirectory check has been added here to prevent developers to use this function in a potentially insecure way. Port of https://github.com/owncloud/core/pull/9033
* | | add new keynote mimetypeJörn Friedrich Dreyer2014-06-161-0/+1
| | |
* | | Merge pull request #8808 from owncloud/update_shipped_apps_from_appstoreGeorg Ehrke2014-06-163-197/+410
|\ \ \ | |/ / |/| | Make shipped apps updatable via appstore
| * | disable code check for shipped appsGeorg Ehrke2014-06-161-1/+1
| | |
| * | don't skip code check for skipped appsGeorg Ehrke2014-06-131-1/+1
| | | | | | | | | those apps will have to use the public api
| * | skip certain tests for shipped appsGeorg Ehrke2014-06-131-6/+10
| | |
| * | don't show update button when appstore is disabled or no writable dir existsGeorg Ehrke2014-06-101-0/+15
| | |
| * | fix php doc blockGeorg Ehrke2014-06-101-0/+2
| | |
| * | always return a bool in OC_App::updateAppGeorg Ehrke2014-06-101-1/+1
| | |
| * | fix php doc blockGeorg Ehrke2014-06-101-3/+1
| | |
| * | remove unnecessary @returnGeorg Ehrke2014-06-101-1/+0
| | |
| * | some additional type checksGeorg Ehrke2014-06-062-3/+3
| | |
| * | add additional type checkGeorg Ehrke2014-06-061-1/+1
| | |
| * | Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-05117-1213/+1518
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php
| * | | reenable checkCode()Thomas Müller2014-06-051-1/+0
| | | |
| * | | add unit testGeorg Ehrke2014-06-041-16/+25
| | | |
| * | | update autoloaderGeorg Ehrke2014-06-041-6/+5
| | | |
| * | | use isset() instead of array_key_exists()Georg Ehrke2014-06-031-1/+1
| | | |