Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | defaults for calendar query will now return data | James Lal | 2012-07-08 | 3 | -2/+23 |
| | |||||
* | Hooking up calendar query to calendar resource | James Lal | 2012-07-08 | 6 | -4/+37 |
| | |||||
* | remove more stuff from scripts/connect | James Lal | 2012-07-08 | 1 | -1/+0 |
| | |||||
* | removed unused stuff in connect | James Lal | 2012-07-08 | 1 | -24/+0 |
| | |||||
* | Fixed bug in resourcetype logic in Request.Resources. Refactored ↵ | James Lal | 2012-07-08 | 3 | -31/+24 |
| | | | | scripts/connect to use Resources | ||||
* | resources request | James Lal | 2012-07-07 | 8 | -25/+196 |
| | |||||
* | not going to use calendar details | James Lal | 2012-07-07 | 1 | -0/+0 |
| | |||||
* | Calendar resource creation | James Lal | 2012-07-07 | 2 | -11/+163 |
| | |||||
* | More complete parsing of calendar data | James Lal | 2012-07-07 | 4 | -7/+57 |
| | |||||
* | moved obviously useful mockCallback to testSupport.mock.method | James Lal | 2012-07-07 | 2 | -16/+41 |
| | |||||
* | tests for calendar home | James Lal | 2012-07-07 | 1 | -21/+122 |
| | |||||
* | Initial mocking support for mock requests | James Lal | 2012-07-06 | 7 | -38/+141 |
| | |||||
* | home resolver now will return an object instead of just the url | James Lal | 2012-07-06 | 2 | -2/+7 |
| | |||||
* | Adding lightly tested calendar home resolver | James Lal | 2012-07-06 | 6 | -43/+196 |
| | |||||
* | basic readme | James Lal | 2012-07-06 | 1 | -0/+9 |
| | |||||
* | Add note about scripts/connect | James Lal | 2012-07-06 | 1 | -0/+10 |
| | |||||
* | Add connection scripts | James Lal | 2012-07-06 | 3 | -0/+113 |
| | |||||
* | Reworked requests to take connection object and options | James Lal | 2012-07-06 | 7 | -30/+52 |
| | |||||
* | remove console | James Lal | 2012-07-06 | 1 | -1/+0 |
| | |||||
* | Adding connection | James Lal | 2012-07-06 | 9 | -2/+279 |
| | |||||
* | spec out calendar resource | James Lal | 2012-07-06 | 5 | -6/+96 |
| | |||||
* | add href handler to current-user-principal | James Lal | 2012-07-06 | 1 | -0/+1 |
| | |||||
* | Add content type | James Lal | 2012-07-06 | 2 | -0/+2 |
| | |||||
* | add browser package back | James Lal | 2012-07-06 | 1 | -0/+2607 |
| | |||||
* | webcals -> caldav rename (yes, back again) | James Lal | 2012-07-06 | 42 | -2742/+154 |
| | |||||
* | Revert "adding cros hacks" | James Lal | 2012-07-06 | 2 | -75/+0 |
| | | | | This reverts commit c9c6fcb1098cec5a77149eaedf25f16029f65150. | ||||
* | Revert "Revert "Hacks to get this working in browser"" | James Lal | 2012-07-06 | 4 | -5/+158 |
| | | | | This reverts commit b295e4d28e9ee519488d58e79a40d9ec583eaebb. | ||||
* | Revert "Hacks to get this working in browser" | James Lal | 2012-07-06 | 4 | -158/+5 |
| | | | | This reverts commit 23ba81022628d75f881a9285e4ca8fc0c394abfe. | ||||
* | adding cros hacks | James Lal | 2012-06-28 | 2 | -0/+75 |
| | |||||
* | Hacks to get this working in browser | James Lal | 2012-06-28 | 4 | -5/+158 |
| | |||||
* | Browser packaging | James Lal | 2012-06-27 | 11 | -1/+2578 |
| | |||||
* | Implemented test-agent, all tests pass node/browser | James Lal | 2012-06-27 | 11 | -10/+63 |
| | |||||
* | convention rework | James Lal | 2012-06-27 | 10 | -24/+24 |
| | |||||
* | initial move to support web js | James Lal | 2012-06-27 | 19 | -48/+251 |
| | |||||
* | ls | James Lal | 2012-06-27 | 1 | -1/+2 |
| | |||||
* | working calendar queries | James Lal | 2012-06-27 | 13 | -47/+114 |
| | |||||
* | Simple calendar filter (with no actual filtering) based on calendar data | James Lal | 2012-06-27 | 3 | -6/+96 |
| | |||||
* | integrate calendar data | James Lal | 2012-06-27 | 4 | -19/+33 |
| | |||||
* | template will now accept objects with a .render fn | James Lal | 2012-06-27 | 2 | -0/+20 |
| | |||||
* | Add calendar data / calendar query | James Lal | 2012-06-27 | 4 | -0/+293 |
| | |||||
* | Add process result so we can have cleaner propfind results | James Lal | 2012-06-26 | 3 | -4/+31 |
| | |||||
* | move result logic into overridable method | James Lal | 2012-06-26 | 1 | -2/+5 |
| | |||||
* | add user/pass options to abstract request | James Lal | 2012-06-26 | 3 | -11/+33 |
| | |||||
* | Basic propfind request | James Lal | 2012-06-26 | 4 | -12/+175 |
| | |||||
* | self closing tags | James Lal | 2012-06-26 | 2 | -1/+17 |
| | |||||
* | move bunch of requires for abstract into a helper | James Lal | 2012-06-26 | 2 | -4/+15 |
| | |||||
* | removing extra tpl stuff | James Lal | 2012-06-26 | 2 | -23/+0 |
| | |||||
* | xml builder | James Lal | 2012-06-26 | 4 | -0/+256 |
| | |||||
* | abstract request | James Lal | 2012-06-26 | 8 | -13/+168 |
| | |||||
* | test/helper add xhr tests | James Lal | 2012-06-25 | 5 | -27/+261 |
| |