Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial error refactoring (make errors less HTTP specific) | James Lal | 2013-05-06 | 7 | -32/+84 |
| | |||||
* | Bug 867747 - OAuth2 authentication support (particularly for google) ↵ | James Lal | 2013-05-02 | 9 | -31/+617 |
| | | | | r=kgrandon,gaye | ||||
* | Merge pull request #13 from mozilla-b2g/caldav-sinon | Gareth Aye | 2013-04-29 | 1 | -2/+18 |
|\ | | | | | Test framework refactorng + sinon | ||||
| * | Test framework refactorng + sinon | James Lal | 2013-04-28 | 1 | -2/+18 |
| | | |||||
* | | Add an abort routine to Caldav.Xhr | gaye | 2013-04-18 | 2 | -4/+39 |
|/ | |||||
* | Revert "Merge pull request #10 from mozilla-b2g/empty-propstat" | James Lal | 2013-01-28 | 1 | -4/+3 |
| | | | | | This reverts commit ee5ae7a9c6ca0ce6136e9b97d4388a1434467b8b, reversing changes made to 75c6e99f3d3ff16cc6f5dc26b7bf1dbbb4b3f648. | ||||
* | Handle empty propstat by sending false | James Lal | 2013-01-28 | 1 | -3/+4 |
| | |||||
* | utilize moz-chunked-text when given the option | James Lal | 2013-01-09 | 1 | -17/+46 |
| | |||||
* | don't hold onto .xhr in request | James Lal | 2013-01-07 | 3 | -103/+3 |
| | |||||
* | test files | James Lal | 2013-01-07 | 2 | -0/+55 |
| | |||||
* | support for chunked responses | James Lal | 2013-01-07 | 2 | -3/+48 |
| | |||||
* | Merge branch 'master' of github.com:mozilla-b2g/caldav | James Lal | 2013-01-07 | 3 | -6/+28 |
|\ | |||||
| * | error handler | Michal Budzynski | 2012-11-08 | 3 | -6/+28 |
| | | | | | | | | | | | | | | | | | | | | a error-handling a err | ||||
* | | new ical parser | James Lal | 2012-12-06 | 1 | -1228/+1911 |
|/ | |||||
* | 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 | 2 | -189/+1551 |
| | |||||
* | replace templates with much improved query/filter interface. Update ↵ | James Lal | 2012-10-02 | 4 | -139/+20 |
| | | | | CalendarQuery to reflect these changes | ||||
* | add appendString for adding arbitrary content | James Lal | 2012-10-02 | 1 | -0/+22 |
| | |||||
* | calendar-data/filter element builder (QueryBuilder) | James Lal | 2012-10-02 | 1 | -0/+153 |
| | |||||
* | added Caldav.Request.Asset for adding/deleting/updating single assets | James Lal | 2012-09-30 | 1 | -0/+108 |
| | |||||
* | add #hasProp, #removeProp from Request.Propfind closes #4 | James Lal | 2012-09-19 | 1 | -1/+4 |
| | |||||
* | decouple ical-js will resolve #5 | James Lal | 2012-09-19 | 4 | -41/+4710 |
| | |||||
* | fix misc bugs update ical.js | James Lal | 2012-09-06 | 3 | -2/+5 |
| | |||||
* | emit DAV:/response on sax for each response | James Lal | 2012-07-26 | 1 | -0/+26 |
| | |||||
* | ical.js | James Lal | 2012-07-26 | 2 | -11/+7 |
| | |||||
* | add some tests | James Lal | 2012-07-24 | 2 | -2/+46 |
| | |||||
* | Replace xhr auth with headers when using mozSystem, directly package sax.js, ↵ | James Lal | 2012-07-23 | 1 | -0/+2 |
| | | | | add license blocks. Fixes #1, #2, #3 | ||||
* | xhr fixes for firefox | James Lal | 2012-07-23 | 1 | -0/+43 |
| | |||||
* | global xhr constructor options can now be set ( for system xhr in b2g) | James Lal | 2012-07-20 | 2 | -0/+24 |
| | |||||
* | Hooking up calendar query to calendar resource | James Lal | 2012-07-08 | 3 | -2/+28 |
| | |||||
* | Fixed bug in resourcetype logic in Request.Resources. Refactored ↵ | James Lal | 2012-07-08 | 1 | -1/+1 |
| | | | | scripts/connect to use Resources | ||||
* | resources request | James Lal | 2012-07-07 | 2 | -5/+103 |
| | |||||
* | Calendar resource creation | James Lal | 2012-07-07 | 1 | -0/+90 |
| | |||||
* | More complete parsing of calendar data | James Lal | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | 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 | 3 | -3/+112 |
| | |||||
* | Adding lightly tested calendar home resolver | James Lal | 2012-07-06 | 2 | -0/+35 |
| | |||||
* | Reworked requests to take connection object and options | James Lal | 2012-07-06 | 4 | -6/+30 |
| | |||||
* | Adding connection | James Lal | 2012-07-06 | 3 | -0/+73 |
| | |||||
* | spec out calendar resource | James Lal | 2012-07-06 | 4 | -6/+16 |
| | |||||
* | Add content type | James Lal | 2012-07-06 | 1 | -0/+1 |
| | |||||
* | webcals -> caldav rename (yes, back again) | James Lal | 2012-07-06 | 16 | -64/+84 |
| | |||||
* | Browser packaging | James Lal | 2012-06-27 | 2 | -0/+18 |
| | |||||
* | Implemented test-agent, all tests pass node/browser | James Lal | 2012-06-27 | 5 | -1/+45 |
| | |||||
* | convention rework | James Lal | 2012-06-27 | 10 | -24/+24 |
| | |||||
* | initial move to support web js | James Lal | 2012-06-27 | 11 | -47/+92 |
| | |||||
* | working calendar queries | James Lal | 2012-06-27 | 6 | -16/+30 |
| | |||||
* | Simple calendar filter (with no actual filtering) based on calendar data | James Lal | 2012-06-27 | 1 | -0/+55 |
| | |||||
* | integrate calendar data | James Lal | 2012-06-27 | 1 | -16/+17 |
| |