John Crepezzi
f255928af7
Allow setting config.js alternative on boot
...
Closes #105
2020-10-06 22:15:13 -04:00
John Crepezzi
a108dbadc5
Merge pull request #349 from seejohnrun/add-head-support
...
Add support for HEAD requests
2020-10-06 22:07:19 -04:00
John Crepezzi
c409aca080
Add support for HEAD requests
...
On regular document endpoints, and on raw endpoints
2020-10-06 22:05:22 -04:00
John Crepezzi
219424550b
Fix local name
2020-10-06 21:02:16 -04:00
John Crepezzi
f147acb51c
Switch to using pg.Pool
2020-10-06 21:01:14 -04:00
John Crepezzi
9a692ed652
Get the client working as expected with pg 8
2020-10-06 21:01:10 -04: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
677a22987a
Merge pull request #122 from Roundaround/mongodb
...
Added mongodb document store adapter
2020-10-06 01:46:59 -04:00
John Crepezzi
89d912c6ff
Merge pull request #347 from seejohnrun/fix-memcached
...
Fix memcached client fetch for key not found
2020-10-06 01:39:52 -04:00
John Crepezzi
4cac6713ef
Fix memcached client fetch for key not found
...
The memcached client wasn't correctly handling looking up a key that
didn't exist. Now we only try to push the expiration forward if there
is actually a value in memcached.
Also while I'm in here, allow expiration to be left blank.
2020-10-06 01:36:46 -04:00
John Crepezzi
f3b0de745b
Merge pull request #200 from kevinhaendel/master
...
Added "user-select" option to line numbers & messages
2020-10-06 01:21:16 -04:00
John Crepezzi
cc8a99752f
Merge pull request #271 from mklkj/fix-content-type
...
Fix contentType header in save request
2020-10-06 01:18:34 -04:00
John Crepezzi
6853d077e7
Merge branch 'master' into fix-content-type
2020-10-06 01:18:22 -04:00
John Crepezzi
80a2b6f0dd
Merge pull request #241 from meseta/master
...
Add Google Datastore sorage handler
2020-10-06 01:15:24 -04:00
John Crepezzi
4f68b3d7d6
Merge branch 'master' into meseta/master
2020-10-06 01:13:07 -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
f372ef18de
Merge pull request #345 from seejohnrun/fix-json-highlighting
...
Use the now-separate json mode for json highlighting
2020-10-06 00:37:21 -04:00
John Crepezzi
181a3a2bfa
Use the now-separate json mode for json highlighting
...
Closes #267
2020-10-06 00:36:41 -04:00
John Crepezzi
61d08afb3b
Merge pull request #344 from seejohnrun/upgrade-highlight-js
...
Update highlight JS to the most recent version (10.2.1)
2020-10-06 00:10:59 -04:00
John Crepezzi
1ba025328d
Update highlight JS to the most recent version
2020-10-06 00:07:07 -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
John Crepezzi
e9ae74b7a9
Merge pull request #322 from sethsmoe/patch-1
...
remove 1px margin from textarea, fixes useless scrollbar
2020-09-22 15:42:35 -04:00
John Crepezzi
c305e9a83d
Merge pull request #342 from seejohnrun/dependabot/npm_and_yarn/bl-4.0.3
...
Bump bl from 4.0.2 to 4.0.3
2020-09-22 15:41:12 -04:00
John Crepezzi
661997cd73
Merge pull request #334 from ourforks/master
...
[Security] Update dependencies to reduce risk
2020-09-22 15:40:27 -04:00
John Crepezzi
159f989d08
Merge pull request #335 from emillen/docker-support
...
Docker support
2020-09-22 15:39:20 -04:00
John Crepezzi
9b0a5ff0a3
Merge pull request #291 from j3parker/s3-document-store
...
Add an Amazon S3 document store
2020-02-27 11:39:12 -05:00
John Crepezzi
b087ac8dd1
Added charset to raw content type
...
Closes #230
2018-07-12 14:25:27 -04:00
John Crepezzi
827e7b51b5
Rewrite the memcached client
...
* Update syntax to ES6
* Use `memcached` instead of `memcache`
* Fix restrictions where expirations weren't pushed forward on GET
* Fix a bug where we were unnecessarily bumping expirations on key search
Closes #201
2018-02-16 09:52:44 -05: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
3b6934e348
Phonetic key generator to es6 and add some tests
2017-10-31 21:10:25 -04:00
John Crepezzi
f161cc33b4
Added tests and converted dictionary key generator to es6
2017-10-31 20:55:59 -04:00
John Crepezzi
40f1f2588e
Update some es6
2017-10-31 20:55:51 -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
584b66bc66
Upgrade highlight.js
2017-10-31 19:48:55 -04:00
John Crepezzi
5a8697cdd8
Fix typo in about.md
2017-05-02 17:32:34 -04:00
John Crepezzi
091ea973a8
Merge pull request #138 from Wohlstand/patch-2
...
Added a note about Redis's password field
2017-04-21 07:51:23 -04:00
John Crepezzi
939b7221ab
Merge pull request #146 from seejohnrun/dont_expire_static_documents
...
Don't expire static documents on raw read
2017-01-28 11:58:12 -05:00
John Crepezzi
934aaf7f51
Don't expire static documents on raw read
2017-01-28 11:57:25 -05:00
John Crepezzi
eb5c8eef6a
Merge pull request #135 from seejohnrun/horizontal_scroll_fix
...
Fix horizontal scroll overflow
2016-09-30 10:40:15 -05:00
John Crepezzi
f24376b192
Merge pull request #129 from Wohlstand/patch-1
...
Fix working error under Firefox
2016-09-19 09:36:56 -04:00
John Crepezzi
af9a71549b
Upgrade highlight.js
...
Also adds swift support
Closes #69
2016-09-12 20:10:15 -04:00
John Crepezzi
3178676fba
Merge pull request #131 from seejohnrun/update_doc
...
Update documentation to mention redis-server
2016-08-22 13:23:11 -04:00
John Crepezzi
a3a24d9765
Merge pull request #127 from Gwemox/master
...
Compatibility with screen reader
2016-08-17 14:03:13 -04:00
John Crepezzi
0209375865
Revert "Added cloudron external provider"
...
This reverts commit 00a9d9c312 .
2016-03-12 13:09:28 -05:00
John Crepezzi
00a9d9c312
Added cloudron external provider
2016-03-12 13:07:58 -05: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
4626fd9c8d
Merge pull request #81 from pangeacake/master
...
Add postgres information to README.md
2016-03-06 19:06:04 -05:00
John Crepezzi
fbb6e63c37
Added a note to the README
2016-03-06 16:34:33 -05:00
John Crepezzi
84c909a5db
Added user-configurable rate limiting
2016-03-06 16:20:40 -05:00
John Crepezzi
45e19bc7cc
fix indentation
2015-12-27 12:59:59 -05:00
John Crepezzi
233bc6ff16
Merge pull request #77 from abn/redis-auth
...
Support authentication for redis store if password provided
2015-12-27 12:58:24 -05:00
John Crepezzi
6c31389327
Merge pull request #64 from lidl/master
...
Make table creation comment a one-liner.
2014-07-16 07:54:00 -04:00
John Crepezzi
ab029eae2f
Added postgres adapter
2014-06-09 16:50:43 -04:00
John Crepezzi
447d0aae76
PG basis
2014-06-09 14:48:35 -04:00
John Crepezzi
4870158430
Merge branch 'master' of github.com:seejohnrun/haste-server
2014-04-21 14:17:09 -04:00
John Crepezzi
0471b059a0
Support a form-data POST API
...
Closes #54
2014-04-21 14:16:23 -04:00
John Crepezzi
5bbe50b481
Merge pull request #59 from jomo/phonetic
...
Phonetic key improvements
2014-04-15 11:00:49 -04:00
John Crepezzi
2deda5b68a
Merge pull request #56 from joeykrim/patch-1
...
Small typo
2014-02-27 19:26:31 -05:00
John Crepezzi
7a08960414
Merge branch 'master' of github.com:seejohnrun/haste-server
2013-11-24 11:54:34 -05:00
John Crepezzi
89909747f1
Don't depend on err.message for redis errors [ #49 ]
2013-11-24 11:54:01 -05:00
John Crepezzi
202e695e07
Remove GA from index.html on Master
2013-10-31 08:44:33 -04:00
John Crepezzi
48e8e79659
Remove support from README
2013-08-13 13:06:37 -04:00
John Crepezzi
abb49f2cf3
update about.md
2013-03-12 21:59:10 -04:00
John Crepezzi
d1cd2a5213
Proper
2013-01-11 10:00:35 -08:00
John Crepezzi
27317844e0
Remove nl
2013-01-11 09:57:10 -08:00
John Crepezzi
ee74e2fa90
Merge branch 'production' of github.com:seejohnrun/haste-server into production
2012-12-29 18:15:45 -05:00
John Crepezzi
5d8bd2e6f8
Merge branch 'master' into production
2012-12-29 18:15:32 -05:00
John Crepezzi
cd4c7aeab8
Merge pull request #37 from naftis/patch-1
...
Bugfix to solarized_dark.css
2012-12-28 07:10:36 -08:00
John Crepezzi
8858bab985
Merge branch 'master' into production
2012-12-23 10:54:15 -05:00
John Crepezzi
afb0c332cc
Added shift modifier to twitter shortcut
...
Closes #29
2012-12-23 10:53:53 -05:00
John Crepezzi
82c58c5c0c
Merge branch 'master' into production
2012-12-19 08:18:14 -05:00
John Crepezzi
46bdd27431
Fix for type name ;)
...
Closes #28
2012-12-19 08:17:52 -05:00
John Crepezzi
1adfba1a37
Merge branch 'master' into production
2012-12-19 08:13:36 -05:00
John Crepezzi
54e55b1b0d
Added JSON to extension map (JS)
...
Closes #28
2012-12-19 08:12:08 -05:00
John Crepezzi
08d37cc7f7
Added support section
2012-10-22 14:40:52 -04:00
John Crepezzi
aa781957e8
Update Copyright
2012-09-27 13:46:27 -04:00
John Crepezzi
c00477c93c
Update Copyright
2012-09-27 13:46:09 -04:00
John Crepezzi
035f09ac05
GA
2012-09-27 13:43:53 -04:00
John Crepezzi
36e00bb29e
Remove 'localhost' references
2012-09-27 12:03:52 -04:00
John Crepezzi
10623873e8
Allow host setting by ENV
2012-09-27 12:01:00 -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
4b58c8d356
Added more loggin
2012-09-27 11:50:56 -04:00
John Crepezzi
8f0d6260b0
change how redistogo install works
2012-09-27 11:50:12 -04:00
John Crepezzi
93a83a35da
Logging
2012-09-27 11:47:23 -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
e0610bc1be
Fix multiple document loading
...
Closes #32
2012-08-13 11:33:20 -04:00
John Crepezzi
962976c204
Pad the right
2012-06-22 15:33:07 -04:00
John Crepezzi
16080bdc16
Update description - preparing for npm push
2012-04-21 23:49:39 -04:00
John Crepezzi
20ce741341
Fix indentation
2012-04-07 23:51:48 -04:00
John Crepezzi
13bb094fb3
Revert "Refactor frontend"
...
This reverts commit 1950cc8db0 .
2012-03-19 18:17:39 -04:00
John Crepezzi
b43a55ffda
Merge pull request #25 from zaeleus/backbone
...
Refactor frontend
2012-03-19 15:11:08 -07:00
John Crepezzi
45cbdcce70
Force down connect version
2012-03-02 14:07:59 -05:00
John Crepezzi
90cfe0ec57
Upgrade jquery to 1.7.1
2012-02-07 17:52:48 -05:00