aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add documentationHEADtypescriptMatěj Cepl2023-01-111-0/+40
* Bug 974554 - Followup to fix packaging bug introduced in c197deGareth Aye2014-04-091-2/+7
* Bug 974554 - CalDAV parser should accept ical inside xml comments nested in <...Gareth Aye2014-04-082-4/+18
* Resurrect server-specific testsGareth Aye2014-02-041-1/+2
* Rework http error validation so it can be reused r=kgrandonJames Lal2013-05-104-29/+33
* Initial error refactoring (make errors less HTTP specific)James Lal2013-05-065-64/+87
* Bug 867747 - OAuth2 authentication support (particularly for google) r=kgrand...James Lal2013-05-0210-53/+591
* Add an abort routine to Caldav.Xhrgaye2013-04-184-30/+60
* Merge branch 'master' of github.com:mozilla-b2g/caldavJames Lal2013-03-061-10/+2
|\
| * Revert "Merge pull request #10 from mozilla-b2g/empty-propstat"James Lal2013-01-281-10/+2
* | lint / make sure we really have .ondataJames Lal2013-03-061-7/+9
|/
* Handle empty propstat by sending falseJames Lal2013-01-281-2/+10
* utilize moz-chunked-text when given the optionJames Lal2013-01-091-8/+20
* don't hold onto .xhr in requestJames Lal2013-01-073-17/+7
* use progress eventsJames Lal2013-01-072-1/+9
* support for chunked responsesJames Lal2013-01-071-0/+25
* Merge pull request #6 from michalbe/error-handlerMichal Budzynski2012-11-094-7/+63
|\
| * error handlerMichal Budzynski2012-11-084-7/+63
* | fix etag handlerJames Lal2012-11-081-1/+1
* | browser buildJames Lal2012-10-101-2/+1
|/
* update ical.js for tests add commander.js as dev depJames Lal2012-10-102-3/+2
* replace templates with much improved query/filter interface. Update CalendarQ...James Lal2012-10-025-169/+17
* add appendString for adding arbitrary contentJames Lal2012-10-021-1/+1
* calendar-data/filter element builder (QueryBuilder)James Lal2012-10-021-0/+318
* added Caldav.Request.Asset for adding/deleting/updating single assetsJames Lal2012-09-303-2/+144
* use strict fixJames Lal2012-09-301-3/+0
* add #hasProp, #removeProp from Request.Propfind closes #4James Lal2012-09-191-0/+31
* decouple ical-js will resolve #5James Lal2012-09-197-4778/+55
* use strict fixesJames Lal2012-09-061-2/+7
* fix misc bugs update ical.jsJames Lal2012-09-063-61/+97
* etag handlerJames Lal2012-09-051-0/+1
* replace hasOwnProperty with Object.hasOwnProperty callsJames Lal2012-08-088-10/+11
* update ical.js fix 'use strict' errors in workersJames Lal2012-08-015-1259/+1465
* emit DAV:/response on sax for each responseJames Lal2012-07-261-0/+5
* ical.jsJames Lal2012-07-262-2/+4381
* Replace xhr auth with headers when using mozSystem, directly package sax.js, ...James Lal2012-07-231-0/+992
* xhr fixes for firefoxJames Lal2012-07-231-4/+23
* global xhr constructor options can now be set ( for system xhr in b2g)James Lal2012-07-202-3/+9
* defaults for calendar query will now return dataJames Lal2012-07-082-1/+14
* Hooking up calendar query to calendar resourceJames Lal2012-07-083-2/+9
* Fixed bug in resourcetype logic in Request.Resources. Refactored scripts/conn...James Lal2012-07-081-5/+9
* resources requestJames Lal2012-07-075-15/+85
* not going to use calendar detailsJames Lal2012-07-071-0/+0
* Calendar resource creationJames Lal2012-07-071-11/+73
* More complete parsing of calendar dataJames Lal2012-07-072-7/+51
* Initial mocking support for mock requestsJames Lal2012-07-062-7/+4
* home resolver now will return an object instead of just the urlJames Lal2012-07-061-1/+6
* Adding lightly tested calendar home resolverJames Lal2012-07-063-1/+127
* Reworked requests to take connection object and optionsJames Lal2012-07-063-24/+22
* remove consoleJames Lal2012-07-061-1/+0