aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵James Lal2012-10-025-169/+17
| | | | CalendarQuery to reflect these changes
* 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
| | | | add license blocks. Fixes #1, #2, #3
* 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 ↵James Lal2012-07-081-5/+9
| | | | scripts/connect to use Resources
* 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
|
* Adding connectionJames Lal2012-07-063-0/+101
|
* spec out calendar resourceJames Lal2012-07-061-0/+80
|
* add href handler to current-user-principalJames Lal2012-07-061-0/+1
|
* Add content typeJames Lal2012-07-061-0/+1
|
* webcals -> caldav rename (yes, back again)James Lal2012-07-0618-55/+54
|
* Revert "Revert "Hacks to get this working in browser""James Lal2012-07-061-2/+8
| | | | This reverts commit b295e4d28e9ee519488d58e79a40d9ec583eaebb.
* Revert "Hacks to get this working in browser"James Lal2012-07-061-8/+2
| | | | This reverts commit 23ba81022628d75f881a9285e4ca8fc0c394abfe.
* Hacks to get this working in browserJames Lal2012-06-281-2/+8
|
* Browser packagingJames Lal2012-06-275-0/+73
|
* Implemented test-agent, all tests pass node/browserJames Lal2012-06-273-4/+4
|
* working calendar queriesJames Lal2012-06-275-29/+68
|
* Simple calendar filter (with no actual filtering) based on calendar dataJames Lal2012-06-272-6/+41
|
* integrate calendar dataJames Lal2012-06-272-3/+15
|
* template will now accept objects with a .render fnJames Lal2012-06-271-0/+5
|
* Add calendar data / calendar queryJames Lal2012-06-272-0/+124
|
* Add process result so we can have cleaner propfind resultsJames Lal2012-06-262-2/+14
|
* move result logic into overridable methodJames Lal2012-06-261-2/+5
|
* add user/pass options to abstract requestJames Lal2012-06-262-4/+19
|
* Basic propfind requestJames Lal2012-06-262-7/+61
|