summaryrefslogtreecommitdiff
path: root/servers
Commit message (Collapse)AuthorAgeFilesLines
* Enable automatic .gitignore generation.Matthew Barnes2009-11-175-0/+10
| | | | | | Uses Behdad Esfahbod's excellent git.mk script. Also fix some untracked files that the script found.
* Remove the IDL stuff from our pkgconfig files.Matthew Barnes2009-10-271-3/+0
|
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-261-4/+4
|
* Move servers/exchange to evolution-exchange.Matthew Barnes2009-10-08105-33505/+1
|
* Bug 595393 - Use per-target CPPFLAGS in EDSMatthew Barnes2009-10-016-29/+42
|
* Fix return typesKjartan Maraas2009-09-251-6/+6
|
* Bug #581288 - Use GtkBuilder instead of libgladeMilan Crha2009-08-202-2/+0
|
* Bug 591377 – Fails to detect krb5 in configure with -as-neededH.Habighorst2009-08-131-1/+1
|
* Bug #589984 - eds crash trying to create an event.Chenthill Palanisamy2009-07-281-13/+3
|
* Add start date variable to EGwItemCalId.Chenthill Palanisamy2009-07-243-1/+7
|
* More whitespace cleanup.Matthew Barnes2009-07-187-58/+58
|
* Bug #588857 - Allow email notifications for CalDAV on Google serverMilan Crha2009-07-171-1/+3
|
* Handle quota error messages.Chenthill Palanisamy2009-07-142-2/+3
|
* Fix excessive whitespace.Matthew Barnes2009-07-1267-204/+0
|
* Disable debug messages on consoleMilan Crha2009-07-021-1/+0
|
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-06-306-6/+6
|
* Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-1827-181/+52
|
* Fix coding style.Matthew Barnes2009-06-132-58/+58
|
* Added support for GroupWise soap threading.Chenthill Palanisamy2009-06-053-0/+42
|
* Fix a runtime printf format warning.Matthew Barnes2009-06-031-1/+1
|
* Fix compiler warnings in camel.Matthew Barnes2009-06-0134-199/+199
|
* Fix compiler warnings in servers.Matthew Barnes2009-06-0127-336/+527
|
* Fix compiler warnings in calendar.Matthew Barnes2009-06-013-95/+95
|
* Fix compiler warnings in addressbook.Matthew Barnes2009-06-012-11/+11
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-28107-2498/+2499
|
* Whitespace cleanup.Matthew Barnes2009-05-2826-188/+188
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-2710-37/+37
|
* Fix miscellaneous issues causing warnings in Evolution.Matthew Barnes2009-05-266-12/+4
|
* Fixes bug 184554 (bnc) - multiple groupwise open noticiesChenthill Palanisamy2009-05-202-0/+34
| | | | | Store the last modified time from the server to avoid false notifications.
* Bug #580419 - Remove deprecated libgnome dependencyMilan Crha2009-05-191-3/+2
|
* Handle the case of invalid connections in mailer.Chenthill Palanisamy2009-05-191-0/+2
|
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-1614-31/+22
|
* Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-021-1/+1
|
* Deprecate e_source_list_peek_group_by_nameMilan Crha2009-04-242-2/+47
| | | | | | | | | | | | | | | | | | | | ** Fix for bug #569652 * libedataserver/e-source-list.h: (e_source_list_peek_group_by_name): * libedataserver/e-source-list.c: (e_source_list_peek_group_by_name): Deprecated since now, it's not safe for localized names. * libedataserver/e-source-list.h: (e_source_list_ensure_group), (e_source_list_peek_group_by_base_uri), (e_source_list_peek_group_by_properties), (e_source_list_remove_group_by_base_uri): * libedataserver/e-source-list.c: (check_group_property): New API functions. * servers/exchange/storage/exchange-esource.c: (find_account_group), (add_folder_esource): Do not use deprecated e_source_list_peek_group_by_name and add account's uid as a group property.
* Fixes #241604 (bnc).Chenthill Palanisamy2009-04-133-3/+21
| | | | | | Fixes monthly recurring appointments to be created on correct dates. svn path=/trunk/; revision=10206
* Do not disable alarm notifications for foreign calendars fully, only doMilan Crha2009-04-082-2/+8
| | | | | | | | | | | 2009-04-08 Milan Crha <mcrha@redhat.com> * storage/exchange-esource.c: (add_folder_esource): Do not disable alarm notifications for foreign calendars fully, only do not notify for them by default. svn path=/trunk/; revision=10202
* Fixes #465364 (bnc)Chenthill Palanisamy2009-03-052-54/+32
| | | | svn path=/trunk/; revision=10137
* ** Re-fixes bug #570696Matthew Barnes2009-02-274-4/+18
| | | | | | | | | | | | | | | | | 2009-02-27 Matthew Barnes <mbarnes@redhat.com> ** Re-fixes bug #570696 * configure.in: Define GDATA_CFLAGS and GDATA_LIBS and explicitly require libsoup-2.4 and libxml-2.0. * servers/google/libgdata/Makefile.am: * servers/google/libgdata-google/Makefile.am: Replace SOUP_CFLAGS and SOUP_LIBS with GDATA_CFLAGS and GDATA_LIBS. svn path=/trunk/; revision=10108
* ** Fixes bug #572950Matthew Barnes2009-02-263-8/+16
| | | | | | | | | | | | | | 2009-02-26 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #572950 * servers/exchange/lib/Makefile.am: * servers/exchange/storage/Makefile.am: * calendar/backends/caldav/Makefile.am: Fix ordering of -I compiler directives. Patch by Daniel Macks. svn path=/trunk/; revision=10105
* ** Fixes bug #573175Tobias Mueller2009-02-262-5/+13
| | | | | | | | | | | 2009-02-26 Tobias Mueller <tobiasmue@svn.gnome.org> ** Fixes bug #573175 * gdata-google-service.c: Use a proper format string to call g_set_error with. svn path=/trunk/; revision=10103
* Remove unnecessary dependencies from libgdata. Patch by Daniel Macks.Tobias Mueller2009-02-234-13/+4
| | | | | | | | | | | | | | 2009-02-23 Tobias Mueller <tobiasmue@svn.gnome.org> * servers/google/libgdata-google/libgdata-google.pc.in servers/google/libgdata-google/Makefile.am servers/google/libgdata/Makefile.am servers/google/libgdata/libgdata.pc.in: Remove unnecessary dependencies from libgdata. Patch by Daniel Macks. Fixes bug 570696. svn path=/trunk/; revision=10083
* ** Fixes bug #570653Matthew Barnes2009-02-102-2/+8
| | | | | | | | | | | | 2009-02-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #570653 * servers/exchange/storage/exchange-hierarchy-foreign.c: Kill n_std_folders and use G_N_ELEMENTS (std_folders) instead. svn path=/trunk/; revision=10043
* ** Fix for bug #555888Milan Crha2009-02-094-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #555888 * libedataserver/e-proxy.h: * libedataserver/e-proxy.c: Read system proxy setting directly and listen to their changes. EProxy API changed, use e_proxy_peek_uri_for now. * servers/exchange/lib/e2k-context.c: (proxy_settings_changed), (e2k_context_set_auth): * servers/groupwise/e-gw-connection.c: (update_soup_session_proxy_settings): * calendar/backends/google/e-cal-backend-google.c: (proxy_settings_changed), (e_cal_backend_google_set_uri): EProxy API changed, use e_proxy_peek_uri_for now. * addressbook/backends/webdav/e-book-backend-webdav.c: (struct _EBookBackendWebdavPrivate), (proxy_settings_changed), (e_book_backend_webdav_load_source), (e_book_backend_webdav_dispose): * addressbook/backends/google/google-book.c (struct _GoogleBookPrivate), (google_book_dispose), (proxy_settings_changed), (google_book_connect_to_google), (google_book_set_offline_mode): * calendar/backends/http/e-cal-backend-http.c: (begin_retrieval_cb): * calendar/backends/caldav/e-cal-backend-caldav.c: (proxy_settings_changed), (caldav_do_open), (e_cal_backend_caldav_dispose), (e_cal_backend_caldav_init): Use proxy configurable within Evolution. svn path=/trunk/; revision=10040
* Use correct server parameter for getting folder informationSankar P2009-02-042-1/+6
| | | | | | | | | 2009-02-04 Sankar P <psankar@novell.com> * servers/groupwise/e-gw-connection.c: Use correct server parameter for getting folder information svn path=/trunk/; revision=10034
* ** Part of fix for bnc bug #470143Sankar P2009-02-022-12/+21
| | | | | | | | | | | | 2009-02-02 Sankar P <psankar@novell.com> ** Part of fix for bnc bug #470143 * servers/groupwise/e-gw-container.c: Handle a broken server response with GroupWise 7.x server svn path=/trunk/; revision=10024
* ** Fix for bnc bug #470143Sankar P2009-01-282-1/+11
| | | | | | | | | | | | | 2009-01-28 Sankar P <psankar@novell.com> ** Fix for bnc bug #470143 * servers/groupwise/e-gw-connection.c: The server does not like when the name and id view elements are not passed to the getFolderRequest call. Also fixes a bug with the empty container element crash. svn path=/trunk/; revision=9980
* ** Fixes bug #564543Matthew Barnes2009-01-144-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-14 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #564543 * configure.in: Bump gtk_minimum_version to 2.14.0. * libedataserverui/e-categories-dialog.c: * libedataserverui/e-cell-renderer-color.c: * libedataserverui/e-contact-store.h: * libedataserverui/e-destination-store.h: * libedataserverui/e-name-selector-dialog.c: * libedataserverui/e-name-selector-dialog.h: * libedataserverui/e-name-selector-entry.h: * libedataserverui/e-name-selector-list.c: * libedataserverui/e-passwords.c: * libedataserverui/e-source-option-menu.c: * libedataserverui/e-source-selector-dialog.c: * libedataserverui/e-tree-model-generator.c: * libedataserverui/e-tree-model-generator.h: Fix what we can with GSEAL_ENABLE defined. * calendar/backends/caldav/e-cal-backend-caldav.c (caldav_debug_setup): * servers/exchange/lib/e2k-context.c (e2k_context_set_auth): Call soup_session_add_feature() instead of soup_logger_attach(). * servers/exchange/lib/e2k-context.c (e2k_context_fba): * servers/google/libgdata-google/gdata-google-service.c (gdata_google_service_authenticate): Call soup_form_encode_hash() instead of soup_form_encode_urlencoded(). svn path=/trunk/; revision=9932
* ** Fix for bug #518920Chow Loong Jin2009-01-122-1/+32
| | | | | | | | | | | | | 2009-01-12 Chow Loong Jin <hyperair@gmail.com> ** Fix for bug #518920 * servers/exchange/lib/e2k-context.c (e2k_context_fba): Handle relative URIs in value of action attribute of form in form-based authentication. svn path=/trunk/; revision=9924
* ** Fix for bnc bug #446290Sankar P2009-01-022-2/+10
| | | | | | | | | | | | 2009-01-02 Sankar P <psankar@novell.com> ** Fix for bnc bug #446290 * camel/providers/groupwise/camel-groupwise-folder.c: * servers/groupwise/e-gw-connection.c: Parallel clients support and (un)read count handling svn path=/trunk/; revision=9859
* ** Part of fix for bnc bug #448079Sankar P2008-12-262-25/+37
| | | | | | | | | | | | | | 2008-12-26 Sankar P <psankar@novell.com> ** Part of fix for bnc bug #448079 * servers/groupwise/e-gw-connection.c: Invalid memory access prevention and avoid a potential time_t issue. Reformat the function. svn path=/trunk/; revision=9853