Commit Graph

17784 Commits

Author SHA1 Message Date
Ralf Becker
8f9d3fd95a * SyncML/Calendar/PostgreSQL: fixed SQL error when searching participants (SELECT DISTINCT requires ORDER-BY-expressions to be in SELECT-list) 2011-04-11 12:09:08 +00:00
Ralf Becker
503a82d356 * Calendar: fixed not working "use event TZ" pref for iCal exports and allways use event TZ for calendar notifications (NOT use file export pref.) 2011-04-11 11:02:51 +00:00
Ralf Becker
3a15383d0e fixed empty CREATED and LAST-MODIFIED dates 2011-04-11 09:33:03 +00:00
Ralf Becker
1205036193 * Addressbook: lettersearch was not working for addressbooks in LDAP if PostgreSQL database was used (bug #2851)
wrong parsing of sql query to construct LDAP query
2011-04-10 15:32:30 +00:00
Ralf Becker
795db441ad added "decimal" to nummeric types, to fix PostgreSQL error (bug #2105) 2011-04-10 15:13:54 +00:00
Ralf Becker
e988ab1f4c patch #2932: allow PostgreSQL unix domain sockets 2011-04-10 12:28:49 +00:00
Ralf Becker
fe6d891c11 * Calendar/API: fixed not working dateformat d-M-Y with French language (Juin=Jun, Juillet=Jui) 2011-04-09 11:26:21 +00:00
Ralf Becker
a848803517 * Setup: fixed not working deinstall of languages 2011-04-09 10:03:27 +00:00
Ralf Becker
62fbcfa37e * Calendar/CalDAV: ctag got not updated when eg. a recurrence got deleted, causing CalDAV calendar to not automatic update
allways update modified TS and modifier in calendar_boupdate::save(), removed code to only conditionally update in calendar_boupdate::update()
2011-04-07 08:07:19 +00:00
Ralf Becker
d5b44b8e56 * CalDAV: improved performance of ctag generation
using only a single and quick DB query, compared to multiple queries plus one for each recurring event
2011-04-06 12:59:52 +00:00
Ralf Becker
73b345df0d moved notify users via mail into action groupbox 2011-04-05 15:05:31 +00:00
Ralf Becker
cec35e75d8 moved notify users via mail into action groupbox 2011-04-05 15:05:01 +00:00
Ralf Becker
b91ffb709c moved notify users via mail into action groupbox 2011-04-05 15:02:41 +00:00
Ralf Becker
74b4be57f2 * WebDAV download: switching zlib.output_compression off for everything but text files
- double compression of zip files makes problems eg. with lighttpd
- makes anyway little sense with other content like (already compressed) pictures
2011-04-05 12:59:54 +00:00
Ralf Becker
04ad34647d fix for egroupware.org bug #2910: Unable to use lettersearch in addressbook 2011-04-05 12:51:00 +00:00
Philip Herbert
81a74f2069 fix for foldersync loop, when users calendar is empty and ctag=0 2011-04-04 21:56:37 +00:00
Nathan Gray
a8e8d82f64 Don't overwrite numeric owner IDs from successful conversion 2011-04-04 21:24:06 +00:00
Nathan Gray
7962433e27 types value moved 2011-04-04 19:20:12 +00:00
Nathan Gray
1c4101575c Fix typo in error messages 2011-04-04 19:07:23 +00:00
Nathan Gray
fa8bf4218e Use automatic processing for human friendly values 2011-04-04 19:07:06 +00:00
Nathan Gray
630720a662 Used passed appname when creating new categories 2011-04-04 19:05:15 +00:00
Nathan Gray
15bac6b211 Don't clear cat_id if it wasn't found, let app have the original 2011-04-04 17:28:35 +00:00
Nathan Gray
8276cbbade Fix 'owner from csv' option 2011-04-04 17:19:27 +00:00
Nathan Gray
19b7918a73 - Hide category choice, timesheet only replaces
- Fix Set to: category list
2011-04-04 17:13:59 +00:00
Nathan Gray
1777dbcf2a Move field types to egw_record, use them in human friendly conversions when exporting and importing 2011-04-04 17:01:17 +00:00
Nathan Gray
cd5bcab6b6 Add function to do automatic conversions from human friendly values, similar to the one in export. 2011-04-04 17:00:13 +00:00
Nathan Gray
ee0e75f283 Fix for exporting custom fields in user format - CFs are stored as text, not timestamp 2011-04-04 16:09:22 +00:00
Philip Herbert
4a5a146334 fix email field format for Samsung Galaxy Android 2011-04-04 14:48:26 +00:00
Nathan Gray
af7ad5bec1 If there's only one option for plugin or definition, select it 2011-04-04 14:31:37 +00:00
Philip Herbert
cbcc4c6c49 updated activesync engine to latest as12.1 code from Andreas B:
- adding better support for non strict protocol implementations to improve device compatibility
- fixing an issue of iOS Mail App crashing, due to server reporting changes not requested by client during message fetch.
- adding support for multiple profiles(with different usernames) on one device to one server. (iOS) 
- Protocol Version 14.1 is now offered to the client
- general improvements to request handling
Updated egw backend and all plugins to be compatible with latest changes to sync engine.

ATTENTION: profiles need to be recreated on the devices.
2011-04-02 20:18:37 +00:00
Ralf Becker
6934b88d5d added "must change password" and "can change password" attribute to "Bulk password reset" command and added German translation 2011-04-01 18:50:17 +00:00
Ralf Becker
972eb515c3 added "must change password" and "can change password" attribute to "Bulk password reset" command and added German translation 2011-04-01 18:49:42 +00:00
Andreas Stöckel
a231863ed3 Implemented grid column sorting 2011-04-01 16:38:31 +00:00
Ralf Becker
9d893746a3 allow to return passwords hashes as array 2011-04-01 14:01:01 +00:00
Ralf Becker
5ea2945538 allow to return passwords hashes as array 2011-04-01 14:00:25 +00:00
Ralf Becker
48bf27645e * method to reset passwords of multiple users to a random password and notify them about that, also allows to change from plaintext passwords to a different hash 2011-04-01 13:36:46 +00:00
Ralf Becker
bab48aee0a * method to reset passwords of multiple users to a random password and notify them about that, also allows to change from plaintext passwords to a different hash 2011-04-01 13:35:16 +00:00
Klaus Leithoff
d7d28e75d5 strip html from caption in selectcols popup 2011-04-01 13:17:48 +00:00
Andreas Stöckel
151da7e0bd Updated code for image overlay on grid entries 2011-04-01 12:49:14 +00:00
Andreas Stöckel
7de4a37624 Added new style and images for links 2011-04-01 12:48:24 +00:00
Ralf Becker
e34db60775 fixed typo causing fatal error when client sends a recuring event with a given number of occurences 2011-04-01 08:23:09 +00:00
Nathan Gray
64cf625403 Avoid weird problem with account_id & preg_replace clearing content 2011-03-31 18:13:46 +00:00
Nathan Gray
c157592e20 Remove not maintained export to ods plugin 2011-03-31 16:57:27 +00:00
Nathan Gray
949d06dce9 Fix status merge, strip spaces 2011-03-31 16:49:06 +00:00
Nathan Gray
ddabb6a46f Remove   using string replace 2011-03-31 15:19:22 +00:00
Nathan Gray
ae48c17417 Remove extra spaces from status text 2011-03-31 15:12:13 +00:00
Nathan Gray
3ac6fcd941 Leave pm_id as an integer 2011-03-31 15:10:47 +00:00
Andreas Stöckel
888bbd0051 Added sort header click callback, fixed (minor) bug in column width calculation 2011-03-31 15:04:33 +00:00
Andreas Stöckel
bc25b8a102 Only call the selectCallback once, call it when setAllSelected is called and select the whole row when the checkbox is pre-checked 2011-03-31 12:56:47 +00:00
Andreas Stöckel
b424341afe Added selected change event to grid component, reverted change with drag'n'drop and window.top 2011-03-31 12:17:46 +00:00