index
:
kolab-wap
dev/configuration-handling
dev/edit-existing-entries
kolab-webadmin-2.4
kolab-webadmin-3.0
kolab-webadmin-3.1
master
oracle
ticket/4569
Kolab Web Administration Panel
kolab-devel@kolab.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kolab_api_service.php
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-27
Fix object type scoring mechanism issue with locales that use non-standard de...
kolab-webadmin-3.2.7
Aleksander Machniak
1
-0/+4
2015-01-06
Fix bug where user couldn't edit himself anymore due to error in parse_input_...
Aleksander Machniak
1
-1/+3
2014-12-22
Add support for autocompletion on text fields (#3885)
Aleksander Machniak
1
-0/+4
2014-11-04
Return user info in system.authenticate result for better performance (#3858)
Aleksander Machniak
1
-2/+2
2014-11-03
Skip redundant ldap read for additional attributes (#3859)
Aleksander Machniak
1
-6/+44
2014-10-09
Fix bug where user OU was not properly selected in user form if OU's DN conta...
Aleksander Machniak
1
-3/+2
2014-09-19
Added Oracle support
oracle
Aleksander Machniak
1
-1/+1
2014-09-04
Unify *.info and *.find commands result (#3155)
Aleksander Machniak
1
-0/+9
2014-05-07
Improve object type detection by degrading class score if object contains
Aleksander Machniak
1
-6/+15
2014-03-27
Set 'userid' to unique attribute value in system.authenticate response, cs fixes
Aleksander Machniak
1
-5/+5
2014-03-21
Add ACI form widget (Request #1782)
Aleksander Machniak
1
-35/+36
2014-03-04
Add support for organizational unit hierarchy
Aleksander Machniak
1
-1/+8
2014-02-27
Implemented OU structure management (Request #1745)
Aleksander Machniak
1
-2/+2
2013-11-26
Fix lost object_type in validate() arguments
Aleksander Machniak
1
-0/+1
2013-11-18
Fix "invalid type id" exception when type id is provided (broken in last commit)
Aleksander Machniak
1
-7/+9
2013-11-18
Make so object type ID is not required when only one type is defined (Bug #2519)
Aleksander Machniak
1
-23/+24
2013-10-29
Do not use a separate localization file for API backend
Aleksander Machniak
1
-2/+2
2013-10-25
Add support for validate='extended' in 'alias' field, which if set
Aleksander Machniak
1
-0/+20
2013-10-02
Fix various validation inconsistences and empty value checks
Aleksander Machniak
1
-1/+1
2013-09-19
Change so invalid value of optional form field throws exception (error
Aleksander Machniak
1
-1/+1
2013-09-17
Skip searching for nsuniqueid if searched value is too short to be a unique i...
Aleksander Machniak
1
-0/+1
2013-09-11
Fix inetdomainstatus - changed field to select with options: '', 'active', 's...
Aleksander Machniak
1
-24/+4
2013-07-30
Fix handling mailquota units (Bug #1966) + some code improvements
Aleksander Machniak
1
-1/+1
2013-07-10
Refactored domain_add(), fixes Bug #1914
Aleksander Machniak
1
-1/+1
2013-06-27
Return the right variable
Thomas Bruederli
1
-1/+1
2013-06-27
Support 'id' in list results
Aleksander Machniak
1
-0/+24
2013-06-12
Add the ability to define the inetdomainstatus for pending confirmation of ow...
Jeroen van Meeuwen (Kolab Systems)
1
-0/+7
2013-05-23
Add the aci attribute to possible attributes defined when adding/editing a do...
Jeroen van Meeuwen (Kolab Systems)
1
-0/+4
2013-04-16
Improved object type detection - score static values
Aleksander Machniak
1
-15/+59
2013-04-13
Add shared folder management functionality to the Web Administration Panel Cl...
Jeroen van Meeuwen (Kolab Systems)
1
-2/+2
2013-04-11
Slightly improve resource type detection
Aleksander Machniak
1
-3/+2
2012-11-01
Add to object type id detection, the position in the tree that a particular o...
Jeroen van Meeuwen (Kolab Systems)
1
-5/+17
2012-11-01
Fix additional attributes requested not being returned, due to array position...
Jeroen van Meeuwen (Kolab Systems)
1
-1/+1
2012-10-30
Add functions to generate and validate Asterisk account attributes
Jeroen van Meeuwen (Kolab Systems)
1
-2/+14
2012-10-25
Fix an issues where get_entry_attributes() was called without bind()
Aleksander Machniak
1
-1/+1
2012-10-25
Exclude attributes not listed in object type definition
Aleksander Machniak
1
-21/+26
2012-10-24
Limit OUs list by base_dn according to specified object type (#699)
Aleksander Machniak
1
-1/+4
2012-10-24
Code improvements
Aleksander Machniak
1
-6/+17
2012-10-22
Improve object type id detection by scoring higher type with more attributes ...
Aleksander Machniak
1
-6/+30
2012-10-22
Remove redundant code
Aleksander Machniak
1
-5/+0
2012-09-24
Implemented type.delete
Aleksander Machniak
1
-23/+21
2012-09-21
Sort object types list by name
Aleksander Machniak
1
-1/+1
2012-09-03
Allow parse_input_attributes to use/abuse a level of variable substitution
Jeroen van Meeuwen (Kolab Systems)
1
-11/+21
2012-08-30
Fix search by making sure we poll for the 'params'
Jeroen van Meeuwen (Kolab Systems)
1
-1/+5
2012-08-22
Move the attributes, search and param parse functions to common ground (code-...
Jeroen van Meeuwen (Kolab Systems)
1
-1/+63
2012-06-21
On the off-chance the object_type_id for a resource is to be determined, use ...
Jeroen van Meeuwen (Kolab Systems)
1
-3/+17
2012-06-21
Enable 'role' in object_types() and disable caching in devel_mode
Jeroen van Meeuwen (Kolab Systems)
1
-7/+13
2012-05-25
Implement $form_service->validate() (#680)
Jeroen van Meeuwen (Kolab Systems)
1
-63/+67
2012-05-22
Add 'resource' as a valid type
Jeroen van Meeuwen (Kolab Systems)
1
-2/+8
2012-05-15
Disable console() calls
Jeroen van Meeuwen (Kolab Systems)
1
-6/+10
[next]