Commit Graph

70 Commits (master)

Author SHA1 Message Date
Aleksander Machniak af0e98759d Installer: Fix regression in SMTP test section (#7417) 4 years ago
Aleksander Machniak 31249d932d Security: Fix couple of XSS issues in Installer (#7406) 4 years ago
johndoh 34a0af8964
Allow array in smtp_host config (#7296) 4 years ago
Aleksander Machniak b3b5b9665d Fix regression in testing database schema on MSSQL (#7227) 4 years ago
Aleksander Machniak 2f928a516d Fix DB Write test on SQLite database ("database is locked" error) (#7064)
Also fix so SQLite DSN with a relative path to the database file works in Installer
5 years ago
Aleksander Machniak 98c71ee62e Remove unused variables 5 years ago
Aleksander Machniak b89031e335 Fix PHP Deprecated: idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated
Use rcube_utils::idn_to_ascii() instead of idn_to_ascii().
5 years ago
Aleksander Machniak 57c67db029 Remove year(s) from copyright headers + some cleanup 5 years ago
Aleksander Machniak 74fe74bf7d Make "0.9 or newer" a default selection for db schema update box 5 years ago
Aleksander Machniak 4d44070fc6 Fix duplicated labels in Test SMTP Config section (#6166) 6 years ago
Aleksander Machniak a98fb374a7 Small visual improvement 7 years ago
Aleksander Machniak 1a8bdf554a Fix "DB Write" test (#5479) 8 years ago
Aleksander Machniak ee895a2c96 Remove PHP mail() support, smtp_server is required now (#5340) 8 years ago
Aleksander Machniak 69a1e4f7b1 rcube_parse_host() -> rcube_utils::parse_host() 9 years ago
Aleksander Machniak 74ce01efc7 Q() -> rcube::Q() 9 years ago
Aleksander Machniak df10bd5f2c Fix bug where imap_conn_options were ignored in IMAP connection test (#1490392) 9 years ago
Aleksander Machniak 34a0902089 Use consistent column/table quoting in sql queries 10 years ago
Aleksander Machniak 6b0106a324 Fix some mime-type to extension mapping checks in Installer (#1489983) 10 years ago
Aleksander Machniak 37ac40719f Fix IMAP connection test in installer so it is aware of imap_auth_type (#1489746) 10 years ago
Aleksander Machniak 90f7aa9e39 Fix varius db_prefix issues (#1489839)
- Move DDL script execution code to rcube_db class(es).
- Improve prefix replacement code, so index names are also modified
10 years ago
Thomas Bruederli eea11ecdde Move rcube_installer class to include/rcmail_installer in order to remain accessible by the update script even if the installer directory was removed 10 years ago
Aleksander Machniak 517c9f9a8d Fix directories check in Installer on Windows (#1489576)
Added rcube_utils::is_absolute_path() method
10 years ago
Thomas Bruederli 0703bfecd0 Merged configuration refactoring from 'dev_config' branch back into master (#1487311) 11 years ago
Thomas Bruederli 8f49e4a99c Check filetype detection in installer and update script (#1489193) 11 years ago
Aleksander Machniak 461a30d771 Merge config files (#1487311).
Now we have defaults.inc.php and config.inc.php.
Renamed $rcmail_config to $config. Old naming and old files are supported
for backward compatibility.
11 years ago
Aleksander Machniak 399db1b647 Add db_prefix configuration option in place of db_table_*/db_sequence_* options
Make possible to use db_prefix for schema initialization in Installer (#1489067)
Fix updatedb.sh script so it recognizes also table prefix for external DDL files
11 years ago
Aleksander Machniak 1b7b6be959 Fix list of required configuration options (#1489055). Removed support_url, and db_table_* 11 years ago
Aleksander Machniak 393618dacb Merge branch 'schema_upgrades' 12 years ago
Aleksander Machniak 4490d03649 Attach updatedb.sh script to the installer interface 12 years ago
Thomas Bruederli 619c320c0e Avoid direct execution of installer includes (#1488895) 12 years ago
Thomas Bruederli 5926684aab Unify path schema in global constants: paths always end with a /. Keep RCMAIL_CONFIG_DIR for backwards compatibility 12 years ago
Thomas Bruederli dc088e25c2 Fix installer to work with the new framework architecture 12 years ago
Aleksander Machniak 159691e7b1 Don't use protected property rcube_db::$db_error 12 years ago
Aleksander Machniak 91f2271fac Replace rcube_mdb2 with rcube_db 12 years ago
Aleksander Machniak 398bff5925 Replace rcube_mdb2/PEAR::MDB2 with rcube_db 12 years ago
alecpl 3be904be26 - Fixed imap test to non-default port when using ssl (#1488118) 13 years ago
thomascube e6bb836e05 Create interactive update script with improved DB schema check; udated installer with new features and styles 13 years ago
alecpl e99991996d - Add Internationalized Domain Name (IDNA) support (#1483894) 14 years ago
alecpl e019f2d0f2 - s/RoundCube/Roundcube/ 14 years ago
alecpl d1dd13ee5c - Fix SMTP test in Installer (#1486952) 14 years ago
alecpl 27a96a40db - Fix path to SQL files when using pgsql/mysqli/sqlsrv drivers (#1486902) 14 years ago
alecpl 8062c0426d - Add note about enable_installer option (#1486787) 14 years ago
alecpl 058eb6cd70 - support dynamic hostname variables in config 14 years ago
alecpl 2563619a58 - small improvements 14 years ago
thomascube 23362230b5 Replace ALTER TABLE statement in Sqlite schema update script; more precise instructions for db updates and about new cleaning script 14 years ago
thomascube 2491c6240c Add minimal database schema check to installer and update script 14 years ago
alecpl e987db1d46 - Fix SMTP test (#1486589) 14 years ago
alecpl 8ee7767036 - Fix directories checking when temp_dir/log_dir aren't set 14 years ago
alecpl 2c3d81dddd - use simple rcube_smtp class
- Installer: fix SMTP settings test
15 years ago
alecpl ce16bbc74e - Fix "Initialize Database" button missing from installer (#1485802) 15 years ago