Thomas Citharel

Results 79 issues of Thomas Citharel

The page at https://nextcloud.com/sign-up/ contains a placeholder picture instead of the actual service provider card, and the following buttons do not work.

``` TypeError: Return value of OCA\Circles\Model\Member::getCircle() must be an instance of OCA\Circles\Model\Circle, null returned in /var/www/nextcloud/apps/circles/lib/Model/Member.php:672 Stack trace: #0 /var/www/nextcloud/apps/circles/lib/Notification/Notifier.php(206): OCA\Circles\Model\Member->getCircle() #1 /var/www/nextcloud/apps/circles/lib/Notification/Notifier.php(155): OCA\Circles\Notification\Notifier->prepareMemberNotification(Object(OC\Notification\Notification)) #2 /var/www/nextcloud/lib/private/Notification/Manager.php(376): OCA\Circles\Notification\Notifier->prepare(Object(OC\Notification\Notification), 'fr') #3 /var/www/nextcloud/apps/notifications/lib/MailNotifications.php(196):...

1. to develop
bug

It's a required attribute

Needed for https://github.com/nextcloud/server/issues/22379 (no need for notification content, only push). Also a leftover from https://github.com/nextcloud/notifications/pull/59, so it might have other uses. * Move logic from `PushController` to a new `PushService`,...

0. Needs triage
feature: push 📲
feature: backend 🛠️

The full getID3 library seems to support this.

Demo (before changing icon to material) https://user-images.githubusercontent.com/2197836/173613401-972af52b-6ad0-4d68-a7fe-0257ececaae3.mp4

2 - developing
javascript
Feature: Appointments

It uses an old version of `babel-runtime` which can't be used with Node ESM. Reference https://github.com/histoire-dev/histoire/issues/204

Changes seem to be not a worry since 0.7. https://github.com/ueberauth/ueberauth/blob/master/CHANGELOG.md

Changelog: https://docs.python.org/3.11/whatsnew/3.11.html#removed Replacing `getargspec` with `getfullargspec` makes it work correctly, however it's behaviour changes on Python versions < 3.7 : https://docs.python.org/3.11/library/inspect.html#inspect.getfullargspec