Page MenuHomePhorge
Feed Advanced Search

Sep 27 2023

machniak lowered the priority of T2388: Kolab webadmin connect to LDAPS server from Normal to Low.

On PHP >= 7.3 we're not using the cli tool at all now. So, this shouldn't be a problem with recent installations.

Sep 27 2023, 3:06 PM · Net_LDAP3, Web Administration Panel, Bug Reports
machniak lowered the priority of T6226: kolab-webadmin broken for users with kolab-admin role from Needs Triage to Normal.
Sep 27 2023, 11:12 AM · Web Administration Panel, Bug Reports

Sep 23 2020

ericm added a comment to T5983: Kolab Distribution Group (Dynamic) OR for ldap query.

it could be useful too to allow to add Kolab Distribution Group in another group

Sep 23 2020, 1:38 PM · Web Administration Panel, Architecture & Design
ericm added a project to T5983: Kolab Distribution Group (Dynamic) OR for ldap query: Web Administration Panel.
Sep 23 2020, 11:09 AM · Web Administration Panel, Architecture & Design

Nov 26 2019

vanmeeuwen closed T5704: No check for duplicate mail attribute as Resolved by committing rWAPfa1ff0c3a21b: check for mail address is already in use.
Nov 26 2019, 9:30 AM · Web Administration Panel, Bug Reports
vanmeeuwen closed T5653: Editing a domain in hosted mode throws error 500 as Resolved by committing rWAP4ad311ebb6c1: Fixed T5653 and support domain_edit in hosted mode.
Nov 26 2019, 9:23 AM · Web Administration Panel, Bug Reports
vanmeeuwen closed D835: Fixed T5653 and support domain_edit in hosted mode.
Nov 26 2019, 9:22 AM · Web Administration Panel
vanmeeuwen accepted D835: Fixed T5653 and support domain_edit in hosted mode.

LGTM.

Nov 26 2019, 9:22 AM · Web Administration Panel

Nov 23 2019

dhoffend added a revision to T5704: No check for duplicate mail attribute: D883: check for mail address is already in use.
Nov 23 2019, 11:15 PM · Web Administration Panel, Bug Reports
dhoffend added a project to T5704: No check for duplicate mail attribute: Web Administration Panel.
Nov 23 2019, 11:13 PM · Web Administration Panel, Bug Reports

Nov 8 2019

dhoffend added a reviewer for D835: Fixed T5653 and support domain_edit in hosted mode: Web Administration Panel Developers.
Nov 8 2019, 7:54 PM · Web Administration Panel
dhoffend added a project to T5653: Editing a domain in hosted mode throws error 500: Web Administration Panel.
Nov 8 2019, 7:52 PM · Web Administration Panel, Bug Reports
machniak closed T5647: admin role created in the wrong base_dn as Resolved.

Fixed.

Nov 8 2019, 8:51 AM · Web Administration Panel, Bug Reports
machniak added a comment to T5647: admin role created in the wrong base_dn.

Hi Daniel, Good catch. The 3rd option looks good to me. parse_input_attributes() should probably accept base_dn input for all kind of objects, not only 'ou' (except domain objects). https://git.kolab.org/diffusion/WAP/browse/master/lib/kolab_api_service.php$419

Nov 8 2019, 7:49 AM · Web Administration Panel, Bug Reports
dhoffend added a comment to T5647: admin role created in the wrong base_dn.

We're taking about this call:
https://git.kolab.org/diffusion/WAP/browse/master/lib/api/kolab_api_service_domain.php$413-418

Nov 8 2019, 4:55 AM · Web Administration Panel, Bug Reports
dhoffend updated the task description for T5647: admin role created in the wrong base_dn.
Nov 8 2019, 4:28 AM · Web Administration Panel, Bug Reports
dhoffend added a project to T5647: admin role created in the wrong base_dn: Web Administration Panel.
Nov 8 2019, 4:25 AM · Web Administration Panel, Bug Reports

Mar 22 2019

vanmeeuwen lowered the priority of T4815: Wallace invitation policy error possibly because folder could not be selected from Needs Triage to Low.

Folders should generally not have a trailing space, so this should be fixed at the input / form level.

Mar 22 2019, 11:33 AM · Web Administration Panel, Bug Reports

Mar 21 2019

vanmeeuwen lowered the priority of T4827: Wrong roles (nsrole) management in Kolab WAP from Needs Triage to Wishlist.
Mar 21 2019, 11:25 PM · Web Administration Panel, Bug Reports

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

Feb 28 2019

adomaitis updated subscribers of T5208: Kolab WebAdmin group configuration - implement negation.
Feb 28 2019, 9:03 AM · Web Administration Panel, Architecture & Design
adomaitis added a project to T5208: Kolab WebAdmin group configuration - implement negation: Web Administration Panel.
Feb 28 2019, 9:03 AM · Web Administration Panel, Architecture & Design

Jan 8 2019

adomaitis added a comment to T4827: Wrong roles (nsrole) management in Kolab WAP.

Right, the complete fix might be very complicated because:

  • we need different filters to list all roles, just non-managed roles or managed roles.

the alternative filters could be:
'(&(objectclass=ldapsubentry)(objectclass=nsComplexRoleDefinition))' - list all non-managed roles
'(&(objectclass=ldapsubentry)(objectclass=nsSimpleRoleDefinition))' - list all manged roles
'(&(objectclass=ldapsubentry)(objectclass=nsRoleDefinition))' - list all roles

  • we need a separate code to implement user's roles listing (including editing managed roles). Currently, by default, Kolab User has a nsroledn attribute defined in WAP Settings. That implies that LDAP roles manaement follows logic of getting and changing regular multivalue LDAP attributes, but roles does not work like that. To set a role you need to add or remove nsroledn attribute, but checking role membership nsrole attribute should be used.
Jan 8 2019, 8:36 AM · Web Administration Panel, Bug Reports
machniak added a comment to T4827: Wrong roles (nsrole) management in Kolab WAP.

I guess, we could change the roles filter to fix the immediate issue, but if we want to display non-managed roles we'll need possibility to list both types of roles, i.e. the filter would depend on what we want to achieve at the moment.

Jan 8 2019, 8:36 AM · Web Administration Panel, Bug Reports
adomaitis assigned T4827: Wrong roles (nsrole) management in Kolab WAP to machniak.
Jan 8 2019, 8:36 AM · Web Administration Panel, Bug Reports

Sep 12 2017

machniak closed D542: fix issue with PHP 7.1 by committing rWAP9f4605eae5f0: fix issue with PHP 7.1.
Sep 12 2017, 1:48 PM · Web Administration Panel
machniak accepted D542: fix issue with PHP 7.1.
Sep 12 2017, 1:16 PM · Web Administration Panel
pokorra added a task to D542: fix issue with PHP 7.1: T2630: Kolab Winterfell: PHP Fatal error: Uncaught Error: [] operator not supported for strings in Fedora 26.
Sep 12 2017, 1:04 PM · Web Administration Panel
pokorra created D542: fix issue with PHP 7.1.
Sep 12 2017, 1:04 PM · Web Administration Panel

Feb 12 2017

jh23453 added a comment to T2229: kolab_delegate: hide delegate in kolab-webadmin?.

Yes, I agree it's not a software bug, but I propose to add some documentation about delegation to
https://docs.kolab.org/administrator-guide/using-the-kolab-web-administration-panel.html#users-administration
[which is empty right now]. Something like:

Feb 12 2017, 10:16 AM · Web Administration Panel, Bug Reports

Feb 5 2017

dhoffend added a comment to T2229: kolab_delegate: hide delegate in kolab-webadmin?.

you've to seperate 2 things

Feb 5 2017, 10:21 PM · Web Administration Panel, Bug Reports

Feb 4 2017

jh23453 added a project to T2229: kolab_delegate: hide delegate in kolab-webadmin?: Web Administration Panel.
Feb 4 2017, 12:05 PM · Web Administration Panel, Bug Reports

Dec 30 2016

machniak edited projects for T1748: Log for failed user logins for the Kolab Webadmin, added: Web Administration Panel; removed Bug Reports.
Dec 30 2016, 9:16 AM · Web Administration Panel

Dec 2 2016

vanmeeuwen closed T1516: TLS support broken in kolab-saslauthd as Resolved.

Try to add use_tls = true to the [ldap] section to fix the web admin.

Dec 2 2016, 3:29 PM · Web Administration Panel, Bug Reports

Jun 27 2016

machniak added a comment to T1326: Resource name (cn) field becomes disabled.

That chunk of the config wasn't the culprit here. It's there to make sure resource names are unique - by automatically generating an unique name if already entered name exists.

Jun 27 2016, 12:02 PM · Web Administration Panel
machniak closed T1326: Resource name (cn) field becomes disabled as Resolved.
Jun 27 2016, 11:59 AM · Web Administration Panel
machniak created T1326: Resource name (cn) field becomes disabled.
Jun 27 2016, 11:04 AM · Web Administration Panel

Apr 30 2016

machniak closed T1232: Login in WAP with password with < character does not work as Resolved.
Apr 30 2016, 2:10 PM · Web Administration Panel

Apr 29 2016

pokorra renamed T1232: Login in WAP with password with < character does not work from Password with < character does not work to Login in WAP with password with < character does not work.
Apr 29 2016, 3:17 PM · Web Administration Panel
pokorra added a comment to T1232: Login in WAP with password with < character does not work.

I did a quick test again, and realized that I can login with a passwort "Test<1234" on Roundcube, but not on Kolab Webadmin. Therefore it must be possible to fix it in wap.

Apr 29 2016, 3:16 PM · Web Administration Panel

Apr 28 2016

pokorra added a comment to T1232: Login in WAP with password with < character does not work.

I tried it with a simple php script, and came to the conclusion that the _POST does not work with < character.

Apr 28 2016, 3:43 PM · Web Administration Panel
machniak created T1232: Login in WAP with password with < character does not work.
Apr 28 2016, 3:28 PM · Web Administration Panel

Mar 10 2016

machniak closed T1109: Enter in autocompletion list closes ACL dialog as Resolved.
Mar 10 2016, 1:10 PM · Web Administration Panel
machniak created T1109: Enter in autocompletion list closes ACL dialog.
Mar 10 2016, 1:10 PM · Web Administration Panel

Nov 25 2015

vanmeeuwen closed T515: Consistently refer to a userid / username as Resolved.
Nov 25 2015, 3:13 PM · Restricted Project, Web Administration Panel
vanmeeuwen closed T435: Domain validation: Consider child domains by comparing base DNs as Wontfix.

No further enhancements to the #HKCCP.

Nov 25 2015, 3:12 PM · Restricted Project, Web Administration Panel

Sep 22 2015

vanmeeuwen updated the task description for T769: There is no bin directory in /usr/share/kolab-webadmin.
Sep 22 2015, 4:04 PM · Release Managers, Web Administration Panel
hartsuiker created T769: There is no bin directory in /usr/share/kolab-webadmin.
Sep 22 2015, 3:29 PM · Release Managers, Web Administration Panel

Jun 25 2015

machniak moved T496: Scoring adjustment needed for similar but not the same object types from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 25 2015, 9:05 AM · Restricted Project, Web Administration Panel
machniak closed T496: Scoring adjustment needed for similar but not the same object types as Resolved.
Jun 25 2015, 9:05 AM · Restricted Project, Web Administration Panel
vanmeeuwen closed D26: Update inserted hosted user types by committing rWAPb864c7e4c9de: Update inserted hosted user types.
Jun 25 2015, 9:04 AM · Web Administration Panel
machniak accepted D26: Update inserted hosted user types.
Jun 25 2015, 8:38 AM · Web Administration Panel

Jun 24 2015

vanmeeuwen reassigned T496: Scoring adjustment needed for similar but not the same object types from vanmeeuwen to machniak.

D24 has been updated after review from @machniak.

Jun 24 2015, 4:00 PM · Restricted Project, Web Administration Panel
machniak reassigned T496: Scoring adjustment needed for similar but not the same object types from machniak to vanmeeuwen.
Jun 24 2015, 11:20 AM · Restricted Project, Web Administration Panel
machniak moved T525: Allow a static value in addition to optional list attribute values in the form from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 24 2015, 9:27 AM · Restricted Project, Web Administration Panel
machniak closed T525: Allow a static value in addition to optional list attribute values in the form as Resolved.
Jun 24 2015, 9:26 AM · Restricted Project, Web Administration Panel

Jun 23 2015

vanmeeuwen reassigned T525: Allow a static value in addition to optional list attribute values in the form from vanmeeuwen to machniak.

Reassigning for review of D27

Jun 23 2015, 1:39 PM · Restricted Project, Web Administration Panel
vanmeeuwen reassigned T496: Scoring adjustment needed for similar but not the same object types from vanmeeuwen to machniak.

D24 has been updated.

Jun 23 2015, 1:36 PM · Restricted Project, Web Administration Panel

Jun 22 2015

vanmeeuwen moved T496: Scoring adjustment needed for similar but not the same object types from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 22 2015, 1:29 PM · Restricted Project, Web Administration Panel
vanmeeuwen claimed T525: Allow a static value in addition to optional list attribute values in the form.
Jun 22 2015, 1:28 PM · Restricted Project, Web Administration Panel
vanmeeuwen placed T525: Allow a static value in addition to optional list attribute values in the form up for grabs.
Jun 22 2015, 1:28 PM · Restricted Project, Web Administration Panel
vanmeeuwen moved T525: Allow a static value in addition to optional list attribute values in the form from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 22 2015, 1:28 PM · Restricted Project, Web Administration Panel
vanmeeuwen added a revision to T525: Allow a static value in addition to optional list attribute values in the form: D27: Allow a defined static value to be added to, if auto_form_fields has an optional list for the item..
Jun 22 2015, 1:28 PM · Restricted Project, Web Administration Panel
vanmeeuwen placed T435: Domain validation: Consider child domains by comparing base DNs up for grabs.
Jun 22 2015, 12:01 PM · Restricted Project, Web Administration Panel
vanmeeuwen edited a custom field on T435: Domain validation: Consider child domains by comparing base DNs.
Jun 22 2015, 11:13 AM · Restricted Project, Web Administration Panel
vanmeeuwen edited a custom field on T525: Allow a static value in addition to optional list attribute values in the form.
Jun 22 2015, 11:12 AM · Restricted Project, Web Administration Panel
vanmeeuwen edited a custom field on T496: Scoring adjustment needed for similar but not the same object types.
Jun 22 2015, 11:11 AM · Restricted Project, Web Administration Panel
vanmeeuwen edited projects for T525: Allow a static value in addition to optional list attribute values in the form, added: Restricted Project; removed Restricted Project.
Jun 22 2015, 11:03 AM · Restricted Project, Web Administration Panel
vanmeeuwen created T525: Allow a static value in addition to optional list attribute values in the form.
Jun 22 2015, 10:56 AM · Restricted Project, Web Administration Panel

Jun 18 2015

vanmeeuwen moved T496: Scoring adjustment needed for similar but not the same object types from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 18 2015, 5:07 PM · Restricted Project, Web Administration Panel
vanmeeuwen moved T496: Scoring adjustment needed for similar but not the same object types from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 18 2015, 5:06 PM · Restricted Project, Web Administration Panel
vanmeeuwen lowered the priority of T515: Consistently refer to a userid / username from Unbreak Now! to 40.
Jun 18 2015, 5:03 PM · Restricted Project, Web Administration Panel
vanmeeuwen created T515: Consistently refer to a userid / username.
Jun 18 2015, 5:03 PM · Restricted Project, Web Administration Panel
vanmeeuwen added a project to D26: Update inserted hosted user types: Web Administration Panel.
Jun 18 2015, 4:59 PM · Web Administration Panel

Jun 17 2015

grote added a project to T496: Scoring adjustment needed for similar but not the same object types: Restricted Project.
Jun 17 2015, 2:05 PM · Restricted Project, Web Administration Panel
grote raised the priority of T435: Domain validation: Consider child domains by comparing base DNs from 60 to Unbreak Now!.
Jun 17 2015, 2:04 PM · Restricted Project, Web Administration Panel
vanmeeuwen added a revision to T496: Scoring adjustment needed for similar but not the same object types: D24: Allow values of attributes defined to be expanded and as such, match between the configured user type and the LDAP object entry (T496).
Jun 17 2015, 1:17 PM · Restricted Project, Web Administration Panel
vanmeeuwen created T496: Scoring adjustment needed for similar but not the same object types.
Jun 17 2015, 1:14 PM · Restricted Project, Web Administration Panel

Jun 16 2015

vanmeeuwen added a parent task for T435: Domain validation: Consider child domains by comparing base DNs: T30: Redesign of Hosted Kolab.
Jun 16 2015, 1:10 PM · Restricted Project, Web Administration Panel

Jun 5 2015

vanmeeuwen added a revision to T435: Domain validation: Consider child domains by comparing base DNs: D10: Compare the configured base DNs of domains that are visible as to be able to associate child domain name spaces with parent domain name spaces..
Jun 5 2015, 12:45 PM · Restricted Project, Web Administration Panel
vanmeeuwen created T435: Domain validation: Consider child domains by comparing base DNs.
Jun 5 2015, 12:40 PM · Restricted Project, Web Administration Panel