Code Monkey home page Code Monkey logo

contagged's People

Contributors

araname avatar cweiske avatar giner avatar marcovanbeek avatar p-walker avatar pghmcfc avatar piccardi avatar splitbrain avatar tuharsky avatar xpufx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

contagged's Issues

Direct url doesn't work just after browser starts

Problem is that if I use direct link to search or get contact (for example http://contagged/index.php?search=myname) it does't work if I didn't open address book before since I open a browser and browser redirect me to logon.php. If I use this URL again - it works without any problems.
Additional info:

  • anonymous binding
  • userlogreq = 0

I've made some investigation and found workaround but, unfortunately, I'm a little bit confused with the code and I'm not sure this is a good way to fix the issue.

Index: inc/functions.php
===================================================================
--- inc/functions.php   (リビジョン 13)
+++ inc/functions.php   (作業コピー)
@@ -34,7 +34,7 @@
     $_SESSION['ldapab']['password'] = $p;
   }
 
-  if(empty($_SESSION['ldapab']) ||
+  if(/*empty($_SESSION['ldapab']) ||*/
      !do_ldap_bind($_SESSION['ldapab']['username'],
                    $_SESSION['ldapab']['password'],
                    $_SESSION['ldapab']['binddn'])){

German Umlaute in vcard / csv export

I've installed and configured Contagged and love it. But I still get an Error with Germen Umlaute (ä ö ü ß) when I want to export the Contact csv or vcard. For Example München shows up as München. I think there is a special utf8 or other language setting on the server or in contagged itself.
Can anybody give me a hint?

Please add fields departmentnumber, title, roomnumber

Please, add these fields to personal data displayed on entry page:

-Department Number (placed below Department field. LDAP attribute: departmentNumber)
-Title (placed below, represents the characteristics of the subject e.q. organizational role. LDAP attribute: title)
-Room Number (placed below. LDAP attribute: roomNumber)

Thank You for the simple yet powerful Contagged package.

PHP7 support

The call @set_magic_quotes_runtime(0); is deprecated in php7 ...

error on tags.php when I click on tags

Hi,
I have included your extended schema to LDAP, I can add tags, I can use tags, I can search by tags, but when I click on Tags on upper menu, I get this error:
Fatal error: Call-time pass-by-reference has been removed in //tags.php on line 38
I'm using latest version 0.7.2

Error after login when "Stay logged in on this computer" is checked

The following error is shown on a blank page after login, when "Stay logged in on this computer" is checked on the login page.

Warning: trim() expects parameter 1 to be string, array given in /var/www/html/inc/functions.php on line 156
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/inc/functions.php:156) in /var/www/html/inc/functions.php on line 145
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/inc/functions.php:156) in /var/www/html/login.php on line 27

Even though the error shows up, the login seems to work. After a refresh of the page the user is logged in and the contacts are presented as expected.

My installation is as follows

  • contagged 0.8.0
  • php 5.6.33
  • Red Hat directory server (ldap)
  • no anonymous bind
  • public address book is only viewable by logged in users

access possible without login

Hi,
Longtime user of the software, but my latest experience is not so positive: I was alerted 1 hour ago that our entire addressbook was indexed and made available by Google...
Two weeks ago I migrated the server from Debian Jessie to Debian Buster, and with it jumped to PHP 7.3. Due to that jump, I encountered some PHP warnings and errors and noticed that you had tackled all of those in the master branch, so I decided to download and use the version in master.
I have now added basic auth to this Apache virtualhost and will concentrate on getting Google to delete its cache.
Do you know how this can happen?

Errors writing to data base following upgrade

I originally installed Contagged in 2011 and it was working well. Sometime ago I updated Contagged to 0.7.2 and I started experiencing errors when editing entries although entries have been updated. I've just discovered I cannot create new entries. I've now installed 0.8.1 but still problems.

Essentially the error reported is Objectclass violation (mod c) when editing and Object class violation 'no such object' when adding new entry when the following is also displayed: The requested entry 'uid=152889724820991371, ou=contacts, dc=lingbrae' was not found.

The change I can see is the uid which is now an extended timestamp but I don't see why that would cause the not found error.

I'm guessing there's some change which I've failed to manage and I was wondering is someone could show me the light.

Many thanks

Diacritical alphabetical sort for searched list

Hi,

the Contagged respects the national alphabet sort order nice and well with the bookmarks on the left side (these letter-only search-capable). However, when I search for people using any filter, built-in or string, the resulting list is not sorted accordingly to the national alphabet (including diacritical symbols).

Please, could You correct this?

vcards need newline at the end and CRLF

to have valid vcards, there needs to be a newline at the end after END:VCARD

Also, newlines need to be carriage return + linefeed - currently, it's only newline.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.