aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-10-0742-42/+184
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31947 from andyxheli/patch-1blizzz2022-10-061-1/+0
|\ | | | | Fix Error: Undefined index: redirect_url
| * Fix Error: Undefined index: redirect_urlAndy Xheli2022-04-121-1/+0
| | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Should fix Undefined index: redirect_url at core/templates/twofactorsetupselection.php #21968
* | Merge pull request #34415 from nextcloud/fix/caldav-backend-causal-readsChristoph Wurst2022-10-061-20/+29
|\ \ | | | | | | Fix causal reads in CalDAV backend
| * | Fix causal reads in CalDAV backendChristoph Wurst2022-10-031-20/+29
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #34401 from ↵Joas Schilling2022-10-061-2/+14
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/file-reference-no-preview-fallback-image File reference: fallback icon to file type if no preview
| * | | File reference: use the file type icon as fallback when no preview provider ↵Julien Veyssier2022-10-061-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | for this type Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | [tx-robot] updated from transifexNextcloud bot2022-10-0640-110/+110
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34400 from nextcloud/enhancement/passwordless-auth-loggingCôme Chilliet2022-10-051-1/+4
|\ \ \ | | | | | | | | Pass logger to passwordless auth WebAuthn lib
| * | | Pass logger to passwordless auth WebAuthn libChristoph Wurst2022-10-031-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #32635 from andyxheli/patch-3blizzz2022-10-052-3/+10
|\ \ \ \ | | | | | | | | | | Fix User profile picture when performing the search
| * | | | Update ContactsStoreTest.phpAndy Xheli2022-10-031-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | | | Update lib/private/Contacts/ContactsMenu/ContactsStore.php Andy Xheli2022-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Tested no issues. Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | | | Update ContactsStore.phpAndy Xheli2022-09-191-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | | | Apply suggestions from code review Andy Xheli2022-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | | | Fix User profile picture when performing the searchAndy Xheli2022-05-271-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Before ![image](https://user-images.githubusercontent.com/59488153/140980158-b9108161-57ab-48b4-ae6f-98ec4e72775a.png) After Fix for #31065
* | | | | Merge pull request #34298 from nextcloud/enh/shipped-background-colorsSimon L2022-10-0518-77/+131
|\ \ \ \ \ | | | | | | | | | | | | Use color preset of shipped background as primary color
| * | | | | Use brand color for background only and keep accessible color as color primaryChristopher Ng2022-10-0512-19/+45
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | Use color preset of shipped background as primary colorChristopher Ng2022-10-059-63/+91
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-10-0524-42/+130
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #34378 from nextcloud/add-isDeleted-to-icalendarblizzz2022-10-042-0/+13
|\ \ \ \ \ | | | | | | | | | | | | Add isDeleted to OCP\Calendar\ICalendar
| * | | | | Add isDeleted property to OCP\Calendar\ICalendarThomas Citharel2022-10-032-0/+13
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Merge pull request #34412 from ↵Christoph Wurst2022-10-041-13/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/create-address-book-write-read-transactional Wrap address book creation causal read in a transaction
| * | | | | Wrap address book creation write-read in a transactionChristoph Wurst2022-10-031-13/+23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #34421 from nextcloud/bugfix/noid/fix-typo-in-deprecatedblizzz2022-10-043-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix typo in deprecated
| * | | | | | Fix typo in deprecatedJoas Schilling2022-10-043-4/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | / / / / [tx-robot] updated from transifexNextcloud bot2022-10-046-20/+20
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #34350 from ↵Joas Schilling2022-10-032-2/+14
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/bugfix/34278/add-capability-for-the-reference-api Add a capability for the reference API and expose the regex to clients
| * | | | Add a capability for the reference API and expose the regex to clientsJoas Schilling2022-10-012-2/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #34396 from nextcloud/bugfix/noid/public-page-footerSimon L2022-10-038-11/+25
|\ \ \ \ \ | | | | | | | | | | | | Fix positioning of the public page footer
| * | | | | fix footerszaimen2022-10-035-8/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | Fix positioning of the public page footerJulius Härtl2022-10-033-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #34302 from nextcloud/fix/propagation_deadlock_handlingRobin Appelman2022-10-031-17/+29
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix: Prevent deadlocks during mtime/size/etag propagation
| * | | | | Fix unencrypted size calculation for files created before the Encryption ↵raul2022-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | storage is enabled Signed-off-by: raul <raul@nextcloud.com>
| * | | | | Fix: Prevent deadlocks during mtime/size/etag propagationraul2022-10-031-17/+29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: raul <raul@nextcloud.com>
* | | | | | Merge pull request #34388 from ↵Anna2022-10-032-0/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | sylvainmetayer/feat_2464_exclude_contact_from_birthday_calendar feat(contacts): exclude contact from birthday calendar
| * | | | | feat: add tests casesSylvain2022-10-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sylvain <git@sylvain.dev>
| * | | | | fix: define exclusion key as constantSylvain2022-10-021-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sylvain <git@sylvain.dev>
| * | | | | feat(contacts): exclude contact from birthday calendarSylvain2022-10-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sylvain <git@sylvain.dev>
* | | | | | Merge pull request #32899 from Retidurc/pdo-attr-persistentblizzz2022-10-032-0/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Expose Doctrine support for persistent connections in PDO in Nextcloud settings
| * | | | | Update config.sample.phpRetidurc Silvernight2022-09-231-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
| * | | | | Change option name again to be more like the other optionsRetidurc Silvernight2022-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
| * | | | | Change config option to db.persistentRetidurc Silvernight2022-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
| * | | | | Expose Doctrine settings in Netxcloud settingsRetidurc Silvernight2022-09-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
* | | | | | Merge pull request #33608 from nextcloud/perf/improve-getCalendarsForUsersblizzz2022-10-032-19/+40
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove the loop of calendars when only one is needed
| * | | | | | Remove the loop of calendars when only one is neededAnna Larch2022-10-012-19/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | Merge pull request #34376 from nextcloud/OCP/Calendar/ICalendar-typingCôme Chilliet2022-10-032-27/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add typings to OCP\Calendar\ICalendar and implementation
| * | | | | | | Add typings to OCP\Calendar\ICalendar and implementationThomas Citharel2022-10-032-27/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-10-038-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #34339 from ↵Julius Härtl2022-10-021-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-urls-on-reference-resolving Fix URLs on reference resolving