aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-10-0842-136/+184
* Merge pull request #34462 from nextcloud/automated/noid/master-update-psalm-b...blizzz2022-10-071-3/+0
|\
| * Update psalm baselinenextcloud-command2022-10-071-3/+0
|/
* [tx-robot] updated from transifexNextcloud bot2022-10-0742-42/+184
* Merge pull request #31947 from andyxheli/patch-1blizzz2022-10-061-1/+0
|\
| * Fix Error: Undefined index: redirect_urlAndy Xheli2022-04-121-1/+0
* | Merge pull request #34415 from nextcloud/fix/caldav-backend-causal-readsChristoph Wurst2022-10-061-20/+29
|\ \
| * | Fix causal reads in CalDAV backendChristoph Wurst2022-10-031-20/+29
* | | Merge pull request #34401 from nextcloud/fix/file-reference-no-preview-fallba...Joas Schilling2022-10-061-2/+14
|\ \ \
| * | | File reference: use the file type icon as fallback when no preview provider f...Julien Veyssier2022-10-061-2/+14
* | | | [tx-robot] updated from transifexNextcloud bot2022-10-0640-110/+110
|/ / /
* | | Merge pull request #34400 from nextcloud/enhancement/passwordless-auth-loggingCôme Chilliet2022-10-051-1/+4
|\ \ \
| * | | Pass logger to passwordless auth WebAuthn libChristoph Wurst2022-10-031-1/+4
* | | | Merge pull request #32635 from andyxheli/patch-3blizzz2022-10-052-3/+10
|\ \ \ \
| * | | | Update ContactsStoreTest.phpAndy Xheli2022-10-031-1/+5
| * | | | Update lib/private/Contacts/ContactsMenu/ContactsStore.php Andy Xheli2022-09-201-1/+1
| * | | | Update ContactsStore.phpAndy Xheli2022-09-191-1/+1
| * | | | Apply suggestions from code review Andy Xheli2022-09-161-1/+1
| * | | | Fix User profile picture when performing the searchAndy Xheli2022-05-271-2/+5
* | | | | Merge pull request #34298 from nextcloud/enh/shipped-background-colorsSimon L2022-10-0518-77/+131
|\ \ \ \ \
| * | | | | Use brand color for background only and keep accessible color as color primaryChristopher Ng2022-10-0512-19/+45
| * | | | | Use color preset of shipped background as primary colorChristopher Ng2022-10-059-63/+91
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2022-10-0524-42/+130
* | | | | Merge pull request #34378 from nextcloud/add-isDeleted-to-icalendarblizzz2022-10-042-0/+13
|\ \ \ \ \
| * | | | | Add isDeleted property to OCP\Calendar\ICalendarThomas Citharel2022-10-032-0/+13
| | |_|/ / | |/| | |
* | | | | Merge pull request #34412 from nextcloud/fix/create-address-book-write-read-t...Christoph Wurst2022-10-041-13/+23
|\ \ \ \ \
| * | | | | Wrap address book creation write-read in a transactionChristoph Wurst2022-10-031-13/+23
* | | | | | Merge pull request #34421 from nextcloud/bugfix/noid/fix-typo-in-deprecatedblizzz2022-10-043-4/+4
|\ \ \ \ \ \
| * | | | | | Fix typo in deprecatedJoas Schilling2022-10-043-4/+4
|/ / / / / /
* | / / / / [tx-robot] updated from transifexNextcloud bot2022-10-046-20/+20
| |/ / / / |/| | | |
* | | | | Merge pull request #34350 from nextcloud/bugfix/34278/add-capability-for-the-...Joas Schilling2022-10-032-2/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a capability for the reference API and expose the regex to clientsJoas Schilling2022-10-012-2/+14
* | | | | Merge pull request #34396 from nextcloud/bugfix/noid/public-page-footerSimon L2022-10-038-11/+25
|\ \ \ \ \
| * | | | | fix footerszaimen2022-10-035-8/+22
| * | | | | Fix positioning of the public page footerJulius Härtl2022-10-033-3/+3
* | | | | | Merge pull request #34302 from nextcloud/fix/propagation_deadlock_handlingRobin Appelman2022-10-031-17/+29
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix unencrypted size calculation for files created before the Encryption stor...raul2022-10-031-1/+1
| * | | | | Fix: Prevent deadlocks during mtime/size/etag propagationraul2022-10-031-17/+29
* | | | | | Merge pull request #34388 from sylvainmetayer/feat_2464_exclude_contact_from_...Anna2022-10-032-0/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | feat: add tests casesSylvain2022-10-021-0/+3
| * | | | | fix: define exclusion key as constantSylvain2022-10-021-2/+3
| * | | | | feat(contacts): exclude contact from birthday calendarSylvain2022-10-021-0/+5
* | | | | | Merge pull request #32899 from Retidurc/pdo-attr-persistentblizzz2022-10-032-0/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update config.sample.phpRetidurc Silvernight2022-09-231-0/+6
| * | | | | Change option name again to be more like the other optionsRetidurc Silvernight2022-09-231-1/+1
| * | | | | Change config option to db.persistentRetidurc Silvernight2022-09-231-1/+1
| * | | | | Expose Doctrine settings in Netxcloud settingsRetidurc Silvernight2022-09-231-0/+4
* | | | | | Merge pull request #33608 from nextcloud/perf/improve-getCalendarsForUsersblizzz2022-10-032-19/+40
|\ \ \ \ \ \
| * | | | | | Remove the loop of calendars when only one is neededAnna Larch2022-10-012-19/+40
* | | | | | | Merge pull request #34376 from nextcloud/OCP/Calendar/ICalendar-typingCôme Chilliet2022-10-032-27/+21
|\ \ \ \ \ \ \