Only account type switch, shouldn't we allow a separate quota size selection?
Where to put this, in Settings > Preferences > Server Settings?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Mar 14 2016
Mar 13 2016
I think it's not relevant. The modified code before the change was setting _notify flag when edited/new event has any attendees, no matter the user is organizer or the attendee. In comparison with the php code which calls notify_attendees() when _notify flag is set, it does not make sense. So, I modified the code to not set the _notify flag if the originator is an attendee.
Is it at all relevant, whether the initiator is or is not the organizer?
Mar 11 2016
Allow attachments update only on REQUEST
Mar 8 2016
Mar 7 2016
Feb 29 2016
Feb 26 2016
Feb 22 2016
Duplicate of fixed T968.
This is duplicate of #3625. Fixed in rRPKe4f8757b28070ada336a856355d4654883af334a
Unassigning as per the uncertainty in T68.
chrome Version 48.0.2564.116 m and firefox 44.0.2
What browser version?
I suppose this should be closed?
Feb 20 2016
Feb 12 2016
Feb 2 2016
Implemented in git-master of chwala, roundcubemail-plugins-kolab and roundcubemail-skin-chameleon repos.
Jan 29 2016
Jan 26 2016
Works for me. #4095 and #5046 are already closed.
Jan 13 2016
Jan 11 2016
Joining the session is already implemented. I'd need more info about the free/busy interface.
In T728#10254, @vanmeeuwen wrote:
- A list of ongoing sessions, including:
- to which the user is considered eligible to request authorization to participate in the ongoing session by already having write access to the file being edited.
Dec 22 2015
Dec 11 2015
Dec 4 2015
Dec 3 2015
The customer informed us that the UID is not really an issue in case of Thunderbird import. The calendar events were correctly imported, but they use year 2025 which is a problem. An ugly hack is to add "&end=1451602740" to the feed URL, where the number is a unix timestamp of last day in the current year.
As Chwala uses kolab_auth plugin we can use kolab_auth_role_settings option for this. E.g.:
$config['kolab_auth_role_settings'] = array(
'cn=contractor,%dc' => array(
'fileapi_manticore' => array(
'value' => null,
),
),
);Nov 24 2015
Nov 20 2015
Nov 19 2015
Nov 18 2015
Nov 17 2015
Nov 16 2015
Nov 13 2015
Additionally informed contextmenu plugin author about the issue https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/issues/73. The fix on contextmenu side is needed to make sure similiar errors aren't thrown in other places with the same code path.
Nov 10 2015
Nov 9 2015
Note there's also Save as Task dialog which if contained Attachments tab would also collide. The best solution should fix both and allow extending the Save as Task dialog with Attachment tab later.
Nov 6 2015
Nov 5 2015
For me this should look like:
- User opens editing session as usual
- User clicks Save button
- Error: "You don't have permissions to save. Do you want to save a copy?"
- "Yes" opens folder selector dialog. "No" does nothing.
The Chwala API for fetching writable folders has been implemented in rCcd9d0eb48a5. So, this ticket is about the Roundcube UI.
Implemented as fileapi_manticore option.
Nov 3 2015
It is already highlighted by
.calendarmain .fc-state-highlight {
background-color: rgba(244, 196, 37, 0.1);
}Oct 30 2015
Oct 27 2015
Oct 21 2015
Oct 13 2015
I see this as a simple configuration option for Chwala that defines Manticore URL. That would then be passed to kolab_files as Chwala boolean capability.
Oct 7 2015
Oct 6 2015
Oct 2 2015
Oct 1 2015
So, we go with Chwala changes to match functionality of other plugins, i.e. we'll list subscribed only and search for unsubscribed if needed.
However, Chwala lists all folders the user has access to, not subscribed only. So, either we modify Chwala to return only subscribed folders or this is redundant.
Sep 11 2015
Sep 10 2015
Sep 9 2015
But isn't preventing them from saving back fine?