Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7.0.7v7.0.7 | C Montero-Luque | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #17208 from owncloud/stable7-fix-16812 | C. Montero Luque | 2015-07-02 | 1 | -0/+21 |
|\ | | | | | [Stable7] Oracle workaround for adding a column with not-null default value | ||||
| * | Oracle-specific workaround for adding a column with not-null default value | Victor Dubiniuk | 2015-06-27 | 1 | -0/+21 |
| | | |||||
* | | Merge pull request #17319 from owncloud/stable7-clean-ocsid | Morris Jobke | 2015-07-02 | 7 | -6/+8 |
|\ \ | | | | | | | [stable7] Delete OCS ID from DB if none is specified | ||||
| * | | Bump versions | Lukas Reschke | 2015-07-02 | 6 | -6/+6 |
| | | | |||||
| * | | Delete OCS ID from DB if none is specified | Lukas Reschke | 2015-07-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | If no OCS ID is specified in appinfo.xml and an app update is triggered and a OCS ID is stored in the DB we should clean the value. Ref https://github.com/owncloud/activity/issues/320#issuecomment-117937748 | ||||
* | | | Merge pull request #17314 from owncloud/stable7-remove-ocs-ids | Morris Jobke | 2015-07-02 | 6 | -6/+0 |
|\ \ \ | |/ / |/| | | [stable7] Remove OCS IDs | ||||
| * | | [stable7] Remove OCS IDs | Lukas Reschke | 2015-07-02 | 6 | -6/+0 |
|/ / | | | | | | | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867 | ||||
* | | 7.0.7RC1v7.0.7RC1 | C Montero-Luque | 2015-06-30 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #17234 from owncloud/oc-version-to-app-store-stable7 | Morris Jobke | 2015-06-29 | 4 | -15/+23 |
|\ \ | |/ |/| | Add oc version to app store requests in stable7 | ||||
| * | Add oc version to app store requests in stable7 | Joas Schilling | 2015-06-29 | 4 | -15/+23 |
|/ | |||||
* | Merge pull request #17180 from owncloud/stable7-backport-17026 | Frank Karlitschek | 2015-06-25 | 1 | -1/+1 |
|\ | | | | | [stable7] [config.sample.php] set correct default value for skeletondirectory | ||||
| * | [config.sample.php] set correct default value for skeletondirectory | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #17116 from owncloud/stable7-17115 | Morris Jobke | 2015-06-24 | 1 | -1/+7 |
|\ | | | | | [stable7] [sharing] handle shares of users that aren't available anymore | ||||
| * | [sharing] handle shares of users that aren't available anymore | Morris Jobke | 2015-06-23 | 1 | -1/+7 |
| | | | | | | | | | | * properly handle the case where an abandoned share is left and simply skip it | ||||
* | | version 7.0.7 betav7.0.7beta | C Montero-Luque | 2015-06-23 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #17034 from owncloud/backport-16890-stable7 | Morris Jobke | 2015-06-23 | 2 | -5/+10 |
|\ | | | | | Backport of #16890 to stable7 | ||||
| * | Backport of #16890 to stable7 | Arthur Schiwon | 2015-06-18 | 2 | -5/+10 |
| | | | | | | | | | | | | | | | | | | the user is gone, userExists will not bring him back. But the user's folder needs to be deleted anyway delete user test to take getHome into account to ensure it is also deleted subsequently Conflicts: apps/user_ldap/tests/user_ldap.php | ||||
* | | Merge pull request #17096 from owncloud/stable7-fix-deleted-users | Joas Schilling | 2015-06-23 | 1 | -1/+7 |
|\ \ | | | | | | | [Stable7] fix deleted users during upgrade migration | ||||
| * | | skip users that are not available anymore during sharing upgrade | Morris Jobke | 2015-06-23 | 1 | -1/+7 |
| | | | |||||
* | | | Merge pull request #16581 from owncloud/stable7-cors-no-cookie-auth | Lukas Reschke | 2015-06-23 | 3 | -13/+113 |
|\ \ \ | | | | | | | | | Disallow cookie auth for cors requests stable7 | ||||
| * | | | backport #16532 to stable7 | Bernhard Posselt | 2015-05-27 | 3 | -13/+113 |
| | | | | |||||
* | | | | Merge pull request #17020 from owncloud/stable7-proper-repair-step-info | Thomas Müller | 2015-06-23 | 2 | -0/+4 |
|\ \ \ \ | |_|/ / |/| | | | Proper repair step info during upgrade on cli | ||||
| * | | | Proper repair step info during upgrade on cli | Morris Jobke | 2015-06-18 | 2 | -0/+4 |
| | |/ | |/| | |||||
* | | | Merge pull request #17073 from owncloud/appframework-type-cast-stable7 | Morris Jobke | 2015-06-22 | 2 | -1/+15 |
|\ \ \ | | | | | | | | | [stable7] Allow multiple whitespace in type hints in AppFramework | ||||
| * | | | AppFramework annotation whitespace unit test | Robin McCorkell | 2015-06-22 | 1 | -0/+14 |
| | | | | |||||
| * | | | Allow multiple whitespace in type hints in AppFramework | Robin McCorkell | 2015-06-22 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | Type hints such as `@param bool $doSomething` will now correctly get parsed, allowing for alignment of docblock parameters if the app developer so wishes. | ||||
* | | | Merge pull request #17021 from owncloud/stable7-verify-path | Thomas Müller | 2015-06-19 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | [stable7] Verify if path exists | ||||
| * | | Verify if path exists | Lukas Reschke | 2015-06-18 | 1 | -0/+4 |
|/ / | | | | | | | We need to check if the path exists and throw an error instead of handling this situation ungraciously. | ||||
* | | Merge pull request #16991 from owncloud/stable7-verify-if-path-exists | Morris Jobke | 2015-06-17 | 1 | -0/+7 |
|\ \ | | | | | | | [stable7] Verify if path exists | ||||
| * | | Throw nicer error message instead 500 | Lukas Reschke | 2015-06-17 | 1 | -1/+3 |
| | | | |||||
| * | | Verify if path exists | Lukas Reschke | 2015-06-17 | 1 | -0/+5 |
|/ / | | | | | | | We need to verify if the specified path exists to gracefully prevent errors. | ||||
* | | Merge pull request #16969 from owncloud/stable7-backport-15549 | Morris Jobke | 2015-06-17 | 1 | -1/+8 |
|\ \ | | | | | | | [Stable7] don't update identical values | ||||
| * | | clarify the duplication of the $params array | Jens-Christian Fischer | 2015-06-16 | 1 | -1/+2 |
| | | | |||||
| * | | don't update identical values | Jens-Christian Fischer | 2015-06-16 | 1 | -1/+7 |
|/ / | | | | | | | | | | | | | | | | | | | | | The UPDATE oc_filecache statement blindly overwrites identical data. Databases like Postgres that create a new row on an update and mark the old one as dead will suffer from the previous behaviour, as millions of "new" rows are created in the database. This patch changes the WHERE clause to test for identical values and not updating if the values in the DB are identical to the ones being passed. | ||||
* | | Merge pull request #16864 from owncloud/backport-concatenation-7 | Thomas Müller | 2015-06-11 | 1 | -3/+3 |
|\ \ | | | | | | | [stable7] Don't use command concatenation | ||||
| * | | Don't use command concatenation | Lukas Reschke | 2015-06-10 | 1 | -3/+3 |
| | | | | | | | | | | | | Possibly fixes https://github.com/owncloud/core/issues/16853 | ||||
* | | | Merge pull request #16863 from owncloud/stable7-backport-16840 | Morris Jobke | 2015-06-10 | 2 | -1/+2 |
|\ \ \ | |/ / |/| | | [stable7] Disable video preview if previews are disabled | ||||
| * | | Disable video preview if previews are disabled | Morris Jobke | 2015-06-10 | 2 | -1/+2 |
|/ / | |||||
* | | Merge pull request #16759 from owncloud/backport-16748-stable7 | Morris Jobke | 2015-06-10 | 1 | -13/+21 |
|\ \ | | | | | | | Backport stable7: port detection needs to take care of now thrown exceptions when LDAP … | ||||
| * | | port detection needs to take care of now thrown exceptions when LDAP server ↵ | Arthur Schiwon | 2015-06-05 | 1 | -13/+21 |
| | | | | | | | | | | | | is not available | ||||
* | | | Merge pull request #16682 from owncloud/stable7-check-for-arry | Morris Jobke | 2015-06-10 | 1 | -5/+7 |
|\ \ \ | | | | | | | | | Check if array | ||||
| * | | | Check if array | Lukas Reschke | 2015-06-02 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | The great library that we use apparently uses mixed types for everything because :see_no_evil: Fixes https://github.com/owncloud/core/issues/16679 | ||||
* | | | | Merge pull request #16707 from owncloud/stable7-fix-ie8-ie9 | Morris Jobke | 2015-06-10 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | [stable7] Add min-height to login page for IE8 and IE9 | ||||
| * | | | | Add min-height to login page for IE8 and IE9 | Morris Jobke | 2015-06-03 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge pull request #16773 from owncloud/fix-16582 | blizzz | 2015-06-09 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | return name instead of false, as it is on oc8 and master, so groups a… | ||||
| * | | | return name instead of false, as it is on oc8 and master, so groups are ↵ | Arthur Schiwon | 2015-06-05 | 1 | -1/+1 |
|/ / / | | | | | | | | | | displayed in files_external | ||||
* / / | 7.0.6v7.0.6 | Frank Karlitschek | 2015-06-03 | 1 | -2/+2 |
|/ / | |||||
* | | 7.0.6RC2v7.0.6RC2 | Frank Karlitschek | 2015-06-01 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #16666 from owncloud/fix-code | Thomas Müller | 2015-06-01 | 1 | -1/+1 |
|\ \ | | | | | | | Fix compatibility with 5.3 again |