Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-02-16 | API localization | Aleksander Machniak | 5 | -7/+68 |
2012-02-16 | Added proxy functionality - allows direct API calls | Aleksander Machniak | 3 | -3/+62 |
2012-02-15 | - Some improvements in form fields handling | Aleksander Machniak | 2 | -9/+57 |
2012-01-25 | Allow any attributes with data- prefix | Aleksander Machniak | 1 | -2/+7 |
2012-01-25 | Some improvements for main page look | Aleksander Machniak | 1 | -0/+5 |
2012-01-24 | Fix escaping form elements attributes | Aleksander Machniak | 2 | -2/+2 |
2012-01-24 | Dashboard | Aleksander Machniak | 2 | -3/+20 |
2012-01-23 | Some improvements | Aleksander Machniak | 1 | -5/+26 |
2012-01-20 | Unify user_types and capabilities responses (list and count items) | Aleksander Machniak | 2 | -5/+11 |
2012-01-20 | Fixed domain name in systsem.capabilities response | Aleksander Machniak | 1 | -3/+4 |
2012-01-20 | Merge branch 'master' of ssh://git.klab.cc/git/machniak/kolab-wap | Aleksander Machniak | 4 | -7/+34 |
2012-01-20 | Small improvements | Aleksander Machniak | 2 | -2/+17 |
2012-01-20 | List attributes parameter support in groups.list | Aleksander Machniak | 4 | -7/+34 |
2012-01-20 | Fixed possible SQL Injection | Aleksander Machniak | 1 | -3/+2 |
2012-01-20 | Support pagination in groups.list and domains.list | Aleksander Machniak | 2 | -1/+21 |
2012-01-19 | Fix some whitespaces | Aleksander Machniak | 2 | -9/+5 |
2012-01-19 | Fix sql injections | Aleksander Machniak | 8 | -22/+46 |
2012-01-19 | Lang fix | Aleksander Machniak | 1 | -1/+1 |
2012-01-19 | CS fixes | Aleksander Machniak | 9 | -549/+564 |
2012-01-19 | Merge branch 'master' of ssh://git.klab.cc/git/machniak/kolab-wap | Aleksander Machniak | 3 | -37/+59 |
2012-01-18 | Users list pagination | Aleksander Machniak | 3 | -9/+55 |
2012-01-18 | Merge branch 'master' of ssh://git.klab.cc/git/machniak/kolab-wap | Aleksander Machniak | 1 | -0/+2 |
2012-01-18 | Users list pagination support | Aleksander Machniak | 3 | -37/+59 |
2012-01-18 | Users list sorting, CS fixes | Aleksander Machniak | 5 | -981/+1011 |
2012-01-18 | Users list sorting | Aleksander Machniak | 1 | -0/+2 |
2012-01-17 | Merge branch 'master' of ssh://git.klab.cc/git/machniak/kolab-wap | Aleksander Machniak | 3 | -7/+112 |
2012-01-17 | User search | Aleksander Machniak | 2 | -7/+23 |
2012-01-17 | Users searching | Aleksander Machniak | 3 | -7/+109 |
2012-01-16 | Print displayname on users list | Aleksander Machniak | 1 | -3/+7 |
2012-01-16 | Fix filtering list attributes | Aleksander Machniak | 1 | -0/+3 |
2012-01-16 | Fix wrong assignment | Aleksander Machniak | 1 | -1/+1 |
2012-01-16 | Fix typo in log message | Aleksander Machniak | 1 | -1/+1 |
2012-01-16 | - Allow setting users list attributes | Aleksander Machniak | 3 | -25/+51 |
2012-01-16 | Typo | Aleksander Machniak | 2 | -1/+2 |
2012-01-16 | Remove debug code | Aleksander Machniak | 1 | -1/+1 |
2012-01-16 | Removed admin_ part of file/class names | Aleksander Machniak | 11 | -21/+21 |
2012-01-16 | CS fixes | Aleksander Machniak | 5 | -244/+260 |
2012-01-04 | Extended search form | Aleksander Machniak | 3 | -6/+28 |
2012-01-04 | Style improvements here and there, new logout button | Aleksander Machniak | 1 | -2/+18 |
2012-01-03 | Added search form events | Aleksander Machniak | 1 | -1/+0 |
2012-01-03 | Get rid of Smarty plugins, use engine methods directly for better performance | Aleksander Machniak | 3 | -20/+56 |
2012-01-03 | Rename kolab_api -> kolab_client_api, kolab_api_result -> kolab_client_api_re... | Aleksander Machniak | 3 | -15/+15 |
2011-12-28 | Fixed handling of expired sessions, fixed error logging | Aleksander Machniak | 4 | -9/+14 |
2011-12-27 | Remove unused functions | Aleksander Machniak | 1 | -17/+0 |
2011-12-27 | Merge branch 'master' of ssh://git.klab.cc/git/vanmeeuwen/kolab-wap | Aleksander Machniak | 3 | -12/+30 |
2011-12-27 | Improved form: title, tabs, buttons | Aleksander Machniak | 3 | -68/+141 |
2011-12-27 | Modify the group list page to use the now implemented groups.list GET method ... | Jeroen van Meeuwen (Kolab Systems) | 1 | -11/+10 |
2011-12-27 | Add groups.list backend handlers | Jeroen van Meeuwen (Kolab Systems) | 2 | -0/+19 |
2011-12-27 | The service method groups.list uses GET, not POST | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2011-12-27 | The function is called get_request_header, not request_header | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |