summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-06-1624-2/+82
* Merge pull request #32876 from nextcloud/fix/fix-string-interpolationblizzz2022-06-152-2/+2
|\
| * Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-142-2/+2
* | Merge pull request #32878 from nextcloud/fix-default-toast-message-for-failed...blizzz2022-06-151-1/+1
|\ \
| * | Fix default toast message for failed uploads with HTTP/2Daniel Calviño Sánchez2022-06-141-1/+1
| |/
* | Update tests after ResetTokenBackgroundJob changesThomas Citharel2022-06-151-6/+26
* | Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJobThomas Citharel2022-06-151-2/+3
* | Make sure ResetTokenBackgroundJob doesn't execute if config is read-onlyThomas Citharel2022-06-151-1/+1
* | [tx-robot] updated from transifexNextcloud bot2022-06-1534-4/+110
* | Handle the move operation properly between shared calendarsThomas Citharel2022-06-1411-11/+312
|/
* [tx-robot] updated from transifexNextcloud bot2022-06-1436-8/+210
* Correctly log failed attemptsJoas Schilling2022-06-131-4/+12
* Merge pull request #31345 from nextcloud/fix/31164/delete-additional-emailVincent Petry2022-06-132-4/+8
|\
| * Use unique key to prevent email component reuseChristopher Ng2022-06-102-4/+8
* | [tx-robot] updated from transifexNextcloud bot2022-06-1334-0/+70
* | [tx-robot] updated from transifexNextcloud bot2022-06-1250-14/+132
* | [tx-robot] updated from transifexNextcloud bot2022-06-11588-1550/+1450
|/
* Merge pull request #30368 from nextcloud/dav-allow-object-propertiesVincent Petry2022-06-106-13/+187
|\
| * Allow DAV Object propertiesThomas Citharel2022-05-166-13/+187
* | Merge pull request #31029 from nextcloud/expose-extra-emails-in-davVincent Petry2022-06-109-0/+79
|\ \
| * | Expose additional emails in {DAV:}alternate-URI-setThomas Citharel2022-05-179-0/+79
* | | Merge pull request #31622 from nextcloud/increase-loglevel-modernize-refresh-...Vincent Petry2022-06-102-45/+26
|\ \ \
| * | | Increase loglevel of Webcal parsing errors and modernize codeThomas Citharel2022-05-172-45/+26
| |/ /
* | | Merge pull request #31771 from nextcloud/fix/hook-encryption-cronVincent Petry2022-06-101-1/+1
|\ \ \
| * | | Fix hook encryption with cron jobCarl Schwan2022-06-071-1/+1
* | | | Merge pull request #32059 from cld4h/patch-1Vincent Petry2022-06-101-1/+1
|\ \ \ \
| * | | | Fix issue #31692 of occ files:scancld4h2022-04-261-1/+1
* | | | | Merge pull request #32361 from nextcloud/dav-scheduling-default-calendarVincent Petry2022-06-104-25/+115
|\ \ \ \ \
| * | | | | Refactor CalDAV\Schedule\PluginTest for depreciated phpunit methodsThomas Citharel2022-05-121-10/+15
| * | | | | Put calendar invites into the user's first available calendarThomas Citharel2022-05-124-15/+100
* | | | | | Merge pull request #32364 from nextcloud/dav-listenersVincent Petry2022-06-1025-332/+648
|\ \ \ \ \ \
| * | | | | | Fix a doctype in OCP for IAddressBookThomas Citharel2022-05-171-1/+2
| * | | | | | Add some typed propertiesThomas Citharel2022-05-174-79/+30
| * | | | | | Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-1722-252/+616
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #32741 from nextcloud/Valdnet-patch-2Joas Schilling2022-06-1013-30/+30
|\ \ \ \ \ \
| * | | | | | Fix unit testsJoas Schilling2022-06-073-8/+8
| * | | | | | l10n: Delete apostropheValdnet2022-06-0710-22/+22
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #32806 from nextcloud/fix-federated-sharingVincent Petry2022-06-102-0/+82
|\ \ \ \ \ \
| * | | | | | Revert "Remove inefficient fed share scanner"Carl Schwan2022-06-102-0/+82
* | | | | | | Merge pull request #32737 from nextcloud/fix/remove-at-matcher-in-settings-testsVincent Petry2022-06-106-214/+129
|\ \ \ \ \ \ \
| * | | | | | | Remove deprecated at() matcher from settings testsCôme Chilliet2022-06-076-214/+129
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #32799 from nextcloud/bugfix/noid/fix-exception-handling-w...Vincent Petry2022-06-102-27/+33
|\ \ \ \ \ \ \
| * | | | | | | Fix exception handling when profile data is too longJoas Schilling2022-06-092-27/+33
* | | | | | | | Merge pull request #32800 from nextcloud/bugfix/noid/no-fatal-for-maintenance...Vincent Petry2022-06-106-11/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't spam the log with fatals when maintenance mode is enabled or an upgrade...Joas Schilling2022-06-106-11/+45
| |/ / / / / / /
* | | | | | | | Add tests for OCA\DAV\CardDAV\Activity\Backend (adapted from CalDAV)Thomas Citharel2022-06-101-0/+503
* | | | | | | | Avoid creating carddav activities for the system userThomas Citharel2022-06-101-2/+16
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-1042-4/+88
|/ / / / / / /
* | | | | | | Merge pull request #32675 from nextcloud/fix/validate-dashboard-backgroundPytal2022-06-091-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Validate custom dashboard background imageChristopher Ng2022-06-021-0/+4