summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-02-18 16:33:26 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-02-18 16:39:26 +0100
commit43462d3fc447ac8d843e98e9dc596e21302b1353 (patch)
tree7fae6fd90d269d4c101715d5f36bb844ab0f0a06 /js
parent5b452bc093ebaca4dd95955bd47417d187968352 (diff)
integrate dav library instead of loading via bower
Diffstat (limited to 'js')
-rw-r--r--js/dav/.bower.json (renamed from js/vendor/dav/.bower.json)0
-rw-r--r--js/dav/.gitignore (renamed from js/vendor/dav/.gitignore)0
-rw-r--r--js/dav/.npmignore (renamed from js/vendor/dav/.npmignore)0
-rw-r--r--js/dav/.travis.yml (renamed from js/vendor/dav/.travis.yml)0
-rw-r--r--js/dav/CONTRIBUTING.md (renamed from js/vendor/dav/CONTRIBUTING.md)0
-rw-r--r--js/dav/HISTORY.md (renamed from js/vendor/dav/HISTORY.md)0
-rw-r--r--js/dav/LICENSE (renamed from js/vendor/dav/LICENSE)0
-rw-r--r--js/dav/Makefile (renamed from js/vendor/dav/Makefile)0
-rw-r--r--js/dav/README.md (renamed from js/vendor/dav/README.md)0
-rw-r--r--js/dav/dav.js (renamed from js/vendor/dav/dav.js)0
-rw-r--r--js/dav/lib/accounts.js (renamed from js/vendor/dav/lib/accounts.js)0
-rw-r--r--js/dav/lib/calendars.js (renamed from js/vendor/dav/lib/calendars.js)0
-rw-r--r--js/dav/lib/camelize.js (renamed from js/vendor/dav/lib/camelize.js)0
-rw-r--r--js/dav/lib/client.js (renamed from js/vendor/dav/lib/client.js)0
-rw-r--r--js/dav/lib/contacts.js (renamed from js/vendor/dav/lib/contacts.js)0
-rw-r--r--js/dav/lib/debug.js (renamed from js/vendor/dav/lib/debug.js)0
-rw-r--r--js/dav/lib/fuzzy_url_equals.js (renamed from js/vendor/dav/lib/fuzzy_url_equals.js)0
-rw-r--r--js/dav/lib/index.js (renamed from js/vendor/dav/lib/index.js)0
-rw-r--r--js/dav/lib/model.js (renamed from js/vendor/dav/lib/model.js)0
-rw-r--r--js/dav/lib/namespace.js (renamed from js/vendor/dav/lib/namespace.js)0
-rw-r--r--js/dav/lib/parser.js (renamed from js/vendor/dav/lib/parser.js)0
-rw-r--r--js/dav/lib/polyfill/array_find.js (renamed from js/vendor/dav/lib/polyfill/array_find.js)0
-rw-r--r--js/dav/lib/polyfill/object_assign.js (renamed from js/vendor/dav/lib/polyfill/object_assign.js)0
-rw-r--r--js/dav/lib/polyfill/regenerator_runtime.js (renamed from js/vendor/dav/lib/polyfill/regenerator_runtime.js)0
-rw-r--r--js/dav/lib/request.js (renamed from js/vendor/dav/lib/request.js)0
-rw-r--r--js/dav/lib/sandbox.js (renamed from js/vendor/dav/lib/sandbox.js)0
-rw-r--r--js/dav/lib/template/address_book_query.js (renamed from js/vendor/dav/lib/template/address_book_query.js)0
-rw-r--r--js/dav/lib/template/calendar_query.js (renamed from js/vendor/dav/lib/template/calendar_query.js)0
-rw-r--r--js/dav/lib/template/filter.js (renamed from js/vendor/dav/lib/template/filter.js)0
-rw-r--r--js/dav/lib/template/index.js (renamed from js/vendor/dav/lib/template/index.js)0
-rw-r--r--js/dav/lib/template/mkcol.js (renamed from js/vendor/dav/lib/template/mkcol.js)0
-rw-r--r--js/dav/lib/template/prop.js (renamed from js/vendor/dav/lib/template/prop.js)0
-rw-r--r--js/dav/lib/template/propfind.js (renamed from js/vendor/dav/lib/template/propfind.js)0
-rw-r--r--js/dav/lib/template/proppatch.js (renamed from js/vendor/dav/lib/template/proppatch.js)0
-rw-r--r--js/dav/lib/template/sync_collection.js (renamed from js/vendor/dav/lib/template/sync_collection.js)0
-rw-r--r--js/dav/lib/transport.js (renamed from js/vendor/dav/lib/transport.js)0
-rw-r--r--js/dav/lib/webdav.js (renamed from js/vendor/dav/lib/webdav.js)0
-rw-r--r--js/dav/lib/xmlhttprequest.js (renamed from js/vendor/dav/lib/xmlhttprequest.js)0
-rw-r--r--js/dav/package.json (renamed from js/vendor/dav/package.json)0
-rw-r--r--js/dav/test/integration/accounts_test.js (renamed from js/vendor/dav/test/integration/accounts_test.js)0
-rw-r--r--js/dav/test/integration/calendars_test.js (renamed from js/vendor/dav/test/integration/calendars_test.js)0
-rw-r--r--js/dav/test/integration/contacts_test.js (renamed from js/vendor/dav/test/integration/contacts_test.js)0
-rw-r--r--js/dav/test/integration/data/bastille_day_party.ics (renamed from js/vendor/dav/test/integration/data/bastille_day_party.ics)0
-rw-r--r--js/dav/test/integration/data/forrest_gump.vcf (renamed from js/vendor/dav/test/integration/data/forrest_gump.vcf)0
-rw-r--r--js/dav/test/integration/data/index.js (renamed from js/vendor/dav/test/integration/data/index.js)0
-rw-r--r--js/dav/test/integration/server/bootstrap.js (renamed from js/vendor/dav/test/integration/server/bootstrap.js)0
-rw-r--r--js/dav/test/integration/server/calendarserver.php (renamed from js/vendor/dav/test/integration/server/calendarserver.php)0
-rw-r--r--js/dav/test/integration/version_test.js (renamed from js/vendor/dav/test/integration/version_test.js)0
-rw-r--r--js/dav/test/mocha.opts (renamed from js/vendor/dav/test/mocha.opts)0
-rw-r--r--js/dav/test/unit/camelize_test.js (renamed from js/vendor/dav/test/unit/camelize_test.js)0
-rw-r--r--js/dav/test/unit/client_test.js (renamed from js/vendor/dav/test/unit/client_test.js)0
-rw-r--r--js/dav/test/unit/data/address_book_query.xml (renamed from js/vendor/dav/test/unit/data/address_book_query.xml)0
-rw-r--r--js/dav/test/unit/data/calendar_query.xml (renamed from js/vendor/dav/test/unit/data/calendar_query.xml)0
-rw-r--r--js/dav/test/unit/data/current_user_principal.xml (renamed from js/vendor/dav/test/unit/data/current_user_principal.xml)0
-rw-r--r--js/dav/test/unit/data/index.js (renamed from js/vendor/dav/test/unit/data/index.js)0
-rw-r--r--js/dav/test/unit/data/propfind.xml (renamed from js/vendor/dav/test/unit/data/propfind.xml)0
-rw-r--r--js/dav/test/unit/data/sync_collection.xml (renamed from js/vendor/dav/test/unit/data/sync_collection.xml)0
-rw-r--r--js/dav/test/unit/nock_wrapper.js (renamed from js/vendor/dav/test/unit/nock_wrapper.js)0
-rw-r--r--js/dav/test/unit/parser_test.js (renamed from js/vendor/dav/test/unit/parser_test.js)0
-rw-r--r--js/dav/test/unit/request/address_book_query_test.js (renamed from js/vendor/dav/test/unit/request/address_book_query_test.js)0
-rw-r--r--js/dav/test/unit/request/basic_test.js (renamed from js/vendor/dav/test/unit/request/basic_test.js)0
-rw-r--r--js/dav/test/unit/request/calendar_query_test.js (renamed from js/vendor/dav/test/unit/request/calendar_query_test.js)0
-rw-r--r--js/dav/test/unit/request/propfind_test.js (renamed from js/vendor/dav/test/unit/request/propfind_test.js)0
-rw-r--r--js/dav/test/unit/request/sync_collection_test.js (renamed from js/vendor/dav/test/unit/request/sync_collection_test.js)0
-rw-r--r--js/dav/test/unit/sandbox_test.js (renamed from js/vendor/dav/test/unit/sandbox_test.js)0
-rw-r--r--js/dav/test/unit/template_test.js (renamed from js/vendor/dav/test/unit/template_test.js)0
-rw-r--r--js/dav/test/unit/transport_test.js (renamed from js/vendor/dav/test/unit/transport_test.js)0
-rw-r--r--js/dav/test/unit/xmlhttprequest_test.js (renamed from js/vendor/dav/test/unit/xmlhttprequest_test.js)0
-rw-r--r--js/public/script.js32
69 files changed, 16 insertions, 16 deletions
diff --git a/js/vendor/dav/.bower.json b/js/dav/.bower.json
index acbb02d5..acbb02d5 100644
--- a/js/vendor/dav/.bower.json
+++ b/js/dav/.bower.json
diff --git a/js/vendor/dav/.gitignore b/js/dav/.gitignore
index c54db2af..c54db2af 100644
--- a/js/vendor/dav/.gitignore
+++ b/js/dav/.gitignore
diff --git a/js/vendor/dav/.npmignore b/js/dav/.npmignore
index b3d3f89d..b3d3f89d 100644
--- a/js/vendor/dav/.npmignore
+++ b/js/dav/.npmignore
diff --git a/js/vendor/dav/.travis.yml b/js/dav/.travis.yml
index 46b9de7e..46b9de7e 100644
--- a/js/vendor/dav/.travis.yml
+++ b/js/dav/.travis.yml
diff --git a/js/vendor/dav/CONTRIBUTING.md b/js/dav/CONTRIBUTING.md
index 6bd75da0..6bd75da0 100644
--- a/js/vendor/dav/CONTRIBUTING.md
+++ b/js/dav/CONTRIBUTING.md
diff --git a/js/vendor/dav/HISTORY.md b/js/dav/HISTORY.md
index 310d4f97..310d4f97 100644
--- a/js/vendor/dav/HISTORY.md
+++ b/js/dav/HISTORY.md
diff --git a/js/vendor/dav/LICENSE b/js/dav/LICENSE
index e87a115e..e87a115e 100644
--- a/js/vendor/dav/LICENSE
+++ b/js/dav/LICENSE
diff --git a/js/vendor/dav/Makefile b/js/dav/Makefile
index 4ef8d4ab..4ef8d4ab 100644
--- a/js/vendor/dav/Makefile
+++ b/js/dav/Makefile
diff --git a/js/vendor/dav/README.md b/js/dav/README.md
index 7c123606..7c123606 100644
--- a/js/vendor/dav/README.md
+++ b/js/dav/README.md
diff --git a/js/vendor/dav/dav.js b/js/dav/dav.js
index 4844c34e..4844c34e 100644
--- a/js/vendor/dav/dav.js
+++ b/js/dav/dav.js
diff --git a/js/vendor/dav/lib/accounts.js b/js/dav/lib/accounts.js
index dbeb6745..dbeb6745 100644
--- a/js/vendor/dav/lib/accounts.js
+++ b/js/dav/lib/accounts.js
diff --git a/js/vendor/dav/lib/calendars.js b/js/dav/lib/calendars.js
index 89a44fe1..89a44fe1 100644
--- a/js/vendor/dav/lib/calendars.js
+++ b/js/dav/lib/calendars.js
diff --git a/js/vendor/dav/lib/camelize.js b/js/dav/lib/camelize.js
index fac9b141..fac9b141 100644
--- a/js/vendor/dav/lib/camelize.js
+++ b/js/dav/lib/camelize.js
diff --git a/js/vendor/dav/lib/client.js b/js/dav/lib/client.js
index 3226d3d8..3226d3d8 100644
--- a/js/vendor/dav/lib/client.js
+++ b/js/dav/lib/client.js
diff --git a/js/vendor/dav/lib/contacts.js b/js/dav/lib/contacts.js
index b333c4c5..b333c4c5 100644
--- a/js/vendor/dav/lib/contacts.js
+++ b/js/dav/lib/contacts.js
diff --git a/js/vendor/dav/lib/debug.js b/js/dav/lib/debug.js
index afbd6ee6..afbd6ee6 100644
--- a/js/vendor/dav/lib/debug.js
+++ b/js/dav/lib/debug.js
diff --git a/js/vendor/dav/lib/fuzzy_url_equals.js b/js/dav/lib/fuzzy_url_equals.js
index 279eccc0..279eccc0 100644
--- a/js/vendor/dav/lib/fuzzy_url_equals.js
+++ b/js/dav/lib/fuzzy_url_equals.js
diff --git a/js/vendor/dav/lib/index.js b/js/dav/lib/index.js
index ee090473..ee090473 100644
--- a/js/vendor/dav/lib/index.js
+++ b/js/dav/lib/index.js
diff --git a/js/vendor/dav/lib/model.js b/js/dav/lib/model.js
index f2098af1..f2098af1 100644
--- a/js/vendor/dav/lib/model.js
+++ b/js/dav/lib/model.js
diff --git a/js/vendor/dav/lib/namespace.js b/js/dav/lib/namespace.js
index da37fecb..da37fecb 100644
--- a/js/vendor/dav/lib/namespace.js
+++ b/js/dav/lib/namespace.js
diff --git a/js/vendor/dav/lib/parser.js b/js/dav/lib/parser.js
index 2db089c3..2db089c3 100644
--- a/js/vendor/dav/lib/parser.js
+++ b/js/dav/lib/parser.js
diff --git a/js/vendor/dav/lib/polyfill/array_find.js b/js/dav/lib/polyfill/array_find.js
index e07b3743..e07b3743 100644
--- a/js/vendor/dav/lib/polyfill/array_find.js
+++ b/js/dav/lib/polyfill/array_find.js
diff --git a/js/vendor/dav/lib/polyfill/object_assign.js b/js/dav/lib/polyfill/object_assign.js
index c5a2f91d..c5a2f91d 100644
--- a/js/vendor/dav/lib/polyfill/object_assign.js
+++ b/js/dav/lib/polyfill/object_assign.js
diff --git a/js/vendor/dav/lib/polyfill/regenerator_runtime.js b/js/dav/lib/polyfill/regenerator_runtime.js
index 4824b237..4824b237 100644
--- a/js/vendor/dav/lib/polyfill/regenerator_runtime.js
+++ b/js/dav/lib/polyfill/regenerator_runtime.js
diff --git a/js/vendor/dav/lib/request.js b/js/dav/lib/request.js
index 97de3c3e..97de3c3e 100644
--- a/js/vendor/dav/lib/request.js
+++ b/js/dav/lib/request.js
diff --git a/js/vendor/dav/lib/sandbox.js b/js/dav/lib/sandbox.js
index e8e384e8..e8e384e8 100644
--- a/js/vendor/dav/lib/sandbox.js
+++ b/js/dav/lib/sandbox.js
diff --git a/js/vendor/dav/lib/template/address_book_query.js b/js/dav/lib/template/address_book_query.js
index 9545ecec..9545ecec 100644
--- a/js/vendor/dav/lib/template/address_book_query.js
+++ b/js/dav/lib/template/address_book_query.js
diff --git a/js/vendor/dav/lib/template/calendar_query.js b/js/dav/lib/template/calendar_query.js
index 7c9a333d..7c9a333d 100644
--- a/js/vendor/dav/lib/template/calendar_query.js
+++ b/js/dav/lib/template/calendar_query.js
diff --git a/js/vendor/dav/lib/template/filter.js b/js/dav/lib/template/filter.js
index cf2d3b04..cf2d3b04 100644
--- a/js/vendor/dav/lib/template/filter.js
+++ b/js/dav/lib/template/filter.js
diff --git a/js/vendor/dav/lib/template/index.js b/js/dav/lib/template/index.js
index 005a0f82..005a0f82 100644
--- a/js/vendor/dav/lib/template/index.js
+++ b/js/dav/lib/template/index.js
diff --git a/js/vendor/dav/lib/template/mkcol.js b/js/dav/lib/template/mkcol.js
index 0a07915c..0a07915c 100644
--- a/js/vendor/dav/lib/template/mkcol.js
+++ b/js/dav/lib/template/mkcol.js
diff --git a/js/vendor/dav/lib/template/prop.js b/js/dav/lib/template/prop.js
index b04258cf..b04258cf 100644
--- a/js/vendor/dav/lib/template/prop.js
+++ b/js/dav/lib/template/prop.js
diff --git a/js/vendor/dav/lib/template/propfind.js b/js/dav/lib/template/propfind.js
index eae4fe01..eae4fe01 100644
--- a/js/vendor/dav/lib/template/propfind.js
+++ b/js/dav/lib/template/propfind.js
diff --git a/js/vendor/dav/lib/template/proppatch.js b/js/dav/lib/template/proppatch.js
index 1c16599a..1c16599a 100644
--- a/js/vendor/dav/lib/template/proppatch.js
+++ b/js/dav/lib/template/proppatch.js
diff --git a/js/vendor/dav/lib/template/sync_collection.js b/js/dav/lib/template/sync_collection.js
index f8b8dfad..f8b8dfad 100644
--- a/js/vendor/dav/lib/template/sync_collection.js
+++ b/js/dav/lib/template/sync_collection.js
diff --git a/js/vendor/dav/lib/transport.js b/js/dav/lib/transport.js
index 03104de3..03104de3 100644
--- a/js/vendor/dav/lib/transport.js
+++ b/js/dav/lib/transport.js
diff --git a/js/vendor/dav/lib/webdav.js b/js/dav/lib/webdav.js
index cb2f0410..cb2f0410 100644
--- a/js/vendor/dav/lib/webdav.js
+++ b/js/dav/lib/webdav.js
diff --git a/js/vendor/dav/lib/xmlhttprequest.js b/js/dav/lib/xmlhttprequest.js
index d6c1c7cc..d6c1c7cc 100644
--- a/js/vendor/dav/lib/xmlhttprequest.js
+++ b/js/dav/lib/xmlhttprequest.js
diff --git a/js/vendor/dav/package.json b/js/dav/package.json
index 8bdc179d..8bdc179d 100644
--- a/js/vendor/dav/package.json
+++ b/js/dav/package.json
diff --git a/js/vendor/dav/test/integration/accounts_test.js b/js/dav/test/integration/accounts_test.js
index 7bbb7caf..7bbb7caf 100644
--- a/js/vendor/dav/test/integration/accounts_test.js
+++ b/js/dav/test/integration/accounts_test.js
diff --git a/js/vendor/dav/test/integration/calendars_test.js b/js/dav/test/integration/calendars_test.js
index fddfd04e..fddfd04e 100644
--- a/js/vendor/dav/test/integration/calendars_test.js
+++ b/js/dav/test/integration/calendars_test.js
diff --git a/js/vendor/dav/test/integration/contacts_test.js b/js/dav/test/integration/contacts_test.js
index 3995e0ca..3995e0ca 100644
--- a/