ba2ff67fbf
changed smtp-password input to type password, thanks to Flavio Henrique for the info
2006-07-13 15:07:59 +00:00
0dd337839c
removed old ldap stuff
2006-06-08 21:08:11 +00:00
a7ecb209a9
- new account-migration script which replace the former import and export
...
- retired the modifiy script as it's no longer necessary
- removed references and translations of the old scripts
- removed ldap version 3 switch from config
2006-06-07 23:10:06 +00:00
51ca785916
add autologin for anonymous user as we need to have on community.egroupware.org
2006-06-07 14:52:10 +00:00
55b9797a59
got setup command line interface fully working:
...
- create, edit & update the header
- install & update eGW
- config eGW
- create admin account
- install & update languages
- create & restore (install) backups
---> update, languages & backup can work for all domains at once
---> for use in 1.2 you have to update/switch the whole setup app to HEAD/trunk
2006-05-29 02:56:16 +00:00
db4a9e00e5
first step to new setup command line interface (setup/setup-cli.php):
...
- atm. all manageheader functionality is accessible
- reworked manageheader.php using the new setup_header class shared with setup-cli.php
=> install & update via cli is comming the next days
Works in 1.2 if you drop setup-cli.php and class.setup_header.inc.php in a 1.2 install.
2006-05-27 23:59:41 +00:00
93f7c8ca2b
Fix spelling in display of config page
2006-05-17 06:15:48 +00:00
55a310e678
cleaned up the header manager. More setting descriptions better lay-out
2006-05-15 20:06:23 +00:00
77f5b766bd
added online help to setup
2006-04-06 11:19:56 +00:00
f0023de1a7
marked VFS as default and VFS2 as EXPERIMENTAL
2006-03-22 07:03:03 +00:00
b97f701d05
added an optinal check for a save^tm password (criterias as in MS-Windows)
2006-03-13 21:56:28 +00:00
ef14c49e04
- fixed files-directory check for webdav
...
- fix to keep your settings on a validation error
- make Option filesystem translatable
2006-03-08 09:41:53 +00:00
341eb15afb
fixed not working system-charset conversation (now removed) with backup and re-install of backup with a different charset. A setable client encoding is used if availible.
2005-12-01 23:18:07 +00:00
7b2b823835
- setup uses now the system_charset, that fixes various errors reported:
...
+ setup_demo gives errors under postgres
+ setup_demo can save special chars in the admin name
- renamed setup_demo into admin_account, as setting up demo accounts is the least used function of it
- fixed warning db::delete missing params, if delete_all was checked
2005-11-27 07:48:22 +00:00
0a9adb0389
a new look for the 1.2
2005-11-24 15:01:27 +00:00
5bf7cc575c
removed misleading insanity message, as suggested by omgs
2005-11-20 10:32:35 +00:00
fb3c622ddf
- removed not working db+user creation under postgres
...
- added "working" explenation how to create a db, user und the necesary rights under postgres
- manageheader: renamed Domain --> Database instance (eGW Domain)
- manageheader: added further explenation of the host-field for Postgres and ODBC/MaxDB
2005-11-19 20:32:00 +00:00
48a95410db
added enhanced validation hooks for:
...
- tmp-dir (writable)
- files- & backup-dir (writable, not in docroot)
- mailserver configuration (also syncs the values with emailadmin)
2005-11-14 14:51:58 +00:00
4b918f5b98
system charset can now be selected before the db gets created and it gets used now for the db-creation in mysql4.1+, also enabled the automatic db-creation for mysqlt and mysqli too
2005-11-14 08:38:21 +00:00
59abaf3458
added settings for mail-auth to configuration
2005-10-29 10:58:25 +00:00
73d74fa0f3
XHTML 1.0 cleanup for setup application
2005-07-11 18:02:19 +00:00
7d720dc5ea
Set HTML document type to XHTML 1.0 Transitional everywhere (almost).
...
Correct various misspellings and other oddities in the document type
declarations. Convert HTML tags to lower case in the affected files.
2005-07-07 20:09:52 +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
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
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
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
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
74c705264c
added renaming of backups
2004-10-22 09:22:29 +00:00
940deb08a9
finished DB backup and restore for eGW:
...
- the backup is independent of the used DB and can eg. be used to port an install to an other DB type
- autom. backup before upgrades of the DB structure
- installing backups instead an installation from scratch
- own backup screen in setup and admin to:
+ shedule repeating backups
+ up- and download of backups
+ creating and restoring backups
2004-10-15 23:06:34 +00:00
475ae6b956
added configurable search-filter to auth_ldap
2004-08-21 12:31:54 +00:00
8a1dacc95f
- added check for odbc extension (used by MaxDB) to check_install
...
- not offering to create the DB, if we dont support it for that DB
2004-08-14 15:02:24 +00:00
41acc5ce0f
add class for authenticate against ADS
2004-08-13 15:54:33 +00:00
e99cd91035
changed Benjamins rejected lines messages to only show up, if extra debug messages have been explicitly checked
2004-07-31 16:19:48 +00:00
94e422b920
sync changes from 1_0_0 with head (layout problem)
2004-07-28 20:43:17 +00:00
28b38e63ff
added checkbox for extra debug-messages for the first installtion and API updates
2004-07-21 13:27:25 +00:00
1ba38621ba
- added acces to admin-account-section, if there is an update pending
...
- show apps which need upgrading in the message in front of the application management and not "This stage is completed", if there are ones
2004-06-27 09:06:05 +00:00
257b69a6fb
added support for limiting the access to setup on certain IP's, IP-ranges or hostnames
2004-05-04 09:08:28 +00:00
1e5602a350
added an extra step to create an admin account
2004-05-02 12:11:35 +00:00
049a2621a5
fix #929987 Hard-coded lang attributes/ update dutch translations
2004-04-21 18:29:13 +00:00
0e289e36bd
Localize "version" in setup footer.
2004-04-20 19:29:40 +00:00
ab0d4c5989
Localize true/false selection boxes.
2004-04-20 09:29:04 +00:00
11445c99cb
Align header login form as nicely as config login form.
2004-04-19 12:37:50 +00:00
4c742fd14e
Make the alternating background colors really alternate at every line.
2004-04-19 11:01:20 +00:00
598d554409
add update fiel from Matthew Galgoci (RH)
2004-04-16 00:56:14 +00:00
995bf9e2f5
Align header admin password box with header admin name box.
2004-04-01 12:18:22 +00:00
13d8bc4eb0
deleting of old account was not working anymore, because the form
...
was broken
2004-03-29 06:20:04 +00:00
4709118f0c
A couple of line breaks were missing in the create database form.
2004-03-27 01:12:52 +00:00