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
/
api
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-01
Special treatment for the userpassword attribute (#665)
dev/edit-existing-entries
Jeroen van Meeuwen (Kolab Systems)
1
-28/+42
2012-04-01
Supply the unique attribute to form submissions as data, so that form_value s...
Jeroen van Meeuwen (Kolab Systems)
1
-8/+57
2012-04-01
Attributes posted and also "static" forms should be preserved (as posted)
Jeroen van Meeuwen (Kolab Systems)
2
-4/+20
2012-03-31
Correct the comparison of an attribute being marked as optional
Jeroen van Meeuwen (Kolab Systems)
2
-13/+19
2012-03-31
Improve handling of optional form fields
Jeroen van Meeuwen (Kolab Systems)
2
-36/+49
2012-03-31
Add function user_edit()
Jeroen van Meeuwen (Kolab Systems)
1
-1/+96
2012-03-31
Inverse form_value.list_options for nsrole and nsroledn, and issue a warning ...
Jeroen van Meeuwen (Kolab Systems)
1
-4/+6
2012-03-31
'nsrole', as an attribute that can actually be added is called 'nsroledn' - p...
Jeroen van Meeuwen (Kolab Systems)
1
-0/+5
2012-03-31
Generate the uid and preseed it into the recipient policy if it does not alre...
Jeroen van Meeuwen (Kolab Systems)
1
-0/+12
2012-03-31
Add 'edit' to capabilities
Jeroen van Meeuwen (Kolab Systems)
1
-0/+1
2012-03-31
Actually generate the uidnumber and gidnumber
Jeroen van Meeuwen (Kolab Systems)
1
-4/+59
2012-03-31
Move to use configuration value 'unique_attribute' and 'user_name_attribute' ...
Jeroen van Meeuwen (Kolab Systems)
2
-37/+26
2012-03-31
Rename function user_attributes to get_attributes so it can sensibly be used ...
Jeroen van Meeuwen (Kolab Systems)
2
-3/+3
2012-03-30
Take a stab at making groups editable (and users, ultimately)
Jeroen van Meeuwen (Kolab Systems)
2
-0/+147
2012-03-30
Removed debug code
Aleksander Machniak
1
-1/+1
2012-03-30
Some fixes
Aleksander Machniak
1
-1/+1
2012-03-30
Use lowercase comparisons when trying to see of the members of a group can be...
Jeroen van Meeuwen (Kolab Systems)
1
-0/+3
2012-03-30
Generate a proper primary mail attribute value for groups
Jeroen van Meeuwen (Kolab Systems)
1
-2/+30
2012-03-30
Unified some methods: Use object_type_*() instead of separate user_type_*/gro...
Aleksander Machniak
5
-59/+24
2012-03-30
Group type ID detection (#660)
Aleksander Machniak
2
-1/+4
2012-03-29
Fix so user roles names are listed instead of DNs
Aleksander Machniak
1
-2/+2
2012-03-26
Limit ldap_search() calls by fetching all extra user attributes in one call
Aleksander Machniak
1
-5/+10
2012-03-26
Code cleanup and some fixes
Aleksander Machniak
1
-1/+1
2012-03-26
Added more phpdoc comments
Aleksander Machniak
9
-14/+181
2012-03-22
Implemented 'roles' service and autocompletion for nsrole attribute
Aleksander Machniak
2
-0/+143
2012-03-22
Fix typo in last change
Aleksander Machniak
1
-1/+1
2012-03-22
Fixed/Improved result normalization (with DN attribute handling)
Aleksander Machniak
2
-11/+21
2012-03-22
Implement groups searching
Aleksander Machniak
2
-2/+40
2012-03-21
Add additional user information that may be specified as being a part of the ...
Jeroen van Meeuwen (Kolab Systems)
1
-0/+16
2012-03-20
Implemented form_value.list_options with uniquemember autocompletion
Aleksander Machniak
1
-1/+77
2012-03-20
Fix group.member_list response
Aleksander Machniak
1
-4/+4
2012-03-16
Fix parse error
Aleksander Machniak
1
-1/+1
2012-03-16
Merge branch 'master' of ssh://git.kolab.org/git/kolab-wap
Aleksander Machniak
1
-7/+5
2012-03-16
Add a preliminary version of listing options for a select list.
Jeroen van Meeuwen (Kolab Systems)
1
-0/+18
2012-03-15
Implement form_value.select_options
Aleksander Machniak
1
-0/+53
2012-03-15
Merge branch 'master' of ssh://git.kolab.org/git/kolab-wap
Jeroen van Meeuwen (Kolab Systems)
1
-2/+2
2012-03-15
Use preferredlanguage to normalize some values that are supposed to be ascii
Jeroen van Meeuwen (Kolab Systems)
1
-0/+7
2012-03-15
Return value changes
Jeroen van Meeuwen (Kolab Systems)
1
-2/+2
2012-03-15
Merge branch 'dev/recipient_policy'
Jeroen van Meeuwen (Kolab Systems)
1
-46/+65
2012-03-15
Add kolab_recipient_policy capabilities
Jeroen van Meeuwen (Kolab Systems)
1
-47/+64
2012-03-15
Add form_value.validate
Aleksander Machniak
1
-1/+45
2012-03-15
Improve form_value.generate to support many attributes at a time
Aleksander Machniak
2
-31/+35
2012-03-14
Provide form_value.generate_mailhost() (dummy function)
Jeroen van Meeuwen (Kolab Systems)
1
-0/+8
2012-03-14
Provide (non-functional) version of form_value.generate_uidnumber() and form_...
Jeroen van Meeuwen (Kolab Systems)
1
-0/+22
2012-03-14
Add form_value.generate_homedirectory()
Jeroen van Meeuwen (Kolab Systems)
1
-0/+30
2012-03-14
Improve performance by caching group/user types in memory
Aleksander Machniak
2
-19/+6
2012-03-14
Move user type detection to service class, return type id in user.info result
Aleksander Machniak
2
-18/+7
2012-03-14
Generate correct email address when sn is empty
Aleksander Machniak
1
-1/+2
2012-03-14
Unified form_value.generate API method (#625)
Aleksander Machniak
3
-43/+57
2012-02-22
Added license headers and LICENSE file
Aleksander Machniak
8
-1/+184
[next]