summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* load share settings from the share manager in more placesRobin Appelman2021-05-1210-116/+129
* Merge pull request #26923 from nextcloud/techdebt/noid/provapi-no-private-acc...blizzz2021-05-129-86/+148
|\
| * allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-125-19/+49
| * provAPI to use only public API of IAccountManagerArthur Schiwon2021-05-085-68/+100
* | Merge pull request #26941 from nextcloud/enh/register-multiselect-fileactionsRoeland Jago Douma2021-05-122-4/+32
|\ \
| * | Allow apps to register a file action for multiselectJulius Härtl2021-05-122-4/+32
* | | Merge pull request #26922 from nextcloud/techdebt/noid/dav-no-private-classRoeland Jago Douma2021-05-124-137/+84
|\ \ \
| * | | remove private AccountManager from SyncServiceArthur Schiwon2021-05-112-52/+19
| * | | dav: do not use private AccountManagerArthur Schiwon2021-05-082-85/+65
| | |/ | |/|
* | | Merge pull request #26945 from nextcloud/enh/shareinfo/throttleRoeland Jago Douma2021-05-122-5/+14
|\ \ \
| * | | Add bruteforce protection to the shareinfo endpointRoeland Jago Douma2021-05-122-5/+14
* | | | Merge pull request #26949 from nextcloud/fix-add-app-passwordJulius Härtl2021-05-121-1/+1
|\ \ \ \
| * | | | use the UID as loginName and not the display name.Bjoern Schiessle2021-05-111-1/+1
| |/ / /
* / / / [tx-robot] updated from transifexNextcloud bot2021-05-1214-22/+32
|/ / /
* | | Merge pull request #26751 from nextcloud/3rdparty/archive_tar/1.4.13Roeland Jago Douma2021-05-111-0/+0
|\ \ \ | |_|/ |/| |
| * | [3rdparty] Archive tar 1.4.13 bumpRoeland Jago Douma2021-05-101-0/+0
* | | [tx-robot] updated from transifexNextcloud bot2021-05-114-0/+14
|/ /
* | Merge pull request #26917 from nextcloud/dependabot/npm_and_yarn/build/hosted...Roeland Jago Douma2021-05-101-3/+3
|\ \
| * | [Security] Bump hosted-git-info from 2.7.1 to 2.8.9 in /builddependabot-preview[bot]2021-05-101-3/+3
|/ /
* | Merge pull request #26919 from nextcloud/dependabot/npm_and_yarn/hosted-git-i...Roeland Jago Douma2021-05-101-3/+3
|\ \
| * | [Security] Bump hosted-git-info from 2.8.8 to 2.8.9dependabot-preview[bot]2021-05-071-3/+3
* | | Merge pull request #26925 from nextcloud-pr-bot/automated/noid/psalm-baseline...Roeland Jago Douma2021-05-101-7/+2
|\ \ \
| * | | Update psalm baselineNextcloud-PR-Bot2021-05-101-7/+2
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2021-05-106-10/+10
* | | [tx-robot] updated from transifexNextcloud bot2021-05-096-6/+112
* | | [tx-robot] updated from transifexNextcloud bot2021-05-0826-10/+104
| |/ |/|
* | Merge pull request #26915 from nextcloud/chore/dav-calendar-untyped-eventsblizzz2021-05-075-40/+56
|\ \ | |/ |/|
| * Remove the untyped calendar update eventChristoph Wurst2021-05-074-21/+26
| * Remove the untyped calendar create eventChristoph Wurst2021-05-075-20/+31
|/
* Merge pull request #26913 from nextcloud/chore/dav-calendar-object-untyped-ev...Christoph Wurst2021-05-0713-287/+340
|\
| * Clean up reminder actions and call methods directlyChristoph Wurst2021-05-074-46/+21
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst2021-05-076-52/+72
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst2021-05-075-19/+48
| * Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst2021-05-077-73/+102
* | Merge pull request #26848 from nextcloud/bugfix/noid/add-datetime-support-to-...Morris Jobke2021-05-072-3/+12
|\ \
| * | Add datetime support to QBMapperJoas Schilling2021-05-012-3/+12
* | | Merge pull request #26914 from nextcloud/fix/caldav-get-shares-unused-paramChristoph Wurst2021-05-071-2/+1
|\ \ \ | |_|/ |/| |
| * | Drop the unused second parameter on \OCA\DAV\CalDAV\CalDavBackend::getSharesChristoph Wurst2021-05-071-2/+1
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-05-0722-2/+22
* | Merge pull request #26907 from nextcloud/dependabot/npm_and_yarn/build/lodash...dependabot-preview[bot]2021-05-061-3/+3
|\ \
| * | [Security] Bump lodash from 4.17.19 to 4.17.21 in /builddependabot-preview[bot]2021-05-061-3/+3
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-05-0672-70/+28
* | Merge pull request #26877 from nextcloud/chore/query-builder-execute-statementMorris Jobke2021-05-058-45/+60
|\ \
| * | Fix usage of rename executeUpdateChristoph Wurst2021-05-055-36/+36
| * | Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst2021-05-053-9/+24
* | | Merge pull request #26878 from nextcloud/bugfix/noid/dont-break-occ-when-an-a...Joas Schilling2021-05-052-14/+24
|\ \ \
| * | | Don't break OCC if an app is breaking in it's Application classJoas Schilling2021-05-052-14/+24
| |/ /
* | | Merge pull request #26869 from nextcloud/Valdnet-patch-8Joas Schilling2021-05-052-2/+2
|\ \ \ | |/ / |/| |
| * | Fix testValdnet2021-05-041-1/+1
| * | l10n: Spelling unificationValdnet2021-05-041-1/+1
|/ /