summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Turkish translationgnome-42Emin Tufan Çetin2023-01-241-4206/+7013
|
* Add Abkhazian translationNart Tlisha2023-01-061-0/+7681
|
* Update Hungarian translationBalázs Úr2022-11-131-18/+7534
|
* Update Indonesian translationKukuh Syafaat2022-11-081-2230/+2303
|
* Update German translationChristian Kirbach2022-10-061-1968/+1995
|
* Update Serbian translationМирослав Николић2022-10-031-1983/+2014
|
* Update Russian translationAleksandr Melman2022-10-011-1848/+2553
|
* Update Croatian translationGoran Vidović2022-09-291-2229/+2303
|
* Update Georgian translationZurab Kargareteli2022-09-291-3599/+5764
|
* Update Portuguese translationHugo Carvalho2022-09-281-2229/+2302
|
* Updated Lithuanian translationAurimas Černius2022-09-271-2226/+2319
|
* Update Brazilian Portuguese translationRafael Fontenelle2022-09-271-2236/+2306
|
* Update Slovenian translationMartin2022-09-271-2519/+2300
|
* Update Ukrainian translationYuri Chornoivan2022-09-261-2241/+2316
|
* po: Merge .source files back to the POTFILES.inMilan Crha2022-09-2624-32/+28
| | | | | | Let the .source files be named as .desktop.in in the sources, thus they are understood to the gettext for the text extraction. It also helps to the Damned Lies (https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/78#note_1402321).
* Update Swedish translationAnders Jonsson2022-09-121-2514/+2309
|
* Post-release version bumpMilan Crha2022-08-051-1/+1
|
* NEWS update for 3.44.43.44.4Milan Crha2022-08-051-0/+12
|
* ESoupSession: Avoid downgrade of Bearer (OAuth2) auth for authenticationMilan Crha2022-07-201-1/+6
| | | | | | When the OAuth2 token expires, the libsoup is notified about it and it can re-authenticate, but this time using a different SoupAuth, which is not desired here, because the OAuth2 is supposed to be used.
* alarm-notify: Use themed icon instead of file icon for notificationsMilan Crha2022-07-201-22/+5
| | | | | | The themed icon allows to use the icon theme the desktop environment uses, instead of the icon theme the alarm-notify uses. The difference can be with symbolic and colored icons.
* Check for non-zero value passed to g_flags_get_first_value()Milan Crha2022-07-182-7/+7
| | | | | | | | | | | When the value is zero, the flag removal does not do anything, which leads to an infinite loop. It is related to a GLib change: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2576 This had been reported downstream: https://bugzilla.redhat.com/show_bug.cgi?id=2107751
* ESoupAuthBearer: Check for token expiration in ↵Milan Crha2022-07-181-12/+13
| | | | | | | | e_soup_auth_bearer_is_authenticated() Consider the auth unauthenticated when the token is missing and also when the token is expired. Without it the code could repeat requests with a wrong token.
* I#407 - IMAPx: Unsubscribed folder always removed from the UIMilan Crha2022-07-181-5/+13
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/407
* Post-release version bumpMilan Crha2022-07-011-1/+1
|
* NEWS update for 3.44.33.44.3Milan Crha2022-07-011-0/+14
|
* ESource: Reconnect signal handlers when the D-Bus 'source' interface changesMilan Crha2022-06-281-7/+35
| | | | | | | It can happen the GDBus object resets the interface on its own. As the ESource connects signals on the 'source' interface, it could happen that the authentication responses were not received due to them being emitted on a new 'source' interface, which the ESource did not listen to.
* I#396 - Camel: Read message ID-s with multiple `@`Milan Crha2022-06-162-22/+33
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/396
* I#393 - Calendar: Correct UNTIL recurrence with midnight startMilan Crha2022-06-072-10/+152
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/393
* I#392 - Sanitize IPv6 proxy address before passing it to WebKitGTKMilan Crha2022-06-061-3/+21
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/392
* I#350 - LDAP: Conditionally use 'description' as NoteMilan Crha2022-06-021-2/+34
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/350
* Disable hardware acceleration for WebKitGTKMilan Crha2022-06-011-0/+1
| | | | | Similar change as had been done in Evolution: https://gitlab.gnome.org/GNOME/evolution/-/commit/98f91f11b86cf1838dc8b1f25260e844d7fc03a2
* I#391 - Tests fail with libphonenumber 8.12.49Milan Crha2022-05-302-2/+2
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/391
* Post-release version bumpMilan Crha2022-05-271-1/+1
|
* NEWS update for 3.44.23.44.2Milan Crha2022-05-271-0/+15
|
* I#359 - CalDAV: Crash on calendar updateMilan Crha2022-05-241-2/+3
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/359
* GOA module: Prevent ESource removal on D-Bus reconnect or registry reloadMilan Crha2022-05-181-8/+17
| | | | | | | | | | | | The GOA module is persistent between evolution-source-registry reloads, which means its `goa_to_eds` hash table could be left filled when the gnome_online_accounts_populate_accounts_table() is called, thus it could remove existing ESource-s, because it looked like the GOA account ID is used by a different ESource. The gnome_online_accounts_populate_accounts_table() is called when establishing a connection to the goa-daemon, which can also happen during runtime.
* I#389 - IMAPx: Fails to create folder with NIL folder hierarchy delimiterMilan Crha2022-05-101-1/+11
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/389
* Fix few memory leaks discovered by Coverity scanMilan Crha2022-05-092-2/+11
|
* I#388 - Google OAuth out-of-band (oob) flow will be deprecatedMilan Crha2022-05-041-7/+55
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/388
* I#1348 - WebDAVCollectionBackend: Removes sources on server errorMilan Crha2022-04-291-2/+58
| | | | Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1348
* ERemindersWidget: Allow width shrink for small screensMilan Crha2022-04-261-16/+35
| | | | | The GtkFlowBox re-flows the widgets for small screens/width, to be able to use the window in such circumstances too.
* I#386 - e-webdav-discover: Fails to find Radicale calendars within ↵Milan Crha2022-04-252-49/+98
| | | | | | collection account Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/386
* Post-release version bumpMilan Crha2022-04-221-1/+1
|
* NEWS update for 3.44.13.44.1Milan Crha2022-04-221-0/+10
|
* ESoupAuthBearer: Implement two more SoupAuth virtual methodsMilan Crha2022-04-211-0/+16
| | | | | | | | | | The can_authenticate() is to let the libsoup know this one cannot be authenticated with a username+password. The authenticate() is implemented just in case. Both had been faced while testing with libsoup3, but can be used with the libsoup2 as well.
* I#381 - EWebDAVSession: Correct extract of href from Location headerMilan Crha2022-03-221-8/+6
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/381
* I#380 - CalDAV: Free / Busy not working with NextcloudMilan Crha2022-03-181-2/+5
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/380
* Post-release version bumpMilan Crha2022-03-181-1/+1
|
* NEWS update for 3.44.03.44.0Milan Crha2022-03-182-1/+11
|
* Update Turkish translationemintufan2022-03-141-8282/+4010
|