Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:mozilla-b2g/caldav | James Lal | 2013-03-06 | 1 | -10/+2 |
|\ | |||||
| * | Revert "Merge pull request #10 from mozilla-b2g/empty-propstat" | James Lal | 2013-01-28 | 1 | -10/+2 |
| | | | | | | | | | | This reverts commit ee5ae7a9c6ca0ce6136e9b97d4388a1434467b8b, reversing changes made to 75c6e99f3d3ff16cc6f5dc26b7bf1dbbb4b3f648. | ||||
* | | lint / make sure we really have .ondata | James Lal | 2013-03-06 | 1 | -7/+9 |
|/ | |||||
* | Handle empty propstat by sending false | James Lal | 2013-01-28 | 1 | -2/+10 |
| | |||||
* | utilize moz-chunked-text when given the option | James Lal | 2013-01-09 | 1 | -8/+20 |
| | |||||
* | don't hold onto .xhr in request | James Lal | 2013-01-07 | 3 | -17/+7 |
| | |||||
* | use progress events | James Lal | 2013-01-07 | 2 | -1/+9 |
| | |||||
* | support for chunked responses | James Lal | 2013-01-07 | 1 | -0/+25 |
| | |||||
* | Merge pull request #6 from michalbe/error-handler | Michal Budzynski | 2012-11-09 | 4 | -7/+63 |
|\ | | | | | error handler | ||||
| * | error handler | Michal Budzynski | 2012-11-08 | 4 | -7/+63 |
| | | | | | | | | | | | | | | | | | | | | a error-handling a err | ||||
* | | fix etag handler | James Lal | 2012-11-08 | 1 | -1/+1 |
| | | |||||
* | | browser build | James Lal | 2012-10-10 | 1 | -2/+1 |
|/ | |||||
* | update ical.js for tests add commander.js as dev dep | James Lal | 2012-10-10 | 2 | -3/+2 |
| | |||||
* | replace templates with much improved query/filter interface. Update ↵ | James Lal | 2012-10-02 | 5 | -169/+17 |
| | | | | CalendarQuery to reflect these changes | ||||
* | add appendString for adding arbitrary content | James Lal | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | calendar-data/filter element builder (QueryBuilder) | James Lal | 2012-10-02 | 1 | -0/+318 |
| | |||||
* | added Caldav.Request.Asset for adding/deleting/updating single assets | James Lal | 2012-09-30 | 3 | -2/+144 |
| | |||||
* | use strict fix | James Lal | 2012-09-30 | 1 | -3/+0 |
| | |||||
* | add #hasProp, #removeProp from Request.Propfind closes #4 | James Lal | 2012-09-19 | 1 | -0/+31 |
| | |||||
* | decouple ical-js will resolve #5 | James Lal | 2012-09-19 | 6 | -166/+55 |
| | |||||
* | fix misc bugs update ical.js | James Lal | 2012-09-06 | 1 | -0/+4 |
| | |||||
* | etag handler | James Lal | 2012-09-05 | 1 | -0/+1 |
| | |||||
* | replace hasOwnProperty with Object.hasOwnProperty calls | James Lal | 2012-08-08 | 8 | -10/+11 |
| | |||||
* | update ical.js fix 'use strict' errors in workers | James Lal | 2012-08-01 | 3 | -8/+14 |
| | |||||
* | emit DAV:/response on sax for each response | James Lal | 2012-07-26 | 1 | -0/+5 |
| | |||||
* | ical.js | James Lal | 2012-07-26 | 1 | -2/+1 |
| | |||||
* | xhr fixes for firefox | James Lal | 2012-07-23 | 1 | -4/+23 |
| | |||||
* | global xhr constructor options can now be set ( for system xhr in b2g) | James Lal | 2012-07-20 | 2 | -3/+9 |
| | |||||
* | defaults for calendar query will now return data | James Lal | 2012-07-08 | 2 | -1/+14 |
| | |||||
* | Hooking up calendar query to calendar resource | James Lal | 2012-07-08 | 3 | -2/+9 |
| | |||||
* | Fixed bug in resourcetype logic in Request.Resources. Refactored ↵ | James Lal | 2012-07-08 | 1 | -5/+9 |
| | | | | scripts/connect to use Resources | ||||
* | resources request | James Lal | 2012-07-07 | 5 | -15/+85 |
| | |||||
* | not going to use calendar details | James Lal | 2012-07-07 | 1 | -0/+0 |
| | |||||
* | Calendar resource creation | James Lal | 2012-07-07 | 1 | -11/+73 |
| | |||||
* | More complete parsing of calendar data | James Lal | 2012-07-07 | 2 | -7/+51 |
| | |||||
* | Initial mocking support for mock requests | James Lal | 2012-07-06 | 2 | -7/+4 |
| | |||||
* | home resolver now will return an object instead of just the url | James Lal | 2012-07-06 | 1 | -1/+6 |
| | |||||
* | Adding lightly tested calendar home resolver | James Lal | 2012-07-06 | 3 | -1/+127 |
| | |||||
* | Reworked requests to take connection object and options | James Lal | 2012-07-06 | 3 | -24/+22 |
| | |||||
* | remove console | James Lal | 2012-07-06 | 1 | -1/+0 |
| | |||||
* | Adding connection | James Lal | 2012-07-06 | 3 | -0/+101 |
| | |||||
* | spec out calendar resource | James Lal | 2012-07-06 | 1 | -0/+80 |
| | |||||
* | add href handler to current-user-principal | James Lal | 2012-07-06 | 1 | -0/+1 |
| | |||||
* | Add content type | James Lal | 2012-07-06 | 1 | -0/+1 |
| | |||||
* | webcals -> caldav rename (yes, back again) | James Lal | 2012-07-06 | 18 | -0/+1612 |
| | |||||
* | Rename lib to webcals | James Lal | 2012-06-18 | 6 | -749/+0 |
| | |||||
* | Initial hack | James Lal | 2012-06-18 | 6 | -0/+749 |