summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | VerifyUserData shall use IAccountManager, not private APIArthur Schiwon2021-05-121-30/+29
* | | | | | | PersonalInfo settings to use public AccoutManager APIArthur Schiwon2021-05-121-5/+4
|/ / / / / /
* | | | | | Throttle MountPublicLinkController when share is not foundRoeland Jago Douma2021-05-121-1/+3
* | | | | | Fix CS checkRoeland Jago Douma2021-05-121-2/+0
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #26923 from nextcloud/techdebt/noid/provapi-no-private-acc...blizzz2021-05-125-68/+100
|\ \ \ \ \
| * | | | | allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-121-1/+1
| * | | | | 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
| | |/ / / / | |/| | | |
* / | | | | [tx-robot] updated from transifexNextcloud bot2021-05-1214-22/+32
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2021-05-112-0/+12
* | | | | [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-0822-10/+66
|/ / / /
* | | | 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
* | | | | 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
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2021-05-0668-68/+4
* | | Merge pull request #26877 from nextcloud/chore/query-builder-execute-statementMorris Jobke2021-05-055-36/+36
|\ \ \
| * | | Fix usage of rename executeUpdateChristoph Wurst2021-05-055-36/+36
* | | | Fix testValdnet2021-05-041-1/+1
* | | | l10n: Spelling unificationValdnet2021-05-041-1/+1
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2021-05-0430-18/+90
* | | Merge pull request #26845 from nextcloud/fix/noid/import-card-fix-string-valueMorris Jobke2021-05-032-9/+23
|\ \ \
| * | | fix creating vcards with multiple string valuesArthur Schiwon2021-04-302-9/+23
* | | | [tx-robot] updated from transifexNextcloud bot2021-05-032-0/+2
* | | | [tx-robot] updated from transifexNextcloud bot2021-05-024-4/+4
* | | | [tx-robot] updated from transifexNextcloud bot2021-05-0122-28/+382
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2021-04-30152-258/+278
* | | Merge pull request #26826 from nextcloud/refactor/dav-typed-calendar-deleted-...Morris Jobke2021-04-299-54/+269
|\ \ \
| * | | Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-299-54/+269
* | | | Merge pull request #26736 from nextcloud/dependabot/npm_and_yarn/babel/core-7...dependabot-preview[bot]2021-04-2910-12/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Bump @babel/core from 7.13.15 to 7.13.16dependabot-preview[bot]2021-04-2810-12/+12
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-29130-192/+202
* | | | Merge pull request #26461 from nextcloud/bugfix/noid/only-return-editable-dis...Morris Jobke2021-04-283-11/+154
|\ \ \ \
| * | | | Also check implementsAction methodJoas Schilling2021-04-272-5/+92
| * | | | Only return display name as editable when the user backend allows itJoas Schilling2021-04-273-11/+67
* | | | | Do not try to contact lookup server if not neededRoeland Jago Douma2021-04-281-1/+11
* | | | | Merge pull request #26784 from nextcloud/Valdnet-patch-8rakekniven2021-04-282-2/+2
|\ \ \ \ \