Ralf Becker
|
849b94374b
|
allow to deinstall old "phpgwapi", but not new "api"
|
2016-06-05 10:56:00 +02:00 |
|
Ralf Becker
|
3c3210dba9
|
remove code checking since 1.4 not used "file_repository" and "file_store_contents" config vars resulting in not being able to create "files_dir" config
|
2016-06-05 08:58:56 +02:00 |
|
Ralf Becker
|
1090a32242
|
resurect emailadmin/setup directory, it is needed for updating from versions before latest 14.3
|
2016-06-03 16:30:59 +02:00 |
|
Ralf Becker
|
d12e2c806d
|
quitening connection trial for testing database is there
|
2016-06-02 12:34:51 +02:00 |
|
Ralf Becker
|
956b1f139e
|
using "#!/usr/bin/env php -qC" for setup-cli.php
|
2016-06-02 12:34:51 +02:00 |
|
Ralf Becker
|
f5f05d4262
|
do NOT remove config, if deinstalling old phpgwapi, as that's global api config
|
2016-05-31 23:31:00 +02:00 |
|
Ralf Becker
|
9c1249cd9a
|
allow to deinstall old phpgwapi, but not api
|
2016-05-31 22:58:08 +02:00 |
|
Ralf Becker
|
9abc9beb0f
|
switch verbose off, when installing single apps, as it's diagnostics probably look like a bug to most
|
2016-05-28 13:55:08 +02:00 |
|
Ralf Becker
|
cb3248a4e6
|
fix failed package install without phpgwapi installed
|
2016-05-26 10:46:40 +02:00 |
|
Ralf Becker
|
49f640a016
|
fix wrong case in EGroupware
|
2016-05-26 10:46:40 +02:00 |
|
Ralf Becker
|
2e6d1e2638
|
fix old "phpgwapi" version used instead of new "api"
|
2016-05-25 21:41:50 +02:00 |
|
Ralf Becker
|
8c821ab8cb
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
|
Ralf Becker
|
1b32000d4d
|
fix old class-name db_backup giving error in setup-cli
|
2016-05-25 21:41:50 +02:00 |
|
Ralf Becker
|
8a24f3e449
|
fix not loaded header / CSS, caused by missing echo before $GLOBALS['egw']->framework->(header|footer)
|
2016-05-14 21:26:36 +02:00 |
|
Ralf Becker
|
19501960e1
|
fix wrong case in "AsyncService" to "Asyncservice"
|
2016-05-09 09:15:48 +00:00 |
|
Ralf Becker
|
33605585e2
|
move default login and head templates from idots to api/templates/default and some other fixes to fix up non-Pixelegg login and old templates
|
2016-05-05 13:29:41 +00:00 |
|
Ralf Becker
|
c15fcdfb52
|
WIP egw installs now without phpgwapi and allows to login
|
2016-05-02 22:26:40 +00:00 |
|
Ralf Becker
|
cea5c69b7f
|
move CreateObject and ExecMethod into new api
|
2016-05-02 14:41:48 +00:00 |
|
Ralf Becker
|
ca2ffb6aea
|
using new api for setup
|
2016-05-01 15:56:49 +00:00 |
|
Ralf Becker
|
3e92578753
|
fix some ocurences with: <object> instanceof <phpgwapi-class>, which is no longer true, when object is from new Api, but old <phpgw-class> extends new Api class
|
2016-04-27 07:10:04 +00:00 |
|
Ralf Becker
|
c14f25c0e8
|
hide spellchecker config and always use browser native spellchecker
|
2016-04-25 20:14:47 +00:00 |
|
Ralf Becker
|
0b9937332c
|
some more setup fix, 16.1 updates now 1.8, 14.x and installs itself new
|
2016-04-05 16:51:43 +00:00 |
|
Ralf Becker
|
ee1d467895
|
fix PHP Fatal error: Call to undefined method setup::deregister_hooks()
|
2016-04-05 16:21:23 +00:00 |
|
Ralf Becker
|
978f8e282d
|
show api version instead of phpgwapi
|
2016-04-02 20:25:01 +00:00 |
|
Ralf Becker
|
2baf654e14
|
move all tables to new api and update api to 16.1
|
2016-04-02 19:55:08 +00:00 |
|
Ralf Becker
|
adb748d6e7
|
move hooks class to api and only cache hooks in instance cache (instead of database: filesystem scan takes ~4ms, cache ~0.2ms)
|
2016-04-02 14:16:20 +00:00 |
|
Ralf Becker
|
00abda4682
|
moving emailadmin to api and admin, only emailadmin_hooks and tables still need moving
|
2016-03-28 18:51:38 +00:00 |
|
Ralf Becker
|
3c9353514d
|
check of (newer) "mysqli" extension not old "mysql" no longer existing in PHP 7.0+
|
2016-03-09 06:58:46 +00:00 |
|
Ralf Becker
|
b95727bb6f
|
move auth classes to Api\Auth, only Sql is currently tested!
|
2016-03-06 20:47:10 +00:00 |
|
Ralf Becker
|
7ada2354d3
|
move addresbook_bo to Api\Contacts, ldap to Api\Ldap, ldapserverinfo to Api\Ldap\ServerInfo, bo_tracking to Api\Storage\Tracking, historylog to Api\Storage\History, Api\Customfields to Api\Storage\Customfields
|
2016-03-06 13:45:15 +00:00 |
|
Ralf Becker
|
ed8f6f45c4
|
move egw_csrf class to Api\Csrf without a compatibility class
|
2016-03-05 14:02:13 +00:00 |
|
Ralf Becker
|
1ab66dd811
|
move exceptions to new api structure, thought to catch an exception by its deprecated name, new exceptions have to extend deprecated ones
|
2016-02-28 13:43:06 +00:00 |
|
Ralf Becker
|
86955dfc95
|
work in progress: using ADOdb 5.20 and move db classes to new api directory
|
2016-02-20 20:27:17 +00:00 |
|
Ralf Becker
|
c3a99d13a0
|
fix SQL error during update: Column "app_tables" cannot be null (1048)
|
2016-02-20 14:23:19 +00:00 |
|
Ralf Becker
|
bc7fa3bc8b
|
* Filemanger: filemanager/cli.php wrongly reported wrong passwords for setup or config user with newer password hashes
|
2016-02-15 11:10:23 +00:00 |
|
Ralf Becker
|
b137f4710c
|
remove old network class from Trunk/16.1
|
2016-02-01 12:50:34 +00:00 |
|
Ralf Becker
|
21a9d24d3a
|
Simplify accounts exist check, by checking for total of search > 1, fixes problems with not working limited search in ldap (still returning correct total)
|
2016-01-29 10:52:52 +00:00 |
|
Ralf Becker
|
3b781ceb05
|
* Univention: allow to migrate accounts from SQL backupt to Univention (install new EGroupware app and delete all users and groups in Univention first)
|
2015-11-13 14:49:34 +00:00 |
|
Ralf Becker
|
3d6da043fa
|
changing php-versions for Trunk/next release: required: 5.4, recommended: 5.6
|
2015-11-02 17:13:27 +00:00 |
|
Ralf Becker
|
b97024f00e
|
fix issue pointed out by Andrew McNicol
|
2015-09-03 16:21:12 +00:00 |
|
Ralf Becker
|
ae9acfd5e2
|
give an error message "%1 does NOT have a password (userPassword attribute) or we are not allowed to read it!", if LDAP does not allow us to read passwords
|
2015-09-03 09:02:04 +00:00 |
|
Ralf Becker
|
328712af0d
|
fix not working setup/setup-cli.php --setup-cmd-ldap <domain>,<config-user>,<config-pw> sub_command=passwords_to_sql
|
2015-09-01 18:46:07 +00:00 |
|
Ralf Becker
|
188e31c9c1
|
not working database gave a database error instead of instructions how to create the database
|
2015-08-27 12:30:16 +00:00 |
|
Ralf Becker
|
c94007f344
|
fix typo stalling new installs
|
2015-07-07 14:15:52 +00:00 |
|
Ralf Becker
|
8702d06ec7
|
also give Admins apps of all users group Defaults, in case one forgot to add admins to it
|
2015-07-01 07:25:16 +00:00 |
|
Ralf Becker
|
6c7026fa52
|
* Setup: support mail authentication without PHP imap extension
|
2015-06-10 15:44:01 +00:00 |
|
Ralf Becker
|
e3bfbeeee9
|
using exception / exit code 92 for "Domain XXX does NOT exist !!!"
|
2015-05-12 14:57:29 +00:00 |
|
Ralf Becker
|
9319954d39
|
show full database url in setup, not just driver-name and show used IP in "Invalid IP address" message
|
2015-05-03 12:04:21 +00:00 |
|
Ralf Becker
|
b086604711
|
move "Save as" phrase to common and merge-cli run
|
2015-04-01 08:00:07 +00:00 |
|
Ralf Becker
|
61cf8fa9f5
|
* Univention: Samba SID was not propagated to config of SambaAdmin app
|
2015-03-13 13:51:10 +00:00 |
|