Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-12 | 14 | -8/+60 |
| | |||||
* | Merge pull request #23137 from owncloud/bump_doctrine | Thomas Müller | 2016-03-11 | 1 | -0/+0 |
|\ | | | | | [3rdparty] Bump doctrine/dbal | ||||
| * | [3rdparty] Bump doctrine/dbal | Roeland Jago Douma | 2016-03-11 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #23141 from owncloud/behat-code-style | Thomas Müller | 2016-03-11 | 13 | -51/+233 |
|\ | | | | | Fix all the yellow, orange and red errors in integration tests | ||||
| * | Fix WebDav | Joas Schilling | 2016-03-11 | 2 | -5/+39 |
| | | |||||
| * | Fix docs of Tags | Joas Schilling | 2016-03-11 | 1 | -0/+35 |
| | | |||||
| * | Remove unnecessary imports | Joas Schilling | 2016-03-11 | 1 | -2/+0 |
| | | |||||
| * | Fix comments | Joas Schilling | 2016-03-11 | 1 | -2/+29 |
| | | |||||
| * | Fix checksumsContext | Joas Schilling | 2016-03-11 | 1 | -1/+23 |
| | | |||||
| * | Fix issues in CardDav | Joas Schilling | 2016-03-11 | 1 | -3/+13 |
| | | |||||
| * | Add docs for CalDavContext | Joas Schilling | 2016-03-11 | 1 | -0/+10 |
| | | |||||
| * | Docs for BasicStructure | Joas Schilling | 2016-03-11 | 1 | -0/+16 |
| | | |||||
| * | Remove trailing spaces | Joas Schilling | 2016-03-11 | 1 | -1/+1 |
| | | |||||
| * | Fix the use of traits | Joas Schilling | 2016-03-11 | 2 | -4/+0 |
| | | |||||
| * | Fix inheritance of members | Joas Schilling | 2016-03-11 | 3 | -13/+31 |
| | | |||||
| * | API version needs to be on basic because we use it there | Joas Schilling | 2016-03-11 | 2 | -12/+11 |
| | | |||||
| * | Fix type in class name | Joas Schilling | 2016-03-11 | 1 | -1/+1 |
| | | |||||
| * | Remove hardcoded api versions | Joas Schilling | 2016-03-11 | 1 | -3/+3 |
| | | |||||
| * | asCreatingAShareWith has no return | Joas Schilling | 2016-03-11 | 1 | -1/+1 |
| | | |||||
| * | Fix docs | Joas Schilling | 2016-03-11 | 1 | -3/+20 |
| | | |||||
* | | Merge pull request #23125 from owncloud/add-port-support-to-trusteddomain | Thomas Müller | 2016-03-11 | 2 | -1/+15 |
|\ \ | | | | | | | Explicitly check for port | ||||
| * | | Explicitly check for port | Lukas Reschke | 2016-03-10 | 2 | -1/+15 |
| | | | | | | | | | | | | | | | | | | The setup uses `\OCP\IRequest::getInsecureServerHost` which in some cases can also include a port. This makes the trusted domain check fail thus. I've decided to add this here that way because adjusting the setup would require parsing the host properly. This is not something that can be done very good in PHP. Check the following example for why `parse_url` is not our friend: https://3v4l.org/k501Z | ||||
* | | | Merge pull request #22750 from owncloud/integration-tests-federated-resharing | Thomas Müller | 2016-03-11 | 3 | -1/+152 |
|\ \ \ | | | | | | | | | Adding new tests for federation sharing | ||||
| * | | | Change resharing to local instead of remote because of a deadlock | Sergio Bertolin | 2016-03-11 | 1 | -5/+10 |
| | | | | |||||
| * | | | Adding new tests for federation sharing | Sergio Bertolín | 2016-03-11 | 3 | -1/+147 |
| | | | | |||||
* | | | | Merge pull request #23133 from owncloud/more_generic_share_parameters | Thomas Müller | 2016-03-11 | 4 | -26/+9 |
|\ \ \ \ | |_|_|/ |/| | | | Use more generic node instead of File/Folder | ||||
| * | | | Use more generic node instead of File/Folder | Roeland Jago Douma | 2016-03-11 | 4 | -26/+9 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | The phpdoc for the sharing functions was very restrictive. As a consequence passing node object (for example from the OCS Share API where we don't really care if it is a file or folder), would actually be invalid. With this loser restriction the interfaces become more generic. | ||||
* | | | Merge pull request #23080 from owncloud/use-non-localized-birthday-title | Thomas Müller | 2016-03-11 | 2 | -3/+3 |
|\ \ \ | |/ / |/| | | Use a birthday title which does not require translation because we ha… | ||||
| * | | Use a birthday title which does not require translation because we have no ↵ | Thomas Müller | 2016-03-10 | 2 | -3/+3 |
| | | | | | | | | | | | | idea about the target device language and forcing English upon all users is kind of bad | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-11 | 44 | -214/+446 |
| | | | |||||
* | | | Merge pull request #23086 from owncloud/ldap-sort-deprecated | Thomas Müller | 2016-03-11 | 3 | -30/+1 |
|\ \ \ | | | | | | | | | remove deprecated ldap_sort | ||||
| * | | | remove deprecated ldap_sort | Arthur Schiwon | 2016-03-10 | 3 | -30/+1 |
| |/ / | |||||
* | | | Merge pull request #23129 from SteKoe/add-jpg-to-htaccess | Thomas Müller | 2016-03-10 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Allow jpg files to be statically served | ||||
| * | | | Allow jpg files to be statically served | Stephan Köninger | 2016-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | When using an background image in themes of type JPG, the current setting of owncloud's htaccess file does not allow to deliver these kinds of images as static content. Adding the file extensions as done in this commit, it works flawlessly. | ||||
* | | | | Merge pull request #23119 from owncloud/fix-getOwner-on-fileshome-master | Thomas Müller | 2016-03-10 | 3 | -12/+65 |
|\ \ \ \ | | | | | | | | | | | getOwner is not available on FileHome | ||||
| * | | | | getOwner is not available on FileHome - fixes #23116 | Thomas Müller | 2016-03-10 | 3 | -12/+65 |
| | | | | | |||||
* | | | | | Merge pull request #23094 from owncloud/fake-lock-for-windows-7-8-10 | Thomas Müller | 2016-03-10 | 1 | -0/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fake LOCK statement for Windows 7, 8 and 10 network mounts | ||||
| * | | | | Fake LOCK statement for Windows 7, 8 and 10 network mounts | Morris Jobke | 2016-03-10 | 1 | -0/+1 |
| | |/ / | |/| | | | | | | | | | | * fixes #22596 | ||||
* | | | | Merge pull request #23027 from owncloud/bump_symfony_console | Thomas Müller | 2016-03-10 | 1 | -0/+0 |
|\ \ \ \ | |_|_|/ |/| | | | [3rdparty] Bump symfony/console to 2.8.3 | ||||
| * | | | [3rdparty] Bump symfony/console to 2.8.3 | Roeland Jago Douma | 2016-03-10 | 1 | -0/+0 |
| | | | | |||||
* | | | | Merge pull request #23121 from owncloud/scrutinizer_share_fixes | Thomas Müller | 2016-03-10 | 3 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Fix some scrutinizer warning in the sharing code | ||||
| * | | | | Fix some scrutinizer warning in the sharing code | Roeland Jago Douma | 2016-03-10 | 3 | -4/+4 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | * Better phpdoc * Promper use statements * Unused parameter | ||||
* | | | | Merge pull request #23120 from owncloud/do_not_analyze_composer | Thomas Müller | 2016-03-10 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Scrutinizer should not check generated composer files | ||||
| * | | | | Scrutinizer should not check generated composer files | Roeland Jago Douma | 2016-03-10 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #23056 from owncloud/fix_23044 | Thomas Müller | 2016-03-10 | 3 | -4/+26 |
|\ \ \ \ | | | | | | | | | | | Add mimetype to OCS Share API output | ||||
| * | | | | Add intergration tests | Roeland Jago Douma | 2016-03-10 | 1 | -0/+7 |
| | | | | | |||||
| * | | | | Add mimetype to OCS Share API output | Roeland Jago Douma | 2016-03-10 | 2 | -4/+19 |
| | |_|/ | |/| | | | | | | | | | | Fixes #23044 | ||||
* | | | | Merge pull request #23100 from owncloud/DeepDiver1975-patch-1 | Thomas Müller | 2016-03-10 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Execute travis test on stable branches as well | ||||
| * | | | Execute travis test on stable branches as well | Thomas Müller | 2016-03-10 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #23048 from owncloud/no-fatal-error-if-DSTART-is-not-set | Thomas Müller | 2016-03-10 | 2 | -4/+19 |
|\ \ \ | | | | | | | | | No fatal error if dstart is not set |