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
2015-03-27
Fix object type scoring mechanism issue with locales that use non-standard de...
kolab-webadmin-3.1
Aleksander Machniak
1
-0/+3
2014-11-24
Really fix logo element (#3821)
Aleksander Machniak
1
-3/+0
2014-11-24
Revert "Set logo width to 400px (#3610)"
Aleksander Machniak
1
-1/+1
2014-11-24
Set logo width to 400px (#3610)
Thomas Bruederli
1
-1/+1
2014-10-23
Change logo element from div to img and add js logic to set min-width
Aleksander Machniak
5
-4/+9
2014-09-19
Fix PHP warning in user.info if user was not found
Aleksander Machniak
1
-1/+1
2014-09-05
Fix user.info result if user wasn't found
kolab-webadmin-3.1.6
Aleksander Machniak
1
-1/+1
2014-08-26
Fix so LDAP internal debug is enabled only when debug_mode=trace (#3535)
Aleksander Machniak
1
-4/+4
2014-06-18
Add possibility to limit system.capabilities response to one domain
Aleksander Machniak
1
-25/+34
2014-06-17
Do not log passwords
Aleksander Machniak
1
-1/+1
2014-04-15
Fix checkboxes handling - fixes e.g. Hosted and Optional checkboxes in object...
Aleksander Machniak
1
-12/+11
2014-02-11
Correct throwing Exceptions, rather than raising them </Pythonism>
kolab-webadmin-3.1.5
Jeroen van Meeuwen (Kolab Systems)
1
-1/+1
2014-02-10
Zero results is OK, one result is OK, multiple results is not OK
Jeroen van Meeuwen (Kolab Systems)
1
-2/+6
2014-02-10
If the options are being lower-cased, but the actual LDAP attribute value is ...
Jeroen van Meeuwen (Kolab Systems)
1
-20/+10
2014-02-10
Make sure the 'ou' "attribute" is set to the parent DN, not the ou attribute ...
Jeroen van Meeuwen (Kolab Systems)
1
-4/+14
2014-02-10
Make sure the 'ou' attribute value does not make it back on to user entries
Jeroen van Meeuwen (Kolab Systems)
1
-0/+1
2014-01-17
Fix deleting domain alias (Bug #2778)
Aleksander Machniak
1
-6/+4
2014-01-08
Fix typos in memcache-related methods
Aleksander Machniak
1
-3/+3
2014-01-07
Revert commit 109ad37d making email addresses case-insensitive
kolab-webadmin-3.1.4
Aleksander Machniak
3
-42/+7
2013-12-18
Fix possible fatal error when increment() method is called on non-existing Me...
Aleksander Machniak
1
-3/+3
2013-12-16
Skip regenerate request for auto-fields that are readonly (by ACL)
Aleksander Machniak
2
-4/+14
2013-12-16
Fix possible PHP warning
Aleksander Machniak
1
-1/+1
2013-12-16
Fix self-write ACL for new domains to fix password changes by self (Bug #2678)
Aleksander Machniak
1
-1/+1
2013-12-16
Add 'l' (localityName) attribute to the list of self-write attributes (Bug #2...
Aleksander Machniak
1
-1/+1
2013-12-16
Fix incorrect setting of locale (Bug #2680)
Aleksander Machniak
1
-2/+2
2013-12-04
Store domain_root_dn() result in memory to skip redundant searches (if memcac...
Aleksander Machniak
1
-26/+29
2013-12-04
Cache domain name to domain DN map
Aleksander Machniak
1
-9/+54
2013-12-04
Code for finding a domain by name moved to _find_domain() method
Aleksander Machniak
1
-33/+39
2013-12-04
Skip unique attribute searches when searching string doesn't look like UUID
Aleksander Machniak
1
-2/+2
2013-12-04
Skip searching for nsuniqueid if searched value is too short to be a unique i...
Aleksander Machniak
2
-1/+9
2013-11-29
Add 'mailquota' to allowed attributes of users.list
Aleksander Machniak
1
-0/+1
2013-11-27
Fix email address comparissons, so local part is case-sensitive, but domain p...
Aleksander Machniak
3
-5/+47
2013-11-27
Fix so exception is thrown on alias addresses validation when
Aleksander Machniak
2
-4/+23
2013-11-26
Fix lost object_type in validate() arguments
Aleksander Machniak
1
-0/+1
2013-11-24
Slice page from list result after sorting and ordering, small code improvements
kolab-webadmin-3.1.3
Aleksander Machniak
1
-9/+6
2013-11-24
Fix completely broken group.member_list API action by fixing a mess in LDAP3
Aleksander Machniak
3
-96/+67
2013-11-23
Do require at least one mailForwardingAddress for a mailForwarding Account type
Jeroen van Meeuwen (Kolab Systems)
1
-1/+1
2013-11-18
Add confirmation dialog on object deletion action (Bug #2299)
Aleksander Machniak
3
-13/+27
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
2
-26/+27
2013-11-18
Fix bug where adding new domains omits the kolab* ldap attributes for self-wr...
Aleksander Machniak
1
-29/+37
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
[next]