Page MenuHomePhorge
Feed Advanced Search

May 31 2019

machniak committed rRPK98239ee764fe: Elastic: Fix position of counter badge on calendars list (authored by machniak).
Elastic: Fix position of counter badge on calendars list
May 31 2019, 2:01 PM
machniak committed rRPKd87235e20e22: Calendar: Limit number of event occurrences when "checking an itip event in… (authored by machniak).
Calendar: Limit number of event occurrences when "checking an itip event in…
May 31 2019, 1:56 PM
machniak committed rRPK8d04cec2f178: T5414: Fix Check Calendar button pointing to a wrong date (authored by machniak).
T5414: Fix Check Calendar button pointing to a wrong date
May 31 2019, 1:56 PM
machniak reopened T5414: Roundcube show calendar invitation with wrong date as "Open".

I'm reopening this as there are more related issues. E.g. the Check Calendar button points to the wrong date.

May 31 2019, 11:56 AM · Roundcube Kolab Plugins , Bug Reports
machniak closed T5414: Roundcube show calendar invitation with wrong date as Resolved.

This was hard to track, but fixed.

May 31 2019, 11:22 AM · Roundcube Kolab Plugins , Bug Reports
machniak committed rRPK2f75ab5b39dc: T5414: Fix wrong all-day event date in invitation box (authored by machniak).
T5414: Fix wrong all-day event date in invitation box
May 31 2019, 11:22 AM
machniak added a comment to T5375: stopping wallace leaves a process behind, restart fails.

No such issue on CentOS with wallace-0.8.11-7.1.el7.kolab_16.

May 31 2019, 7:59 AM · PyKolab, Bug Reports

May 30 2019

machniak closed T4584: Not possible to drag and drop an event on touch screen as Resolved.

This is working out of the box, but requires long-press. After a long press you can move the event. After a long press event also a handle to resize the event appears, so you can also resize the event.

May 30 2019, 2:24 PM · Roundcube Kolab Plugins , UX Seminar WS17
machniak closed T5229: inconsistency between android and iOS when scrolling down as Wontfix.

I don't think we can control that with current design. For me scrolling in the dialog is consistent. Problems start when a virtual keyboard appears.

May 30 2019, 2:22 PM · Roundcube Kolab Plugins , Bug Reports, UX Seminar WS17

May 29 2019

machniak committed rPd9c2a876f852: Merge branch 'master' of ssh://git.kolab.org/diffusion/P/pykolab (authored by machniak).
Merge branch 'master' of ssh://git.kolab.org/diffusion/P/pykolab
May 29 2019, 1:41 PM
machniak committed rP7f07f49c107f: Fix restarting apache2 service on Debian 9 (Bifrost#T163148) (authored by machniak).
Fix restarting apache2 service on Debian 9 (Bifrost#T163148)
May 29 2019, 1:41 PM
machniak closed T5408: HTML Composer on roundcube: Link insertion as Resolved.

Fixed in 668ca02c3f3d8 [roundcubemail master].

May 29 2019, 1:02 PM · Roundcube, Bug Reports
machniak lowered the priority of T5375: stopping wallace leaves a process behind, restart fails from Needs Triage to Normal.

Confirmed. If I then try to start wallace, I got:

2019-05-29 11:36:24,741 pykolab.wallace WARNING [10320] Could not bind to socket on port 10026 on bind address localhost
2019-05-29 11:36:24,741 pykolab.wallace WARNING [10320] Could not shut down socket
2019-05-29 11:36:25,743 pykolab.wallace WARNING [10320] Could not shut down socket
2019-05-29 11:36:26,745 pykolab.wallace WARNING [10320] Could not shut down socket
2019-05-29 11:36:27,747 pykolab.wallace WARNING [10320] Could not shut down socket
2019-05-29 11:36:28,750 pykolab.wallace WARNING [10320] Could not shut down socket
...

and

# ps ax | grep wallace
 3595 ?        S      0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
10320 ?        Sl     0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
10321 ?        S      0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
10322 ?        S      0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
10323 ?        S      0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
10324 ?        S      0:00 /usr/bin/python /usr/sbin/wallaced -l warning --fork --user kolab
May 29 2019, 12:38 PM · PyKolab, Bug Reports
machniak lowered the priority of T5327: Apostrophe in employee name causes LDAP crash from Needs Triage to Normal.
May 29 2019, 12:27 PM · PyKolab, Bug Reports
machniak closed T4554: Add new Calender is buggy as Resolved.

Fixed on kolabnow.com.

May 29 2019, 12:25 PM · UX Seminar WS17
machniak lowered the priority of T5333: Roundcube calendar issues from Needs Triage to Normal.

What is the user date and time format? You could also check what are the input arguments to parseDate() in line 169 of libcalendaring.js file. Just add console.log(this.datepicker_settings.dateFormat, date, this.datepicker_settings) a line before.

May 29 2019, 12:24 PM · Roundcube Kolab Plugins , Bug Reports
machniak lowered the priority of T5351: Dependency broken in package kolab-webclient for debian 8 (jessie) ! (php-pspell) from Needs Triage to Normal.

I didn't check that on Debian 8, but a few notes:

  1. It's not an issue on Debian 9 indeed.
  2. Roundcube will not fallback to any other method if it is configured to use pspell.
May 29 2019, 12:18 PM · Jessie, Kolab 16, Bug Reports
machniak lowered the priority of T5414: Roundcube show calendar invitation with wrong date from Needs Triage to Normal.

I think I saw this before, but never had time to work on this. Probably the date is handled as date-time and converted to user timezone, but should not for all-day events.

May 29 2019, 12:01 PM · Roundcube Kolab Plugins , Bug Reports
machniak lowered the priority of T5408: HTML Composer on roundcube: Link insertion from Needs Triage to Normal.

I confirm. This is for the Kolab skin based on Larry. Looks like it is caused by some style in Larry. The responsive skin has no such issue.

May 29 2019, 11:57 AM · Roundcube, Bug Reports
machniak committed rP1bf9df4c94e7: Use UTF8 charset on smtp_access_policy tables (Bifrost#T162941) (authored by machniak).
Use UTF8 charset on smtp_access_policy tables (Bifrost#T162941)
May 29 2019, 11:46 AM

May 28 2019

machniak committed rP5615f05304e5: Make sure main.cf exists before executing postmap (authored by machniak).
Make sure main.cf exists before executing postmap
May 28 2019, 3:38 PM
machniak committed rP36c3ab0dda8d: Fix Postfix TLS setup on Debian 9 (Bifrost#T163064) (authored by machniak).
Fix Postfix TLS setup on Debian 9 (Bifrost#T163064)
May 28 2019, 3:33 PM
machniak committed rP5a60e0c9e657: Fix restarting apache2 service on Debian 9 (Bifrost#T163148) (authored by machniak).
Fix restarting apache2 service on Debian 9 (Bifrost#T163148)
May 28 2019, 2:33 PM
machniak committed rRPKde8e018c4a2a: Fix kolab_alarms table schema for MariaDB (Bifrost#T163148) (authored by machniak).
Fix kolab_alarms table schema for MariaDB (Bifrost#T163148)
May 28 2019, 1:56 PM

May 27 2019

machniak committed rRPK915035e9bad5: Small code simplification (authored by machniak).
Small code simplification
May 27 2019, 3:12 PM
machniak added a comment to T5223: white space underneath "save" and "abort".

I don't see it on current beta.kolabnow.com withiPone SE iOS 12.1.4. Could you re-test and provide screenshot if it's still an issue?

May 27 2019, 11:59 AM · Roundcube Kolab Plugins , Bug Reports, UX Seminar WS17
machniak added a comment to T4983: When selecting a time you can't see them all.

I'm unable to reproduce on current beta.kolabnow.com with Chromim 73.0.3683.86.

May 27 2019, 11:48 AM · UX Seminar WS17

May 22 2019

machniak added a comment to T5402: Releases for standalone Roundcube.

The package was created by Thomas, but it looks he's not interested in working on this currently (or just have no time). Problem is that current calendar plugin version will probably not work with Roundcube 1.3. It also requires some manual packaging work for Elastic skin support. Also there are some known issues in the database driver noone have time to work on. From Kolab perspective we could spend that time better on other things. Maybe after the final 1.4.0 release I'll do something about the situation, but I can't promise anything.

May 22 2019, 9:47 AM · Roundcube Kolab Plugins
machniak closed T5399: Github and Gitlab mirrors as Resolved.

They are not maintained and they were never supported by Kolab.

May 22 2019, 9:36 AM · Roundcube Kolab Plugins
machniak closed T5381: Bugs reported via Gitlab as Resolved.

It is a "fork" that we do not manage.

May 22 2019, 9:32 AM · Roundcube Kolab Plugins
machniak committed rRPKd42ca55bfc1e: README update (authored by machniak).
README update
May 22 2019, 9:29 AM
machniak committed rRPK5e63cef9d564: Remove old TODO file (authored by machniak).
Remove old TODO file
May 22 2019, 9:20 AM

May 21 2019

machniak committed rRPK985d88fed2b8: Tasks: Fix folder edit/create issues (authored by machniak).
Tasks: Fix folder edit/create issues
May 21 2019, 11:48 AM

May 20 2019

machniak added a comment to T5239: Chwala: Folder limit should be configurable.

But you say it's a fix. So, what exactly are you trying to fix? I don't see a problem when I use chwala with Kolab storage connected using webdav driver.

May 20 2019, 3:45 PM · Architecture & Design

May 19 2019

machniak added a comment to T5239: Chwala: Folder limit should be configurable.

The whole point is to never use infinity. Now the procedure is recursive and we never fetch more than one level of the folder tree. Or are you saying that your webdav server does not support "1,noroot"?

May 19 2019, 7:41 AM · Architecture & Design

May 16 2019

machniak committed rRPK4136938a7ac8: Don't store invalid objects in cache (authored by machniak).
Don't store invalid objects in cache
May 16 2019, 10:36 AM
machniak committed rRPK5d560bf4cd77: Merge branch 'dev/perf' of ssh://git.kolab.org/diffusion/RPK/roundcubemail… (authored by machniak).
Merge branch 'dev/perf' of ssh://git.kolab.org/diffusion/RPK/roundcubemail…
May 16 2019, 8:52 AM

May 15 2019

machniak committed rRPKace036d6c8b0: Fix regression where tags were not available in Add a Note dialog… (authored by machniak).
Fix regression where tags were not available in Add a Note dialog…
May 15 2019, 4:23 PM

May 14 2019

machniak updated the diff for D714: LIST-EXTENDED/LIST-STATUS support.

Fix problem with "numeric" folders (Bifrost#T209392)

May 14 2019, 4:46 PM
machniak committed rRPKf848609ea1e4: Elastic: Improve event/task reminders (alarms) input (authored by machniak).
Elastic: Improve event/task reminders (alarms) input
May 14 2019, 11:05 AM
machniak committed rRPKf847df8e50b8: Fix broken resource details when kolabDescAttribute contains non-JSON-formatted… (authored by machniak).
Fix broken resource details when kolabDescAttribute contains non-JSON-formatted…
May 14 2019, 9:52 AM

May 13 2019

machniak committed rWAP28916f61deba: Update Hosted page with the new skin (authored by machniak).
Update Hosted page with the new skin
May 13 2019, 10:08 AM
machniak committed rWAPcde009921471: Fix error after jQuery update (authored by machniak).
Fix error after jQuery update
May 13 2019, 10:08 AM

May 10 2019

machniak committed rWAP1ad22e15c181: Skip form initialization if there's no id attribute (authored by machniak).
Skip form initialization if there's no id attribute
May 10 2019, 2:25 PM
machniak committed rWAP648e537423e9: Update to jQuery-3.4.1 (authored by machniak).
Update to jQuery-3.4.1
May 10 2019, 1:42 PM
machniak committed rWAP1995649953b5: New skin (authored by machniak).
New skin
May 10 2019, 1:42 PM
machniak committed rWAP0f51ea19380e: Remove kolabsys and minimal skins (authored by machniak).
Remove kolabsys and minimal skins
May 10 2019, 1:42 PM

May 7 2019

machniak committed rPNL4dbc8c189d7c: Use "native" vlv searching on PHP >= 7.3.5 (Bifrost#T193325) (authored by machniak).
Use "native" vlv searching on PHP >= 7.3.5 (Bifrost#T193325)
May 7 2019, 12:18 PM
machniak committed rP8b48619c0482: Fix enabling dirsrv service on Ubuntu (Bifrost#T200782) (authored by machniak).
Fix enabling dirsrv service on Ubuntu (Bifrost#T200782)
May 7 2019, 10:55 AM
machniak committed rRPK7d6e1fd78742: Calendar: Fix broken UI when using unsupported (old) view type 'table'… (authored by machniak).
Calendar: Fix broken UI when using unsupported (old) view type 'table'…
May 7 2019, 10:27 AM
machniak committed rI66a2d09850ad: Prevent from setting calendar name to folder's uid (Bifrost#T205762) (authored by machniak).
Prevent from setting calendar name to folder's uid (Bifrost#T205762)
May 7 2019, 10:12 AM

May 6 2019

machniak committed rSd867f6f5c5d7: Check if kolab_auth class exist before using it (authored by machniak).
Check if kolab_auth class exist before using it
May 6 2019, 12:56 PM
machniak committed rRPK464b49ee3497: Elastic: Fix various regressions (authored by machniak).
Elastic: Fix various regressions
May 6 2019, 10:57 AM
machniak committed rRPKb81e4798d091: Elastic: Unset 'rename' icon, use the one from Elastic core (authored by machniak).
Elastic: Unset 'rename' icon, use the one from Elastic core
May 6 2019, 9:08 AM
machniak committed rRPK290adfbbb118: Merge branch 'dev/elastic' (authored by machniak).
Merge branch 'dev/elastic'
May 6 2019, 9:08 AM

May 2 2019

machniak committed rRPKfb72e36fa418: Small phpdoc fixes (authored by machniak).
Small phpdoc fixes
May 2 2019, 12:38 PM
machniak committed rIaf758674b05c: Fix typo in method name, CS fixes (authored by machniak).
Fix typo in method name, CS fixes
May 2 2019, 12:21 PM

Apr 29 2019

machniak committed rRPK02637611ed6d: Fix various issues caused by caching outdate properties (authored by machniak).
Fix various issues caused by caching outdate properties
Apr 29 2019, 3:45 PM
machniak committed rRPKe648167c38f5: Add posibility to remove pending/declined invitation events (Bifrost#T203431) (authored by machniak).
Add posibility to remove pending/declined invitation events (Bifrost#T203431)
Apr 29 2019, 12:40 PM

Apr 26 2019

machniak committed rRPKff7f8f76d32b: Unset 'rsvp' flag when changing attendee status (authored by machniak).
Unset 'rsvp' flag when changing attendee status
Apr 26 2019, 5:15 PM
machniak committed rRPKfe7142b8c418: Elastic: Improved styles for the list of tasks assigned to an email (authored by machniak).
Elastic: Improved styles for the list of tasks assigned to an email
Apr 26 2019, 10:12 AM
machniak committed rRPK3a2240a13d87: Fix inconsistency in handling other users "root" folders (Bifrost#T203416) (authored by machniak).
Fix inconsistency in handling other users "root" folders (Bifrost#T203416)
Apr 26 2019, 9:32 AM

Apr 25 2019

machniak committed rRPK1d72a95549bc: On iTip request fallback to attendee status, not organizer's (authored by machniak).
On iTip request fallback to attendee status, not organizer's
Apr 25 2019, 12:08 PM

Apr 24 2019

machniak committed rRPKd852838c7e59: Fix " v is null in set_event_colors()" error (authored by machniak).
Fix " v is null in set_event_colors()" error
Apr 24 2019, 10:16 AM
machniak committed rRPK89042934efc4: Trim redundant whitespace in iTip details table (authored by machniak).
Trim redundant whitespace in iTip details table
Apr 24 2019, 9:29 AM

Apr 23 2019

machniak added a comment to T2720: Remove "Save sent message in" from mail composer.

I'm not sure about how common it is, but we have for example an option to save messages into the folder the replied message comes from. And it is good to have visual information on to which folder the message will be saved while composing. There are also users that wanted occassionally to not save the message at all (as draft or after it's sent). That's why the select contains "- don't save -" option. So, there are some usecases.

Apr 23 2019, 10:02 AM · UX Seminar WS17

Apr 19 2019

machniak committed rRPK3db1e4212ce8: Don't log full session identifiers (authored by machniak).
Don't log full session identifiers
Apr 19 2019, 11:46 AM

Apr 17 2019

machniak added a member for iRony Developers: mollekopf.
Apr 17 2019, 12:57 PM
machniak abandoned D749: return empty folder list if backend is disabled.

Thanks, I fixed this in another place. See c32f0674ace8.

Apr 17 2019, 12:43 PM
machniak committed rCc32f0674ace8: Fix regression where fileapi_backend_storage_disabled=true didn't really… (authored by machniak).
Fix regression where fileapi_backend_storage_disabled=true didn't really…
Apr 17 2019, 12:42 PM
machniak accepted D755: Support shortlogins via the username_domain configuration option..
Apr 17 2019, 12:34 PM
machniak committed rRPKce24ec1bdd78: Fix bug where newly added element in tag cloud was not clickable (in… (authored by machniak).
Fix bug where newly added element in tag cloud was not clickable (in…
Apr 17 2019, 11:59 AM
machniak committed rRPK09e8dcce9880: Fix regression where removing tags from one message would remove tag badge from… (authored by machniak).
Fix regression where removing tags from one message would remove tag badge from…
Apr 17 2019, 11:53 AM

Apr 16 2019

machniak committed rS88ab52e07d43: Fix logging SecondsLeft value (in case of a ping loop break) (authored by machniak).
Fix logging SecondsLeft value (in case of a ping loop break)
Apr 16 2019, 1:24 PM
machniak committed rRPK12ce9fd4c799: Ignore address_book_type setting when checking for global addressbooks (authored by machniak).
Ignore address_book_type setting when checking for global addressbooks
Apr 16 2019, 12:51 PM

Apr 13 2019

machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

I think we'd need a change around https://git.kolab.org/diffusion/C/browse/master/lib/api/common.php$237, but I didn't think about it yet.

Apr 13 2019, 9:54 AM · Roundcube Kolab Plugins , Bug Reports

Apr 12 2019

machniak committed rP5269d27803ef: Be more forgiving on dummy entries in DTSTAMP,LAST-MODIFIED and CREATED… (authored by machniak).
Be more forgiving on dummy entries in DTSTAMP,LAST-MODIFIED and CREATED…
Apr 12 2019, 12:38 PM
machniak committed rP23e2c4637f55: Be more forgiving on dummy entries in DTSTAMP,LAST-MODIFIED and CREATED… (authored by machniak).
Be more forgiving on dummy entries in DTSTAMP,LAST-MODIFIED and CREATED…
Apr 12 2019, 12:37 PM
machniak committed rP3a92133e7e18: Fix event|todo_from_ical() exception: AttributeError("'NoneType' object has no… (authored by machniak).
Fix event|todo_from_ical() exception: AttributeError("'NoneType' object has no…
Apr 12 2019, 10:44 AM
machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.
$config['fileapi_sources'] = array(
    'Seafile' => array(
        'driver' => 'seafile',
        'host'   => 'seacloud.cc',
        // when username is set to '%u' current user name and password
        // will be used to authenticate to this storage source
        'username' => '%u',
    )
);
// You can also add
$config['fileapi_backend_storage_disabled'] = true;
Apr 12 2019, 10:02 AM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

That scenario is not supported because you can't store config and you can't use cache without kolab backend. You could probably live without these in some setups, so yes in theory it should work. There must be a bug somewhere.

Apr 12 2019, 9:11 AM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

... and we should throw an error when fileapi_backend != 'kolab'.

Apr 12 2019, 8:57 AM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

I think we should finally remove that section from documentation. It is not supported scenario, I think it is not even supposed to work. There's a comment in sample config:

// Main files source, backend driver which handles
// authentication and configuration of Chwala
// Note: Currently only 'kolab' is supported
$config['fileapi_backend'] = 'kolab';
Apr 12 2019, 8:56 AM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T5339: Seafile as sole storage driver doesn't load subfolders.

Yes, kolab_files uses now different (semi-recurrent) logic to fetch folders hierarchy. How exactly did you configure chwala with seafile?

Apr 12 2019, 7:43 AM · Roundcube Kolab Plugins , Bug Reports

Apr 10 2019

machniak committed rACe612b2461219: Merge branch 'arcpatch-D737' (authored by machniak).
Merge branch 'arcpatch-D737'
Apr 10 2019, 12:16 PM
machniak committed rACbbd4949ef530: fix return value of init_ldap() (authored by dhoffend).
fix return value of init_ldap()
Apr 10 2019, 12:16 PM
machniak closed D737: fix return value of init_ldap().
Apr 10 2019, 12:16 PM
machniak committed rACced200722283: Add .arcconfig (authored by machniak).
Add .arcconfig
Apr 10 2019, 12:16 PM
machniak accepted D737: fix return value of init_ldap().

That's a bug introduced by e544905221b and the fix makes sense.

Apr 10 2019, 8:26 AM

Apr 9 2019

machniak committed rPNLf6c169d2f841: Fix PHP Warning: Use of undefined constant MEMCACHE_COMPRESSED... on PHP 7.3… (authored by machniak).
Fix PHP Warning: Use of undefined constant MEMCACHE_COMPRESSED... on PHP 7.3…
Apr 9 2019, 11:36 AM
machniak committed rPNL0b06e6b94a53: Optimize _string2hex() (authored by machniak).
Optimize _string2hex()
Apr 9 2019, 11:12 AM
machniak committed rPNL7c11457365d5: Add some constants (authored by machniak).
Add some constants
Apr 9 2019, 10:53 AM
machniak committed rPNL5afbfd60715a: More unified debug messages around ldap_search() (authored by machniak).
More unified debug messages around ldap_search()
Apr 9 2019, 10:53 AM
machniak committed rPNLbfeed40b5ec3: Use config_root_dn => cn=config as a default (authored by machniak).
Use config_root_dn => cn=config as a default
Apr 9 2019, 10:32 AM

Apr 8 2019

machniak committed rRPKac60e5936640: We accept iTip replies with older SEQUENCE but no significant changes… (authored by machniak).
We accept iTip replies with older SEQUENCE but no significant changes…
Apr 8 2019, 12:32 PM
machniak committed rRPKb5bde340c239: Get rid of jQuery-UI button use (authored by machniak).
Get rid of jQuery-UI button use
Apr 8 2019, 11:21 AM
machniak committed rRPK7ed760cda0fa: Fix button selectors (.ui-button -> button) (authored by machniak).
Fix button selectors (.ui-button -> button)
Apr 8 2019, 11:04 AM
machniak committed rRPKf31c329ca78f: Fix button selectors (.ui-button -> button) (authored by machniak).
Fix button selectors (.ui-button -> button)
Apr 8 2019, 10:37 AM

Apr 6 2019

machniak added a comment to T2720: Remove "Save sent message in" from mail composer.

@bohlender, would you make a summary in English for me, or should I just ignore all comments?

Apr 6 2019, 8:56 AM · UX Seminar WS17

Apr 3 2019

machniak committed rRPKa0454e8080db: kolab_sso: Add oauth2 and seas drivers (Bifrost#T194908) (authored by machniak).
kolab_sso: Add oauth2 and seas drivers (Bifrost#T194908)
Apr 3 2019, 12:56 PM