summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)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 propertyVincent Petry2016-03-244-2/+8
* | Merge pull request #23511 from owncloud/sidebar-clickThomas Müller2016-03-242-4/+19
|\ \
| * | sidebar click modificationErik Pellikka2016-03-242-4/+19
* | | Merge pull request #23342 from owncloud/fix-group-sharing-for-v1-caldav-and-c...Thomas Müller2016-03-2410-88/+212
|\ \ \ | |/ / |/| |
| * | 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
|/ /
* | [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
|\ \ | |/ |/|
| * fixes #23496Thomas Müller2016-03-231-2/+4
* | Merge pull request #22506 from owncloud/node-get-from-cacheThomas Müller2016-03-232-9/+39
|\ \
| * | 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 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=noreferrerLukas Reschke2016-03-205-6/+6
* | | | | Merge pull request #23495 from owncloud/disable-paste-zoneThomas Müller2016-03-231-0/+1
|\ \ \ \ \
| * | | | | Disable pastezone for jquery.fileuploadLukas Reschke2016-03-221-0/+1
* | | | | | [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
|\ \ \ \ \ \
| * | | | | | Respect disabled group sharing in sharee endpointRoeland Jago Douma2016-03-223-35/+69
| * | | | | | Block group sharing in API and in share managerRoeland Jago Douma2016-03-222-1/+53
| |/ / / / /
* / / / / / When the Share API is disabled do not return sharesRoeland Jago Douma2016-03-222-1/+91
|/ / / / /
* | | | | Merge pull request #23404 from owncloud/fix-22988Thomas Müller2016-03-222-4/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | 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 command is exe...Thomas Müller2016-03-161-16/+12
* | | | | | 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 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 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 permissionsRobin Appelman2016-03-211-0/+22
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #23388 from owncloud/issue-22887-infinite-background-job-l...Thomas Müller2016-03-214-33/+68
|\ \ \ \ \ \ \
| * | | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | Only use GDrive chunks when neededVincent Petry2016-03-171-29/+43
| * | | | | | | Chunk upload for GDriveVincent Petry2016-03-161-6/+39
* | | | | | | | Merge pull request #23292 from owncloud/dav-chunking-onlyfirehooksonceThomas Müller2016-03-212-2/+71
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | 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