Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make email address domain check case-insensitive | Aleksander Machniak | 2021-09-22 | 1 | -4/+5 |
| | |||||
* | kolab_api_service: fix typo in variable name | Daniel Hoffend | 2021-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Summary: Fixes typo to make object_type detection works again. This fixes T6694 Test Plan: Create a shared calendar folder via webadmin. Try to edit the previously created shared folder. The form for shared addressbook and its title is shown. Reviewers: #web_administration_panel_developers, vanmeeuwen, machniak Reviewed By: #web_administration_panel_developers, machniak Maniphest Tasks: T6694 Differential Revision: https://git.kolab.org/D2860 | ||||
* | Preserve important old aci and inetdomainbasedn attributes of the mgmt and ↵ | Daniel Hoffend | 2020-02-25 | 1 | -4/+27 |
| | | | | | | | | | | | | | | | | | | hosted domain Summary: This changes preservers the inetdomainbasedn for hosted and management when they're getting edited in the kolab-webadmin when hosted_mode is activated. Test Plan: Edit the mgmt or hosted domain using cn=Directory Manager. Your inetdomainbased will change from dc=hosted,dc=com to ou=hosted.com,dc=hosted,dc=com Reviewers: #web_administration_panel_developers, vanmeeuwen Reviewed By: #web_administration_panel_developers, vanmeeuwen Differential Revision: https://git.kolab.org/D907 | ||||
* | check for mail address is already in use | Daniel Hoffend | 2019-11-26 | 1 | -0/+5 |
| | | | | | | | | | | | | | | Summary: This fixes issue T5704 Reviewers: #web_administration_panel_developers, vanmeeuwen Reviewed By: #web_administration_panel_developers, vanmeeuwen Subscribers: vanmeeuwen Maniphest Tasks: T5704 Differential Revision: https://git.kolab.org/D883 | ||||
* | Fixed T5653 and support domain_edit in hosted mode | Daniel Hoffend | 2019-11-26 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Summary: This patch fixed the domain_edit api call in hosted mode. The Bug is described in T5653 Reviewers: #web_administration_panel_developers, vanmeeuwen Reviewed By: #web_administration_panel_developers, vanmeeuwen Subscribers: vanmeeuwen Tags: #web_administration_panel Differential Revision: https://git.kolab.org/D835 | ||||
* | T5647: Fix kolab-admin role created in wrong base_dn for hosted domains | Aleksander Machniak | 2019-11-08 | 1 | -2/+2 |
| | |||||
* | Lower-case the names of array keyskolab-webadmin-3.2.15 | Jeroen van Meeuwen | 2019-10-21 | 11 | -46/+46 |
| | |||||
* | Add support for "hosted" domains (Bifrost#T240286)kolab-webadmin-3.2.14.2 | Jeroen van Meeuwen (Kolab Systems) | 2019-09-16 | 4 | -11/+208 |
| | | | | | | | | Reviewers: #web_administration_panel_developers, machniak Subscribers: vanmeeuwen Differential Revision: https://git.kolab.org/D809 | ||||
* | Merge branch 'master' of ssh://git.kolab.org/diffusion/WAP/webadmin | Aleksander Machniak | 2019-09-10 | 20 | -26/+22 |
|\ | |||||
| * | Remove more references to the wiki | Aleksander Machniak | 2019-09-03 | 3 | -7/+2 |
| | | |||||
| * | Remove reference to the wiki | Aleksander Machniak | 2019-09-03 | 15 | -15/+15 |
| | | |||||
| * | Theme style improvements | Aleksander Machniak | 2019-07-16 | 3 | -4/+5 |
| | | |||||
* | | Fix css issue with the users/groups/etc table (Bifrost#T243304) | Aleksander Machniak | 2019-09-10 | 10 | -23/+14 |
|/ | |||||
* | Add user.password action to the API (Bifrost#T221026)kolab-webadmin-3.2.14 | Aleksander Machniak | 2019-06-26 | 1 | -12/+47 |
| | |||||
* | Log an error when SQL DSN is empty | Aleksander Machniak | 2019-06-24 | 1 | -0/+5 |
| | |||||
* | Fix performance when validating multiple email addresses (Bifrost#T221026) | Aleksander Machniak | 2019-06-24 | 1 | -20/+26 |
| | | | | | Cache domains list in memory, so it's reused without searching in ldap for every validated email address again and again. | ||||
* | Reset domains list page size when using it for internal checks | Aleksander Machniak | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | Update Hosted page with the new skinkolab-webadmin-3.2.13 | Aleksander Machniak | 2019-05-13 | 3 | -50/+35 |
| | |||||
* | Fix error after jQuery update | Aleksander Machniak | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | Skip form initialization if there's no id attribute | Aleksander Machniak | 2019-05-10 | 1 | -1/+3 |
| | |||||
* | Update to jQuery-3.4.1 | Aleksander Machniak | 2019-05-10 | 1 | -4/+2 |
| | |||||
* | New skin | Aleksander Machniak | 2019-05-10 | 91 | -3071/+830 |
| | |||||
* | Remove kolabsys and minimal skins | Aleksander Machniak | 2019-05-09 | 11 | -85/+0 |
| | |||||
* | T5208: Implement "is not equal to" in LDAP URL widget (Bifrost#T187736) | Aleksander Machniak | 2019-03-12 | 3 | -10/+21 |
| | |||||
* | Allow a value of @domain.tld to be used to facilitate catchall addressing | Jeroen van Meeuwen (Kolab Systems) | 2018-07-21 | 1 | -8/+10 |
| | |||||
* | Fix PHP Warning: key() expects parameter 1 to be array, boolean givenkolab-webadmin-3.2.12kolab-webadmin-3.2.11 | Aleksander Machniak | 2018-01-26 | 1 | -4/+4 |
| | |||||
* | Support attribute=value search (Bifrost#T67329) | Aleksander Machniak | 2017-12-28 | 2 | -5/+34 |
| | | | | | | | Search input accepts special entry format <attribute><operator><value> where - <attribute> is an ldap attribute name, - <operator> is one of: =, ~=, >=, <=, - <value> is any string that can be * to match any value or can contain * at the end or start of the string for prefix/suffix search. | ||||
* | Add missing label for Clone button | Aleksander Machniak | 2017-12-28 | 1 | -0/+1 |
| | |||||
* | Make bold font on the Submit button | Aleksander Machniak | 2017-11-24 | 2 | -0/+5 |
| | |||||
* | Add possibility to clone object types (Bifrost#T57633) | Aleksander Machniak | 2017-11-24 | 3 | -32/+72 |
| | |||||
* | fix issue with PHP 7.1 | Aleksander Machniak | 2017-09-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Summary: see details in https://git.kolab.org/T2630 Reviewers: #web_administration_panel_developers, machniak Reviewed By: #web_administration_panel_developers, machniak Subscribers: #web_administration_panel_developers Tags: #web_administration_panel Maniphest Tasks: T2630 Differential Revision: https://git.kolab.org/D542 | ||||
* | Fix ldaps:// connections (T2388) | Aleksander Machniak | 2017-05-15 | 1 | -2/+1 |
| | |||||
* | Fix hiding Add Shared Folder and Add Organizational Unit menu when user has ↵ | Aleksander Machniak | 2017-05-12 | 1 | -1/+1 |
| | | | | no access to it | ||||
* | Define dependencies using composer, support composer autoloader, remove ↵ | Aleksander Machniak | 2017-05-12 | 26 | -13073/+62 |
| | | | | local copies of PEAR packages | ||||
* | Add available kolab_wap options in sample config file | Aleksander Machniak | 2017-05-12 | 1 | -0/+16 |
| | |||||
* | T1326: Fix bug where resources name field could become disabled after object ↵ | Aleksander Machniak | 2016-06-27 | 1 | -1/+1 |
| | | | | type modification | ||||
* | Add --dry-run argument to purge-deleted-domains | Aleksander Machniak | 2016-05-06 | 1 | -11/+18 |
| | |||||
* | Fix scoring more narrow, subtle differences between user types | Jeroen van Meeuwen (Kolab Systems) | 2016-05-05 | 1 | -3/+12 |
| | |||||
* | Allow login with password containing < character (T1232) | Aleksander Machniak | 2016-04-30 | 1 | -2/+2 |
| | |||||
* | Fix bug where hitting Enter in autocompletion list would close ACL dialog ↵ | Aleksander Machniak | 2016-03-10 | 1 | -1/+2 |
| | | | | (T1109) | ||||
* | Fix bug in creating DN string from domain name for %(base_dn)s resolving | Aleksander Machniak | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | The client user-interface, and not the API, should protect a user against ↵kolab-webadmin-3.2.10 | Jeroen van Meeuwen (Kolab Systems) | 2015-09-28 | 1 | -1/+1 |
| | | | | | | removing their own entry (#1080). The API however must continue to allow the user to delete one-self. | ||||
* | Rename bin/domain_delete.php to a script bin/purge-deleted-domains | Jeroen van Meeuwen (Kolab Systems) | 2015-09-22 | 1 | -2/+7 |
| | |||||
* | Take in, parse and treat a parameter 'domainrelatedobject_only' correctly.kolab-webadmin-3.2.9 | Jeroen van Meeuwen (Kolab Systems) | 2015-09-22 | 2 | -1/+12 |
| | |||||
* | Small code simplification/fixkolab-webadmin-3.2.8 | Aleksander Machniak | 2015-08-07 | 1 | -4/+2 |
| | |||||
* | adding new user: primary_email was not calculated properly | Timotheus Pokorra | 2015-08-07 | 1 | -2/+4 |
| | | | | in the change for #5082 normalize_userdata was refactored but then sn=>surname did not work properly anymore | ||||
* | Throw error when kolab.conf is not readable (#5159) | Aleksander Machniak | 2015-07-31 | 1 | -3/+3 |
| | |||||
* | Workaround PHP bug with turkish locales (#5082) | Aleksander Machniak | 2015-07-31 | 3 | -51/+45 |
| | |||||
* | Merge branch 'arcpatch-D7' | Aleksander Machniak | 2015-07-30 | 3 | -16/+11 |
|\ | | | | | | | | | | | Conflicts: doc/kolab_wap.oracle.sql doc/kolab_wap.sql | ||||
| * | Set kolabinvitationpolicy field type to 'list' | Thomas Bruederli | 2015-07-30 | 3 | -16/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | Summary: Change kolabinvitationpolicy field type in database init scripts Reviewers: machniak Reviewed By: machniak Subscribers: vanmeeuwen Differential Revision: https://git.kolab.org/D7 |