Commit graph

60 commits

Author SHA1 Message Date
coderaiser
449eaf70f0 feature(cloudcmd) lib/server -> server 2016-12-23 11:46:17 +02:00
coderaiser
8e3e40d790 chore(auth) es2015-ify 2016-12-19 15:45:33 +02:00
Eric Anderson
eceb0ac2af fix(auth) blank password results in inability to authenticate
Found myself in a vicious loop if I failed to type in a password when prompted in Chrome. Every refresh of the page would fall into the criton check with a blank password. Seems Chrome wouldn't clear the headers until I closed the browser and/or switched to a new incognito tab. Probably a user error, but still, this avoided the criton throw.
2016-09-06 09:48:10 +03:00
coderaiser
343716ce0e feature(password) password -> criton 2016-03-09 13:09:14 -05:00
coderaiser
053f9d2ff9 fix(password) createHash: algo could be undefined 2016-02-10 04:05:09 -05:00
coderaiser
83d0ebcba4 feature(auth) rm oldName, oldPass 2015-08-11 08:09:57 -04:00
coderaiser
356094b19c refactur(auth) check 2015-08-11 06:29:11 -04:00
coderaiser
f33cb44306 fix(auth) always show auth dialog 2015-06-17 08:33:49 -04:00
coderaiser
b9a0e4e409 feature(auth) add ability to enable/disable without restart 2015-06-15 03:35:00 -04:00
coderaiser
4c06854897 feature(config) add algo 2015-03-24 07:07:03 -04:00
coderaiser
56a7c49cbc refactor(auth) init: add algo 2015-03-24 05:36:14 -04:00
coderaiser
7fe855edfe feature(tryrequire) add from npm 2015-01-01 13:47:21 -05:00
coderaiser
275e96ffd2 chore(auth) rm log: true 2014-11-21 07:39:57 -05:00
coderaiser
517b5a7f6f chore(auth) rm Util 2014-11-19 03:28:37 -05:00
coderaiser
0640fdb734 refactor(auth) tryRequire: callback -> log true 2014-11-17 09:45:59 -05:00
coderaiser
3e88d6b23e feature(auth) rm deprecated oldSha 2014-11-17 09:45:21 -05:00
coderaiser
1b9ef54701 chore(auth) ssh -> sha 2014-11-05 02:50:21 -05:00
coderaiser
4f0c3a467b fix(auth) show deprecated when password wrong 2014-11-05 02:49:22 -05:00
coderaiser
6dd2038686 feature(auth) add warning about changing password 2014-11-04 09:53:03 -05:00
coderaiser
1c3a97fbad feature(auth) password: sha1 -> sha512WithRSAEncryption 2014-11-03 09:19:38 -05:00
coderaiser
30ea708d09 feature(tryRequire) name, callback -> name, options 2014-09-22 07:33:06 -04:00
coderaiser
c7b8efa4dc feature(auth) add config 2014-09-22 02:44:36 -04:00
coderaiser
07ea970eed feature(auth) express -> auth 2014-09-19 07:09:47 -04:00
coderaiser
c745add934 feature(github) auth -> github 2014-09-19 05:46:02 -04:00
coderaiser
25d5bbb35f feature(main) rm 2014-09-18 04:01:41 -04:00
coderaiser
6976d2aa1a feature(main) rm DIR, require, etc 2014-09-18 04:01:30 -04:00
coderaiser
6dbcac0752 feature(main) rm http, https, querystring 2014-08-21 03:08:47 -04:00
coderaiser
487fa135cc feature(main) rm pipe 2014-08-20 04:37:33 -04:00
coderaiser
c4310904d7 refactor(auth) req: write, end -> end 2014-04-23 08:34:08 -04:00
coderaiser
06c60c76bc chore(auth) quotes 2014-04-23 08:33:36 -04:00
coderaiser
e4d376c61c feature(pipe) getBody: add error handling 2014-03-18 07:41:45 -04:00
coderaiser
a0c4ebca0f fix(github) rm code 2014-03-05 11:10:46 -05:00
coderaiser
95c93c03d7 refactor(auth) authenticate 2014-03-05 11:02:47 -05:00
coderaiser
409d1a1c53 refactor(auth) authenticate 2014-03-05 10:59:23 -05:00
coderaiser
e5415b89b4 chore(cloudcmd) {github.com/coderaiser/cloudcmd,coderaiser.github.io/cloudcmd} -> cloudcmd.io 2013-09-25 14:41:28 +00:00
coderaiser
723b848dd3 chore(cloudcmd) coderaiser.github.com -> coderaiser.github.io 2013-08-28 11:22:48 +00:00
coderaiser
2681bcfa43 minor changes 2013-02-18 09:01:15 -05:00
coderaiser
331b280a5b removed ability to cache files in memory 2013-01-30 09:38:20 -05:00
coderaiser
4da3e6082c refactored 2013-01-29 05:23:39 -05:00
coderaiser
140a97504f refactored 2013-01-28 09:16:37 -05:00
coderaiser
a537c56e46 refactored 2013-01-28 05:35:40 -05:00
coderaiser
e7868a8b02 added functions in win.js for parsing diskpart output 2012-12-14 05:10:15 -05:00
coderaiser
30165530d4 fixed bug with auth in github 2012-12-10 04:20:19 -05:00
coderaiser
39c0405850 minor changes 2012-12-05 10:56:57 -05:00
coderaiser
b2eacd2b59 github and dropbox secret's moved out from config.json to env 2012-12-05 10:41:38 -05:00
coderaiser
82071db147 added description 2012-12-04 10:05:46 -05:00
coderaiser
28749bff53 renamed config options ouath_client_id and oauth_client_secre to github_id and github_secret. Added dropbox_id option. 2012-12-03 08:44:39 -05:00
coderaiser
4fd9ceb2c5 refactored 2012-11-21 08:23:29 -05:00
coderaiser
6a15b507d2 refactored 2012-11-21 07:57:31 -05:00
coderaiser
b6aceb4a82 added ability to read trees from github 2012-11-19 07:51:44 -05:00