Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6 from michalbe/error-handler | Michal Budzynski | 2012-11-09 | 11 | -22/+159 |
|\ | | | | | error handler | ||||
| * | error handler | Michal Budzynski | 2012-11-08 | 11 | -24/+159 |
| | | | | | | | | | | | | | | | | | | | | a error-handling a err | ||||
* | | fix etag handler | James Lal | 2012-11-08 | 2 | -2/+2 |
| | | |||||
* | | browser build | James Lal | 2012-10-10 | 2 | -4/+1 |
|/ | |||||
* | server/capability tests | James Lal | 2012-10-10 | 6 | -0/+368 |
| | |||||
* | update ical.js for tests add commander.js as dev dep | James Lal | 2012-10-10 | 7 | -195/+1557 |
| | |||||
* | replace templates with much improved query/filter interface. Update ↵ | James Lal | 2012-10-02 | 11 | -480/+373 |
| | | | | CalendarQuery to reflect these changes | ||||
* | add appendString for adding arbitrary content | James Lal | 2012-10-02 | 2 | -1/+23 |
| | |||||
* | calendar-data/filter element builder (QueryBuilder) | James Lal | 2012-10-02 | 2 | -0/+471 |
| | |||||
* | added Caldav.Request.Asset for adding/deleting/updating single assets | James Lal | 2012-09-30 | 6 | -4/+397 |
| | |||||
* | use strict fix | James Lal | 2012-09-30 | 2 | -6/+31 |
| | |||||
* | add #hasProp, #removeProp from Request.Propfind closes #4 | James Lal | 2012-09-19 | 2 | -1/+35 |
| | |||||
* | decouple ical-js will resolve #5 | James Lal | 2012-09-19 | 13 | -4988/+211 |
| | |||||
* | use strict fixes | James Lal | 2012-09-06 | 1 | -2/+7 |
| | |||||
* | update browser build | James Lal | 2012-09-06 | 1 | -61/+98 |
| | |||||
* | fix misc bugs update ical.js | James Lal | 2012-09-06 | 6 | -63/+102 |
| | |||||
* | etag handler | James Lal | 2012-09-05 | 1 | -0/+1 |
| | |||||
* | replace hasOwnProperty with Object.hasOwnProperty calls | James Lal | 2012-08-08 | 9 | -20/+22 |
| | |||||
* | update ical.js fix 'use strict' errors in workers | James Lal | 2012-08-01 | 6 | -2518/+2931 |
| | |||||
* | emit DAV:/response on sax for each response | James Lal | 2012-07-26 | 3 | -0/+36 |
| | |||||
* | ical.js | James Lal | 2012-07-26 | 7 | -20/+8778 |
| | |||||
* | add some tests | James Lal | 2012-07-24 | 4 | -2/+160 |
| | |||||
* | Replace xhr auth with headers when using mozSystem, directly package sax.js, ↵ | James Lal | 2012-07-23 | 5 | -22/+1418 |
| | | | | add license blocks. Fixes #1, #2, #3 | ||||
* | xhr fixes for firefox | James Lal | 2012-07-23 | 2 | -4/+66 |
| | |||||
* | update autogenerated files | James Lal | 2012-07-20 | 2 | -13/+66 |
| | |||||
* | global xhr constructor options can now be set ( for system xhr in b2g) | James Lal | 2012-07-20 | 5 | -3/+35 |
| | |||||
* | 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 |
| |