Thomas Bruederli
5079da4a90
Don't fetch all annotations from 'other' namespace when called from kolab_storage::list_user_folders()
2014-05-23 09:32:43 +02:00
Thomas Bruederli
bb0312280c
Avoid PHP errors when IMAP doesn't provide valid data
2014-05-23 09:18:35 +02:00
Thomas Bruederli
d9247aa5e5
Add config option to exclude certain namespaces from grouware folder listing
2014-05-23 09:00:46 +02:00
Thomas Bruederli
95491f0886
Don't write session data when fetching events/tasks
2014-05-22 19:00:49 +02:00
Thomas Bruederli
6c0985dfe9
Avoid warnings on empty message lists
2014-05-21 19:49:34 +02:00
Thomas Bruederli
63993e3a7d
Additional styles for the tasklist search results to match the calendar view
2014-05-21 14:03:18 +02:00
Thomas Bruederli
8c507885c5
Fix list creation/update/deletion ( #3047 )
2014-05-21 13:56:44 +02:00
Thomas Bruederli
f4f5a30e0a
Add new folder navigation to tasks module ( #3047 )
2014-05-21 13:04:18 +02:00
Thomas Bruederli
184730b347
Remove invisible text because that's considered for searching
2014-05-21 12:44:26 +02:00
Thomas Bruederli
709bd16016
Minor bugfixes and visual enhancements for new folder navigation
2014-05-21 10:50:36 +02:00
Thomas Bruederli
36248fb468
Code cleanup and small fixes
2014-05-20 20:26:47 +02:00
Thomas Bruederli
96359552f7
Add extended splitter to calendar view that allows resizing and collapsing the sidebar
2014-05-20 13:55:53 +02:00
Thomas Bruederli
69d9d3b27f
Fix alarms: don't display alarms before they're scheduled
2014-05-20 12:05:52 +02:00
Thomas Bruederli
af416196d9
Hide calendars search box and toggle on click of the search icon
2014-05-20 12:04:22 +02:00
Thomas Bruederli
d569bb8644
Adapt classic skin to new calendars listing
2014-05-20 12:03:24 +02:00
Thomas Bruederli
7c07ad1d42
Display user's email address as hover title
2014-05-20 09:50:41 +02:00
Thomas Bruederli
3a2d5eed5a
Use status attribute to set a task as 'complete' ( #3026 )
2014-05-19 18:20:23 +02:00
Thomas Bruederli
d87c46acac
Fix some styles after Larry skin update
2014-05-19 18:05:15 +02:00
Thomas Bruederli
073a6bb373
Aggregate shared but unsubscribed calendar folders and free/busy data into a 'user calendar'
2014-05-19 12:18:39 +02:00
Thomas Bruederli
fd3f93d64e
Use the dedicated config option
2014-05-19 12:16:14 +02:00
Aleksander Machniak
39c2aee5b9
Initial support for Snippets and Relations
2014-05-18 14:45:23 +02:00
Thomas Bruederli
2d85ff565f
Find next matching parent folder
2014-05-16 10:59:28 +02:00
Thomas Bruederli
0fbfff3349
Limit the user search results and display message if list is truncated
2014-05-16 10:38:37 +02:00
Thomas Bruederli
7d5fe4c794
Fix LDAP search calls and return the number of matches
2014-05-16 10:36:57 +02:00
Thomas Bruederli
115c4c54b7
Rename kolab_auth_ldap::search() method because its signature doesn't match rcube_ldap_generic::search() and fails recursive calls in VLV search mode + add return parameter for results count
2014-05-16 10:34:32 +02:00
Thomas Bruederli
b415c512f0
Use folder namespace for grouping in client-side treelist
2014-05-15 17:20:58 +02:00
Thomas Bruederli
857078428b
Toggle IMAP subscriptions directly from the calendars/folders list ( #3042 )
2014-05-15 15:53:35 +02:00
Thomas Bruederli
8d09b78eb1
Provide sample config for new LDAP user search
2014-05-15 14:18:23 +02:00
Thomas Bruederli
510089523e
Refactored kolab_storage_folder classes and consolidated some functions
2014-05-15 13:15:58 +02:00
Thomas Bruederli
91e93fecb7
Don't overwrite the complete recurrence property, there might be EXDATE or RDATE entries already ( #3061 )
2014-05-15 12:21:47 +02:00
Thomas Bruederli
715b2b790a
Fix listing of other user's calendars and sub-folders
2014-05-15 11:57:54 +02:00
Thomas Bruederli
df08826c03
Improve listing of user folders: also list them if one has access to a child folder
2014-05-15 11:57:12 +02:00
Thomas Bruederli
701c3391fe
Search in LDAP and collect accessible folders ( #3041 )
...
- Add LDAP user search capabilities to kolab_storage class (using kolab_auth plugin classes)
- Introduce virtual 'user' folder objects and add methods to list them
- New 'user calendar' class in calendar (kolab driver)
- Render folder search results as hierarchical list
2014-05-14 20:37:06 +02:00
Thomas Bruederli
8a47c676d5
Move new calendar list widget and folder searching to libkolab for shared use
2014-05-13 19:14:08 +02:00
Thomas Bruederli
008c5db5d9
Implement searching for unsubscribed IMAP folders and temporary/session subscriptions
2014-05-13 17:09:53 +02:00
Thomas Bruederli
00b1c7631b
Render calendar folders as a searchable treelist widget
2014-05-12 20:47:47 +02:00
Aleksander Machniak
d2d831b775
Improve indexes in postgres.initial.sql
2014-05-09 08:55:27 +02:00
Aleksander Machniak
4760c46968
Update version numbers in initial.sql files
2014-05-09 08:53:00 +02:00
Aleksander Machniak
6123e40040
Fix version numbers in initial.sql files, fix event_id -> alarm_id in postgres.initial.sql
2014-05-09 08:44:59 +02:00
Aleksander Machniak
0032bf083c
Added DDL script for PostgreSQL
2014-05-09 08:40:03 +02:00
Thomas Bruederli
23d5227462
Place task actions menu above link if at the bottom of the window ( #2601 )
2014-05-06 08:39:28 +02:00
Thomas Bruederli
e625711a85
Use new button/icon classes from Larry skin
2014-05-01 16:18:18 +02:00
Thomas Bruederli
b8a8cc0927
Support recurring tasks in database driver ( #2713 )
2014-04-28 13:23:11 +02:00
Thomas Bruederli
5c206f76e8
Amend js files headers to satisfy LibreJS license detection
2014-04-28 09:12:29 +02:00
Thomas Bruederli
7d3b2b6675
Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab
2014-04-28 08:49:42 +02:00
Thomas Bruederli
4bbe1d4b4a
Remove unused include
2014-04-27 15:33:12 +02:00
Aleksander Machniak
fb687bdb98
Check upload size limit also before upload (Bug #2996 )
2014-04-25 20:22:27 +02:00
Thomas Bruederli
8a613b5b11
Reset alarms when re-iterating recurring events; fix computing of weekly recurrence dates
2014-04-24 20:26:56 +02:00
Thomas Bruederli
a0ac82793b
Handle recurring tasks ( #2713 )
...
- Render recurrence form as new tab in edit dialog
- Display recurrence summary in task details
- When marking a recurring task complete:
* shift dates and alarms to next occurrence
* only if recurrence end reached save as completed
* save a copy with status completed (sort of a journal)
2014-04-24 19:44:21 +02:00
Thomas Bruederli
cd40e54641
Fix recurrence form serialization; better method names
2014-04-24 19:41:07 +02:00