Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure we can store strings as per the interface | Joas Schilling | 2016-02-22 | 4 | -44/+43 |
| | |||||
* | Merge pull request #22527 from wern/master | Thomas Müller | 2016-02-22 | 1 | -2/+2 |
|\ | | | | | Moved set -e option to enable executable checks again | ||||
| * | moved set -e after executable checking with which as old position off set -e ↵ | Andreas Schubert | 2016-02-19 | 1 | -2/+2 |
| | | | | | | | | stopped the script at this point without any error message | ||||
* | | Merge pull request #22536 from owncloud/add-integration-tests-for-tags | Thomas Müller | 2016-02-22 | 7 | -6/+1139 |
|\ \ | | | | | | | Add integration tests for tags plus fix permissions | ||||
| * | | Check if user has permission to create such a tag | Lukas Reschke | 2016-02-19 | 4 | -6/+285 |
| | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/22512 | ||||
| * | | Add integration tests for tags | Lukas Reschke | 2016-02-19 | 3 | -0/+854 |
| | | | |||||
* | | | Merge pull request #22552 from owncloud/fix-avconv-preview-parameters | Thomas Müller | 2016-02-22 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Move `-an` after the input arg because it is an output option | ||||
| * | | | Move `-an` after the input arg because it is an output option | Joas Schilling | 2016-02-22 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #22554 from owncloud/fix_22550 | Thomas Müller | 2016-02-22 | 4 | -1/+35 |
|\ \ \ \ | | | | | | | | | | | We should check for exceptions when trying to get the avatar | ||||
| * | | | | We should check for exceptions when trying to get the avatar | Roeland Jago Douma | 2016-02-22 | 4 | -1/+35 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22550 * Updated phpdoc of avatatmanager * Add unit test | ||||
* | | | | Merge pull request #22555 from owncloud/jenkins-19978 | Thomas Müller | 2016-02-22 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Show username when writing "Insufficient storage" into owncloud.log | ||||
| * | | | | Solution for Proposal #19974 | Pierre Jochem | 2016-02-22 | 1 | -0/+3 |
| |/ / / | | | | | | | | | | | | | Show username when writing into owncloud.log | ||||
* | | | | Merge pull request #22561 from owncloud/ie-publicpagefooter | Thomas Müller | 2016-02-22 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | Fix public page footer position in IE | ||||
| * | | | | Fix public page footer position in IE | Vincent Petry | 2016-02-22 | 1 | -0/+5 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content element needs hasLayout, so triggering it with a display attribute. Without this, the #content element's height would be as high as the window's height instead of adjusting itself to its contents' height. | ||||
* | | | | Merge pull request #22548 from owncloud/fix-pagination-in-ie | Vincent Petry | 2016-02-22 | 1 | -1/+0 |
|\ \ \ \ | |/ / / |/| | | | Fixes pagination in IE | ||||
| * | | | Fixes pagination in IE | Morris Jobke | 2016-02-22 | 1 | -1/+0 |
|/ / / | | | | | | | | | | | | | * tested in Firefox, Chrome, Safari, IE and Edge with folder and file shares * fixes #20044 | ||||
* | | | Merge pull request #22526 from owncloud/fix-english-texts | Thomas Müller | 2016-02-21 | 3 | -5/+5 |
|\ \ \ | |/ / |/| | | Fix error in source language strings | ||||
| * | | Fix error ins source language strings | Thomas Müller | 2016-02-19 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/core/50786279 https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/settings-1/50555028 | ||||
* | | | Merge pull request #22511 from owncloud/add-integration-tests-for-comments | Lukas Reschke | 2016-02-19 | 5 | -2/+531 |
|\ \ \ | | | | | | | | | Add integration tests for comments | ||||
| * | | | Add integration tests for comments | Lukas Reschke | 2016-02-19 | 5 | -2/+531 |
|/ / / | | | | | | | | | | | | | | | | This adds integration tests for the comments. Especially with regard to the permission handling, didn't find any problem in it. Fixes https://github.com/owncloud/core/issues/22367 | ||||
* | | | Merge pull request #22529 from owncloud/tags-style | Thomas Müller | 2016-02-19 | 1 | -4/+32 |
|\ \ \ | | | | | | | | | improve tags interface styling | ||||
| * | | | improve tags interface styling | Jan-Christoph Borchardt | 2016-02-19 | 1 | -4/+32 |
| | | | | |||||
* | | | | Merge pull request #22503 from owncloud/issue_22500 | Thomas Müller | 2016-02-19 | 3 | -11/+105 |
|\ \ \ \ | | | | | | | | | | | When (re-)sharing an incomming federated share set the corrent owner | ||||
| * | | | | make sure that the file name doesn't end with a trailing slash. Can for ↵ | Bjoern Schiessle | 2016-02-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | example happen single files shared across servers | ||||
| * | | | | When (re-)sharing an incomming federated share set the corrent owner | Roeland Jago Douma | 2016-02-19 | 2 | -11/+102 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incomming federated shares are a special kind. We mount them as normal webdav shares but we do supply owner info with the federated cloud id of the share owner. Since we do not yet have the new resharing behaviour on federated shares we need to set the correct owner. Which will allow sharing and proper mounting for other users. fixes #22500 | ||||
* | | | | Merge pull request #22518 from owncloud/checkdeletebeforecopyinsteadofrename | Thomas Müller | 2016-02-19 | 2 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | Check delete permission before attemping copy+delete | ||||
| * | | | | Check delete permission before attemping copy+delete | Vincent Petry | 2016-02-19 | 2 | -0/+8 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some move operations when cross-storage will be replaced by copy and delete. Before attempting this, first check whether the source storage has delete permissions. This also prevents renaming system-wide external storages. | ||||
* | | | | Merge pull request #22410 from owncloud/fix_22119 | Thomas Müller | 2016-02-19 | 2 | -33/+40 |
|\ \ \ \ | | | | | | | | | | | Do not copy skeleton on avatar access | ||||
| * | | | | Do not copy skeleton on avatar access | Roeland Jago Douma | 2016-02-16 | 2 | -33/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22119 Just try to get the folder of the user. If it is not there a NotFoundException will be thrown. Which will be handled by the avatar endpoint. | ||||
* | | | | | Merge pull request #22509 from owncloud/add-filesplugin-to-new-webdav-endpoint | Thomas Müller | 2016-02-19 | 1 | -0/+4 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Add FilesPlugin | ||||
| * | | | | Add FilesPlugin - fixes #22507 | Thomas Müller | 2016-02-19 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Merge pull request #22521 from owncloud/mssql-is-not-support-since-ages | Thomas Müller | 2016-02-19 | 1 | -37/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove old adapter - mssql is not supported | ||||
| * | | | | | Remove old adapter - mssql is not supported | Joas Schilling | 2016-02-19 | 1 | -37/+0 |
| |/ / / / | |||||
* | | | | | Merge pull request #22348 from owncloud/issue-21812-calendar-old-caldav-url | Thomas Müller | 2016-02-19 | 4 | -5/+90 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix old calendar dav urls | ||||
| * | | | | | Add correct principals for the current user before ACL check | Joas Schilling | 2016-02-19 | 3 | -3/+77 |
| | | | | | | |||||
| * | | | | | Convert the old principal to the new principal before getting calendars | Joas Schilling | 2016-02-19 | 1 | -2/+13 |
| | | | | | | |||||
* | | | | | | Merge pull request #22218 from owncloud/occ-no-extra-messages | Thomas Müller | 2016-02-19 | 2 | -2/+23 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Add global --no-warnings option to occ… | ||||
| * | | | | | Add global --no-warning option to occ in order not to pollute output with ↵ | Victor Dubiniuk | 2016-02-19 | 2 | -2/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | warnings | ||||
* | | | | | | Merge pull request #22515 from owncloud/webdav_checksum_only_for_files | Thomas Müller | 2016-02-19 | 1 | -5/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Only add checksum headers for 'real' files | ||||
| * | | | | | | Only add checksum headers for files | Roeland Jago Douma | 2016-02-19 | 1 | -5/+7 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | We can only add the checksum header for real ownCloud files (so we have a fileinfo object etc). | ||||
* | | | | | | Merge pull request #22487 from owncloud/hidden-text-for-information | Thomas Müller | 2016-02-19 | 1 | -0/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add hidden text to issue templates | ||||
| * | | | | | | Add hidden text to issue templates | Lukas Reschke | 2016-02-18 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | Explains that this is a bug tracker + links to owncloud.org/support | ||||
* | | | | | | | Merge pull request #22472 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2016-02-19 | 8 | -14/+21 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Scrutinizer Auto-Fixes | ||||
| * | | | | | | Fix even more | Roeland Jago Douma | 2016-02-19 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | Fix more things | Joas Schilling | 2016-02-19 | 4 | -7/+7 |
| | | | | | | | |||||
| * | | | | | | Fix PHPDoc | Thomas Müller | 2016-02-19 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-19 | 8 | -16/+22 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | | | | | Merge pull request #22198 from owncloud/birthday-calendar | Thomas Müller | 2016-02-19 | 14 | -41/+548 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Sync a users contacts birthday to the users birthday calendar | ||||
| * | | | | | Adding cli command to sync birthday calendar | Thomas Müller | 2016-02-18 | 6 | -14/+171 |
| | | | | | | |||||
| * | | | | | Prevent deletion of birthday calendar | Thomas Müller | 2016-02-18 | 3 | -8/+8 |
| | | | | | |