Commit Graph

1355 Commits

Author SHA1 Message Date
d4760bb15c renamed our db-class to egw_db to allow easier integration of other code (eg. Lars SyncML stuff which is partially from horde) 2005-06-19 12:43:00 +00:00
f5956885c1 quitend warning, if no api translation exists 2005-06-17 07:23:24 +00:00
0f3a8137e6 fixed wrong Windows detection and changed default path to show slashes on windows too 2005-06-16 05:34:48 +00:00
1d68ccb070 replace hardcoded links to home.php with links to home/index.php 2005-06-15 11:16:27 +00:00
13b7af769f Correct word is authentication 2005-06-11 20:45:42 +00:00
8d11846c4f bug 1211849 2005-06-02 18:15:34 +00:00
93ac857bd2 as any of the user supplied password and the stored password
can be md5 or clear text, we convert both to md5 and compare always
the md5 hashs
2005-05-29 08:03:01 +00:00
ae3da17939 ldapmodify was not working any more, fixed it now: phpgw --> egw 2005-05-22 20:07:16 +00:00
5b1996b1f1 Fixed incorrect phrase header 0assword 2005-05-20 13:02:14 +00:00
f18f12fab1 missing phrase 2005-05-19 06:54:38 +00:00
3adb0e569a 2 bugfixes and some clean-ups:
- db::Halt_on_Error was not set, because of typo
- new md5 encrypted PW in cookie was again md5 encoded on each submit
2005-05-19 06:32:42 +00:00
7c5b4d93c0 Fix for BUG 1167158. Now setting cookie as encoded password vs. plaintext. 2005-05-16 00:42:05 +00:00
b883eca49d new auth_ads class:
- only needs host- and domain-name
- needs NO extra account on the ADS host
- can be used with accounts in SQL or LDAP to auto-create autheticated users
- new param to lowercase the user-names before auto-creating them (to deal with case-insensitve and case-sensitive system)
2005-05-13 15:58:10 +00:00
53eff000eb fixed ldapexport:
- was not setting the required account_primary_group attribute
- still used / created a phpgw object
- removed some sorting code without function
2005-05-13 13:41:26 +00:00
632a990cfb added support for authentication via cookie. NOTE: you have to enable this in setup if u want to use it. 2005-05-11 18:25:17 +00:00
545742c4ee honor ldap protocol version setting 2005-05-07 20:56:45 +00:00
296c82f996 *** empty log message *** 2005-04-24 21:30:37 +00:00
33d296114f Finnish langfiles from Jussi Siponen - jusiponen-at-users.sf.net 2005-04-15 15:21:52 +00:00
b4c9197e20 Russian langfiles from ReklamaLab.RU 2005-04-15 15:03:28 +00:00
81628eaf81 Croation translations from Mladen Novosel <mnovosel-AT-info-sol.net> 2005-04-15 10:22:31 +00:00
3edee1577f *** empty log message *** 2005-03-26 22:13:10 +00:00
f2a93fa910 *** empty log message *** 2005-03-26 22:00:50 +00:00
729b34782e fix of last commit, was setting up a reference to itself and not to the old phpgw_info 2005-03-25 09:21:23 +00:00
4e2bce12e6 modernized code and fixed problem reported on the list: new installs cant create admin-account due to not longer existing phpgw class in the api 2005-03-24 13:15:12 +00:00
7bccad3c7c removed instanciation of not existing app_registry class 2005-03-04 15:54:15 +00:00
c205597803 missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}'] 2005-03-04 15:00:33 +00:00
5f71a7e50a fix to work with an old header (to be able to upgrade) 2005-03-04 14:44:21 +00:00
54061abe26 missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}'] 2005-03-04 14:43:14 +00:00
b6883d59e8 1) fixed setup-detection, to allow login into setup again
2) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
3) moved setup-classes from phpgwapi/inc back to setup/inc (they are not used anywhere else, but in setup)
2005-03-04 12:40:28 +00:00
5ea9e21428 not used (anymore) 2005-03-04 12:32:37 +00:00
9a6b90e78f 1) enabled DB support additionaly for:
- Oracle via oci8 or odbc extension
- MsSql via odbc extension
2) added checks for the neccesary extension incl. loading them if they are not loaded by default: db extensions and session extension. This is now consitent wiht check_install.
3) sessions class tries now to load the php session extension and silently fallbacks to db-sessions
2005-02-25 07:45:37 +00:00
c49b663fae checking for the session extension 2005-02-21 08:01:33 +00:00
29997ba72f bug 1112125 2005-01-29 19:36:06 +00:00
a06003edef *** empty log message *** 2005-01-29 13:05:52 +00:00
eaf5c6e044 lang file from ReklamaLab.RU 2005-01-16 23:31:05 +00:00
b25004f3e1 *** empty log message *** 2004-12-31 12:03:20 +00:00
c701fd5a44 *** empty log message *** 2004-12-15 15:30:44 +00:00
4c3d73a5a3 update the slovenian lang file from orb_ter 2004-11-29 16:27:39 +00:00
ecc16190b3 Move newconfig to config 2004-11-28 18:38:50 +00:00
bfe146ef78 *** empty log message *** 2004-11-27 23:35:32 +00:00
24a8574c66 update slovenian lang file 2004-11-24 16:35:19 +00:00
64976f0b1c support to set the client-encoding (charset) for the DB and select a system-charset (utf-8 or others) at installation time 2004-11-21 09:44:02 +00:00
6d13221328 test version of config.php using the new validation hook for certain settings; if this works, rename to config.php and commit 2004-11-20 15:10:26 +00:00
071edecfe0 Add new file to check configured items, including files directory and mcrypt tests; use with newconfig.php, to be renamed to config.php if this works for everyone. 2004-11-20 15:09:20 +00:00
4ea51095d5 Use application name if title is not set in setup.inc.php for upgrade, install, etc. 2004-11-17 13:37:33 +00:00
272be2942b fixed spelling error which caused the green check to displayed at the admin-account section even if no user accounts exist 2004-11-17 12:46:02 +00:00
ad14df2830 Select file repository: option to allow vfs_sql2, required for FilesCenter 2004-10-27 23:40:47 +00:00
e69b1c0f96 Spell-check new db backup function 2004-10-26 12:59:15 +00:00
521c73a38a added possebility to make an utf-8 installation right from the start (no need to convert the DB later) plus some other UI cosmetics 2004-10-23 15:01:58 +00:00
630c88d766 reworked installation/upgrade process to not use delta-updates any more, as we can now reliable read the schema back from our supported databases:
- makes update scripts a lot easier and saver
- updates are a lot faster now
==> only the needed update-functions get called
2004-10-23 15:00:44 +00:00