summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18004 from nextcloud/enh/more_bigint_columnsRoeland Jago Douma2019-11-202-0/+8
|\
| * Convert more columns to bigintRoeland Jago Douma2019-11-202-0/+8
* | Merge pull request #18003 from nextcloud/fix/updatecheck/nointernetRoeland Jago Douma2019-11-202-25/+70
|\ \ | |/ |/|
| * Do not check for updates if we have no internetRoeland Jago Douma2019-11-202-25/+70
|/
* Merge pull request #18031 from nextcloud/accept-incoming-shares-in-integratio...Roeland Jago Douma2019-11-2012-42/+209
|\
| * Accept incoming shares in integration testsDaniel Calviño Sánchez2019-11-2012-0/+167
| * Replace direct calls to share API with specific share stepsDaniel Calviño Sánchez2019-11-205-35/+35
| * Remove extra spaces at the end of linesDaniel Calviño Sánchez2019-11-202-7/+7
* | Merge pull request #17999 from nextcloud/Improves-doc-of-mail_smtpsecureRoeland Jago Douma2019-11-201-2/+2
|\ \
| * | Improves doc of mail_smtpsecurePierre Ozoux2019-11-191-2/+2
* | | Merge pull request #17824 from nextcloud/fix/dav/catch_forbiddenRoeland Jago Douma2019-11-201-0/+5
|\ \ \
| * | | Catch forbidden http status codeRoeland Jago Douma2019-11-171-0/+5
* | | | Merge pull request #17850 from nextcloud/bugfix/noid/mark-spreed-as-active-on...Joas Schilling2019-11-201-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make phan happy ;)Daniel Kesselberg2019-11-191-1/+2
| * | | Mark "Talk" active on /call/token URLsJoas Schilling2019-11-121-0/+5
* | | | Merge pull request #18011 from nextcloud/fix/share_testsRoeland Jago Douma2019-11-2014-29/+140
|\ \ \ \
| * | | | Fix share testsRoeland Jago Douma2019-11-2013-28/+138
| * | | | Do pagination on the dummy group backendRoeland Jago Douma2019-11-201-1/+2
|/ / / /
* | | / [tx-robot] updated from transifexNextcloud bot2019-11-20124-180/+358
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2019-11-19144-364/+770
* | | Merge pull request #17985 from nextcloud/enh/use_displayname_federated_shareRoeland Jago Douma2019-11-182-12/+24
|\ \ \
| * | | Use the displayname for federated notificationsRoeland Jago Douma2019-11-182-12/+24
* | | | Merge pull request #16828 from nextcloud/feature/noid/accept-incoming-sharesRoeland Jago Douma2019-11-1819-38/+663
|\ \ \ \
| * | | | FixesRoeland Jago Douma2019-11-182-1/+2
| * | | | Make sure the super share also has a valid typeJoas Schilling2019-11-121-3/+5
| * | | | Fix "Invalid parameter number: mixed named and positional parameters"Joas Schilling2019-11-121-1/+1
| * | | | Correctly use the displayname of the sharer in the notificationJoas Schilling2019-11-121-6/+16
| * | | | The share manager knows which provider can accept sharesJoas Schilling2019-11-122-6/+1
| * | | | Use constants for the magic stringsJoas Schilling2019-11-122-8/+9
| * | | | Accept existing shares on updateJoas Schilling2019-11-124-1/+83
| * | | | Only restrict loading of group and user shares for nowJoas Schilling2019-11-122-1/+9
| * | | | Add notifications for users that are added to the groupJoas Schilling2019-11-122-3/+51
| * | | | Allow to accept group sharesJoas Schilling2019-11-127-56/+230
| * | | | Notifications for group sharesJoas Schilling2019-11-121-1/+14
| * | | | Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-1210-6/+232
| * | | | Respect the accepted flag for group and user sharesJoas Schilling2019-11-125-2/+67
* | | | | Merge pull request #17765 from nextcloud/filecache-extensionRoeland Jago Douma2019-11-1823-454/+869
|\ \ \ \ \
| * | | | | Fix cache movesRoeland Jago Douma2019-11-181-1/+4
| * | | | | Use dummy backend in testRoeland Jago Douma2019-11-181-0/+1
| * | | | | Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma2019-11-18109-380/+699
| |\ \ \ \ \
| * | | | | | cast ctime and utimeRobin Appelman2019-11-131-2/+2
| * | | | | | filter out empty filecache extension valuesRobin Appelman2019-11-131-1/+1
| * | | | | | Update autoloadersRoeland Jago Douma2019-11-132-0/+2
| * | | | | | fix folder deleteRobin Appelman2019-11-132-3/+11
| * | | | | | dont create empty filecache extended rowsRobin Appelman2019-11-132-20/+41
| * | | | | | hookup creation and upload time into davRobin Appelman2019-11-133-0/+39
| * | | | | | dont expose metadata etag for nowRobin Appelman2019-11-135-29/+0
| * | | | | | expose filecache extension data in FileInfoRobin Appelman2019-11-136-213/+329
| * | | | | | store filecache extension fieldsRobin Appelman2019-11-136-28/+196
| * | | | | | move more cache logic to querybuilderRobin Appelman2019-11-132-169/+254