Commit Graph

10885 Commits

Author SHA1 Message Date
e6e05e283c reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table 2006-06-23 01:28:47 +00:00
e457717dde reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table 2006-06-23 01:27:56 +00:00
8383d58c50 reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table 2006-06-23 01:27:40 +00:00
1cfeb896a7 reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table 2006-06-23 01:27:03 +00:00
f414fbb31c install check for filemanagers webdav support (PEAR::HTTP_WebDAV_Server) 2006-06-23 00:14:40 +00:00
1b39b7d4fb fixed wrong attribute name as reported by Bastian Schern from the german list 2006-06-23 00:06:27 +00:00
c28dfbcf37 typo 2006-06-22 21:14:39 +00:00
12e821b883 fixed date-widget for 12h timeformat:
- replaced extra am/pm radio buttons with single selectbox with times includeing am/pm (works much better with the existing layouts)
- fixed wired 12h clock: 12am,1am-11am,12pm,1pm-11pm (0-23h)
- added an select-hour widget to the select-widgets for the above
2006-06-22 16:14:08 +00:00
19f65c4c0a capitalized the app-name (as in the german translation) 2006-06-22 13:53:27 +00:00
ec8bc31682 fix for empty webserver_url (eGW installed in docroot) 2006-06-22 05:38:31 +00:00
16c087b605 - setup-cli can now set/change the default EMailAdmin profile
- setup-cli --help has now subsections for header and config
2006-06-22 03:40:18 +00:00
5f41dd5512 fixed now working contact-data-edit of accounts via admin for accounts in ldap 2006-06-21 23:14:18 +00:00
5d30855ed1 - fixed not working add of new accounts (due to addressbook acl, which allows not to add accounts via the addressbook)
- invalidate the cache of the accounts-class if contact-data of an account get changed
2006-06-21 23:13:37 +00:00
185b151ae9 - fixed not working add of new accounts (due to addressbook acl, which allows not to add accounts via the addressbook)
- invalidate the cache of the accounts-class if contact-data of an account get changed
2006-06-21 23:12:45 +00:00
860ee3f50b fix to be able to set the email-address against the policy on add (update already worked) 2006-06-21 22:43:50 +00:00
9009a314a8 moved gdcheck to projectmanager and projects 2006-06-20 23:08:36 +00:00
45b93c09ce check_install reads now further checks from the setup.inc.php file of the apps 2006-06-20 23:02:03 +00:00
772d883290 check_install reads now further checks from the setup.inc.php file of the apps 2006-06-20 23:00:55 +00:00
28e9219017 improved support for the american date/time formats 2006-06-20 19:55:06 +00:00
a018b89b84 make the sidebox entries consistently start with a capital letter 2006-06-20 18:22:40 +00:00
037520353f capitalize view names 2006-06-20 18:21:22 +00:00
23ac553d70 Fix for types other than md5 and crypt, e.g. SSHA where the the type is contained in the text of the password 2006-06-20 09:50:00 +00:00
1961bf2170 fixed IE problem with the improved calendar code in trunk 2006-06-19 20:46:25 +00:00
884fb63a94 fix for participants and nexthaus client 2006-06-18 07:10:53 +00:00
30336978f9 improved emulation of old contact class 2006-06-18 05:07:24 +00:00
93c8753b73 improved emulation of old contact class 2006-06-18 05:07:10 +00:00
d7fee19ad7 translations 2006-06-18 05:04:26 +00:00
e5abeeeded quitend warning if search is empty 2006-06-18 05:04:01 +00:00
591444be4b dont update the content-history, if we run inside setup (admin-account-creation) 2006-06-18 05:03:35 +00:00
4e2ed78789 prevent invinit recursion if read_repository() is called without $this->account_id set 2006-06-18 04:58:02 +00:00
9f59a77b85 moved contact-data (firstname, lastname and email) from the account-table to the contact table:
- all (sql) accounts have now allways a contact associated with them (account_id is added as new column to the contacts table)
- contacts queries are simplefied a lot now, as no more join with the accouns-table, union and case when statesments are necessary
- lot of the special handling for accounts in the contacts class is no longer needed
- new contact-repository mode "sql-ldap" which additional writes all changes to the ldap repository, to allow to use it read-only from eg. thunderbird and still have the full sql speed and features within eGW (not yet fully working!)
==> requites update of API and addressbook to work (setup!)
2006-06-17 18:50:07 +00:00
61b6d0b993 moved contact-data (firstname, lastname and email) from the account-table to the contact table:
- all (sql) accounts have now allways a contact associated with them (account_id is added as new column to the contacts table)
- contacts queries are simplefied a lot now, as no more join with the accouns-table, union and case when statesments are necessary
- lot of the special handling for accounts in the contacts class is no longer needed
- new contact-repository mode "sql-ldap" which additional writes all changes to the ldap repository, to allow to use it read-only from eg. thunderbird and still have the full sql speed and features within eGW (not yet fully working!)
==> requites update of API and addressbook to work (setup!)
2006-06-17 18:47:02 +00:00
e57d634c33 enabling the session cache for sql too 2006-06-17 18:40:07 +00:00
96ba93f773 use the new type parameter for accounts::name2id to specify accounts 2006-06-17 18:38:32 +00:00
0af8df4caa new param to not invalidate the session-cache 2006-06-17 18:37:35 +00:00
07df005b44 so_sql::search() was loosing filters, sql-strings (int keys) where writen with that key, instead with [] 2006-06-17 18:30:38 +00:00
5dc4617462 setting the default for encrypt_ldap() to des and not just return false, the default is needed if you never saved setup >> config 2006-06-17 16:04:35 +00:00
4d200374a2 fix: load translation only if a gui is involved 2006-06-16 15:14:31 +00:00
ae661608ab allow to use an url (eg. "ldaps://domain.com") instead just a domain name 2006-06-16 04:54:55 +00:00
5acd64e429 further improved the detection of "real" links 2006-06-16 04:53:52 +00:00
946efce9a1 improved emulation of old contact class 2006-06-16 04:47:22 +00:00
2409fdaae4 new email-address-selection popup for felamimail 2006-06-16 04:45:55 +00:00
3992f7eef8 new email-address-selection popup for felamimail 2006-06-16 04:44:58 +00:00
20032be59d fixed migration (was for testing purpose fixed to LDAP --> SQL) 2006-06-16 01:07:36 +00:00
b8074706e4 some fixes for the email search in the new felamimail 2006-06-15 22:05:27 +00:00
d02c93748a added title for links option to label widget 2006-06-15 21:57:21 +00:00
5f35a0cf8b try using xet files if db is not availible (eg. early setup stage) 2006-06-15 21:52:40 +00:00
e14cc06c49 Correct spelling of function name. More to come... 2006-06-15 11:38:21 +00:00
b978be2eec removed the leading space, thanks to Bastian Schern from the german list 2006-06-15 05:31:56 +00:00
8aa7063c94 fix 2006-06-14 23:43:53 +00:00