summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [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
| | | | | | | |
* | | | | | | | update icewind/streams to 0.4.0 and icewind/smb to 1.0.7 in files_externalRobin Appelman2016-03-2132-478/+761
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #22789 from owncloud/dav-sharespropertyThomas Müller2016-03-2111-60/+693
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add webdav property for share info in PROPFIND response
| * | | | | | | Remove duplicated copyrightRoeland Jago Douma2016-03-172-27/+0
| | | | | | | |
| * | | | | | | Display share status info in favorite listVincent Petry2016-03-174-15/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Returns the shareTypes share status info to the favorites file list.
| * | | | | | | Add webdav property for share info in PROPFIND responseVincent Petry2016-03-177-45/+608
| | | | | | | |
* | | | | | | | Merge pull request #23368 from owncloud/use-dav-sabre-plugin-for-browserThomas Müller2016-03-215-10/+31
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | In debugging mode we enable Sabre's browser plugin since it helps a l…
| * | | | | | | Necessary code changes to make browser plugin properly workThomas Müller2016-03-172-1/+5
| | | | | | | |
| * | | | | | | In debugging mode we enable Sabre's browser plugin since it helps a lot when ↵Thomas Müller2016-03-173-9/+26
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | debugging
* | | | | | | Merge pull request #22792 from ↵Thomas Müller2016-03-212-49/+52
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/no-recovery-key-if-the-master-key-is-enabled disable the recovery key if the master key is enabled