summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-2620-0/+42
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-2518-2/+102
|
* Merge pull request #23549 from owncloud/dav-sharetypes-remoteThomas Müller2016-03-244-2/+8
|\ | | | | Return remote shares in oc:share-types Webdav property
| * Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-244-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-clickThomas Müller2016-03-242-4/+19
|\ \ | | | | | | sidebar click modification
| * | sidebar click modificationErik Pellikka2016-03-242-4/+19
| | |
* | | Merge pull request #23342 from ↵Thomas Müller2016-03-2410-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 #23273Thomas Müller2016-03-249-84/+192
| | |
| * | Return proper current-user-principal on v1 endpoints - fixes #23306Thomas Müller2016-03-241-0/+15
| | |
| * | Fix group shares on v1 caldav and carddav - fixes #23328Thomas Müller2016-03-243-4/+5
| | |
* | | Check if request is sent from official ownCloud clientLukas Reschke2016-03-242-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 transifexJenkins for ownCloud2016-03-24120-104/+34
| |
* | Merge pull request #23507 from owncloud/fix-23496-masterThomas Müller2016-03-231-2/+4
|\ \ | |/ |/| Avoid fatal php error dring cron execution
| * fixes #23496Thomas Müller2016-03-231-2/+4
| |
* | Merge pull request #22506 from owncloud/node-get-from-cacheThomas Müller2016-03-232-9/+39
|\ \ | | | | | | Query the cache when checking if a node exists
| * | set watch policy in testRobin Appelman2016-03-212-9/+39
| | |
* | | Merge pull request #23431 from owncloud/use-dav-sabre-plugin-for-browser-2Thomas Müller2016-03-233-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 pluginThomas Müller2016-03-233-14/+29
| | | |
* | | | Merge pull request #23463 from owncloud/lets-consistently-use-no-refererThomas Müller2016-03-235-6/+6
|\ \ \ \ | | | | | | | | | | Consistently use rel=noreferrer
| * | | | Consistently use rel=noreferrerLukas Reschke2016-03-205-6/+6
| | | | | | | | | | | | | | | | | | | | When linking to external entities we should consistently use rel=noreferrer
* | | | | Merge pull request #23495 from owncloud/disable-paste-zoneThomas Müller2016-03-231-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Disable pastezone for jquery.fileupload
| * | | | | Disable pastezone for jquery.fileuploadLukas Reschke2016-03-221-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 transifexJenkins for ownCloud2016-03-236-0/+32
| | | | | |
* | | | | | Merge pull request #23398 from owncloud/block_group_sharingThomas Müller2016-03-225-36/+122
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow blocking of group sharing
| * | | | | | Respect disabled group sharing in sharee endpointRoeland Jago Douma2016-03-223-35/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix tests
| * | | | | | Block group sharing in API and in share managerRoeland Jago Douma2016-03-222-1/+53
| |/ / / / / | | | | | | | | | | | | | | | | | | * Fix tests
* / / / / / When the Share API is disabled do not return sharesRoeland Jago Douma2016-03-222-1/+91
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22668 Block everything in the OCS Share API
* | | | | Merge pull request #23404 from owncloud/fix-22988Thomas Müller2016-03-222-4/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | | adjust PrincipalUri as returned from Sabre to effective username
| * | | | fix unittestArthur Schiwon2016-03-211-3/+3
| | | | |
| * | | | adjust PrincipilUri as returned from Sabre to effective usernameArthur Schiwon2016-03-181-1/+7
| | | | |
* | | | | Merge pull request #23320 from owncloud/early-creation-of-birthday-calendarThomas Müller2016-03-221-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üller2016-03-161-16/+12
| | | | | | | | | | | | | | | | | | | | | | | | executed once - fixes #23203
* | | | | | Merge pull request #23440 from owncloud/fix_22286Thomas Müller2016-03-221-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 blockBjoern Schiessle2016-03-211-1/+4
| | | | | | |
* | | | | | | Merge pull request #23422 from owncloud/icon-and-you-translation-for-commentsThomas Müller2016-03-221-1/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add comment icon and "You commented" translations to activities
| * | | | | | | Add comment icons and "You commented" translationsJoas Schilling2016-03-211-1/+22
| | |_|/ / / / | |/| | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-224-4/+32
| | | | | | |
* | | | | | | Merge pull request #23439 from owncloud/smb-permissionsThomas Müller2016-03-211-0/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | properly use smb permissions
| * | | | | | | properly use smb permissionsRobin Appelman2016-03-211-0/+22
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #23388 from ↵Thomas Müller2016-03-214-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 atmJoas Schilling2016-03-214-33/+68
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #23323 from owncloud/gdrive-chunkuploadThomas Müller2016-03-211-5/+52
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Chunk upload for GDrive
| * | | | | | | Only use GDrive chunks when neededVincent Petry2016-03-171-29/+43
| | | | | | | |
| * | | | | | | Chunk upload for GDriveVincent Petry2016-03-161-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-onlyfirehooksonceThomas Müller2016-03-212-2/+71
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Do not fire pre/post hooks twice on chunk upload
| * | | | | | | | Do not fire pre/post hooks twice on chunk uploadVincent Petry2016-03-212-2/+71
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #23083 from owncloud/generate-birthdays-on-upgradeThomas Müller2016-03-214-1/+18
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Birthday events are generated on upgrade
| * | | | | | | Generate birthdays on upgrade from 8.2 as wellThomas Müller2016-03-101-0/+1
| | | | | | | |
| * | | | | | | Birthday events are generated on upgradeThomas Müller2016-03-103-1/+17
| | | | | | | |
* | | | | | | | update icewind/smb to 1.0.8Robin Appelman2016-03-217-25/+38
| | | | | | | |