Commit Graph

1614 Commits

Author SHA1 Message Date
86be53f4a3 showing ssha as default and sorting it as top option 2011-05-04 13:47:44 +00:00
f0aa9131d1 fix bug on failed install of new instances 2011-05-04 13:45:01 +00:00
2ca98f1fa3 - fixed with ssha not working migration from sql <--> ldap
- using 16 char salt for ssha and smd5 as eclipse ldap admin does
- remove auth::hash_sql2ldap() method, as it is now in setup/inc/class.setup_cmd_ldap.inc.php
- added ability to create uid dn in setup_cmd_ldap subcommand create_ldap
2011-05-04 09:46:18 +00:00
57fc9c63fc - fixed with ssha not working migration from sql <--> ldap
- using 16 char salt for ssha and smd5 as eclipse ldap admin does
- remove auth::hash_sql2ldap() method, as it is now in setup/inc/class.setup_cmd_ldap.inc.php
- added ability to create uid dn in setup_cmd_ldap subcommand create_ldap
2011-05-04 09:42:50 +00:00
897ea9216f * Setup: making SSHA (salted sha1) hashes the default password hash for SQL and LDAP
- fixing not working ssha hashes if mb_string.func_overload > 0 set
2011-05-04 07:56:09 +00:00
457e79454d * Setup: making SSHA (salted sha1) hashes the default password hash for SQL and LDAP
- fixing not working ssha hashes if mb_string.func_overload > 0 set
2011-05-04 07:52:45 +00:00
5ea2945538 allow to return passwords hashes as array 2011-04-01 14:00:25 +00:00
b924262b2f * give everyone implicit rights for home app, as taking them away makes to many support problems 2011-03-30 08:00:14 +00:00
4039fdf415 * give everyone implicit rights for home app, as taking them away makes to many support problems 2011-03-30 07:54:29 +00:00
70c105d2ec only register hooks for installed applications 2011-03-28 17:54:02 +00:00
4c9b620657 missing auth_type_activesync hook 2011-03-28 17:29:07 +00:00
ea1ef050b8 allow to set auth type used for activesync in setup 2011-03-28 09:45:28 +00:00
374b65e0b8 Add link to find and register all application hooks 2011-03-23 16:19:32 +00:00
e33aa2978c * API/Authentication: add fallback to sql for mail authentication. 2011-03-23 13:19:48 +00:00
b2ef231049 adding German Translations 2011-03-21 14:19:02 +00:00
ea989a2af8 dont show vfs_storage_mode "custom", if not custom 2011-03-07 14:15:44 +00:00
864b62ef96 dont show vfs_storage_mode "custom", if not custom 2011-03-07 14:14:49 +00:00
4c23f9c8a5 * removing memory limit from backup download, by switching off output buffering and zlib output compression 2011-02-25 13:14:33 +00:00
403600fdd9 * removing memory limit from backup download, by switching off output buffering and zlib output compression 2011-02-25 13:13:40 +00:00
9b76ad4dcc use /usr/bin/tnef if available, before search tnef or ytnef via which in the path, to cope with system having it NOT in the path, but at its standard location 2011-02-22 13:17:52 +00:00
68e369cdd7 use /usr/bin/tnef if available, before search tnef or ytnef via which in the path, to cope with system having it NOT in the path, but at its standard location 2011-02-22 13:09:09 +00:00
b0e090545f * fixed "undefined function lang_select" issue, if no cookies are allowed, also showing again language selection for new installs 2011-02-03 02:07:36 +00:00
d5a4b78bae * fixed "undefined function lang_select" issue, if no cookies are allowed, also showing again language selection for new installs 2011-02-03 02:01:48 +00:00
792e0af077 Remove configuration when removing an app 2011-02-02 15:53:45 +00:00
18882c57c7 Remove an app's categories when removing the app 2011-02-02 00:45:54 +00:00
28d2b6b072 Update for translations in trunk 2011-01-30 12:53:49 +00:00
f595a3f334 do NOT allow to change backup_files config if backup is called outside of setup, as it can have a huge impact on the server 2011-01-20 22:21:34 +00:00
3afe73c701 do NOT allow to change backup_files config if backup is called outside of setup, as it can have a huge impact on the server 2011-01-20 22:17:06 +00:00
b113030cf9 tracker #2789 2011-01-02 15:11:27 +00:00
ad557993a5 Update spanish translation, and some polish files 2011-01-01 23:22:08 +00:00
dbfb13ce5c fix broken alternating line colors 2010-12-19 21:16:43 +00:00
c9fcff4026 * fixed not working automatic install (stalls after installing core apps, because existing tables get NOT refreshed) 2010-12-01 11:27:33 +00:00
ac431bfbcf extending check install for optional tnef/ytnef check used by FeLaMiMail to decode winmail.dat files/attachments; Provided by HJTappe; Adding check for PEAR::MailMime and PEAR::Mail_mimeDecode used by FeLaMiMail to import message/rfc files to a mailbox 2010-10-20 09:42:32 +00:00
dd66355a38 * added valid timezone set in php.ini check 2010-09-29 09:16:16 +00:00
8be6483a2a * added valid timezone set in php.ini check 2010-09-29 09:15:29 +00:00
d48410034c fix an other PHP5.3 deprecated error 2010-09-27 14:41:29 +00:00
453945c9c9 fix an other PHP5.3 deprecated error 2010-09-27 14:28:36 +00:00
4eb99ac1c1 several fixes around jpgraph:
- fixed wrongly reported jpgraph path "/jpgraph", if open_basedir is active and parent of EGroupware dir not accessible
- detect if jpgraph.php is direct in jpraph directory or in src subdirectory
- allow to specifiy arbitrary jpgraph path via defining EGW_JPGRAPH_PATH (eg. in header.inc.php)
--> should fix most jpgraph related issues
2010-09-25 07:47:19 +00:00
83a9c7253c several fixes around jpgraph:
- fixed wrongly reported jpgraph path "/jpgraph", if open_basedir is active and parent of EGroupware dir not accessible
- detect if jpgraph.php is direct in jpraph directory or in src subdirectory
- allow to specifiy arbitrary jpgraph path via defining EGW_JPGRAPH_PATH (eg. in header.inc.php)
--> should fix most jpgraph related issues
2010-09-25 07:38:27 +00:00
5e57d48378 Missing spanish translation 2010-09-19 12:34:13 +00:00
01606e99a7 fixed SQL error in install from backup, as suggested by Hans-Jürgen 2010-09-18 17:11:47 +00:00
22392e54b0 fixed SQL error in install from backup, as suggested by Hans-Jürgen 2010-09-18 17:10:35 +00:00
c35b8d904c removed old jpgraph version and added setup and pm level checks asking user to install a recent one 2010-09-17 17:28:05 +00:00
409b8dd552 removed old jpgraph version and added setup and pm level checks asking user to install a recent one 2010-09-17 17:25:44 +00:00
0571997cb4 merged r30286/8: notifications+syncml for Default and bookmarks+phpfreechat for Admins group by default 2010-09-17 12:22:34 +00:00
cb0a0b73b1 merged r30435: removing the defaultvalue for the imap_server, as we do not require imap_server for setup anymore 2010-09-17 12:20:20 +00:00
5a86efd867 merged r31591: new parameter $make_db_name_unique to append a decrementing numeric postfix to db_name and db_user, if db already exists 2010-09-17 12:14:32 +00:00
ce2fb5173b As suggest by Hans-Jürgen: Warn if some required apps are NOT installed: phpgwapi, etemplate, egw-pear, home, admin, preferences
Should also remind people about the required egw-pear app ;-)
Also merged account migration (LDAP <--> SQL) from trunk
2010-09-17 10:10:43 +00:00
856c19553c As suggest by Hans-Jürgen: Warn if some required apps are NOT installed: phpgwapi, etemplate, egw-pear, home, admin, preferences
Should also remind people about the required egw-pear app ;-)
2010-09-17 09:45:55 +00:00
6154863394 remove hooks of apps, when deleting them (event if sources are no longer there) 2010-09-15 20:09:57 +00:00