Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | | | |||||
| * | | | various fixes as requested by pr reviewers | Georg Ehrke | 2014-06-02 | 2 | -22/+18 |
| | | | | |||||
| * | | | read ocsid from shipped apps on install | Georg Ehrke | 2014-05-31 | 1 | -0/+3 |
| | | | | |||||
| * | | | add button for properly uninstalling apps | Georg Ehrke | 2014-05-31 | 2 | -11/+17 |
| | | | | |||||
| * | | | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-05-31 | 209 | -2219/+4393 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/app.php lib/private/installer.php | ||||
| * | | | | make it possible to update shipped apps via the appstore | Georg Ehrke | 2014-05-31 | 2 | -174/+358 |
| | | | | | |||||
* | | | | | Merge pull request #8917 from owncloud/repair-routine-base | Vincent Petry | 2014-06-16 | 3 | -43/+152 |
|\ \ \ \ \ | | | | | | | | | | | | | Add support for repair step classes | ||||
| * | | | | | Fixed instanceof to use interface instead of class | Vincent Petry | 2014-06-12 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Added RepairStep interface and default repair step lists | Vincent Petry | 2014-06-12 | 3 | -63/+131 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The updater is using "before update" repair steps and "regular" repair steps. The "regular" repair steps are also used by the CLI tool. Currently no steps exist but can be added later in the static methods in the \OC\Repair class. Added unit test to test messaging, error and exception cases. | ||||
| * | | | | | Add support for repair step classes | Vincent Petry | 2014-06-12 | 1 | -3/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also makes it possible to unit test each repair step class individually | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-16 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #9022 from owncloud/speedup-nested-ldap-groups | macjohnny | 2014-06-16 | 2 | -6/+13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | drastic speedup for nested ldap groups | ||||
| * | | | | | | drastic speedup for nested ldap groups | macjohnny | 2014-06-13 | 2 | -6/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add a function getUserGroupIds for retrieving group ids instead of group objects. this significantly improves performance when using many (nested) groups. Changes a function call in getUserGroups to only retrieve group ids instead of objects. this change significantly improves performance when using owncloud with many groups, e.g. nested ldap hierarchy (1.2.840.113556.1.4.1941), since getUserGroups gets called in oc_share::getItems, which is needed for every page request. in my particular case, it took more than 10s to load the calendar page and more than 6s to load the file page. this was in an environment with 100 user groups (nested) per user. The performance was bad due to the following call stack: self::getManager()->getUserGroups($user) - getGroupObject() (executed for every group!) - groupExists() (resulting in many ldap-requests) since the groups are loaded from ldap, it is unnecessary to check whether the group exists or not. | ||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-15 | 1 | -0/+8 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge pull request #8978 from owncloud/movie_preview_improvements | Morris Jobke | 2014-06-14 | 1 | -8/+17 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | movie previews: use file directly when it's stored locally and encryption is not enabled | ||||
| * | | | | | | movie previews: use file directly when it's stored locally and encryption is ↵ | Georg Ehrke | 2014-06-10 | 1 | -8/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | not enabled, fixes #7756 | ||||
* | | | | | | | Merge pull request #9018 from owncloud/dbms-socket-support | Frank Karlitschek | 2014-06-13 | 1 | -25/+19 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Refactor OC_DB::connect() to properly support sockets. |