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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-15
Update kolab_wap-3.1.sql, just to show off
kolab-webadmin-3.1.2
Jeroen van Meeuwen (Kolab Systems)
1
-63/+82
2013-11-15
Remove obsolete .sql files
Jeroen van Meeuwen (Kolab Systems)
2
-153/+0
2013-11-15
Add enterprise versions of logos and page contents
Jeroen van Meeuwen (Kolab Systems)
6
-0/+87
2013-11-11
Fix #2466 - List removes last input field when other similar input fields exi...
Daniel Hoffend
1
-1/+1
2013-11-07
Support checkboxes for boolean LDAP values (Bug #2452)
Aleksander Machniak
2
-0/+9
2013-11-07
Finally fix readonly quota input (Bug #2414)
Aleksander Machniak
1
-6/+13
2013-10-29
Fix handling of mailquota attribute value - it should be a string not an inte...
Aleksander Machniak
2
-9/+14
2013-10-29
Do not use a separate localization file for API backend
Aleksander Machniak
6
-17/+8
2013-10-29
Updated localization files
Aleksander Machniak
14
-1294/+1289
2013-10-29
Update Transifex configuration
Aleksander Machniak
1
-1/+2
2013-10-29
Added script for pulling localization from Transifex
Aleksander Machniak
1
-0/+47
2013-10-25
Support validate=extended in object types definition UI
Aleksander Machniak
2
-1/+4
2013-10-25
Add support for validate='extended' in 'alias' field, which if set
Aleksander Machniak
2
-45/+72
2013-10-25
Email address validation for field with validate=simple validates
Aleksander Machniak
1
-0/+12
2013-10-25
Add possibility to set 'validate' flag for form_fields in object type definition
Aleksander Machniak
5
-18/+66
2013-10-25
Change so invalid value of optional form field throws exception (error
Aleksander Machniak
2
-33/+8
2013-10-16
Implement 'default' value support for form_fields of type text, text-quota an...
kolab-webadmin-3.1.1
Aleksander Machniak
4
-18/+46
2013-10-10
Fix typo where default page_size for list result wasn't set
Aleksander Machniak
1
-1/+1
2013-10-02
Set type of mailquota field
Aleksander Machniak
1
-0/+2
2013-10-02
Fix various validation inconsistences and empty value checks
Aleksander Machniak
3
-15/+11
2013-10-02
Fix mailquota value formatting (Bug #2309)
Aleksander Machniak
1
-1/+1
2013-09-24
Prevent from deleting oneself (Bug #1808)
Aleksander Machniak
2
-5/+14
2013-09-23
Fix bug where current user record wasn't skipped when secondary email addresses
Aleksander Machniak
1
-2/+3
2013-09-19
Add httpd 2.4+ compatible configuration
Jeroen van Meeuwen (Kolab Systems)
2
-4/+18
2013-09-17
Correct alias form field type
Jeroen van Meeuwen (Kolab Systems)
1
-1/+1
2013-09-13
Fixed page size in list footer
kolab-webadmin-3.1.0
Aleksander Machniak
1
-2/+2
2013-09-13
It should be ldap.vlv, not kolab_wap.vlv
Aleksander Machniak
1
-1/+1
2013-09-13
Support kolab_wap.vlv configuration option
Aleksander Machniak
3
-8/+36
2013-09-13
Fix lost breaks in switch()
Aleksander Machniak
1
-0/+2
2013-09-13
Fix some issues in vlv indexes handling + small CS improvements
Aleksander Machniak
1
-28/+26
2013-09-12
Remove redundant list_replicas() calls
Aleksander Machniak
1
-2/+1
2013-09-12
Cache effective rights in internal cache if memcache is not enabled
Aleksander Machniak
1
-0/+8
2013-09-11
Fix inetdomainstatus - changed field to select with options: '', 'active', 's...
Aleksander Machniak
2
-48/+34
2013-09-11
Fix/workaround issue where nsRoleDN is not returned as allowed attribute
Aleksander Machniak
1
-0/+23
2013-09-10
Fix sample "Content" user type - fixes Key not set: preferredlanguage error (...
Aleksander Machniak
1
-1/+0
2013-09-10
Fix issue where empty mailquota value was sent as "kb" (Bug #2110)
Aleksander Machniak
1
-1/+1
2013-09-10
Move primary_mail and secondary_mail to [kolab] section
Aleksander Machniak
1
-12/+12
2013-09-10
Removed fallback to primary domain section in Conf::get_raw()
Aleksander Machniak
1
-3/+4
2013-09-10
Refactored config getter so when section is specified, but requested
Aleksander Machniak
3
-32/+42
2013-09-10
Fix invalid Conf::get_list() usage
Aleksander Machniak
1
-1/+1
2013-09-10
Use $_SERVER['SERVER_PORT'] in API url (Bug #2124)
Aleksander Machniak
1
-5/+3
2013-09-10
Fix unhandled ldap errors + some CS fixes (Bug #2201)
Aleksander Machniak
2
-8/+21
2013-09-10
Fix issue where domain.info wasn't returning domain id. Domain update/delete ...
Aleksander Machniak
2
-14/+10
2013-09-09
Add translation for domain.inetdomainstatus
Aleksander Machniak
1
-0/+1
2013-08-28
'true' -> true
Aleksander Machniak
1
-1/+1
2013-08-25
Pass on $domain_name (actually set), not $domain
Jeroen van Meeuwen (Kolab Systems)
1
-1/+1
2013-08-25
Actually use the domain when specified with the capabilities request
Jeroen van Meeuwen (Kolab Systems)
5
-5/+5
2013-08-25
Enable caching of get_effectiverights() results, that are otherwise very expe...
Aleksander Machniak (Kolab Systems)
1
-3/+79
2013-08-24
Always check if search result is an object
Aleksander Machniak
2
-4/+5
2013-08-21
Fix PHP warning when form_fields attribute is not an array (doesn't exist)
Aleksander Machniak
1
-2/+2
[next]