1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 11:31:22 +00:00
Commit graph

40 commits

Author SHA1 Message Date
Yusuf Yilmaz
350abbdf3b fix code, readme and lint 2022-06-08 11:26:32 +02:00
Yusuf Yilmaz
42c60c64c2 fix readme and packages 2022-06-07 12:22:45 +02:00
Yusuf Yilmaz
cd19fb2e4c fix build 2022-06-07 11:22:50 +02:00
Yusuf Yilmaz
6c1a1277ff fix types and build 2022-06-07 10:50:51 +02:00
Yusuf Yilmaz
b920c1f7ad fix pr comments 2022-06-06 21:36:48 +02:00
Yusuf Yilmaz
a5b0a98b3f add prettier 2022-06-06 19:44:11 +02:00
Yusuf Yilmaz
9c2f1d24ba convert optional fiels to required fields 2022-06-02 10:57:42 +02:00
Yusuf Yilmaz
fa9d3f98e9 remove web app class and fixes 2022-06-02 10:45:20 +02:00
Yusuf Yilmaz
bf6795aa8b Fix dev command 2022-06-01 10:28:48 +02:00
Yusuf Yilmaz
f527b13535 Add tests and fix docker files 2022-05-27 15:04:54 +02:00
Yusuf Yilmaz
9f45927593 [SAT-1957] Convert haste-server to Typescript 2022-05-27 11:00:09 +02:00
John Crepezzi
3a17c86a0f Upgrade pg to the most recent version
This isn't going to actually work yet, just getting things in place
2020-10-06 21:01:01 -04:00
John Crepezzi
ef0ca40533 Downgrade pg for now
Will make a PR to use the new APIs soon
2020-10-06 00:54:12 -04:00
John Crepezzi
a79fb39f54 Merge branch 'master' of github.com:seejohnrun/haste-server 2020-10-05 23:52:13 -04:00
John Crepezzi
3a72d74537 Fix security vulnerabilities from outdated packages
Closes #258
2020-10-05 23:50:28 -04:00
Reece Dunham
ce03749c2f Update dependencies to reduce security risk
Signed-off-by: Reece Dunham <me@rdil.rocks>
2020-08-12 23:45:18 +00:00
John Crepezzi
318c5f7ba6 Upgrade uglify and simplify usage
- Upgrade to the most recent version of uglify
- Use the `UglifyJS.minify(code)` helper which does exactly what we want
2017-10-31 21:19:22 -04:00
John Crepezzi
e4e025f67e Convert random generator to es6 and add some specs for it directly 2017-10-31 20:40:43 -04:00
John Crepezzi
e76c845f16 Upgrade testing libraries
- Upgrade mocha
- Remove should due to limited usage and old style (at least by rspec standards)
- Move spec -> test which is the default
- Update tests accordingly for the above
2017-10-31 20:03:30 -04:00
John Crepezzi
c5b859ec98 Bump node engine version & fix asset compression on start 2017-07-11 21:13:33 -04:00
John Crepezzi
6835eef468 Merge pull request #109 from seejohnrun/rate_limiting
Added user-configurable rate limiting
2016-03-10 11:44:57 -10:00
John Crepezzi
84c909a5db Added user-configurable rate limiting 2016-03-06 16:20:40 -05:00
PangeaCake
e93f98112b Add pg as dependency and update node version
One of the dependencies seemed to be broken with the previous node version, but this node version worked perfectly
2015-01-07 14:27:46 -08:00
John Crepezzi
0471b059a0 Support a form-data POST API
Closes #54
2014-04-21 14:16:23 -04:00
John Crepezzi
e536ba1019 Move to an available npm version 2012-09-27 11:56:49 -04:00
John Crepezzi
85fc36d710 Update npm version 2012-09-27 11:56:15 -04:00
John Crepezzi
5d5ae164f3 Set up node engine version 2012-09-27 11:54:40 -04:00
John Crepezzi
79309c75df Bump version to 0.1.0 2012-09-27 11:51:15 -04:00
John Crepezzi
8f0d6260b0 change how redistogo install works 2012-09-27 11:50:12 -04:00
John Crepezzi
4efc5d47d9 Allow redistogo 2012-09-27 11:46:53 -04:00
John Crepezzi
ff8ef54e34 Procfile 2012-09-27 11:38:14 -04:00
John Crepezzi
814a49812a Update server config path 2012-09-19 14:28:52 -04:00
John Crepezzi
16080bdc16 Update description - preparing for npm push 2012-04-21 23:49:39 -04:00
John Crepezzi
45cbdcce70 Force down connect version 2012-03-02 14:07:59 -05:00
John Crepezzi
6e4c087319 Remove hashlib dependency and switch to mocha for testing 2012-01-13 11:17:15 -05:00
John Crepezzi
0875ba6252 Auto-compress javascript assets 2011-11-27 15:49:17 -05:00
John Crepezzi
167c7c4adb Use the new router 2011-11-23 13:14:18 -05:00
John Crepezzi
a2d17b28df Remove redundant package dependency 2011-11-18 19:56:09 -05:00
John Crepezzi
a1d5f79708 Added Redis store support 2011-11-18 19:55:14 -05:00
John Crepezzi
6bac45efe2 More work on the server 2011-11-18 15:44:28 -05:00