Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-24 | 2 | -0/+2 |
| | |||||
* | Merge pull request #9158 from owncloud/no-recursion-on-rmdirr-master | Thomas Müller | 2014-06-23 | 1 | -6/+11 |
|\ | | | | | fix recursion on rmdirr | ||||
| * | update PHPDoc $fileInfo is a SplFileInfo | Thomas Müller | 2014-06-23 | 1 | -1/+1 |
| | | |||||
| * | dir itself has to be removed as well | Thomas Müller | 2014-06-23 | 1 | -0/+1 |
| | | |||||
| * | fix recursion on rmdirr | Thomas Müller | 2014-06-23 | 1 | -7/+11 |
| | | |||||
* | | Merge pull request #9159 from owncloud/enabledapp-cache-loggedin | Joas Schilling | 2014-06-23 | 1 | -2/+7 |
|\ \ | | | | | | | Only cache enabled apps when logged in | ||||
| * | | Add comment | Robin Appelman | 2014-06-23 | 1 | -0/+3 |
| | | | |||||
| * | | Only cache enabled apps when logged in | Robin Appelman | 2014-06-23 | 1 | -2/+4 |
| |/ | |||||
* | | Merge pull request #8974 from owncloud/router-preventloadappsonupgrade | Vincent Petry | 2014-06-23 | 4 | -14/+34 |
|\ \ | |/ |/| | Prevent loadApps on upgrade | ||||
| * | Prevent loadApps on upgrade | Vincent Petry | 2014-06-18 | 4 | -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 autosetup | Arthur Schiwon | 2014-06-23 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #9138 from owncloud/fix-documentation | Vincent Petry | 2014-06-23 | 1 | -1/+5 |
|\ \ | | | | | | | Add explanation about the current implementation of updateApp | ||||
| * | | Add explanation about the current implementation of updateApp | Bart Visscher | 2014-06-22 | 1 | -1/+5 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-23 | 1 | -0/+1 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-21 | 1 | -6/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-20 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-19 | 2 | -1/+5 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-18 | 14 | -1/+39 |
| | |||||
* | Merge pull request #9047 from owncloud/fix_preload_fundamental_apps | Lukas Reschke | 2014-06-18 | 1 | -0/+2 |
|\ | | | | | Load fundamental apps, before any possible customizing app may follow | ||||
| * | Load fundamental apps, before any possible customizing app may follow | Arthur Schiwon | 2014-06-16 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #8399 from owncloud/server-server-sharing | icewind1991 | 2014-06-17 | 11 | -61/+115 |
|\ \ | | | | | | | Add server<->server sharing | ||||
| * | | Fix moving movablemount over webdav | Robin Appelman | 2014-06-17 | 1 | -7/+16 |
| | | | |||||
| * | | Also support removeable mounts with rmdir | Robin Appelman | 2014-06-16 | 1 | -19/+28 |
| | | | |||||
| * | | Fix permission for movable storage root | Robin Appelman | 2014-06-16 | 1 | -5/+8 |
| | | | |||||
| * | | Fix storage being passed to cache/watcher and scanner when using storage ↵ | Robin Appelman | 2014-06-14 | 4 | -19/+51 |
| | | | | | | | | | | | | wrappers | ||||
| * | | Fix check for shared files inside shares | Robin Appelman | 2014-06-14 | 1 | -3/+3 |
| | | | |||||
| * | | Fix exposing single files over webdav | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 5 | -9/+10 |
| | | | |||||
* | | | Merge pull request #9065 from owncloud/migrator-keepprimaryindexname | Vincent Petry | 2014-06-17 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | Do not rename primary key index when renaming table | ||||
| * | | | Do not rename primary key index when renaming table | Vincent Petry | 2014-06-17 | 1 | -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 Fischer | 2014-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | hostname. This reverts commit 73062040e68212ac6e92d36211ca0bef91777589. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-17 | 38 | -148/+116 |
| | | | |||||
* | | | Add deprecation notice to load* functions | Lukas Reschke | 2014-06-16 | 1 | -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 mimetype | Jörn Friedrich Dreyer | 2014-06-16 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #8808 from owncloud/update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-16 | 3 | -197/+410 |
|\ \ \ | |/ / |/| | | Make shipped apps updatable via appstore | ||||
| * | | disable code check for shipped apps | Georg Ehrke | 2014-06-16 | 1 | -1/+1 |
| | | | |||||
| * | | don't skip code check for skipped apps | Georg Ehrke | 2014-06-13 | 1 | -1/+1 |
| | | | | | | | | | those apps will have to use the public api | ||||
| * | | skip certain tests for shipped apps | Georg Ehrke | 2014-06-13 | 1 | -6/+10 |
| | | | |||||
| * | | don't show update button when appstore is disabled or no writable dir exists | Georg Ehrke | 2014-06-10 | 1 | -0/+15 |
| | | | |||||
| * | | fix php doc block | Georg Ehrke | 2014-06-10 | 1 | -0/+2 |
| | | | |||||
| * | | always return a bool in OC_App::updateApp | Georg Ehrke | 2014-06-10 | 1 | -1/+1 |
| | | | |||||
| * | | fix php doc block | Georg Ehrke | 2014-06-10 | 1 | -3/+1 |
| | | | |||||
| * | | remove unnecessary @return | Georg Ehrke | 2014-06-10 | 1 | -1/+0 |
| | | | |||||
| * | | some additional type checks | Georg Ehrke | 2014-06-06 | 2 | -3/+3 |
| | | | |||||
| * | | add additional type check | Georg Ehrke | 2014-06-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-05 | 117 | -1213/+1518 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php | ||||
| * | | | reenable checkCode() | Thomas Müller | 2014-06-05 | 1 | -1/+0 |
| | | | | |||||
| * | | | add unit test | Georg Ehrke | 2014-06-04 | 1 | -16/+25 |
| | | | | |||||
| * | | | update autoloader | Georg Ehrke | 2014-06-04 | 1 | -6/+5 |
| | | | | |||||
| * | | | use isset() instead of array_key_exists() | Georg Ehrke | 2014-06-03 | 1 | -1/+1 |
| | | | |