Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
48,477 additions
and 49 deletions.
- +1 −0 README.md
- +6 −3 app/default.ini
- +2 −1 app/index.html
- +3 −2 app/sum-backend-client.js
- +1 −7 app/sum-backend-command.js
- +54 −22 app/sum-backend-helpers.js
- +1 −1 app/sum-backend-server.js
- +2 −2 app/{sum-backend-userlist.js → sum-backend-userlist-file.js}
- +308 −0 app/sum-backend-userlist-web.js
- +5 −1 app/sum-backend.js
- +11 −7 backend.php
- +2 −1 gruntfile.js
- +2 −0 node_modules/request/.npmignore
- +12 −0 node_modules/request/.travis.yml
- +954 −0 node_modules/request/CHANGELOG.md
- +55 −0 node_modules/request/LICENSE
- +421 −0 node_modules/request/README.md
- +166 −0 node_modules/request/index.js
- +40 −0 node_modules/request/lib/cookies.js
- +8 −0 node_modules/request/lib/copy.js
- +7 −0 node_modules/request/lib/debug.js
- +34 −0 node_modules/request/lib/getSafe.js
- +5 −0 node_modules/request/lib/optional.js
- +55 −0 node_modules/request/node_modules/aws-sign2/LICENSE
- +4 −0 node_modules/request/node_modules/aws-sign2/README.md
- +202 −0 node_modules/request/node_modules/aws-sign2/index.js
- +47 −0 node_modules/request/node_modules/aws-sign2/package.json
- +55 −0 node_modules/request/node_modules/forever-agent/LICENSE
- +4 −0 node_modules/request/node_modules/forever-agent/README.md
- +119 −0 node_modules/request/node_modules/forever-agent/index.js
- +46 −0 node_modules/request/node_modules/forever-agent/package.json
- +19 −0 node_modules/request/node_modules/form-data/License
- +175 −0 node_modules/request/node_modules/form-data/Readme.md
- +351 −0 node_modules/request/node_modules/form-data/lib/form_data.js
- +3 −0 node_modules/request/node_modules/form-data/node_modules/async/.travis.yml
- +19 −0 node_modules/request/node_modules/form-data/node_modules/async/LICENSE
- +1,646 −0 node_modules/request/node_modules/form-data/node_modules/async/README.md
- +11 −0 node_modules/request/node_modules/form-data/node_modules/async/component.json
- +1,123 −0 node_modules/request/node_modules/form-data/node_modules/async/lib/async.js
- +60 −0 node_modules/request/node_modules/form-data/node_modules/async/package.json
- +19 −0 node_modules/request/node_modules/form-data/node_modules/combined-stream/License
- +132 −0 node_modules/request/node_modules/form-data/node_modules/combined-stream/Readme.md
- +186 −0 node_modules/request/node_modules/form-data/node_modules/combined-stream/lib/combined_stream.js
- +2 −0 ...equest/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/.gitignore
- +19 −0 ...s/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/License
- +7 −0 .../request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/Makefile
- +154 −0 ...request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/Readme.md
- +99 −0 ..._modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js
- +42 −0 ...uest/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/package.json
- +6 −0 ...st/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/common.js
- +38 −0 ..._modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-http-upload.js
- +21 −0 ...es/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream-auto-pause.js
- +14 −0 ...modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream-pause.js
- +48 −0 .../node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream.js
- +15 −0 ...modules/combined-stream/node_modules/delayed-stream/test/integration/test-handle-source-errors.js
- +18 −0 ...a/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-max-data-size.js
- +13 −0 ...ta/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-pipe-resumes.js
- +13 −0 .../node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-proxy-readable.js
- +7 −0 ...quest/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/run.js
- +61 −0 node_modules/request/node_modules/form-data/node_modules/combined-stream/package.json
- +19 −0 node_modules/request/node_modules/form-data/node_modules/mime/LICENSE
- +66 −0 node_modules/request/node_modules/form-data/node_modules/mime/README.md
- +114 −0 node_modules/request/node_modules/form-data/node_modules/mime/mime.js
- +59 −0 node_modules/request/node_modules/form-data/node_modules/mime/package.json
- +84 −0 node_modules/request/node_modules/form-data/node_modules/mime/test.js
- +1,588 −0 node_modules/request/node_modules/form-data/node_modules/mime/types/mime.types
- +77 −0 node_modules/request/node_modules/form-data/node_modules/mime/types/node.types
- +80 −0 node_modules/request/node_modules/form-data/package.json
- +18 −0 node_modules/request/node_modules/hawk/.npmignore
- +5 −0 node_modules/request/node_modules/hawk/.travis.yml
- +24 −0 node_modules/request/node_modules/hawk/LICENSE
- +10 −0 node_modules/request/node_modules/hawk/Makefile
- +625 −0 node_modules/request/node_modules/hawk/README.md
- +78 −0 node_modules/request/node_modules/hawk/example/usage.js
- BIN node_modules/request/node_modules/hawk/images/hawk.png
- BIN node_modules/request/node_modules/hawk/images/logo.png
- +1 −0 node_modules/request/node_modules/hawk/index.js
- +507 −0 node_modules/request/node_modules/hawk/lib/browser.js
- +371 −0 node_modules/request/node_modules/hawk/lib/client.js
- +118 −0 node_modules/request/node_modules/hawk/lib/crypto.js
- +15 −0 node_modules/request/node_modules/hawk/lib/index.js
- +523 −0 node_modules/request/node_modules/hawk/lib/server.js
- +183 −0 node_modules/request/node_modules/hawk/lib/utils.js
- +18 −0 node_modules/request/node_modules/hawk/node_modules/boom/.npmignore
- +5 −0 node_modules/request/node_modules/hawk/node_modules/boom/.travis.yml
- +24 −0 node_modules/request/node_modules/hawk/node_modules/boom/LICENSE
- +11 −0 node_modules/request/node_modules/hawk/node_modules/boom/Makefile
- +6 −0 node_modules/request/node_modules/hawk/node_modules/boom/README.md
- BIN node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png
- +1 −0 node_modules/request/node_modules/hawk/node_modules/boom/index.js
- +207 −0 node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js
- +64 −0 node_modules/request/node_modules/hawk/node_modules/boom/package.json
- +245 −0 node_modules/request/node_modules/hawk/node_modules/boom/test/index.js
- +18 −0 node_modules/request/node_modules/hawk/node_modules/cryptiles/.npmignore
- +5 −0 node_modules/request/node_modules/hawk/node_modules/cryptiles/.travis.yml
- +24 −0 node_modules/request/node_modules/hawk/node_modules/cryptiles/LICENSE
- +11 −0 node_modules/request/node_modules/hawk/node_modules/cryptiles/Makefile
- +6 −0 node_modules/request/node_modules/hawk/node_modules/cryptiles/README.md
- +1 −0 node_modules/request/node_modules/hawk/node_modules/cryptiles/index.js
- +68 −0 node_modules/request/node_modules/hawk/node_modules/cryptiles/lib/index.js
- +65 −0 node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json
- +101 −0 node_modules/request/node_modules/hawk/node_modules/cryptiles/test/index.js
- +18 −0 node_modules/request/node_modules/hawk/node_modules/hoek/.npmignore
- +5 −0 node_modules/request/node_modules/hawk/node_modules/hoek/.travis.yml
- +33 −0 node_modules/request/node_modules/hawk/node_modules/hoek/LICENSE
- +10 −0 node_modules/request/node_modules/hawk/node_modules/hoek/Makefile
- +436 −0 node_modules/request/node_modules/hawk/node_modules/hoek/README.md
- BIN node_modules/request/node_modules/hawk/node_modules/hoek/images/hoek.png
- +1 −0 node_modules/request/node_modules/hawk/node_modules/hoek/index.js
- +132 −0 node_modules/request/node_modules/hawk/node_modules/hoek/lib/escape.js
- +585 −0 node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js
- +70 −0 node_modules/request/node_modules/hawk/node_modules/hoek/package.json
- +86 −0 node_modules/request/node_modules/hawk/node_modules/hoek/test/escaper.js
- +1,078 −0 node_modules/request/node_modules/hawk/node_modules/hoek/test/index.js
- +1 −0 node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test1.js
- +1 −0 node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test2.js
- +1 −0 node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test3.js
- +18 −0 node_modules/request/node_modules/hawk/node_modules/sntp/.npmignore
- +5 −0 node_modules/request/node_modules/hawk/node_modules/sntp/.travis.yml
- +24 −0 node_modules/request/node_modules/hawk/node_modules/sntp/LICENSE
- +11 −0 node_modules/request/node_modules/hawk/node_modules/sntp/Makefile
- +68 −0 node_modules/request/node_modules/hawk/node_modules/sntp/README.md
- +16 −0 node_modules/request/node_modules/hawk/node_modules/sntp/examples/offset.js
- +25 −0 node_modules/request/node_modules/hawk/node_modules/sntp/examples/time.js
- +1 −0 node_modules/request/node_modules/hawk/node_modules/sntp/index.js
- +409 −0 node_modules/request/node_modules/hawk/node_modules/sntp/lib/index.js
- +65 −0 node_modules/request/node_modules/hawk/node_modules/sntp/package.json
- +359 −0 node_modules/request/node_modules/hawk/node_modules/sntp/test/index.js
- +68 −0 node_modules/request/node_modules/hawk/package.json
- +817 −0 node_modules/request/node_modules/hawk/test/browser.js
- +206 −0 node_modules/request/node_modules/hawk/test/client.js
- +86 −0 node_modules/request/node_modules/hawk/test/crypto.js
- +316 −0 node_modules/request/node_modules/hawk/test/index.js
- +246 −0 node_modules/request/node_modules/hawk/test/message.js
- +98 −0 node_modules/request/node_modules/hawk/test/readme.js
- +686 −0 node_modules/request/node_modules/hawk/test/server.js
- +456 −0 node_modules/request/node_modules/hawk/test/uri.js
- +120 −0 node_modules/request/node_modules/hawk/test/utils.js
- +6 −0 node_modules/request/node_modules/http-signature/.dir-locals.el
- +7 −0 node_modules/request/node_modules/http-signature/.npmignore
- +18 −0 node_modules/request/node_modules/http-signature/LICENSE
- +75 −0 node_modules/request/node_modules/http-signature/README.md
- +296 −0 node_modules/request/node_modules/http-signature/http_signing.md
- +25 −0 node_modules/request/node_modules/http-signature/lib/index.js
- +304 −0 node_modules/request/node_modules/http-signature/lib/parser.js
- +179 −0 node_modules/request/node_modules/http-signature/lib/signer.js
- +249 −0 node_modules/request/node_modules/http-signature/lib/util.js
- +42 −0 node_modules/request/node_modules/http-signature/lib/verify.js
- +2 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/.npmignore
- +19 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/LICENSE
- +50 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/README.md
- +13 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/errors.js
- +27 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/index.js
- +267 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/reader.js
- +36 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/types.js
- +317 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/writer.js
- +20 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/lib/index.js
- +63 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/package.json
- +172 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/tst/ber/reader.test.js
- +296 −0 node_modules/request/node_modules/http-signature/node_modules/asn1/tst/ber/writer.test.js
- +126 −0 node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md
- +196 −0 node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js
- +38 −0 node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json
- +71 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/CHANGELOG
- +24 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/LICENSE
- +82 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/README
- +298 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/README.old
- +245 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/ctf.js
- +1,485 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/ctio.js
- +944 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/ctype.js
- +241 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/man/man3ctype/ctio.3ctype
- +35 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/package.json
- +129 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tools/jsl.conf
- +839 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tools/jsstyle
- +13 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/float.json
- +13 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/int.json
- +104 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/psinfo.json
- +19 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/struct.json
- +39 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.fail.js
- +14 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.float.js
- +14 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.int.js
- +17 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.psinfo.js
- +18 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.struct.js
- +15 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.typedef.js
- +14 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/typedef.json
- +767 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/float/tst.rfloat.js
- +753 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/float/tst.wfloat.js
- +638 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.64.js
- +101 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.rint.js
- +53 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.wbounds.js
- +92 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.wint.js
- +451 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.64.js
- +81 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.roundtrip.js
- +95 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.ruint.js
- +156 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.wuint.js
- +50 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.basicr.js
- +44 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.basicw.js
- +42 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.char.js
- +45 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.endian.js
- +28 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.oldwrite.js
- +128 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.readSize.js
- +28 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.structw.js
- +31 −0 node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.writeStruct.js
- +54 −0 node_modules/request/node_modules/http-signature/package.json
- +27 −0 node_modules/request/node_modules/json-stringify-safe/LICENSE
- +49 −0 node_modules/request/node_modules/json-stringify-safe/README.md
- +51 −0 node_modules/request/node_modules/json-stringify-safe/package.json
- +39 −0 node_modules/request/node_modules/json-stringify-safe/stringify.js
- +128 −0 node_modules/request/node_modules/json-stringify-safe/test.js
- +14 −0 node_modules/request/node_modules/mime-types/.npmignore
- +12 −0 node_modules/request/node_modules/mime-types/.travis.yml
- +22 −0 node_modules/request/node_modules/mime-types/LICENSE
- +9 −0 node_modules/request/node_modules/mime-types/Makefile
- +101 −0 node_modules/request/node_modules/mime-types/README.md
- +17 −0 node_modules/request/node_modules/mime-types/SOURCES.md
- +16 −0 node_modules/request/node_modules/mime-types/component.json
- +27 −0 node_modules/request/node_modules/mime-types/lib/custom.json
- +75 −0 node_modules/request/node_modules/mime-types/lib/index.js
- +3,317 −0 node_modules/request/node_modules/mime-types/lib/mime.json
- +55 −0 node_modules/request/node_modules/mime-types/lib/node.json
- +68 −0 node_modules/request/node_modules/mime-types/package.json
- +2 −0 node_modules/request/node_modules/node-uuid/.npmignore
- +2 −0 node_modules/request/node_modules/node-uuid/LICENSE.md
- +207 −0 node_modules/request/node_modules/node-uuid/README.md
- +53 −0 node_modules/request/node_modules/node-uuid/benchmark/README.md
- +174 −0 node_modules/request/node_modules/node-uuid/benchmark/bench.gnu
- +34 −0 node_modules/request/node_modules/node-uuid/benchmark/bench.sh
- +34 −0 node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c
- +84 −0 node_modules/request/node_modules/node-uuid/benchmark/benchmark.js
- +18 −0 node_modules/request/node_modules/node-uuid/component.json
- +54 −0 node_modules/request/node_modules/node-uuid/package.json
- +63 −0 node_modules/request/node_modules/node-uuid/test/compare_v1.js
- +17 −0 node_modules/request/node_modules/node-uuid/test/test.html
- +228 −0 node_modules/request/node_modules/node-uuid/test/test.js
- +245 −0 node_modules/request/node_modules/node-uuid/uuid.js
- +55 −0 node_modules/request/node_modules/oauth-sign/LICENSE
- +4 −0 node_modules/request/node_modules/oauth-sign/README.md
- +43 −0 node_modules/request/node_modules/oauth-sign/index.js
- +49 −0 node_modules/request/node_modules/oauth-sign/package.json
- +49 −0 node_modules/request/node_modules/oauth-sign/test.js
- +1 −0 node_modules/request/node_modules/qs/.jshintignore
- +10 −0 node_modules/request/node_modules/qs/.jshintrc
- +18 −0 node_modules/request/node_modules/qs/.npmignore
- +4 −0 node_modules/request/node_modules/qs/.travis.yml
- +28 −0 node_modules/request/node_modules/qs/LICENSE
- +8 −0 node_modules/request/node_modules/qs/Makefile
- +120 −0 node_modules/request/node_modules/qs/README.md
- +1 −0 node_modules/request/node_modules/qs/index.js
- +15 −0 node_modules/request/node_modules/qs/lib/index.js
- +151 −0 node_modules/request/node_modules/qs/lib/parse.js
- +52 −0 node_modules/request/node_modules/qs/lib/stringify.js
- +131 −0 node_modules/request/node_modules/qs/lib/utils.js
- +60 −0 node_modules/request/node_modules/qs/package.json
- +236 −0 node_modules/request/node_modules/qs/test/parse.js
- +123 −0 node_modules/request/node_modules/qs/test/stringify.js
- +15 −0 node_modules/request/node_modules/stringstream/.npmignore
- +4 −0 node_modules/request/node_modules/stringstream/.travis.yml
- +4 −0 node_modules/request/node_modules/stringstream/LICENSE.txt
- +38 −0 node_modules/request/node_modules/stringstream/README.md
- +27 −0 node_modules/request/node_modules/stringstream/example.js
- +48 −0 node_modules/request/node_modules/stringstream/package.json
- +102 −0 node_modules/request/node_modules/stringstream/stringstream.js
- +70 −0 node_modules/request/node_modules/tough-cookie/.jshintrc
- +3 −0 node_modules/request/node_modules/tough-cookie/.npmignore
- +8 −0 node_modules/request/node_modules/tough-cookie/.travis.yml
- +78 −0 node_modules/request/node_modules/tough-cookie/LICENSE
- +412 −0 node_modules/request/node_modules/tough-cookie/README.md
- +239 −0 node_modules/request/node_modules/tough-cookie/generate-pubsuffix.js
- +1,107 −0 node_modules/request/node_modules/tough-cookie/lib/cookie.js
- +123 −0 node_modules/request/node_modules/tough-cookie/lib/memstore.js
- +69 −0 node_modules/request/node_modules/tough-cookie/lib/pubsuffix.js
- +37 −0 node_modules/request/node_modules/tough-cookie/lib/store.js
- +20 −0 node_modules/request/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt
- +176 −0 node_modules/request/node_modules/tough-cookie/node_modules/punycode/README.md
- +86 −0 node_modules/request/node_modules/tough-cookie/node_modules/punycode/package.json
- +528 −0 node_modules/request/node_modules/tough-cookie/node_modules/punycode/punycode.js
- +67 −0 node_modules/request/node_modules/tough-cookie/package.json
- +5,229 −0 node_modules/request/node_modules/tough-cookie/public-suffix.txt
- +1,625 −0 node_modules/request/node_modules/tough-cookie/test.js
- +5 −0 node_modules/request/node_modules/tunnel-agent/.jshintrc
- +55 −0 node_modules/request/node_modules/tunnel-agent/LICENSE
- +4 −0 node_modules/request/node_modules/tunnel-agent/README.md
- +236 −0 node_modules/request/node_modules/tunnel-agent/index.js
- +46 −0 node_modules/request/node_modules/tunnel-agent/package.json
- +76 −0 node_modules/request/package.json
- +1,428 −0 node_modules/request/request.js
- +2 −1 package.json
- +2 −1 test/run.html
Oops, something went wrong.