Page MenuHomePhorge
Feed Search

Apr 24 2019

machniak committed rRPKd852838c7e59: Fix " v is null in set_event_colors()" error.
Apr 24 2019, 8:16 AM
machniak committed rRPK89042934efc4: Trim redundant whitespace in iTip details table.
Apr 24 2019, 7: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, 8:02 AM · UX Seminar WS17

Apr 19 2019

machniak committed rRPK3db1e4212ce8: Don't log full session identifiers.
Apr 19 2019, 9:46 AM

Apr 17 2019

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

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

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

Apr 16 2019

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

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, 7: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….
Apr 12 2019, 10:38 AM
machniak committed rP23e2c4637f55: Be more forgiving on dummy entries in DTSTAMP,LAST-MODIFIED and CREATED….
Apr 12 2019, 10:37 AM
machniak committed rP3a92133e7e18: Fix event|todo_from_ical() exception: AttributeError("'NoneType' object has no….
Apr 12 2019, 8: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, 8: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, 7: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, 6: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, 6: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, 5:43 AM · Roundcube Kolab Plugins , Bug Reports

Apr 10 2019

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

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

Apr 10 2019, 6:26 AM

Apr 9 2019

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

Apr 8 2019

machniak committed rRPKac60e5936640: We accept iTip replies with older SEQUENCE but no significant changes….
Apr 8 2019, 10:32 AM
machniak committed rRPKb5bde340c239: Get rid of jQuery-UI button use.
Apr 8 2019, 9:21 AM
machniak committed rRPK7ed760cda0fa: Fix button selectors (.ui-button -> button).
Apr 8 2019, 9:04 AM
machniak committed rRPKf31c329ca78f: Fix button selectors (.ui-button -> button).
Apr 8 2019, 8: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, 6:56 AM · UX Seminar WS17

Apr 3 2019

machniak committed rRPKa0454e8080db: kolab_sso: Add oauth2 and seas drivers (Bifrost#T194908).
Apr 3 2019, 10:56 AM
machniak accepted D720: Changes required for pykolab to work with AD.
Apr 3 2019, 6:10 AM · PyKolab

Apr 2 2019

machniak added inline comments to D720: Changes required for pykolab to work with AD.
Apr 2 2019, 1:42 PM · PyKolab
machniak requested changes to D720: Changes required for pykolab to work with AD.
Apr 2 2019, 1:27 PM · PyKolab
machniak committed rPNL2b73ea21f8de: Fix effective rights on PHP 7.3.
Apr 2 2019, 11:02 AM
machniak committed rRPKc64a272df384: Pass attributes list to get_entry().
Apr 2 2019, 10:40 AM
machniak committed rPNLc8cbff0969f5: On PHP 7.3. use ldap_read() to get effective rights.
Apr 2 2019, 10:35 AM

Apr 1 2019

machniak committed rRPK3c9caa4ce147: Elastic: Fix small regression in document editor toolbar.
Apr 1 2019, 8:29 AM

Mar 28 2019

machniak committed rRPKa2cbb0855eef: Don't send iTip requests when an attendee moves/resizes an event….
Mar 28 2019, 3:35 PM
machniak committed rRPK54851bbc6bcb: Don't send iTip requests when an attendee moves/resizes an event….
Mar 28 2019, 3:33 PM

Mar 27 2019

machniak added a comment to T5276: DATE field not populating in Roundcube email view.

Check Roundcube error log. It might be caused by invalid/missing timezone setting in php.ini.

Mar 27 2019, 9:09 AM · Bug Reports

Mar 26 2019

machniak committed rRPK17b31cab86c5: Elastic: Fix regression in taskmenu on small window height.
Mar 26 2019, 12:46 PM
machniak committed rRPK3748f118150d: Elastic: Unify some icons.
Mar 26 2019, 11:08 AM
machniak committed rRPK6b7b6ce71599: Elastic: Fix small regression.
Mar 26 2019, 9:07 AM
machniak committed rRPKa99b0de248aa: Elastic: Simplified some css rules.
Mar 26 2019, 8:49 AM

Mar 25 2019

machniak committed rRPKe13bdd55a7f4: Elastic: Catch up with layout refactoring in core.
Mar 25 2019, 11:28 AM

Mar 22 2019

machniak added a comment to T5154: Syncroton doesn't work.

I installed Win10 (User-Agent: MSFT-WIN-3/10.0.17763) and it works for me. I see some problem when the folders limit is set, but this is not default. Check in config.inc.php if you have config['activesync_max_folders'] = 5;. If so, bump the number to 10.

Mar 22 2019, 12:59 PM · Syncroton, Bug Reports
machniak committed rRPK54d171e10f0d: Calendar: Fix "invalid time" error when using time format without a leading zero.
Mar 22 2019, 12:23 PM
machniak committed rRPK391997b9a82a: Files: Multi-folder searches (collections) improvements (Bifrost#T193529).
Mar 22 2019, 12:14 PM
machniak reopened T4584: Not possible to drag and drop an event on touch screen as "Open".

It does not work for me. Maybe there's something to switch in fullCalendar settings or some bug. Need to investigate.

Mar 22 2019, 11:33 AM · Roundcube Kolab Plugins , UX Seminar WS17

Mar 21 2019

machniak committed rRSCfd8c71dc994b: Kolab 14 fix.
Mar 21 2019, 10:26 PM
machniak committed rCb58c8aedbd73: Seafile: Fix folder hierarchy flattened above 3rd level (Bifrost#T193526).
Mar 21 2019, 10:26 PM
machniak committed rRPKbb5dffb6f7e2: Files: Fix updating mount points metadata on mount point add/rename/delete.
Mar 21 2019, 10:26 PM

Mar 18 2019

machniak committed rRPKbd62884ea230: Calendar: Fix literal "»" in calendar name in event dialog.
Mar 18 2019, 3:33 PM
machniak committed rAC690f977928e7: CS fixes.
Mar 18 2019, 11:11 AM
machniak committed rAC4c3e84f418ad: Fix support for ldaps:// in ldap_uri (Bifrost#T192989).
Mar 18 2019, 11:11 AM
machniak committed rRPKa76210317d85: Files: Check access rights on a selected folder on new file form submit….
Mar 18 2019, 9:08 AM
machniak committed rCdd1d166dbb29: Mark readonly/virtual entries in folder selector as disabled.
Mar 18 2019, 9:04 AM

Mar 15 2019

machniak closed T5076: Add reminder only greys out number when it does not apply anymore as Resolved.

Fixed in rRPKa86269b6534a [roundcubemail-plugins-kolab master].

Mar 15 2019, 12:00 PM · UX Seminar WS17
machniak committed rRPKa86269b6534a: T5076: In event alarms form hide the number input in "on time" and "on date"….
Mar 15 2019, 12:00 PM
machniak committed rRPKaef7452bd30a: kolab_date_recurrence improvements with some tests.
Mar 15 2019, 11:17 AM

Mar 14 2019

machniak committed rRPKa71caa9a51ef: Calendar: Fix regression where changing attendee status for an existing event….
Mar 14 2019, 3:11 PM
machniak committed rRPKee81cf849e24: Merge branch 'master' of ssh://git.kolab.org/diffusion/RPK/roundcubemail….
Mar 14 2019, 10:32 AM
machniak committed rRPKde07b7dc01a7: Elastic: Use pretty checkbox in itip invitation box.
Mar 14 2019, 10:32 AM

Mar 13 2019

machniak committed rRPKbc4a639e640a: Elastic: Fix RSVP recurring menu.
Mar 13 2019, 3:11 PM
machniak committed rRPK2479385e047b: Files: Fixed empty dialogs regression in Larry skin.
Mar 13 2019, 11:37 AM

Mar 12 2019

machniak closed T5208: Kolab WebAdmin group configuration - implement negation as Resolved.

"is not equal to" implemented in e55bc13e33af3 [kolab-webadmin master].

Mar 12 2019, 4:09 PM · Web Administration Panel, Architecture & Design
machniak committed rWAPe55bc13e33af: T5208: Implement "is not equal to" in LDAP URL widget (Bifrost#T187736).
Mar 12 2019, 4:09 PM

Mar 8 2019

machniak committed rRPK1d9490f60bfa: Files: Fix buggy dialogs when more than one external storage requires….
Mar 8 2019, 3:35 PM
machniak committed rRPK02a1ad8f649d: Elastic: Fix style in some Files dialogs.
Mar 8 2019, 2:19 PM
machniak committed rRPK7c87ca644c0d: T127626: Improved performance of folders listings (in Files).
Mar 8 2019, 1:14 PM
machniak committed rCc6dd294f7fb9: Bump API version.
Mar 8 2019, 12:06 PM
machniak committed rCf5fb3bd146e6: Fix initial selection of top-level folder in folder_select_element().
Mar 8 2019, 11:19 AM

Mar 7 2019

machniak committed rCbe933e7ae576: Seafile: Fixed/refactored caching system.
Mar 7 2019, 11:31 AM

Mar 6 2019

machniak committed rC715ec8418b7e: Seafile: Fix PHP error when connection fails throughout the session.
Mar 6 2019, 11:36 AM

Mar 1 2019

machniak committed rCbc0030417f6b: Seafile: One more regression in folders list handling code.
Mar 1 2019, 12:45 PM
machniak committed rC091c3620c1a5: Seafile: Fix regressions in folders list handling.
Mar 1 2019, 12:14 PM

Feb 28 2019

machniak committed rC5c6a0c6d9499: WebDAV: Fix recursive folders listing by adding trailing slash to baseURI.
Feb 28 2019, 4:54 PM
machniak committed rC3c66ad0bdd6a: Don't ignore configured sources when user has its own.
Feb 28 2019, 4:24 PM
machniak committed rC0f2156c965f4: Return driver capabilities for created mount point.
Feb 28 2019, 12:50 PM
machniak committed rCbbb32f3e1d54: Fix (again) listing folders with level parameter.
Feb 28 2019, 12:50 PM
machniak committed rCafd3a8556826: WebDAV: Use recursion instead of Depth:infinite.
Feb 28 2019, 12:50 PM
machniak added a comment to T4845: If changing repeating event, option which to change not easy to see.

I don't think this is a good idea.

Feb 28 2019, 7:26 AM · UX Seminar WS17

Feb 27 2019

machniak committed rC7a23febaadcc: Fix regression in last commit.
Feb 27 2019, 12:34 PM
machniak committed rC5fd97f116baf: Support the same list params in both folder-auth and folder-list.
Feb 27 2019, 12:12 PM
machniak committed rRPKf66950a5d872: Elastic: Fix padding of subscription button on folder listings.
Feb 27 2019, 10:29 AM

Feb 26 2019

machniak committed rC83ad0e140cc7: Optionally return full folders hierarchy from fast drivers, and limited from….
Feb 26 2019, 12:15 PM
machniak committed rC08f89cb95a37: Seafile: Fix handling of 'level' param in folder_list().
Feb 26 2019, 12:15 PM

Feb 25 2019

machniak committed rF3e8d406f58fe: Fix bugs in unauthenticated Free/Busy for roaming users (Bifrost#T177791).
Feb 25 2019, 8:29 AM

Feb 21 2019

machniak closed T5007: Function of sharing a calendar is hard to find as Resolved.

Done in git-master.

Feb 21 2019, 11:48 AM · UX Seminar WS17
machniak committed rRPK925cdfda8c23: Calendar: Menu options rename: Edit -> Edit/Share calendar, Delete -> Delete….
Feb 21 2019, 11:48 AM
machniak committed rRPKd1989f117648: Tasks: Menu options rename: Edit -> Edit/Share list, Delete -> Delete list.
Feb 21 2019, 11:47 AM
machniak committed rRPKa9056e4b719b: Notes: Menu options rename: Edit -> Edit/Share notebook, Delete -> Delete….
Feb 21 2019, 11:47 AM
machniak committed rRPK003485ed5e1e: Elastic: Small checkbox label alignment fix.
Feb 21 2019, 11:31 AM