Page MenuHomePhorge
Feed Advanced Search

Apr 26 2019

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
machniak accepted D720: Changes required for pykolab to work with AD.
Apr 3 2019, 8:10 AM · PyKolab

Apr 2 2019

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

Apr 1 2019

machniak committed rRPK3c9caa4ce147: Elastic: Fix small regression in document editor toolbar (authored by machniak).
Elastic: Fix small regression in document editor toolbar
Apr 1 2019, 10:29 AM

Mar 28 2019

machniak committed rRPKa2cbb0855eef: Don't send iTip requests when an attendee moves/resizes an event… (authored by machniak).
Don't send iTip requests when an attendee moves/resizes an event…
Mar 28 2019, 4:35 PM
machniak committed rRPK54851bbc6bcb: Don't send iTip requests when an attendee moves/resizes an event… (authored by machniak).
Don't send iTip requests when an attendee moves/resizes an event…
Mar 28 2019, 4: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, 10:09 AM · Bug Reports

Mar 26 2019

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

Mar 25 2019

machniak committed rRPKe13bdd55a7f4: Elastic: Catch up with layout refactoring in core (authored by machniak).
Elastic: Catch up with layout refactoring in core
Mar 25 2019, 12:28 PM

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, 1:59 PM · Syncroton, Bug Reports
machniak committed rRPK54d171e10f0d: Calendar: Fix "invalid time" error when using time format without a leading zero (authored by machniak).
Calendar: Fix "invalid time" error when using time format without a leading zero
Mar 22 2019, 1:23 PM
machniak committed rRPK391997b9a82a: Files: Multi-folder searches (collections) improvements (Bifrost#T193529) (authored by machniak).
Files: Multi-folder searches (collections) improvements (Bifrost#T193529)
Mar 22 2019, 1: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, 12:33 PM · Roundcube Kolab Plugins , UX Seminar WS17

Mar 21 2019

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

Mar 18 2019

machniak committed rRPKbd62884ea230: Calendar: Fix literal "»" in calendar name in event dialog (authored by machniak).
Calendar: Fix literal "»" in calendar name in event dialog
Mar 18 2019, 4:33 PM
machniak committed rAC690f977928e7: CS fixes (authored by machniak).
CS fixes
Mar 18 2019, 12:11 PM
machniak committed rAC4c3e84f418ad: Fix support for ldaps:// in ldap_uri (Bifrost#T192989) (authored by machniak).
Fix support for ldaps:// in ldap_uri (Bifrost#T192989)
Mar 18 2019, 12:11 PM
machniak committed rRPKa76210317d85: Files: Check access rights on a selected folder on new file form submit… (authored by machniak).
Files: Check access rights on a selected folder on new file form submit…
Mar 18 2019, 10:08 AM
machniak committed rCdd1d166dbb29: Mark readonly/virtual entries in folder selector as disabled (authored by machniak).
Mark readonly/virtual entries in folder selector as disabled
Mar 18 2019, 10: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, 1:00 PM · UX Seminar WS17
machniak committed rRPKa86269b6534a: T5076: In event alarms form hide the number input in "on time" and "on date"… (authored by machniak).
T5076: In event alarms form hide the number input in "on time" and "on date"…
Mar 15 2019, 1:00 PM
machniak committed rRPKaef7452bd30a: kolab_date_recurrence improvements with some tests (authored by machniak).
kolab_date_recurrence improvements with some tests
Mar 15 2019, 12:17 PM

Mar 14 2019

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

Mar 13 2019

machniak committed rRPKbc4a639e640a: Elastic: Fix RSVP recurring menu (authored by machniak).
Elastic: Fix RSVP recurring menu
Mar 13 2019, 4:11 PM
machniak committed rRPK2479385e047b: Files: Fixed empty dialogs regression in Larry skin (authored by machniak).
Files: Fixed empty dialogs regression in Larry skin
Mar 13 2019, 12:37 PM

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, 5:09 PM · Web Administration Panel, Architecture & Design
machniak committed rWAPe55bc13e33af: T5208: Implement "is not equal to" in LDAP URL widget (Bifrost#T187736) (authored by machniak).
T5208: Implement "is not equal to" in LDAP URL widget (Bifrost#T187736)
Mar 12 2019, 5:09 PM

Mar 8 2019

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

Mar 7 2019

machniak committed rCbe933e7ae576: Seafile: Fixed/refactored caching system (authored by machniak).
Seafile: Fixed/refactored caching system
Mar 7 2019, 12:31 PM

Mar 6 2019

machniak committed rC715ec8418b7e: Seafile: Fix PHP error when connection fails throughout the session (authored by machniak).
Seafile: Fix PHP error when connection fails throughout the session
Mar 6 2019, 12:36 PM

Mar 1 2019

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

Feb 28 2019

machniak committed rC5c6a0c6d9499: WebDAV: Fix recursive folders listing by adding trailing slash to baseURI (authored by machniak).
WebDAV: Fix recursive folders listing by adding trailing slash to baseURI
Feb 28 2019, 5:54 PM
machniak committed rC3c66ad0bdd6a: Don't ignore configured sources when user has its own (authored by machniak).
Don't ignore configured sources when user has its own
Feb 28 2019, 5:24 PM
machniak committed rC0f2156c965f4: Return driver capabilities for created mount point (authored by machniak).
Return driver capabilities for created mount point
Feb 28 2019, 1:50 PM
machniak committed rCbbb32f3e1d54: Fix (again) listing folders with level parameter (authored by machniak).
Fix (again) listing folders with level parameter
Feb 28 2019, 1:50 PM
machniak committed rCafd3a8556826: WebDAV: Use recursion instead of Depth:infinite (authored by machniak).
WebDAV: Use recursion instead of Depth:infinite
Feb 28 2019, 1: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, 8:26 AM · UX Seminar WS17

Feb 27 2019

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

Feb 26 2019

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

Feb 25 2019

machniak committed rF3e8d406f58fe: Fix bugs in unauthenticated Free/Busy for roaming users (Bifrost#T177791) (authored by machniak).
Fix bugs in unauthenticated Free/Busy for roaming users (Bifrost#T177791)
Feb 25 2019, 9: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, 12:48 PM · UX Seminar WS17
machniak committed rRPK925cdfda8c23: Calendar: Menu options rename: Edit -> Edit/Share calendar, Delete -> Delete… (authored by machniak).
Calendar: Menu options rename: Edit -> Edit/Share calendar, Delete -> Delete…
Feb 21 2019, 12:48 PM