summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [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
* | | | | | 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
|\ \ \ \ \
| * | | | | Remove duplicated copyrightRoeland Jago Douma2016-03-172-27/+0
| * | | | | Display share status info in favorite listVincent Petry2016-03-174-15/+112
| * | | | | 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
|\ \ \ \ \ \
| * | | | | | 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
| |/ / / / /
* | | | | | Merge pull request #22792 from owncloud/no-recovery-key-if-the-master-key-is-...Thomas Müller2016-03-212-49/+52
|\ \ \ \ \ \
| * | | | | | disable the recovery key if the master key is enabledBjoern Schiessle2016-03-032-49/+52
* | | | | | | Merge pull request #23329 from owncloud/fix-21555Thomas Müller2016-03-212-1/+17
|\ \ \ \ \ \ \
| * | | | | | | Avatar must be saved after login is done and external storages set up properl...Arthur Schiwon2016-03-162-1/+17
| | |_|_|/ / / | |/| | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-218-4/+58
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-2012-12/+42
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-194-4/+30
| |_|_|_|/ / |/| | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-182-8/+2
* | | | | | Merge pull request #23272 from owncloud/dropbox-downloadnotthefullfileinmemoryThomas Müller2016-03-172-7/+29
|\ \ \ \ \ \
| * | | | | | Fix dropbox storage to not store the whole file in memoryVincent Petry2016-03-152-7/+29
* | | | | | | Merge pull request #23282 from owncloud/fix-caching-unavailable-ldapThomas Müller2016-03-172-3/+89
|\ \ \ \ \ \ \
| * | | | | | | fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-03-162-3/+89
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #23346 from owncloud/fix_23325Thomas Müller2016-03-171-0/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Set proper public webdav permissions when public upload disabledRoeland Jago Douma2016-03-171-0/+5