summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-102-14/+26
|\ \
| * | Fix hook encryption with cron jobCarl Schwan2022-06-072-14/+26
* | | 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-1028-335/+653
|\ \ \ \ \
| * | | | | Fix a doctype in OCP for IAddressBookThomas Citharel2022-05-174-4/+7
| * | | | | 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-1020-40/+52
|\ \ \ \ \
| * | | | | Fix unit testsJoas Schilling2022-06-073-8/+8
| * | | | | Add debug flag to the translation checkerJoas Schilling2022-06-071-1/+13
| * | | | | RecompileJoas Schilling2022-06-076-9/+9
| * | | | | 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 #32660 from susnux/masterVincent Petry2022-06-102-0/+13
|\ \ \ \ \ \
| * | | | | | Feature: Add and expose frontend loglevelFerdinand Thiessen2022-06-062-0/+13
* | | | | | | Merge pull request #32672 from nextcloud/updateCrlVincent Petry2022-06-101-9/+10
|\ \ \ \ \ \ \
| * | | | | | | Update crl after revoke externalpassword.csrVitor Mattos2022-05-311-9/+10
* | | | | | | | Merge pull request #32685 from nextcloud/fix/external-storage-password-replac...Vincent Petry2022-06-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix replacing external storage password during debug logChristoph Wurst2022-06-011-1/+1
* | | | | | | | | 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 #32748 from nextcloud/bugfix/noid/keep-non-default-protoco...Vincent Petry2022-06-104-62/+61
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix integration test which now actually matches the system-addresssbook entryJoas Schilling2022-06-092-2/+2
| * | | | | | | | | | Keep non default protocol in cloud idJoas Schilling2022-06-092-60/+59
* | | | | | | | | | | Merge pull request #32799 from nextcloud/bugfix/noid/fix-exception-handling-w...Vincent Petry2022-06-103-28/+34
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix exception handling when profile data is too longJoas Schilling2022-06-093-28/+34
* | | | | | | | | | | | 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
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #32723 from MartinBrugnara/masterVincent Petry2022-06-102-5/+21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Expose umask override value as config parameter: localstorage.umaskMartin Brugnara2022-06-052-5/+21
* | | | | | | | | | | | | Merge pull request #32768 from nextcloud/fs-setup-onetime-earlierVincent Petry2022-06-101-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | perform onetime setup earlier to ensure wrappers are registered on timeRobin Appelman2022-06-081-0/+4
* | | | | | | | | | | | | | Merge pull request #32805 from nextcloud/avoid-creating-activities-for-system...Vincent Petry2022-06-102-2/+519
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | 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-10124-168/+172
* | | | | | | | | | | | | | Merge pull request #32797 from nextcloud/fix-external-home-dirblizzz2022-06-101-7/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | fix mounts mounted at the users homeRobin Appelman2022-06-091-7/+3
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #32675 from nextcloud/fix/validate-dashboard-backgroundPytal2022-06-091-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Validate custom dashboard background imageChristopher Ng2022-06-021-0/+4
* | | | | | | | | | | | | Merge pull request #32728 from kesselb/masterSimon L2022-06-091-5/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add matrix for psalm baseline update jobDaniel Kesselberg2022-06-051-5/+11
* | | | | | | | | | | | | | Merge pull request #32616 from nextcloud/enh/a11y-keyboard-filepickerVincent Petry2022-06-0914-90/+130
|\ \ \ \ \ \ \ \ \ \ \ \ \ \