Commit Graph

111 Commits

Author SHA1 Message Date
Alex Kocharin 2f541130ab auth tokens draft 2014-11-16 15:37:50 +03:00
Alex Kocharin 322f64d517 install crypt3 from npm registry 2014-11-15 04:43:21 +03:00
Alex Kocharin 8259455ac5 switch to express 5
It's needed for the better separation between rest api and web interface.
2014-11-13 20:14:14 +03:00
Alex Kocharin 037b3aea6a make use of es6-shim
It's mainly because of Object.setPrototypeOf()
2014-11-12 17:37:43 +03:00
Alex Kocharin 7b34bb63c9 0.13.2 2014-11-01 23:50:49 +03:00
Alex Kocharin 4fb5acad48 0.13.0 2014-10-22 18:16:18 +04:00
Alex Kocharin d38606f409 0.12.1 2014-10-03 08:00:08 +04:00
Alex Kocharin aef982d6e6 0.12.0 2014-09-25 08:08:23 +04:00
Alex Kocharin 4f028a107b Save readme data that npm provides on publish
fix #100, fix #128
2014-09-25 07:56:31 +04:00
Alex Kocharin ef074f8d6c 0.11.3 2014-09-18 03:17:46 +04:00
Alex Kocharin 4b46bff72f update to sinopia-htpasswd@0.4.3
fix possible fd leak, close #116
2014-09-18 03:16:58 +04:00
Alex Kocharin 765d3b47a7 0.11.2 2014-09-18 01:46:11 +04:00
Alex Kocharin 35b3efb058 sinopia-htpasswd@0.4.2
fix #121
2014-09-18 01:44:30 +04:00
Alex Kocharin 92a33acf45 0.11.1 2014-09-15 18:55:11 +04:00
Alex Kocharin 48a35b6a01 mark crypt3 as optional
fix #119
2014-09-15 18:54:46 +04:00
Alex Kocharin d0a1013131 0.11.0 2014-09-15 01:27:41 +04:00
Alex Kocharin f8b0ae6c6f 0.10.3 2014-09-14 19:28:57 +04:00
Alex Kocharin 834c155da4 0.10.2 2014-09-14 19:06:39 +04:00
Alex Kocharin c43846f14e 0.10.1 2014-09-14 18:49:36 +04:00
Alex Kocharin 8576201cc1 0.10.0 2014-09-14 18:41:54 +04:00
Alex Kocharin 34c12de81c importing all bundled deps to git 2014-09-14 18:28:17 +04:00
Alex Kocharin a5cd498f92 use http-errors package instead of custom stuff 2014-09-10 21:55:26 +04:00
Alex Kocharin 734565dc05 auth refactoring: part 3
moving htpasswd out
2014-09-06 13:03:22 +04:00
Alex Kocharin 60ae815c09 make tests more verbose for travis 2014-08-11 08:09:18 +04:00
Alex Kocharin 75fc0ae472 Merge remote-tracking branch 'origin/0.9.x'
Conflicts:
	package.yaml
2014-08-11 03:57:13 +04:00
Alex Kocharin 10433438d0 0.9.1 2014-08-11 03:55:43 +04:00
Alex Kocharin 33412c4613 relax express versions for sinopia@0.9.x branch 2014-08-11 03:53:49 +04:00
Alex Kocharin 4bc965b45b WIP: review all dependency versions, add bundledDependencies 2014-08-11 03:52:09 +04:00
Alex Kocharin 57d6fe7150 Merge remote-tracking branch 'origin/0.9.x'
Conflicts:
	lib/local-storage.js
2014-08-08 05:12:42 +04:00
Alex Kocharin a8dc1b2f7b option not to cache third party files
ref #85
2014-08-08 05:08:41 +04:00
Alex Kocharin 8aa6754875 don't receive future updates to express.js
... until this gets resolved:
https://github.com/strongloop/express/issues/2264

ref #92
2014-08-08 03:15:06 +04:00
Alex Kocharin 888cfe3f1e don't receive future updates to express.js
... until this gets resolved:
https://github.com/strongloop/express/issues/2264

ref #92
2014-07-31 18:12:26 +04:00
Alex Kocharin 854fd796ae auto-compile package.json on "npm install" 2014-07-26 21:27:10 +04:00
Alex Kocharin 21704c9f84 removing unused code 2014-07-26 20:46:17 +04:00
Alex Kocharin 4f913f2468 Merge https://github.com/bpeacock/sinopia.git
Conflicts:
	lib/config.js
	lib/config_def.yaml
	lib/index.js
	lib/local-storage.js
	lib/storage.js
	package.json
2014-07-26 20:36:22 +04:00
Alex Kocharin 859f1bb959 0.9.0 2014-07-26 17:23:41 +04:00
Alex Kocharin 3809d6eb32 add a bunch of tests for htpasswd 2014-07-23 01:45:28 +04:00
Alex Kocharin 404acfae49 install -> prepublish, add version 2014-07-10 17:19:17 +00:00
Alex Kocharin 1e438d7dae make "npm install rlidwka/sinopia" possible 2014-07-10 17:10:40 +00:00
Alex Kocharin e929e089d0 basic support for .htpasswd 2014-06-26 20:21:23 +04:00
Alex Kocharin fe058b716b 0.8.2 2014-06-20 08:38:17 +04:00
Alex Kocharin c4e5cb71b4 eslint version bump 2014-06-18 05:59:22 +04:00
Brian Peacock abacb64479 formatting 2014-05-12 10:49:45 -05:00
Brian Peacock 39083b819f Switched back to package.yaml 2014-05-12 10:42:04 -05:00
Brian Peacock 0395d958cf Made it run... 2014-05-06 14:01:13 -05:00
Brian Peacock 9e51798295 Made it a regular npm module 2014-05-06 12:06:10 -05:00
Brian Peacock cb6e2cd7f6 More specific express version to try to get old node working. 2014-05-06 11:34:09 -05:00
Alex Kocharin fabf3eff4c 0.8.1 2014-04-14 00:37:07 +00:00
Alex Kocharin 8f03805697 update package.yaml, set publishConfig 2014-04-01 00:19:52 +00:00
Alex Kocharin d0c2ac0f9d 0.8.0 2014-04-01 00:17:10 +00:00