Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-26 | 20 | -0/+42 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-25 | 18 | -2/+102 |
| | |||||
* | Merge pull request #23549 from owncloud/dav-sharetypes-remote | Thomas Müller | 2016-03-24 | 4 | -2/+8 |
|\ | | | | | Return remote shares in oc:share-types Webdav property | ||||
| * | Return remote shares in oc:share-types Webdav property | Vincent Petry | 2016-03-24 | 4 | -2/+8 |
| | | | | | | | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists | ||||
* | | Merge pull request #23511 from owncloud/sidebar-click | Thomas Müller | 2016-03-24 | 2 | -4/+19 |
|\ \ | | | | | | | sidebar click modification | ||||
| * | | sidebar click modification | Erik Pellikka | 2016-03-24 | 2 | -4/+19 |
| | | | |||||
* | | | Merge pull request #23342 from ↵ | Thomas Müller | 2016-03-24 | 10 | -88/+212 |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/fix-group-sharing-for-v1-caldav-and-carddav Fix group shares on v1 caldav and carddav | ||||
| * | | Fix acls for calendar objects and cards - fixes #23273 | Thomas Müller | 2016-03-24 | 9 | -84/+192 |
| | | | |||||
| * | | Return proper current-user-principal on v1 endpoints - fixes #23306 | Thomas Müller | 2016-03-24 | 1 | -0/+15 |
| | | | |||||
| * | | Fix group shares on v1 caldav and carddav - fixes #23328 | Thomas Müller | 2016-03-24 | 3 | -4/+5 |
| | | | |||||
* | | | Check if request is sent from official ownCloud client | Lukas Reschke | 2016-03-24 | 2 | -36/+239 |
|/ / | | | | | | | | | | | There are authentication backends such as Shibboleth that do send no Basic Auth credentials for DAV requests. This means that the ownCloud DAV backend would consider these requests coming from an untrusted source and require higher levels of security checks. (e.g. a CSRF check) While an elegant solution would rely on authenticating via token (so that one can properly ensure that the request came indeed from a trusted client) this is a okay'ish workaround for this problem until we have something more reliable in the authentication code. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-24 | 120 | -104/+34 |
| | | |||||
* | | Merge pull request #23507 from owncloud/fix-23496-master | Thomas Müller | 2016-03-23 | 1 | -2/+4 |
|\ \ | |/ |/| | Avoid fatal php error dring cron execution | ||||
| * | fixes #23496 | Thomas Müller | 2016-03-23 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #22506 from owncloud/node-get-from-cache | Thomas Müller | 2016-03-23 | 2 | -9/+39 |
|\ \ | | | | | | | Query the cache when checking if a node exists | ||||
| * | | set watch policy in test | Robin Appelman | 2016-03-21 | 2 | -9/+39 |
| | | | |||||
* | | | Merge pull request #23431 from owncloud/use-dav-sabre-plugin-for-browser-2 | Thomas Müller | 2016-03-23 | 3 | -14/+29 |
|\ \ \ | | | | | | | | | Fix display of vcard and calendar object details page in browser plugin | ||||
| * | | | Fix display of vcard and calendar object details page in browser plugin | Thomas Müller | 2016-03-23 | 3 | -14/+29 |
| | | | | |||||
* | | | | Merge pull request #23463 from owncloud/lets-consistently-use-no-referer | Thomas Müller | 2016-03-23 | 5 | -6/+6 |
|\ \ \ \ | | | | | | | | | | | Consistently use rel=noreferrer | ||||
| * | | | | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 5 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | | | | | Merge pull request #23495 from owncloud/disable-paste-zone | Thomas Müller | 2016-03-23 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Disable pastezone for jquery.fileupload | ||||
| * | | | | | Disable pastezone for jquery.fileupload | Lukas Reschke | 2016-03-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jquery.fileupload offers the [`pastezone`](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#pastezone) functionality. This functionality is enabled by default and if somebody copy-pastes something into Chrome it will automatically trigger an upload of the content to any configured jquery.fileupload element embedded in the JS. This implementation triggers some problems: 1. The pastezone is defined globally by default (:see_no_evil:). So if there are multiple fileupload's on a page (such as in the personal settings) then stuff is going to be uploaded to all embedded uploads. 2. Our server code is not able to parse the data. For example for uploads in the files app we expect a file name which is not specified => Just an error is thrown. You can reproduce this by taking a file into your clipboard and in Chrome then pressing <kbd>CTRL + V</kbd>. 3. When copy-pasting some string from MS Office on the personal page a temporary avatar with said content is created. Considering that this is anyways was never working at all and causes bugs I've set the `pastezone` to `null`. This mens that upload via copy and paste will be disabled. Lesson learned: Third-party JS libraries can have some weird details. | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-23 | 6 | -0/+32 |
| | | | | | | |||||
* | | | | | | Merge pull request #23398 from owncloud/block_group_sharing | Thomas Müller | 2016-03-22 | 5 | -36/+122 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow blocking of group sharing | ||||
| * | | | | | | Respect disabled group sharing in sharee endpoint | Roeland Jago Douma | 2016-03-22 | 3 | -35/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix tests | ||||
| * | | | | | | Block group sharing in API and in share manager | Roeland Jago Douma | 2016-03-22 | 2 | -1/+53 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | * Fix tests | ||||
* / / / / / | When the Share API is disabled do not return shares | Roeland Jago Douma | 2016-03-22 | 2 | -1/+91 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22668 Block everything in the OCS Share API | ||||
* | | | | | Merge pull request #23404 from owncloud/fix-22988 | Thomas Müller | 2016-03-22 | 2 | -4/+10 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | adjust PrincipalUri as returned from Sabre to effective username | ||||
| * | | | | fix unittest | Arthur Schiwon | 2016-03-21 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | adjust PrincipilUri as returned from Sabre to effective username | Arthur Schiwon | 2016-03-18 | 1 | -1/+7 |
| | | | | | |||||
* | | | | | Merge pull request #23320 from owncloud/early-creation-of-birthday-calendar | Thomas Müller | 2016-03-22 | 1 | -16/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Create the contact birthday calendar right away as soon as the comman… | ||||
| * | | | | | Create the contact birthday calendar right away as soon as the command is ↵ | Thomas Müller | 2016-03-16 | 1 | -16/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | executed once - fixes #23203 | ||||
* | | | | | | Merge pull request #23440 from owncloud/fix_22286 | Thomas Müller | 2016-03-22 | 1 | -1/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | apply retry wrapper to make sure that we always read/write a complete block | ||||
| * | | | | | | apply retry wrapper to make sure that we always read/write a complete block | Bjoern Schiessle | 2016-03-21 | 1 | -1/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #23422 from owncloud/icon-and-you-translation-for-comments | Thomas Müller | 2016-03-22 | 1 | -1/+22 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add comment icon and "You commented" translations to activities | ||||
| * | | | | | | | Add comment icons and "You commented" translations | Joas Schilling | 2016-03-21 | 1 | -1/+22 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-22 | 4 | -4/+32 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #23439 from owncloud/smb-permissions | Thomas Müller | 2016-03-21 | 1 | -0/+22 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | properly use smb permissions | ||||
| * | | | | | | | properly use smb permissions | Robin Appelman | 2016-03-21 | 1 | -0/+22 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge pull request #23388 from ↵ | Thomas Müller | 2016-03-21 | 4 | -33/+68 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-22887-infinite-background-job-loop-for-old-versions Do not create a new job when federation failed to connect but use existing job | ||||
| * | | | | | | | Do not create a new job when it failed to connect atm | Joas Schilling | 2016-03-21 | 4 | -33/+68 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #23323 from owncloud/gdrive-chunkupload | Thomas Müller | 2016-03-21 | 1 | -5/+52 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Chunk upload for GDrive | ||||
| * | | | | | | | Only use GDrive chunks when needed | Vincent Petry | 2016-03-17 | 1 | -29/+43 |
| | | | | | | | | |||||
| * | | | | | | | Chunk upload for GDrive | Vincent Petry | 2016-03-16 | 1 | -6/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of storing the WHOLE file in memory in a PHP variable, use the library's chunk upload support. | ||||
* | | | | | | | | Merge pull request #23292 from owncloud/dav-chunking-onlyfirehooksonce | Thomas Müller | 2016-03-21 | 2 | -2/+71 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Do not fire pre/post hooks twice on chunk upload | ||||
| * | | | | | | | | Do not fire pre/post hooks twice on chunk upload | Vincent Petry | 2016-03-21 | 2 | -2/+71 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #23083 from owncloud/generate-birthdays-on-upgrade | Thomas Müller | 2016-03-21 | 4 | -1/+18 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Birthday events are generated on upgrade | ||||
| * | | | | | | | Generate birthdays on upgrade from 8.2 as well | Thomas Müller | 2016-03-10 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Birthday events are generated on upgrade | Thomas Müller | 2016-03-10 | 3 | -1/+17 |
| | | | | | | | | |||||
* | | | | | | | | update icewind/smb to 1.0.8 | Robin Appelman | 2016-03-21 | 7 | -25/+38 |
| | | | | | | | |