Page MenuHomePhorge
Feed Advanced Search

Jun 7 2017

machniak closed T1742: Chwala does not log failed login attempts, if the user name exists as Resolved.

Fixed.

Jun 7 2017, 12:02 PM · Chwala, Bug Reports
machniak committed rC9a07f3fb9940: Fix logging failed login attempts if the username exists (T1742) (authored by machniak).
Fix logging failed login attempts if the username exists (T1742)
Jun 7 2017, 12:02 PM
machniak closed T1739: iRony does not log failed login attempts, if user name exists as Resolved.

Fixed.

Jun 7 2017, 11:41 AM · iRony, Bug Reports
machniak committed rIde89b6ca76f9: Fix logging failed login attempts if the username exists (T1739) (authored by machniak).
Fix logging failed login attempts if the username exists (T1739)
Jun 7 2017, 11:41 AM
machniak closed T1751: Syncroton does not log failed login attempts, if the user name exists as Resolved.

Fixed.

Jun 7 2017, 11:35 AM · Syncroton, Bug Reports
machniak committed rS3601376aef5d: Fix logging failed login attempts if the username exists (T1751) (authored by machniak).
Fix logging failed login attempts if the username exists (T1751)
Jun 7 2017, 11:35 AM
machniak committed rRPKa7d37da5e11c: Improvements in kolab_auth::log_login_error() (authored by machniak).
Improvements in kolab_auth::log_login_error()
Jun 7 2017, 10:21 AM

Jun 6 2017

machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

https://git.kolab.org/diffusion/C/browse/master/lib/viewers/text.php;0349c2d846613e4c828ed6f7af00b87ed6a75f79$120

Jun 6 2017, 3:15 PM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

In this case it is Roundcube connecting to Chwala directly. It looks like the config has been ignored. I have no idea how's that possible. Maybe there's something in between that caches the request and returns old response? Check with a different file.

Jun 6 2017, 1:42 PM · Kolab 16, Chwala
machniak added a comment to T1667: Renaming an address book renders groups inaccessable.

Page refresh should fix the issue. This is a regression that is not so simple to fix. My first take on this failed.

Jun 6 2017, 12:05 PM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

But it should work if you set file_api_url to a full url with https:// prefix? Do you set options in /etc/roundcubemail/config.inc.php? I'm unable to reproduce.

Jun 6 2017, 12:01 PM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

And that is with use_https=true? BTW, there's another fix: rC0349c2d84661.

Jun 6 2017, 11:40 AM · Kolab 16, Chwala
machniak committed rC0349c2d84661: Fix type: $url -> $api_url (T2426) (authored by machniak).
Fix type: $url -> $api_url (T2426)
Jun 6 2017, 11:40 AM
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

Ok, try this change: rCd0539d6f029d.

Jun 6 2017, 11:23 AM · Kolab 16, Chwala
machniak committed rCd0539d6f029d: Use HTTP_HOST instead of SERVER_NAME (to be in sync with rcube_utils… (authored by machniak).
Use HTTP_HOST instead of SERVER_NAME (to be in sync with rcube_utils…
Jun 6 2017, 11:23 AM
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

I don't see how $_SERVER['SERVER_PORT'] == 80 would make it appended to the url. The if statement requires it to be different than $port and than 80. Maybe we should use intval($_SERVER['SERVER_PORT']).

Jun 6 2017, 11:10 AM · Kolab 16, Chwala
machniak committed rC0f872f6a9c4d: Don't advertise text/plain as supported by CODE, we have other viewer for it (authored by machniak).
Don't advertise text/plain as supported by CODE, we have other viewer for it
Jun 6 2017, 11:01 AM
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

Maybe you just applied the patch incorrectly. Note the dot character in this line:

$url .= ':' . $_SERVER['SERVER_PORT'];
Jun 6 2017, 10:37 AM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

Forget my last comment. There's no such thing like $_SERVER['HTTP_PORT'].

Jun 6 2017, 10:34 AM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

Hmm... I'm just thinking. Maybe in your env you don't have $_SERVER['SERVER_PORT'] set either. Then try replacing this with $_SERVER['HTTP_PORT'].

Jun 6 2017, 10:12 AM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

What if you replace $_SERVER['SERVER_NAME'] with $_SERVER['HTTP_HOST']?

Jun 6 2017, 10:09 AM · Kolab 16, Chwala
machniak closed T2426: File viewers do not work behind a reverse proxy as Resolved.

Hope rCd886aeac2aec fixes that.

Jun 6 2017, 9:04 AM · Kolab 16, Chwala
machniak committed rCd886aeac2aec: Fix port number in generated API URL when behind a reverse proxy (T2426) (authored by machniak).
Fix port number in generated API URL when behind a reverse proxy (T2426)
Jun 6 2017, 9:04 AM

Jun 5 2017

machniak reopened T2426: File viewers do not work behind a reverse proxy as "Open".
Jun 5 2017, 5:33 PM · Kolab 16, Chwala

Jun 4 2017

machniak committed rS52325937c502: More reliable folder hierarchy changes handling (Bifrost#T33552) (authored by machniak).
More reliable folder hierarchy changes handling (Bifrost#T33552)
Jun 4 2017, 12:04 PM

Jun 3 2017

machniak closed T2235: Syncroton + Outlook 2013 - folder rename does not work correctly as Resolved.

While using constant folder identifiers would be good long term solution, in meantime I've found a simpler way. With rS57c38b7aede3 the device will correctly handle folder renames and re-synchronize folder hierarchy and renamed folder content. Closing.

Jun 3 2017, 9:39 PM · Syncroton, Bug Reports
machniak committed rS57c38b7aede3: T2235: Fix folder rename (on the client) issue (authored by machniak).
T2235: Fix folder rename (on the client) issue
Jun 3 2017, 9:31 PM

Jun 2 2017

machniak committed rRPK17d18bebb144: Skip redundant folder type lookup on folders list (authored by machniak).
Skip redundant folder type lookup on folders list
Jun 2 2017, 3:15 PM
machniak added a comment to D443: More on channels management.

@seigo I'm done with this for now, will be busy with other stuff now, so you can merge this and continue. I added presence to room channel, but commented out, as I'm not sure we really need it there.

Jun 2 2017, 8:35 AM
machniak updated the diff for D443: More on channels management.

Refactor Presence

Jun 2 2017, 8:30 AM

Jun 1 2017

machniak created D449: Kolab ActiveSync (Syncroton) configuration manual.
Jun 1 2017, 7:29 PM
machniak updated the diff for D443: More on channels management.
  • Store channel metadata (basics with :ets use)
Jun 1 2017, 9:19 AM

May 31 2017

machniak closed T2438: Editing a text file does not work as Resolved.

Fixed.

May 31 2017, 10:52 AM · Roundcube Kolab Plugins , Bug Reports
machniak committed rRPK2d1bb5a23d94: T2438: Fix javascript error in a file preview (authored by machniak).
T2438: Fix javascript error in a file preview
May 31 2017, 10:51 AM
machniak closed T2426: File viewers do not work behind a reverse proxy as Resolved.

Fixed. You now would need to set use_https to true or file_api_uri to full chwala api path.

May 31 2017, 10:33 AM · Kolab 16, Chwala
machniak committed rC6bad01bd25fe: Fix file viewers behind reverse proxy (T2426) (authored by machniak).
Fix file viewers behind reverse proxy (T2426)
May 31 2017, 10:31 AM
machniak added a project to T2438: Editing a text file does not work: Roundcube Kolab Plugins .
May 31 2017, 10:07 AM · Roundcube Kolab Plugins , Bug Reports

May 30 2017

machniak added a project to T2459: Feature request: Allow viewing attachments in draft email for web application: Roundcube.

It is possible to preview or download attached files from mail compose screen in Roundcube 1.3. So likely a Kolab 18 feature.

May 30 2017, 4:46 PM · Roundcube
machniak added a project to T2441: Broken link in "Files" plugin: Roundcube Kolab Plugins .

The fix is in roundcubemail-plugins-kolab repo.

May 30 2017, 4:40 PM · Roundcube Kolab Plugins , Kolab 16, Chwala, Bug Reports
machniak closed T2441: Broken link in "Files" plugin as Resolved.

Fixed in rRPKce9ac27d783d.

May 30 2017, 4:30 PM · Roundcube Kolab Plugins , Kolab 16, Chwala, Bug Reports
machniak committed rRPKce9ac27d783d: Fix broken link to blank.tiff (T2441) (authored by machniak).
Fix broken link to blank.tiff (T2441)
May 30 2017, 4:30 PM
machniak committed rRPKecd508450e6f: Remove redundant slashes from configured Chwala URLs (authored by machniak).
Remove redundant slashes from configured Chwala URLs
May 30 2017, 4:30 PM
machniak added projects to T2441: Broken link in "Files" plugin: Chwala, Kolab 16.

Looks like rC21f6abd52a929 broke compatibility with Roundcube 1.2. Looks like we have now 3 options:

  1. Revert the change and wait with Roundcube 1.3 support until it's in Kolab, then apply it again
  2. Copy blank.tiff to blank.tif in roundcubemail package
  3. Use chwala URL to access these files.
May 30 2017, 4:03 PM · Roundcube Kolab Plugins , Kolab 16, Chwala, Bug Reports
machniak committed rRPK8ff42df5e174: Fix error on document editing page when using WOPI and assets_path… (authored by machniak).
Fix error on document editing page when using WOPI and assets_path…
May 30 2017, 2:04 PM
machniak committed rC70fb3925ca9c: Fix empty files section if Collabora response fails (Bifrost#T33285) (authored by machniak).
Fix empty files section if Collabora response fails (Bifrost#T33285)
May 30 2017, 11:34 AM

May 29 2017

machniak added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

But this object has valid dates. So, how do I reproduce the issue?

May 29 2017, 9:43 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
machniak created T2426: File viewers do not work behind a reverse proxy.
May 29 2017, 8:35 AM · Kolab 16, Chwala

May 26 2017

machniak committed rScae366edcab1: T2420: Support alarms with specified DateTime (authored by machniak).
T2420: Support alarms with specified DateTime
May 26 2017, 3:51 PM
machniak closed T2420: PHP Warning when parsing an alarm on specified datetime as Resolved.

Fixed in cae366edcab1b.

May 26 2017, 3:36 PM · Syncroton
machniak added a comment to T2420: PHP Warning when parsing an alarm on specified datetime.

Activesync supports reminders (alarms) only as "the number of minutes before a calendar item start time". So, we can just ignore these alarms or check if the datetime is before start time of the event and calculate number of minutes.

May 26 2017, 2:54 PM · Syncroton
machniak created T2420: PHP Warning when parsing an alarm on specified datetime.
May 26 2017, 2:49 PM · Syncroton
machniak committed rRPK951f9f0efc74: Don't use global $CONFIG variable (authored by machniak).
Don't use global $CONFIG variable
May 26 2017, 10:40 AM
machniak created D443: More on channels management.
May 26 2017, 10:02 AM

May 24 2017

machniak closed T2408: Files app shows file modified date not in user's timezone as Resolved.
May 24 2017, 1:47 PM · Chwala, Bug Reports, Roundcube Kolab Plugins
machniak added a project to T2408: Files app shows file modified date not in user's timezone: Chwala.

Fixed in:

May 24 2017, 1:45 PM · Chwala, Bug Reports, Roundcube Kolab Plugins
machniak committed rRPKf357819dd03f: T2408: Configure date_format/timezone for files mtime/ctime information (authored by machniak).
T2408: Configure date_format/timezone for files mtime/ctime information
May 24 2017, 1:44 PM
machniak committed rC04ff2737dc5c: T2408: Use client date_format and timezone for file mtime/ctime information (authored by machniak).
T2408: Use client date_format and timezone for file mtime/ctime information
May 24 2017, 1:40 PM
machniak committed rCe412536b1b6e: T2408: Use client date_format and timezone for file mtime/ctime information (authored by machniak).
T2408: Use client date_format and timezone for file mtime/ctime information
May 24 2017, 1:39 PM
machniak committed rC10fd2ba5a3a5: Fix include_path setting (broken recently) (authored by machniak).
Fix include_path setting (broken recently)
May 24 2017, 12:04 PM
machniak committed rRSCd63300af214f: Fix width of "Modified" column on files list (authored by machniak).
Fix width of "Modified" column on files list
May 24 2017, 11:47 AM
machniak claimed T2408: Files app shows file modified date not in user's timezone.

I'm not sure what issue do you have with email, but files are indeed stored with timestamps in UTC. The plugin displays the date as-is provided by chwala. It will be chwala's responsibility to convert it to user timezone (if provided). The timezone would need to be passed by Roundcube to chwala first.

May 24 2017, 11:22 AM · Chwala, Bug Reports, Roundcube Kolab Plugins
machniak added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

I can't reproduce the issue by importing the .ics file. Could you provide the object in xml format (i.e. the message from imap folder)?

May 24 2017, 11:09 AM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

May 22 2017

machniak committed rRPK72ffafaaf9ff: Fix regression where declining an event from Calendar would send CANCEL instead… (authored by machniak).
Fix regression where declining an event from Calendar would send CANCEL instead…
May 22 2017, 1:06 PM
machniak committed rRPKc4cfe37d8c72: Fix regression where declining an event from Calendar would send CANCEL instead… (authored by machniak).
Fix regression where declining an event from Calendar would send CANCEL instead…
May 22 2017, 1:06 PM
machniak created T2396: Kolab installation tries to execute SQL scripts when there's no database yet.
May 22 2017, 9:08 AM · Kolab 16
machniak committed rS33b7da3f61b7: Use pear/net_sieve instead of Roundcube's fork (authored by machniak).
Use pear/net_sieve instead of Roundcube's fork
May 22 2017, 8:51 AM

May 21 2017

machniak added a comment to T969: Update Roundcube package dependencies.

Net_Sieve taken over. So, we can keep using pear/Net_Sieve. Note that for PHP7 support version 1.4.0 is required.

May 21 2017, 4:50 PM · Roundcube, Kolab 16
machniak added a comment to T969: Update Roundcube package dependencies.

https://github.com/pear/Net_Sieve/pull/5 for reference. However, I'll try to take over the package and backport our fixes to it anyway.

May 21 2017, 10:36 AM · Roundcube, Kolab 16
machniak committed rRSC56a29530189d: Small fix for Enigma UI (authored by machniak).
Small fix for Enigma UI
May 21 2017, 10:00 AM
machniak added a comment to T969: Update Roundcube package dependencies.

The original Net_Sieve author abandoned the package and didn't want to fix it. That's why we forked. As for the pdo, openssl, session, json, pcre, these are php extensions, I didn't check package names for them.

May 21 2017, 9:41 AM · Roundcube, Kolab 16
machniak updated the task description for T861: Missing icons for new encryption features of Roundcube 1.2.
May 21 2017, 9:07 AM · Kolab 16, Roundcube Chameleon Skin

May 19 2017

machniak added a comment to T2388: Kolab webadmin connect to LDAPS server.

We should try to use -H instead of -h and -b for ldapsearch.

May 19 2017, 3:56 PM · Net_LDAP3, Web Administration Panel, Bug Reports
machniak committed rPNL5821e8d408c7: strncasecmp() -> strcasecmp() (authored by machniak).
strncasecmp() -> strcasecmp()
May 19 2017, 2:50 PM

May 18 2017

machniak committed rPNL1d87f98d3006: Support GSSAPI authentication (authored by machniak).
Support GSSAPI authentication
May 18 2017, 11:04 AM
machniak closed T2376: imported eml do not show date/time information in the webview and the opened e-mail as Invalid.
May 18 2017, 8:06 AM · Roundcube, Bug Reports

May 17 2017

machniak added a comment to T2376: imported eml do not show date/time information in the webview and the opened e-mail.

That is version of roundcubemail-plugins-kolab, there should be roundcubemail package too, but nevermind.

May 17 2017, 6:58 PM · Roundcube, Bug Reports
machniak committed rI76a56081e72c: Cleanup composer config, fix unit tests' autoloader (authored by machniak).
Cleanup composer config, fix unit tests' autoloader
May 17 2017, 1:01 PM

May 16 2017

machniak committed rRPK6a3adfd448bc: Fix folder pre-selection in Files on page refresh, not fully done in 516768726a (authored by machniak).
Fix folder pre-selection in Files on page refresh, not fully done in 516768726a
May 16 2017, 12:38 PM
machniak created T2394: Package (erlang) conflicts in Winterfell.
May 16 2017, 11:45 AM · Bug Reports, Winterfell
machniak committed rC222973cc8261: Define dependencies using composer, support composer autoloader, remove local… (authored by machniak).
Define dependencies using composer, support composer autoloader, remove local…
May 16 2017, 11:31 AM
machniak committed rRPKfdcb5c0c58f7: Fix compatibility with chwala-0.4 (Bifrost#T31552) (authored by machniak).
Fix compatibility with chwala-0.4 (Bifrost#T31552)
May 16 2017, 10:58 AM

May 15 2017

machniak closed T2388: Kolab webadmin connect to LDAPS server as Resolved.

Fixed in 1b605db5f721f.

May 15 2017, 12:32 PM · Net_LDAP3, Web Administration Panel, Bug Reports
machniak committed rWAP1b605db5f721: Fix ldaps:// connections (T2388) (authored by machniak).
Fix ldaps:// connections (T2388)
May 15 2017, 12:31 PM
machniak committed rRPKc5237c5847f6: Add ability to specify a server vs. client kolab_files_url (Bifrost#T31444) (authored by machniak).
Add ability to specify a server vs. client kolab_files_url (Bifrost#T31444)
May 15 2017, 9:58 AM
machniak assigned T2382: Unable to load kolabformat.so to vanmeeuwen.
May 15 2017, 9:41 AM · Xenial, Kolab 16
machniak created T2382: Unable to load kolabformat.so.
May 15 2017, 9:40 AM · Xenial, Kolab 16
machniak added a project to T2376: imported eml do not show date/time information in the webview and the opened e-mail: Roundcube.

What roundcubemail package version? Could you provide a sample eml file? Any error in log?

May 15 2017, 8:45 AM · Roundcube, Bug Reports

May 12 2017

machniak committed rWAPafffd6476d66: Fix hiding Add Shared Folder and Add Organizational Unit menu when user has no… (authored by machniak).
Fix hiding Add Shared Folder and Add Organizational Unit menu when user has no…
May 12 2017, 9:48 AM
machniak committed rWAPbb6cf34bd5af: Define dependencies using composer, support composer autoloader, remove local… (authored by machniak).
Define dependencies using composer, support composer autoloader, remove local…
May 12 2017, 9:48 AM
machniak committed rWAP3ea093f3737f: Add available kolab_wap options in sample config file (authored by machniak).
Add available kolab_wap options in sample config file
May 12 2017, 9:48 AM

May 11 2017

machniak committed rRPKe5d2934e3161: Add ability to specify a server vs. client kolab_files_url (Bifrost#T31444) (authored by machniak).
Add ability to specify a server vs. client kolab_files_url (Bifrost#T31444)
May 11 2017, 12:06 PM

May 10 2017

machniak closed T2370: PHP warnings when using PHP7 as Resolved.
May 10 2017, 4:07 PM · Syncroton, Kolab 16
machniak committed rS43f7bf1aff86: Fix some PHP7 warnings (T2370) (authored by machniak).
Fix some PHP7 warnings (T2370)
May 10 2017, 4:07 PM
machniak committed rSb4e318312558: Fix require section for Zend-Log - we use ZendFramework 1 (authored by machniak).
Fix require section for Zend-Log - we use ZendFramework 1
May 10 2017, 4:07 PM
machniak committed rSc20e62e38fc0: Add installation instructions, remove Roundcube and plugins from the repo (authored by machniak).
Add installation instructions, remove Roundcube and plugins from the repo
May 10 2017, 3:01 PM
machniak committed rSd0a57bf11ebb: Define PEAR dependencies via composer, support composer vendor autoloader (authored by machniak).
Define PEAR dependencies via composer, support composer vendor autoloader
May 10 2017, 2:07 PM
machniak renamed T2370: PHP warnings when using PHP7 from PHP wornings when using PHP7 to PHP warnings when using PHP7.
May 10 2017, 1:40 PM · Syncroton, Kolab 16
machniak created T2370: PHP warnings when using PHP7.
May 10 2017, 1:40 PM · Syncroton, Kolab 16
machniak closed T2367: PHP Warning: Declaration of Kolab\CardDAV\Plugin::validateVCard(&$data) should be compatible.... as Resolved.
May 10 2017, 1:31 PM · iRony, Kolab 16
machniak committed rIb288663edb91: Fix PHP7 warning on declaration of validateVCard() (T2367) (authored by machniak).
Fix PHP7 warning on declaration of validateVCard() (T2367)
May 10 2017, 1:31 PM