| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
We need to use something else to be Y2038-proof.
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/117
|
| |
|
|
|
|
|
| |
No need to create new detached instances when discarding an alarm, better
to update the main component with the new acknowledge date/time.
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/119
|
| |
|
|
| |
Closes: https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/110
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/432
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/79
|
| |
|
|
|
|
|
| |
Add a static capability and set it on backends, which can read/write
the ESTIMATED-DURATION property.
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1645
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/365
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/72
|
| |
|
|
|
|
| |
The free_calendar_data() is called from a dispose() function, which
can be called several times, thus make sure the e_intervaltree_destroy()
is called only if the interval tree is still a non-NULL pointer.
|
| |
|
|
|
|
|
|
| |
The ECalComponent needs to read/write the range kind, thus it's preserved.
The backends need to read the kind and update the local components properly,
when an update of the component is received.
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1527
|
| |
|
|
|
|
|
|
| |
Touches the 'file' and the 'CalDAV' backends, storing the current time
when the reminder had been dismissed. The reminder watcher ignores
any reminders, which are scheduled before the acknowledged time.
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/295
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/65
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/53
|
| |
|
|
|
|
| |
These changes were generated by using the software “Coccinelle 1.0.8”.
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/265
|
| |
|
|
|
|
|
| |
sources ][
Also notify about a change of the backend property, thus the client side
refreshes its cache with the new value.
|
| |
|
|
|
| |
This email address can be used as a default organizer or an email reminder
address.
|
| |
|
|
| |
Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1014
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution/issues/831
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/179
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/merge_requests/32
|
| |
|
|
|
|
| |
This is used for calendar backends referencing custom files and it allows
to tell the backend whether the calendar should be opened in writable way.
It doesn't force writable open for files which cannot be open in write mode.
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/117
|
| | |
|
| | |
|
| |
|
|
|
| |
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/83
and https://gitlab.gnome.org/GNOME/evolution-data-server/issues/85
|
| |
|
|
| |
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/33
|
| | |
|
| |
|
|
|
| |
Reported downstream as:
https://bugzilla.redhat.com/show_bug.cgi?id=1660257
|
| |
|
|
| |
Closes https://bugzilla.gnome.org/show_bug.cgi?id=606071
|
| |
|
|
| |
Related to https://gitlab.gnome.org/GNOME/evolution/issues/37
|
| | |
|
| |
|
|
|
|
| |
Let the file calendars return also X-SUMMARY and X-LOCATION information
in the Free/Busy response, thus the UI part can show what the occupied time
is for.
|
| | |
|
| |
|
|
|
|
| |
This is to be used to generate unique IDs without host name in the result
string. It replaces e_cal_component_gen_uid() and can be used for vCards
and other similar places as well.
|
|
|
Let's have it as it's common to be, which means top level src/ for
sources, single data/ for data, and so on.
|