Ralf Becker
61584cd16b
* Setup/API: new option to enforce ssl (without specifying a domain in Webserver-URL)
2011-05-31 13:35:09 +00:00
Ralf Becker
e0ff51964f
fix for bug #2965 - "setup-cli.php --check" prints additional unintended lines on exit code 14
2011-05-28 07:24:01 +00:00
Ralf Becker
449ad71780
historically crypt is called des in ldap
2011-05-04 20:20:38 +00:00
Ralf Becker
1fa801b440
keeping the old defaults to not break existing installs
2011-05-04 17:58:06 +00:00
Ralf Becker
c1dadec329
fixed broken password hashes hook (default label was in option value)
2011-05-04 16:32:09 +00:00
Ralf Becker
385b99e358
showing ssha as default and sorting it as top option
2011-05-04 13:49:03 +00:00
Ralf Becker
d0c26b773b
- 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:44:39 +00:00
Ralf Becker
607523803b
* 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:50:03 +00:00
Ralf Becker
9d893746a3
allow to return passwords hashes as array
2011-04-01 14:01:01 +00:00
Ralf Becker
86e39b2ed1
* give everyone implicit rights for home app, as taking them away makes to many support problems
2011-03-30 07:58:22 +00:00
Klaus Leithoff
e0d531cab5
* API/Authentication: add fallback to sql for mail authentication.
2011-03-23 13:30:06 +00:00
Klaus Leithoff
e33aa2978c
* API/Authentication: add fallback to sql for mail authentication.
2011-03-23 13:19:48 +00:00
Stefan Becker
b2ef231049
adding German Translations
2011-03-21 14:19:02 +00:00
Ralf Becker
b06cf300b1
dont show vfs_storage_mode "custom", if not custom
2011-03-07 14:16:23 +00:00
Ralf Becker
ea989a2af8
dont show vfs_storage_mode "custom", if not custom
2011-03-07 14:15:44 +00:00
Ralf Becker
26098f1f64
* removing memory limit from backup download, by switching off output buffering and zlib output compression
2011-02-25 13:14:07 +00:00
Ralf Becker
403600fdd9
* removing memory limit from backup download, by switching off output buffering and zlib output compression
2011-02-25 13:13:40 +00:00
Ralf Becker
7eaebc3343
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:13:29 +00:00
Ralf Becker
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
Ralf Becker
2105bb4d2d
* fixed "undefined function lang_select" issue, if no cookies are allowed, also showing again language selection for new installs
2011-02-03 02:05:05 +00:00
Ralf Becker
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
Nathan Gray
792e0af077
Remove configuration when removing an app
2011-02-02 15:53:45 +00:00
Nathan Gray
18882c57c7
Remove an app's categories when removing the app
2011-02-02 00:45:54 +00:00
Oscar Manuel Gómez Senovilla
28d2b6b072
Update for translations in trunk
2011-01-30 12:53:49 +00:00
Ralf Becker
ffd3a3e709
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:19:40 +00:00
Ralf Becker
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
Ralf Becker
dbfb13ce5c
fix broken alternating line colors
2010-12-19 21:16:43 +00:00
Klaus Leithoff
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
Ralf Becker
32bda19ded
* added valid timezone set in php.ini check
2010-09-29 09:15:59 +00:00
Ralf Becker
8be6483a2a
* added valid timezone set in php.ini check
2010-09-29 09:15:29 +00:00
Ralf Becker
c54935ac0d
fix an other PHP5.3 deprecated error
2010-09-27 14:41:09 +00:00
Ralf Becker
453945c9c9
fix an other PHP5.3 deprecated error
2010-09-27 14:28:36 +00:00
Ralf Becker
ebb491c071
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:46:37 +00:00
Ralf Becker
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
Ralf Becker
d5f7ff66be
fixed SQL error in install from backup, as suggested by Hans-Jürgen
2010-09-18 17:11:27 +00:00
Ralf Becker
22392e54b0
fixed SQL error in install from backup, as suggested by Hans-Jürgen
2010-09-18 17:10:35 +00:00
Ralf Becker
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
Ralf Becker
43dc95e515
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:46:31 +00:00
Ralf Becker
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
Ralf Becker
6154863394
remove hooks of apps, when deleting them (event if sources are no longer there)
2010-09-15 20:09:57 +00:00
Ralf Becker
3dd7cc746f
remove hooks of apps, when deleting them (event if sources are no longer there)
2010-09-15 20:09:05 +00:00
Ralf Becker
699ce1b1a9
facilitate downgrade, if supported by "update" scripts: run downgrades automatic
2010-09-15 19:10:00 +00:00
Ralf Becker
5c832771ee
facilitate downgrade, if supported by "update" scripts: run downgrades automatic
2010-09-15 19:09:39 +00:00
Ralf Becker
1b2b69a025
mark row of apps with deleted sources with color of delete column
2010-09-15 19:08:46 +00:00
Ralf Becker
86237f991b
mark row of apps with deleted sources with color of delete column
2010-09-15 19:08:29 +00:00
Ralf Becker
eddbb0b9f2
do NOT complain about regulary disabled egw-pear
2010-09-15 18:39:19 +00:00
Ralf Becker
1e879b3353
do NOT complain about regulary disabled egw-pear
2010-09-15 18:33:32 +00:00
Ralf Becker
7bd6f43610
using one list of auth-types (in order of importance) and detecting additional ones in the filesystem
2010-09-10 09:26:57 +00:00
Ralf Becker
871e5718af
using one list of auth-types (in order of importance) and detecting additional ones in the filesystem
2010-09-10 09:26:17 +00:00
Ralf Becker
80a46a9306
check if app is either installed or supports the used database (before installed, but not supported apps where not updated)
2010-09-08 12:24:39 +00:00