gabrielfin

Results 7 issues of gabrielfin

An endpoint that returns all dates with availabilities for a certain month. `/availabilities/dates?month=2022-07&providerId=xx&serviceId=xx` Returns: ```js ["2022-07-05", "2022-07-14", "2022-07-22"] ``` See #1282

Currently, the `/availabilities` endpoint only returns the available hour slots for a specific date. I would like to submit a PR that adds a new endpoint that would return the...

enhancement

This is a feature request to (optionally) define a list of "from" addresses, so that the admin user can only choose one of those as a "from line" in a...

Hi, I'm trying out Linphone for the first time. When I receive a call, the notification shows as a white rectangle at the right bottom edge of the screen. It...

Added option `extensions.contextsearch.showOnly`, comma separated list of search engine names to show in the context menu. Search engines which are not included in that pref are hidden. If pref is...

Defining a nested list (a list of lists) creates a list with all the sublists merged (always, except when the inner list is separated by spaces and the outer one...