This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Citadel Server, WebCit, utilities".

The branch, master has been updated
       via  3d018ab3a73445da89c41efdaaa986de1b12a034 (commit)
       via  443e28bffb93d19bee5f23b6ab7eb3e4c5db05be (commit)
       via  79412060b67837fa9abf382f2b5ad7549aacff37 (commit)
       via  e1db8dc1018a6be544dcbfd2901e30eac6769bdb (commit)
       via  19710bbd0199cdd1418a3b885a1f7ab33eb9093a (commit)
       via  9e4c8ba1d0926e41409cfe6c584215a90c952600 (commit)
      from  d4237cff951d6f2589f7ecfcc1861b874e53352e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://code.citadel.org/?p=citadel.git&a=commit&h=3d018ab3a73445da89c41efdaaa986de1b12a034
commit 3d018ab3a73445da89c41efdaaa986de1b12a034
Author: Art Cancro <a...@citadel.org>
Date:   Fri Apr 8 19:13:04 2022 -0400

    Updated LDAP code to be compatible with more modern OpenLDAP API

http://code.citadel.org/?p=citadel.git&a=commit&h=443e28bffb93d19bee5f23b6ab7eb3e4c5db05be
commit 443e28bffb93d19bee5f23b6ab7eb3e4c5db05be
Author: Art Cancro <a...@citadel.org>
Date:   Sat Mar 12 15:47:10 2022 -0500

    derive_uid_from_ldap() converted to use ldap_get_values_len() which is not 
deprecated

http://code.citadel.org/?p=citadel.git&a=commit&h=79412060b67837fa9abf382f2b5ad7549aacff37
commit 79412060b67837fa9abf382f2b5ad7549aacff37
Author: Art Cancro <a...@citadel.org>
Date:   Sat Mar 5 18:30:15 2022 -0500

    Click on a user or their avatar to go to their profile from the forum view

http://code.citadel.org/?p=citadel.git&a=commit&h=e1db8dc1018a6be544dcbfd2901e30eac6769bdb
commit e1db8dc1018a6be544dcbfd2901e30eac6769bdb
Author: Art Cancro <a...@citadel.org>
Date:   Sun Feb 27 13:34:35 2022 -0500

    Wowzers!  Copied the login modal example from the w3css web site.  Looks 
better than what I did ... of course.

http://code.citadel.org/?p=citadel.git&a=commit&h=19710bbd0199cdd1418a3b885a1f7ab33eb9093a
commit 19710bbd0199cdd1418a3b885a1f7ab33eb9093a
Author: Art Cancro <a...@citadel.org>
Date:   Sun Feb 27 12:23:21 2022 -0500

    click on the envelope to go to the inbox

http://code.citadel.org/?p=citadel.git&a=commit&h=9e4c8ba1d0926e41409cfe6c584215a90c952600
commit 9e4c8ba1d0926e41409cfe6c584215a90c952600
Author: Art Cancro <a...@citadel.org>
Date:   Sat Feb 26 16:42:40 2022 -0500

    some comments

-----------------------------------------------------------------------

Summary of changes:
 citadel/ldap.c                      | 431 +++++++++++++++++-------------------
 citadel/modules/vcard/serv_vcard.c  |   2 +-
 textclient/messages.c               |  17 +-
 webcit-ng/api.txt                   |   2 +-
 webcit-ng/ctdlclient.c              |   6 +-
 webcit-ng/forum_view.c              |   5 +-
 webcit-ng/http.c                    |   6 +
 webcit-ng/static/index.html         |   5 +-
 webcit-ng/static/js/login.js        |  42 ++--
 webcit-ng/static/js/user_profile.js |  16 ++
 webcit-ng/static/js/view_forum.js   |   4 +-
 webcit-ng/webcit.h                  |   2 +-
 12 files changed, 275 insertions(+), 263 deletions(-)
 create mode 100644 webcit-ng/static/js/user_profile.js


hooks/post-receive
-- 
Citadel Server, WebCit, utilities

Reply via email to