Commit graph

2564 commits

Author SHA1 Message Date
Aleksander Machniak
4b727c45cd Prevent dropping files to read-only folders (T115) 2015-11-05 15:26:20 +01:00
Aleksander Machniak
e22d4aafab Omit read-only folders in "Save to cloud..." type of dialogs (T116) 2015-11-05 14:48:52 +01:00
Aleksander Machniak
07742bd661 Fix over-sized "Upload" and "From cloud..." buttons 2015-10-30 11:02:57 +01:00
Aleksander Machniak
8c9bdc4571 "Add from cloud" for task attachments (T811)
Note: "Save as task" dialog for email does not contain Attachments tab,
      as "Save as event" dialogs. We likely would want attachments handling
      in this dialog too. Currently it works only in Tasks UI.
2015-10-30 10:37:06 +01:00
Aleksander Machniak
905df56bb9 "Add from cloud" for event attachments (T809) 2015-10-30 10:22:11 +01:00
Aleksander Machniak
436027bf0e Fix invalid closing tag 2015-10-29 12:02:25 +01:00
Aleksander Machniak
95832509b9 Fix javascript error when selecting a contact in search result (#5269) 2015-10-24 20:00:12 +02:00
Thomas Bruederli
8a112e5292 Explicitly set allday property when parsing ical 2015-10-21 23:18:32 +02:00
Thomas Bruederli
b2839729b5 Use the right variable when unserializing old attendee data 2015-10-19 23:01:48 +02:00
Thomas Bruederli
90c9f3264f Remove unused variable (#3953)
This was a copy&paste remainder from the tasklist plugin
2015-10-19 22:51:24 +02:00
Aleksander Machniak
13b717c5c5 Add missing CSS changes for folders search and subscriptions (T163) 2015-10-06 12:29:08 +02:00
Aleksander Machniak
d07b4c2e8c Implement folders searching and subscriptions support (T163) 2015-10-06 12:04:44 +02:00
Aleksander Machniak
ef895c6d13 Fix folders list icons in a way that do not break Kolab skin 2015-10-04 16:38:28 +02:00
Aleksander Machniak
2ec0fcd36a Fix some style regressions on folders list in Larry skin 2015-10-04 14:24:56 +02:00
Aleksander Machniak
39564f22b5 Fix fixed header of files list on mail compose page 2015-10-01 12:32:21 +02:00
Aleksander Machniak
5d19e08d9b Search box for folders in kolab_files (T162) 2015-10-01 12:25:10 +02:00
Aleksander Machniak
21130bf9e6 Properly reset $recurrence_id in a loop 2015-09-29 12:24:45 +02:00
Jeroen van Meeuwen (Kolab Systems)
790b5b04f0 A very simple and ridumentary loginfail plugin 2015-09-21 12:42:20 +02:00
Aleksander Machniak
823c62be9f Fix compatibility with Sabre/VObject-3.4, error on RRULE with BYDAY import (#5221) 2015-09-10 12:42:59 +02:00
Aleksander Machniak
f8259ccdad Q() -> rcube::Q() 2015-09-01 10:08:26 +02:00
Aleksander Machniak
cb3944221f Merge branch 'master' of ssh://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab
Conflicts:
	plugins/calendar/calendar.php
2015-09-01 10:00:21 +02:00
Aleksander Machniak
e3911f0c27 Put default reminder settings in one line as we do for birthday calendar reminders settings 2015-09-01 09:57:46 +02:00
Aleksander Machniak
63ce7e9988 Don't use depracated Roundcube functions 2015-08-29 20:23:34 +02:00
Aleksander Machniak
6b3063030d Don't use deprecated Roundcube constants 2015-08-29 19:48:55 +02:00
Aleksander Machniak
d2f74ee9fa Performance: Skip SELECT query if we already know it will return no records (from previous SELECT COUNT(*)) 2015-08-27 14:13:36 +02:00
Aleksander Machniak
4f32668567 Libcalendaring fixes for use in automated testing out of Roundcube 2015-08-25 17:11:30 +02:00
Aleksander Machniak
2c58d048c0 Extend kolab_storage_config::get_tags() with possibility to search members by Message-ID and to set limit for better performance 2015-08-21 10:57:26 +02:00
Aleksander Machniak
496e031b82 Convert HTML event description into plain text (T714) 2015-08-20 17:12:20 +02:00
Aleksander Machniak
eec70bd6f6 Convert HTML task description into plain text (T714) 2015-08-20 16:18:37 +02:00
Aleksander Machniak
a0ca17fb36 Fix missing events on edges of the view time range (when client timezone is different than server tz) (T698) 2015-08-18 12:39:55 +02:00
Aleksander Machniak
c67e78de61 Fix resetting folders list widget after adding folders from ext. source 2015-08-16 10:32:55 -04:00
Aleksander Machniak
289fb55d89 Use treelist widget for folders list (T161), implemented folders collapsing 2015-08-16 08:59:55 -04:00
Thomas Bruederli
cc634b78eb Fix fetching localized alarm trigger texts from libcalendaring plugin 2015-08-14 14:28:43 +02:00
Aleksander Machniak
4c4ff2b179 Fix small issue in calendar_ui::calendar_css_classes() (#3951) 2015-08-10 15:35:33 +02:00
Aleksander Machniak
aa3523cc76 Fix compatibility with recent Sabre/VObject (#5185) 2015-08-07 06:58:15 -04:00
Aleksander Machniak
7ef34b6944 Fix fatal error 2015-08-07 06:46:55 -04:00
Aleksander Machniak
326e4ad9ad Support reminders relative to end/due date (RELATED=END) (T656)
Conflicts:

	plugins/libcalendaring/libvcalendar.php
2015-08-07 06:43:59 -04:00
Aleksander Machniak
dc0b4bd39a Fix bug where alarms set on event start time were displayed on event end time (T653) 2015-08-07 06:37:06 -04:00
Aleksander Machniak
1f75e936e5 Performance: Skip delegators list generation on every calendar refresh action 2015-08-07 06:36:52 -04:00
Aleksander Machniak
f7293f555b Fix handling of alarms specified as PT0S, PT0M, etc. (T653) 2015-08-07 06:36:45 -04:00
Aleksander Machniak
d49a4457b1 D16: Don't abort authentication if $_SERVER['REMOTE_USER'] is set 2015-08-06 13:42:23 +02:00
Aleksander Machniak
95b98257b1 Fix possible javascript error in parseISO8601() (#5175) 2015-08-05 12:46:05 +02:00
Aleksander Machniak
90ad98cda7 Fix fatal error in _to_ical() (#5177) 2015-08-04 11:23:36 +02:00
Aleksander Machniak
8c2aac3362 Don't use Roundcube deprecated functions 2015-08-02 20:15:28 +02:00
Aleksander Machniak
4b89d77656 get_opt() -> rcube_utils::get_opt() 2015-08-02 19:50:26 +02:00
Aleksander Machniak
9a59c93d6f Fix disabled name input in tasklist/notebook folder creation dialog (#5169) 2015-07-29 11:47:01 -04:00
Aleksander Machniak
34aa2d17a9 Show CardDAV URL also for GAL (T143)
Added configuration option kolab_addressbook_carddav_ldap
2015-07-29 04:07:38 -04:00
Aleksander Machniak
818e55ad25 Wrap added logon page content with <div> element so it can be styled by skins (T626) 2015-07-24 07:48:33 -04:00
Aleksander Machniak
3239eeb947 Don't use private namespace for folder uniqueid annotations (T491) 2015-07-21 04:36:34 -04:00
Thomas Bruederli
bbddeb6345 Replace stubs with actual implementation which was missing in the repo
Resolves T595
2015-07-06 22:37:45 +02:00