Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add kolab_recipient_policy capabilities | Jeroen van Meeuwen (Kolab Systems) | 2012-03-15 | 2 | -47/+269 |
* | Correct .htaccess for this instance | Jeroen van Meeuwen (Kolab Systems) | 2012-03-14 | 1 | -1/+1 |
* | Add some attributes for the form and shuffle some | Jeroen van Meeuwen (Kolab Systems) | 2012-03-14 | 1 | -28/+34 |
* | Provide form_value.generate_mailhost() (dummy function) | Jeroen van Meeuwen (Kolab Systems) | 2012-03-14 | 1 | -0/+8 |
* | Add additional labels | Jeroen van Meeuwen (Kolab Systems) | 2012-03-14 | 1 | -0/+2 |
* | Update labels user.email and user.alias | Jeroen van Meeuwen (Kolab Systems) | 2012-03-14 | 1 | -2/+2 |
* | Provide (non-functional) version of form_value.generate_uidnumber() and form_... | Jeroen van Meeuwen (Kolab Systems) | 2012-03-14 | 1 | -0/+22 |
* | Add form_value.generate_homedirectory() | Jeroen van Meeuwen (Kolab Systems) | 2012-03-14 | 1 | -0/+30 |
* | Support select field options from "form_fields" | Aleksander Machniak | 2012-03-14 | 1 | -0/+11 |
* | Merge branch 'master' of ssh://git.kolab.org/git/kolab-wap | Aleksander Machniak | 2012-03-14 | 1 | -0/+5 |
|\ | |||||
| * | Add some initial translations just to patch things up | Jeroen van Meeuwen (Kolab Systems) | 2012-03-14 | 1 | -0/+5 |
* | | From now attributes in DB aren't serialized | Aleksander Machniak | 2012-03-14 | 1 | -2/+2 |
|/ | |||||
* | More input checks in user_find_by_attribute() to skip "empty" searches | Aleksander Machniak | 2012-03-14 | 1 | -64/+68 |
* | Fix typo in user_type_attributes() | Aleksander Machniak | 2012-03-14 | 1 | -1/+1 |
* | Improve performance by caching group/user types in memory | Aleksander Machniak | 2012-03-14 | 3 | -32/+50 |
* | Move user type detection to service class, return type id in user.info result | Aleksander Machniak | 2012-03-14 | 4 | -66/+80 |
* | Fix service method existance check - exclude private methods | Aleksander Machniak | 2012-03-14 | 1 | -2/+5 |
* | Merge branch 'master' of ssh://git.kolab.org/git/kolab-wap | Aleksander Machniak | 2012-03-14 | 2 | -2/+52 |
|\ | |||||
| * | Merge branch 'master' of ssh://git.kolab.org/git/kolab-wap | Jeroen van Meeuwen (Kolab Systems) | 2012-03-14 | 7 | -46/+97 |
| |\ | |||||
| * | | Update LDAP to obtain the base_dn and filter for users | Jeroen van Meeuwen (Kolab Systems) | 2012-03-14 | 2 | -2/+52 |
* | | | Hide all attribute fields that are not listed in 'form_fields' or 'auto_form_... | Aleksander Machniak | 2012-03-14 | 2 | -53/+124 |
* | | | Generate correct email address when sn is empty | Aleksander Machniak | 2012-03-14 | 1 | -1/+2 |
| |/ |/| | |||||
* | | Unified form_value.generate API method (#625) | Aleksander Machniak | 2012-03-14 | 7 | -46/+97 |
|/ | |||||
* | Fixed listarea widget in IE8 | Aleksander Machniak | 2012-02-24 | 1 | -1/+1 |
* | Functionality related to user-type change | Aleksander Machniak | 2012-02-24 | 4 | -14/+51 |
* | Logout on invalid-session (403) response from the API | Aleksander Machniak | 2012-02-24 | 1 | -0/+5 |
* | Session validation is redundant in system.configure, removed | Aleksander Machniak | 2012-02-24 | 1 | -5/+2 |
* | More phpdoc | Aleksander Machniak | 2012-02-23 | 2 | -6/+65 |
* | Added phpdoc | Aleksander Machniak | 2012-02-23 | 1 | -0/+27 |
* | Fixed methods' argument description | Aleksander Machniak | 2012-02-23 | 2 | -3/+3 |
* | Added protocol detection to build proper API URL | Aleksander Machniak | 2012-02-23 | 2 | -3/+28 |
* | Added system.configure action | Aleksander Machniak | 2012-02-23 | 2 | -43/+99 |
* | Improved API reponse handler | Aleksander Machniak | 2012-02-23 | 1 | -5/+3 |
* | Fixed indentation | Aleksander Machniak | 2012-02-23 | 1 | -9/+9 |
* | Fixed list paging issues | Aleksander Machniak | 2012-02-22 | 3 | -15/+36 |
* | Added license headers and LICENSE file | Aleksander Machniak | 2012-02-22 | 33 | -21/+1389 |
* | Don't require password fields in user edit form | Aleksander Machniak | 2012-02-22 | 1 | -2/+2 |
* | Handle better cn=* logins | Aleksander Machniak | 2012-02-21 | 1 | -0/+4 |
* | Implemented user.delete action, some improvements in user.add | Aleksander Machniak | 2012-02-21 | 4 | -6/+29 |
* | Fixed css issue with long users list | Aleksander Machniak | 2012-02-21 | 2 | -0/+7 |
* | Don't show password in user edit form | Aleksander Machniak | 2012-02-21 | 1 | -0/+2 |
* | Merge branch 'master' of ssh://git.klab.cc/git/machniak/kolab-wap | Aleksander Machniak | 2012-02-21 | 3 | -9/+16 |
|\ | |||||
| * | Generate empty auto-fields in user.add | Aleksander Machniak | 2012-02-21 | 1 | -8/+7 |
| * | Added simple SQL error handling/logging | Aleksander Machniak | 2012-02-21 | 1 | -0/+8 |
| * | Fix SQL error | Aleksander Machniak | 2012-02-21 | 1 | -1/+1 |
| * | Fix call to undefined method | Aleksander Machniak | 2012-02-21 | 1 | -1/+1 |
* | | Rename password to userpassword | Aleksander Machniak | 2012-02-21 | 2 | -6/+6 |
|/ | |||||
* | Some improvements in forms | Aleksander Machniak | 2012-02-21 | 5 | -54/+87 |
* | Don't hardcode user_type_id | Aleksander Machniak | 2012-02-21 | 1 | -2/+7 |
* | Fixed typo in serialize_form() | Aleksander Machniak | 2012-02-21 | 2 | -3/+5 |