Commit graph

59 commits

Author SHA1 Message Date
Aleksander Machniak
b0f306eaf1 Remove sensitivity settings 2022-09-14 12:45:30 +02:00
Aleksander Machniak
8f8c6ab5ae Cleanup 2019-06-20 12:53:36 +00:00
Aleksander Machniak
acd1740a29 Replace other user folders uids with display name (Bifrost#T216238)
Extends existing functionality that worked in kolab plugins' UI
in a way that:
- ldap lookups are optionally cached
- replacing is done also in Mail/Settings parts of the UI
- object_prettyname() uses the same technique as folders listings
2019-06-13 13:33:35 +00:00
Aleksander Machniak
59a79b1cee Elastic: Fixes for Bootstrap 4.0.0 2018-01-24 10:12:49 +01:00
Aleksander Machniak
18d9f3b31f Elastic skin support for kolab_folders 2017-10-30 11:30:02 +01:00
Aleksander Machniak
39b874e6eb Let users set message expiry on folders (Bifrost#T33804) 2017-06-12 10:28:07 +00:00
Aleksander Machniak
dbc63628ac [#5436] Fix so 's' right is not removed from groupware folders 2016-06-10 05:14:46 -04:00
Thomas Bruederli
7fec791449 Select folders annotated 'private' for events/tasks flagged as such (#4789) 2015-03-25 15:09:04 +01:00
Thomas Bruederli
e187d0880b Subscribe to ACL plugin hooks and adjust the permission items for groupware folders (#4839) 2015-03-12 14:55:04 +01:00
Aleksander Machniak
77d3466638 Get rid of deprecated function aliases and constants usage 2014-10-06 09:19:26 +02:00
Thomas Bruederli
6308592b5c Fix subtype iteration after changes in f0b205cb 2014-09-24 17:08:29 +02:00
Thomas Bruederli
f0b205cb2e Add subtype 'confidential' to event and task folders; refactored subtype selector handling in JS (#3451) 2014-09-23 11:37:45 +02:00
Aleksander Machniak
de14433797 Fix php warning when kolab_skip_namespace='' 2014-08-13 18:13:09 +02:00
Aleksander Machniak
44b8f1f6ee Added folder type selection options to folder filter (#476) 2014-08-11 18:55:50 +02:00
Thomas Bruederli
e167128043 Adapt 'folders_list' hook to new arguments after update in Roundcube core 2014-07-03 11:21:01 +02:00
Aleksander Machniak
5d486351b7 There's no default_folders setting in Roundcube 1.1 2014-04-03 09:59:23 +02:00
Aleksander Machniak
6560e086b6 kolab_storage::set_state() is private method, use kolab_storage::folder_activate() 2013-11-18 10:21:21 +01:00
Aleksander Machniak
dfd761f4b9 Re-write code to create/subscribe/activate default kolab folders
with some performance improvements and proper event/task folders activation (Bug #1667)
2013-10-29 16:04:02 +01:00
Aleksander Machniak
8aa877d88b Fix doubled SUBSCRIBE call 2013-08-21 19:02:30 +02:00
Jeroen van Meeuwen (Kolab Systems)
23d9f14e81 Subscribe default folders that we create 2013-08-18 14:10:02 +02:00
Aleksander Machniak
c0a005b204 folders_metadata() -> folders_typedata() 2013-07-09 15:24:01 +02:00
Aleksander Machniak
007fd25f96 Unify fetching folder (metadata) types. This should also improve performance
because get_metadata() arguments are used to build the cache key.
2013-07-09 15:16:15 +02:00
Aleksander Machniak
27e57c7335 Fix undefined or unused variable errors caught in static code analysis 2013-05-07 12:16:11 +02:00
Aleksander Machniak
4d2320cf1c Update folder type annotation on special folder change (#1031) 2013-04-10 13:56:04 +02:00
Aleksander Machniak
9d1f43d9c2 Fix PHP warning when folder rights is not available (e.g. non-existing folder) 2013-04-09 18:50:47 +02:00
Aleksander Machniak
5991c115b8 RCMAIL_CHARSET -> RCUBE_CHARSET 2012-12-07 11:03:33 +01:00
Aleksander Machniak
04793bfaf3 Improvements in default folders creation procedure 2012-10-26 13:44:57 +02:00
Aleksander Machniak
8eda2df71e Simplified default folder selection - now when private/shared annotation
is properly handled (.default is removed from shared) by kolab_storage functions
2012-10-25 15:20:33 +02:00
Aleksander Machniak
264504b9a3 Add localized labels for file and freebusy folder type 2012-10-25 15:13:59 +02:00
Thomas Bruederli
58b3ed570d Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2012-10-17 12:13:12 +02:00
Thomas Bruederli
d356302759 Cut off folder type suffix from shared annotation values (#1105); small code cleanup to reduce redundancy 2012-10-17 12:12:45 +02:00
Aleksander Machniak
c06a949d0f Merge branch 'master' of ssh://git.kolab.org/git/roundcube 2012-10-17 11:55:37 +02:00
Aleksander Machniak
2d08c58e56 Fix/prepare plugins to use out of Roundcube (where rcmail object doesn't exist) 2012-10-17 11:54:25 +02:00
Thomas Bruederli
fad8e68fe7 Move kolab_folders::set_folder_type() logic to libkolab plugin and use it where appropriate (#1104) 2012-10-17 11:46:26 +02:00
Thomas Bruederli
aae0f725bc Make get_default_folder() work multiple annotations 2012-09-20 09:32:02 +02:00
Thomas Bruederli
395807c424 Save folder subtypes in private annotations according to Kolab 3 spec 2012-09-20 08:51:38 +02:00
Aleksander Machniak
4c6117ab67 Improve performance when imap_cache is disabled 2012-06-26 11:01:22 +02:00
Aleksander Machniak
4ed6758112 Integrate folders listing functionality from kolab_folders plugin
into kolab_storage class - added public list_folders() method.
Now we can use kolab_storage out of Roundcube application.
2012-05-14 13:04:24 +02:00
Thomas B
aeb657c02b Fix varname 2012-04-26 08:55:06 +02:00
Aleksander Machniak
10dad0d289 Fix new storage object usage (fixes e.g. special folders selectors) 2012-03-08 20:42:32 +01:00
Thomas B
1e6e9ac5ac Fix: use the right instance variable 2012-03-06 09:52:28 +01:00
Aleksander Machniak
607fd7b43b Updates for Roundcube 0.8 2012-01-23 10:16:30 +01:00
Aleksander Machniak (Kolab Systems)
53725a93dd Added package.xml files 2011-11-18 15:55:08 +01:00
Aleksander Machniak
000212dd9a Added options to create default folders 2011-10-27 18:24:04 +02:00
Aleksander Machniak (Kolab Systems)
4a498714dd Changed license to AGPL 2011-10-27 10:20:46 +02:00
Aleksander Machniak (Kolab Systems)
110bc97c1e Support folders of type 'configuration' 2011-10-04 13:19:46 +02:00
Aleksander Machniak (Kolab Systems)
62b5fe9e49 Don't allow changeing shared folder type, according to ACL (#352) 2011-08-19 10:13:14 +02:00
Aleksander Machniak (Kolab Systems)
406bc9c012 Unsubscribe from non-existent folders as core does (#247) 2011-08-18 11:37:28 +02:00
Aleksander Machniak (Kolab Systems)
c8ad37c8c9 Clear Horde's folders cache on actions in Roundcube folder manager 2011-07-10 20:21:53 +02:00
Aleksander Machniak (Kolab Systems)
20c57736f5 Improved mail.default and mail.inbox types handling 2011-07-07 19:39:34 +02:00