Commit Graph

50 Commits

Author SHA1 Message Date
aa77478e18 Changelog for 17.1.20190222 2019-02-24 09:38:03 +00:00
bfaaa458c5 Changelog for 17.1.20190214 2019-02-14 10:12:46 +00:00
f17b71db49 Changelog for 17.1.20190111 2019-01-11 09:59:40 +00:00
b372d00623 Changelog for 17.1.20181205 2018-12-05 09:20:49 +00:00
bcad96862b Changelog for 17.1.20181204 2018-12-04 16:22:33 +00:00
807ff89bf7 * CalDAV/CardDAV: allow up to 255 char UIDs to support OutlookCalDAVSynchronizer 2018-12-04 11:05:18 +01:00
ff3d47435b * Addressbook: private addressbook in newer installations could not be enabled
caused by forced preference value of false casted to string as "", now we write all forced and default preferences with value false as "0" AND update all forced preferences only from "" to "0"
2018-12-04 11:05:07 +01:00
f9fd1197f3 Changelog for 17.1.20181018 2018-10-18 12:37:09 +00:00
8764b72481 check if we have a valid template and/or theme on 17.1 update 2018-10-02 12:46:10 +02:00
626b948639 Changelog for 17.1.20180831 2018-08-30 14:56:14 +00:00
d772dba23f Changelog for 17.1.20180720 2018-07-25 12:18:49 +00:00
cdeee05aba Changelog for 17.1.20180625 2018-06-25 14:13:49 +00:00
e5dc267823 change history-log values to longtext (was text=64k)
also backport 17.1.002 update (sharing-email in history) without code changes, only schema
2018-06-18 11:47:11 +02:00
2a3517127f Changelog for 17.1.20180523 2018-05-23 12:37:12 +00:00
c7f3b70b85 Increase cred_password field size in DB to be able to get fit large smime pkey. 2018-04-27 16:29:12 +02:00
8743ed7d0e Changelog for 17.1.20180413 2018-04-13 14:20:39 +00:00
8275f3401e * Setup: updates from old versions (eg. 1.4 or 1.8) no longer require to update to 14.x and 16.1 first 2018-04-13 13:49:30 +02:00
7e05055a1f Changelog for 17.1.20180321 2018-03-21 12:17:41 +00:00
d2479a71f8 Changelog for 17.1.20180209 2018-02-09 11:12:29 +00:00
886655597c Changelog for 17.1.20180130 2018-01-30 16:34:48 +00:00
178b476aad Changelog for 17.1.20180118 2018-01-18 09:06:55 +00:00
f296889dda Changelog for 17.1.20171218 2017-12-20 06:11:08 +00:00
386b71fd63 Changelog for 17.1.20171130 2017-11-30 09:21:56 +00:00
b55f6f0900 Changelog for 17.1.20171129 2017-11-29 11:08:10 +00:00
cc894bdcc2 fix stalled update if jpegphoto is empty string (and not null) 2017-11-23 21:56:01 +08:00
595e767f20 Changelog for 17.1.20171115 2017-11-14 16:08:48 +00:00
3b2375e34f Changelog for 17.1.20171106 2017-11-05 09:16:19 +00:00
92584a61ad * Update: fix not finishing update for more then 100 photos in addressbook
caused by contact_jpegphoto was not set to NULL, as column no longer exists in tables_current
2017-10-26 21:27:16 +02:00
d11fe532d8 Changelog for 17.1.20171023 2017-10-23 17:27:18 +00:00
65b02c0246 bump verison to 17.1 2017-10-22 12:56:58 +02:00
6e91053f49 Fix smime key not being recognized by new get_key method 2017-09-19 12:52:43 +02:00
48554590f4 * Addressbook: store S/Mime & PGP pubkey and photo (SQL backend only) in filesystem 2017-09-19 11:38:48 +02:00
a9e750c8b2 WIP spam workflow and SpamTitian integration 2017-05-31 15:10:58 +02:00
70d803249d no maintenance version for master 2017-02-03 13:39:24 +00:00
be32282214 maintain an maintenance_release version in api/setup/setup.inc.php, also move update-checker images to api 2017-02-02 10:38:13 +01:00
75a83fa35c allow to store (user specific) s/mime private keys in mail account 2017-01-25 11:40:05 +01:00
b46fea5c89 * Filemanager: DB schema update to remove doublicate rows for WebDAV properties on update, caused eg. excessively by OneNote 2016-11-03 19:09:33 +01:00
74e2c62b48 * Admin/Mail: allow to limit users to only create identities for aliases 2016-10-28 14:27:59 +02:00
6b7d046564 * All apps: default preferences wont save because merge-print template directory does not exist
creating /templates/$app now via update-script, if it does not already exist, it was already created for new installation and for EPL
2016-08-25 18:16:03 +02:00
f43369973d do NOT write install_id twice, it is already generated in setup_process::save_minimal_config 2016-08-02 18:41:14 +02:00
e2261d3494 fix home-accounts in egw_customfields and egw_links to api-accounts 2016-05-07 07:50:33 +00:00
d5c65bb384 fix home-accounts in egw_customfields and egw_links to api-accounts 2016-05-07 07:49:38 +00:00
98d19f9843 mv missing default_records to api 2016-05-06 16:13:35 +00:00
a2a537e69f setting CalDAV/CardDAV server version to 16.1 2016-05-05 07:26:27 +00:00
429177686a make home a regular application, which can eg. disabled, incl. moving all services using "home" as appname to "api" and moved some other forgotten stuff from phpgwapi&etemplate to api 2016-05-01 09:57:48 +00:00
8e02180904 * Mail: allow to define an existing folder as archive folder and allow to move messages to the specified folder with either right-click action or EGW-shortcut 2016-04-29 11:23:05 +00:00
d16adff840 uninstall obsolete FelamiMail tables, if still around 2016-04-05 16:52:04 +00:00
e9d1e81c49 api update script to deinstall on longer existing EMailAdmin and create it's 14.1 tables, if they are not already there (update from before 14.1) 2016-04-03 08:14:53 +00:00
2baf654e14 move all tables to new api and update api to 16.1 2016-04-02 19:55:08 +00:00
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