John Crepezzi
c409aca080
Add support for HEAD requests
...
On regular document endpoints, and on raw endpoints
5 years ago
John Crepezzi
b087ac8dd1
Added charset to raw content type
...
Closes #230
7 years ago
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
7 years ago
John Crepezzi
ab029eae2f
Added postgres adapter
11 years ago
John Crepezzi
0471b059a0
Support a form-data POST API
...
Closes #54
11 years ago
John Crepezzi
13bb094fb3
Revert "Refactor frontend"
...
This reverts commit 1950cc8db0
.
13 years ago
Michael Macias
1950cc8db0
Refactor frontend
...
* restructured JavaScript using backbone.js
* replaced highlight.js with CodeMirror for its editor
* added CodeMirror Solarized (dark) theme based on Ethan Schoonover's solarized.vim
* changed `POST /document` to accept real JSON
* cleaned up template and stylesheet
13 years ago
John Crepezzi
f37d1ad401
Clean up some code and move document stores into subfolder
14 years ago
John Crepezzi
6e4c087319
Remove hashlib dependency and switch to mocha for testing
14 years ago
John Crepezzi
cc65e98940
Added support for phonetic key naming
...
Closes #7
14 years ago
Joe Friedl
8c2add94a2
Cancellation should only last as long as the handler
14 years ago
Joe Friedl
6145a938e3
Error messages in the UI
14 years ago
John Crepezzi
44f7ab3f33
Added the ability to retrieve raw documents
...
Closes #10
14 years ago
John Crepezzi
565830214b
Start in on the tests
14 years ago
John Crepezzi
92e0f579ca
Kick expirations back on view
14 years ago
John Crepezzi
7f4cae57f9
Fix document handler regex
14 years ago
John Crepezzi
ab47aeb88b
Fix bug in document handler
14 years ago
John Crepezzi
ec0d419c61
Allow forcing of highlight type
14 years ago
John Crepezzi
32b4f842b7
serve 404 when not possible key
14 years ago
John Crepezzi
0f2075fcda
Ensure conflict resolution in keyspace
14 years ago
John Crepezzi
a9e29c2986
Added support for haste maximum size
14 years ago
John Crepezzi
fec02cfead
Move storage mechanism to new object
14 years ago
John Crepezzi
7709e12500
Added FS backed
14 years ago
John Crepezzi
6bdd7d7fc5
Host and port made configurable
14 years ago
John Crepezzi
b159817a27
Added configuration and made key length configurable
14 years ago
John Crepezzi
0eed33f42f
400 should be 404
14 years ago
John Crepezzi
cf384cd0fd
Added random keys
14 years ago
John Crepezzi
f935ac56c2
Nicer page titles
14 years ago
John Crepezzi
3acc2eb17d
Catch an error
14 years ago
John Crepezzi
7b2d0f549d
Remove some finished TODOs
14 years ago
John Crepezzi
8a8b438163
Change uuid to key
14 years ago
John Crepezzi
6597dba36d
Handle push state entirely
14 years ago
John Crepezzi
13e497993f
Separate logic into proper places
14 years ago