Commit Graph

8271 Commits

Author SHA1 Message Date
63587d767f * Univention/Admin: renaming of accounts or groups works now (failed with removed old account) 2015-08-06 12:11:24 +00:00
cedc038f0c * PostgreSQL: automatic shorten all content requiring it, before schema update, to not stall 14.3 update 2015-08-05 08:37:33 +00:00
3714b053c8 shorten all history_appname/history_status entries to 16/32 chars, to not stall update for PostgreSQL 2015-08-04 15:11:45 +00:00
8f561f406c add HTTP User-Agent to pseudo session id, to eg. distinguish sessions from different WebDAV clients in access-log 2015-08-04 14:49:22 +00:00
7be501ab9f * NetDrive: enable old workarounds for current user-agent string, create 0 byte files when storing without 2015-08-04 14:41:43 +00:00
d43c2d0b54 * Admin/PostgreSQL: shorten ACL labels used to limit admin rights to 16 char and fixed stalled 14.3 update for PostgreSQL 2015-08-04 09:55:57 +00:00
15e989f318 fix typo causing PHP Fatal error on update 2015-08-04 09:54:03 +00:00
5e127cc77d fix wired PHP Fatal error: Call to a member function commit_session on null, thought isset should stop that ... 2015-08-02 09:05:23 +00:00
23c4d052c7 Fix errors in async service, since r53254 "run shutdown callbacks after sending output to user" 2015-07-30 07:15:19 +00:00
3b560bb9ee drop evtl. existing temp. table eg. from a previous failed upgrade 2015-07-29 19:03:32 +00:00
bc595da0a5 fix typo giving fatal error on Univention Installation 2015-07-29 16:07:36 +00:00
3ddeeebc93 * Nginx/FastCGI: run shutdown callbacks (eg. link notification processing) after sending response to user
was broken since some time, because a not closed session kept it from working
--> we are now run all callbacks containing "session" it there name, closing session, calling fastcgi_finish_request() and then run rest of the callbacks
2015-07-29 12:37:06 +00:00
504e4ff725 * Admin: fix SQL error when search contains a non-ascii character 2015-07-29 10:35:26 +00:00
a394a53d8b if db-object passed to so_sql_cf, use that also for querying custom-fields 2015-07-27 13:24:18 +00:00
2e670ae0f4 change history_status back to varchar, as it contains custom-field names, which can be non-ascii 2015-07-24 13:06:18 +00:00
56d869dc4b * Univention: support Dovecot as IMAP available and default from 4.0-2 on 2015-07-23 14:57:19 +00:00
cc6460e8c0 an other one: fix sql error if link-id (accidently) contains non-ascii chars 2015-07-23 11:50:06 +00:00
d320439e1e fix sql error if link-id (accidently) contains non-ascii chars 2015-07-23 11:31:18 +00:00
f86b645bab prevent some javascript-errors that prevented the correct execution of code 2015-07-23 11:29:06 +00:00
6d4a0f84b5 set network timeout for ldap connections to not block for minutes 2015-07-22 13:35:19 +00:00
a93474ef2b * Update API version to 14.3, NO new features, just database optimization targeting InnoDB engine in MySQL
changing columns with no user-input to CHARACTER SET ascii (instead of utf8), shorten indexes and add additional autoincrement columns where primary key contained varchars
2015-07-19 10:24:53 +00:00
a426d4ed2e some more fine-tuning of Galera checks, backported persisten connection handling from ADOdb 5.x 2015-07-19 10:14:22 +00:00
adf2a7140f improved and now optional Galera cluster health check 2015-07-15 21:29:04 +00:00
9bf07631e0 Fix custom field order renumbering to keep at multiples of 10. 2015-07-15 14:19:55 +00:00
8c60755dcf fix typo 2015-07-14 11:14:37 +00:00
431a19b460 status value is in column 1 (2. column), also fixed not working fetchColumn 2015-07-14 10:45:02 +00:00
3e5c1cb8ad check Galera wsrep_local_state for node is not in state Synced, eg. Donor 2015-07-14 09:45:02 +00:00
3bc178dad0 Escape from infinitive loadingDeferred if the diferred did not get resolved or rejected, and give user a chance to try other tabs 2015-07-13 16:36:45 +00:00
01939c6bf6 * Selected favorite highlighting
Now highlights if the current application state matches a favorite, either by click or manually setting the filters.
2015-07-10 18:05:54 +00:00
e1de24996b revert accident commit of patched egw class 2015-07-07 12:43:48 +00:00
0cd038b71f fix not being able to create new password, after r53051: allow to specify multiple ;-separated hosts for database 2015-07-07 12:41:35 +00:00
80691159f6 allow to specify multiple ;-separated hosts for database, by default first one is used, on connection failure other ones are tried too 2015-07-06 19:38:27 +00:00
0ffe6fcb12 fix sometimes not working redirect to login page (session could not be verified), because inline script is not allowed by our content-security-policy, redirecting top window now in login.js 2015-07-04 07:54:11 +00:00
058ef3e89f * Login/Password: handle forced password change on login page
r53022: visualize not existing ability to unset "must change password on next login", by making it readonly
r53024: change "password about to expire in N days" warning into an once per login info-message (was a redirect to password change)
2015-07-01 17:54:18 +00:00
6be9dca9e8 fix egw_ical_iterator to use new Horde_Icalendar 2015-06-30 06:54:13 +00:00
c409247283 fixed not working popups or other javascript related actions in idots sidebox menu, if it is hidden and only shown on click or hover 2015-06-20 08:47:00 +00:00
ab6f9f455c * Mail: inline images were not shown in Thunderbird
we need to send a multipart/related with html-body as first part and inline images as further parts
2015-06-19 14:21:18 +00:00
029ec9dcb5 * Setup: support mail authentication without PHP imap extension 2015-06-10 15:45:49 +00:00
f7e15d31c4 Fix a XSS issue in mailto temporary form post method 2015-06-09 16:19:47 +00:00
35a4687e29 * Addressbook: Fix sending many mails from AB to mail compose causes url length limitation error in IE and some webservers 2015-06-09 09:19:31 +00:00
4c19e714bb load chosen and CKEditor as part of API javascript boundle, as they are used be old eTemplate to and loading only one of the two et2 bundles fails 2015-06-08 14:34:20 +00:00
eb9289f441 Use restore_count variable instead of non-existing length attribute, maybe helps with framework loading. 2015-06-02 21:33:50 +00:00
b17616348a * Mobile: fix redirect loop, if template_set was forced to something else then "pixelegg"
- refactored generation of framework object to egw_framework::factory used now in login.php and egw object
- using now $framework->template_dir for *.tpl files of template-sets
2015-06-02 09:15:57 +00:00
01860bc469 * Mobile: fix redirect loop, if template_set was forced to something else then "pixelegg"
- refactored generation of framework object to egw_framework::factory used now in login.php and egw object
- using now $framework->template_dir for *.tpl files of template-sets
2015-05-27 14:01:32 +00:00
d384f2407a fix replies to encrypted mails dont open with encryption switched on 2015-05-26 15:25:54 +00:00
b1b8206d05 Use restore_count variable instead of non-existing length attribute, maybe helps with framework loading. 2015-05-25 17:05:06 +00:00
a838f76da2 translation for mail encryption 2015-05-25 10:08:47 +00:00
af76a991d5 if we have no keyring, create one and open Mailvelope settings dialog so user can create or import a keypair, offer user to store new public key in addressbook, so other users can write him encrypted mail 2015-05-23 14:04:28 +00:00
8b88959e69 read client-side missing pgp keys from addressbook and offer user to import them 2015-05-20 21:20:10 +00:00
6537acb11f Highlight currently selected favorite 2015-05-20 16:12:29 +00:00