summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Polish translationPiotr Drąg2023-03-051-420/+456
|
* Update Korean translationChangwoo Ryu2023-03-051-2254/+2667
|
* Update Russian translationAleksandr Melman2023-03-041-73/+89
|
* Update French translationJean-Marc Tissières2023-03-031-2285/+2701
|
* Post-release version bumpMilan Crha2023-03-031-1/+1
|
* NEWS update for 3.47.33.47.3Milan Crha2023-03-031-0/+27
|
* Update Swedish translationAnders Jonsson2023-03-021-6415/+6432
|
* Update Occitan translationQuentin PAGÈS2023-03-011-444/+448
|
* Update Slovenian translationMatej Urbančič2023-02-271-1547/+1020
|
* Update Lithuanian translationAurimas Černius2023-02-261-65/+81
|
* Update Portuguese translationHugo Carvalho2023-02-261-76/+86
|
* Update Danish translationAlan Mortensen2023-02-261-4302/+7329
|
* Update Basque translationAsier Sarasua Garmendia2023-02-261-417/+434
|
* Update Turkish translationSabri Ünal2023-02-261-176/+195
|
* I#276 - alarm-notify: Incorrectly handles changes in recurring eventsMilan Crha2023-02-2310-196/+514
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/276
* Update Galician translationFran Dieguez2023-02-231-68/+84
|
* Update German translationJürgen Benvenuti2023-02-211-70/+86
|
* OAuth2 credentials prompter: Log what URI is being opened in the WebKitWebViewMilan Crha2023-02-211-0/+4
| | | | | | There is logged what URI had been loaded, but not what URI had been opened. These can differ, when the server redirects the used URI to a different place.
* Update Hungarian translationBalázs Úr2023-02-211-604/+587
|
* Update Ukrainian translationYuri Chornoivan2023-02-201-77/+91
|
* Update Indonesian translationKukuh Syafaat2023-02-201-43/+59
|
* I#453 - build: Make it possible to override C++ standard ][Milan Crha2023-02-202-1/+4
| | | | | | | | Use target_compile_features() instead of global C++ standard variable, which allows to define minimum version for the target, instead of forcing certain version for the whole project. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/453
* I#454 - libedataserverui: Tweak lookout of the Trust Prompt dialogMilan Crha2023-02-201-12/+22
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/454
* Update Spanish translationDaniel Mustieles2023-02-161-111/+90
|
* I#453 - build: Make it possible to override C++ standardMilan Crha2023-02-151-1/+1
| | | | | | | | When the variable is cached, it can be overridden by the caller, thus when libraries like libphonenumber require certain version of the C++ standard, it can be set from the outside. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/453
* Update Lithuanian translationAurimas Černius2023-02-131-445/+407
|
* Post-release version bumpMilan Crha2023-02-101-1/+1
|
* NEWS update for 3.47.23.47.2Milan Crha2023-02-101-0/+38
|
* I#452 - CalDAV: Can fail to refresh content in some casesMilan Crha2023-02-081-0/+3
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/452
* Update Galician translationFran Dieguez2023-02-051-2324/+2434
|
* Update Indonesian translationKukuh Syafaat2023-02-041-2262/+2655
|
* IMAPx: Folder refresh could remove new message from local summaryMilan Crha2023-02-031-6/+13
| | | | | | | | | | It could happen that while the folder had been refreshing, another part added a new message to it, like a filter copying the message, which the refresh part evaluated as the new message in the summary had been removed, because it was not part of the 'known_uids', thus it had been removed from the local summary. The message was still available in the folder on the server, thus the next time the folder was refreshed it re-added the new messages back to the local summary.
* M!114 - OAuth2: use WebKitNetworkSession to manage proxy settingsMichael Catanzaro2023-02-011-4/+36
| | | | | With WebKitGTK 2.39.6, network proxy settings moved from WebKitWebsiteDataManager to WebKitNetworkSession.
* M!114 - OAuth2: stop trying to disable WebKit pluginsMichael Catanzaro2023-02-011-1/+0
| | | | | WebKitGTK removed support for plugins in 2.32, but evolution-data-server already requires 2.34 at least. This property is gone in 2.39.5.
* Update Spanish translationDaniel Mustieles2023-02-011-4490/+6944
|
* OAuth2: Extract returned information from URI query or fragmentMilan Crha2023-02-011-22/+47
| | | | | The server can return requested information, or an error, either in the URI's query or in the fragment. Let the code try both places.
* Update German translationJürgen Benvenuti2023-02-011-358/+370
|
* Parse URI strings into GUri in a relaxed modeMilan Crha2023-01-318-9/+9
| | | | | | | | | The provided URI strings can be sometimes incorrectly constructed, like an `@` in the user name part not being encoded, which causes incorrect parse into the GUri without the relaxed mode (it stops parsing the user information on the first `@`, not the second), leading into an incorrect host name. Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2228
* Update Catalan translationJordi Mas2023-01-301-10/+40
|
* OAuth2: Show errors returned by the server in the prompt windowMilan Crha2023-01-306-137/+266
| | | | | | | | | | The OAuth2 wizard can end with an empty web view, not showing any clue what is wrong, only in the current URL, where it's too easy to overlook the real reason why the OAuth2 wizard doesn't continue. This change shows the error message in the web view/GUI. It also adds default implementations for the authorization code and an error message extraction from the URI, to avoid code duplication.
* Update Russian translationAleksandr Melman2023-01-291-403/+404
|
* Update Catalan translationJordi Mas i Hernandez2023-01-291-4400/+7394
|
* Update Ukrainian translationYuri Chornoivan2023-01-271-468/+450
|
* ews-I#210 - Add option to always use HTTP/1Milan Crha2023-01-264-1/+126
| | | | | | | This adds the functionality into the ESoupSession, thus it can be reused by other parts, if needed. Related to https://gitlab.gnome.org/GNOME/evolution-ews/-/issues/210
* Update Hebrew translationYosef Or Boczko2023-01-251-2321/+2628
|
* Update Portuguese translationHugo Carvalho2023-01-251-403/+404
|
* M!113 - Don't accidentally disable sandbox for GTK 3 usersMichael Catanzaro2023-01-231-1/+1
| | | | | | In !112 I removed the sandbox enable call because it's gone in the GTK 4 API where the sandbox is now mandatory. But this code is built for GTK 3 as well, so where the call is still required.
* Update Turkish translationSabri Ünal2023-01-221-6320/+6320
|
* evo-I#2161 - Mail: Add 'Learn as Junk' message filter actionMilan Crha2023-01-201-0/+1
| | | | Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/2161
* M!112 - Update for removal of WebKitGTK sandbox APIMichael Catanzaro2023-01-191-0/+2
| | | | | WebKitGTK 2.39.5 contains an ABI break. The sandbox is now mandatory, so the function to enable/disable it has been removed.