Commit Graph

331 Commits

Author SHA1 Message Date
Leopere 6e7b63a408 Fix button alignment and visibility issues, implement CSP improvements with nonce support 2025-03-01 17:49:24 -05:00
colin 627cb5cc25 Add docker-compose.yml 2024-03-21 21:46:48 +00:00
colin 52cc4b7879 Update package.json 2024-01-20 22:55:49 +00:00
colin 69f0f4fd4d Add LICENSE.md 2024-01-19 18:38:52 +00:00
colin 3598ed2dce Update README.md 2024-01-19 18:37:42 +00:00
colin 3e31a8fe0a Update about.md 2024-01-19 18:15:36 +00:00
colin f754da9ea0 Update app.sh 2024-01-19 17:56:27 +00:00
colin d6b755b38a Delete test/redis_document_store_spec.js 2023-12-27 16:06:25 +00:00
colin 068b54762f Update app.sh 2023-12-27 16:02:58 +00:00
colin 2ed8b5fd39 TODO: fix this test. 2023-12-27 16:02:28 +00:00
colin f93ab94050 Update test/key_generators/random_spec.js 2023-12-27 16:02:01 +00:00
colin ff163c66b4 Update test/redis_document_store_spec.js 2023-12-27 15:43:43 +00:00
colin 153db1645a Update README.md 2023-12-27 15:38:53 +00:00
colin 6abc863848 Update lib/key_generators/phonetic.js 2023-12-27 15:32:21 +00:00
colin 7b5b55da5e Update README.md 2023-12-27 15:26:44 +00:00
colin c6b2d6b82d Update README.md 2023-12-27 15:23:19 +00:00
colin 677195d59b Update test/redis_document_store_spec.js 2023-12-27 15:19:19 +00:00
colin f5ecab9c99 Update app.sh 2023-12-27 15:00:35 +00:00
colin f3acfb9da4 Update README.md 2023-12-27 14:56:29 +00:00
colin 23c47e49ec refactor phonetic.js to match test requirements. 2023-12-27 14:32:21 +00:00
colin 4ae1756c35 Update app.sh 2023-12-27 13:58:17 +00:00
colin 56035ab13f Update app.sh 2023-12-27 13:55:35 +00:00
colin 910d406619 Update app.sh 2023-12-27 13:53:55 +00:00
colin 54fa4b3581 Update app.sh 2023-12-27 06:07:12 +00:00
colin 5928e6d81b Update test/key_generators/random_spec.js.disabled
temporarily disabled for now
2023-12-27 06:02:40 +00:00
Colin 0ea0247ca6 fixup 2023-12-26 23:36:21 -05:00
colin 88305a7dbd Add app.sh 2023-12-27 04:35:09 +00: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 ad7702aaf4
Merge pull request #194 from szepeviktor/patch-1
Change to HTTPS in about.md
2018-01-22 10:30:12 -05:00
Viktor Szépe f5fbc8d19e
Change to HTTPS in about.md
Please also change the repo URL here on GitHub
2018-01-22 14:51:15 +01:00
John Crepezzi 0a8923bf12
Merge pull request #192 from C0rn3j/master
Add note about paste expiration, cosmetic fixes.
2017-12-30 20:24:01 -05:00
Martin 4d572a2ec0
convert relative path to absolute 2017-12-30 17:11:29 +01:00
Martin d9a53d3e6e
Add note about paste expiration, cosmetic fixes. 2017-12-29 20:42:11 +01:00
John Crepezzi 8da37ea5de
Merge pull request #190 from PassTheMayo/patch-1
Oh noes! I didn't even notice that I had a typo...
2017-12-11 10:51:12 -05:00
Jacob Gunther ff0fccd6c2
Oh noes! I didn't even notice that I had a typo... 2017-12-11 09:50:50 -06:00
John Crepezzi 63c4576633
Merge pull request #189 from PassTheMayo/master
Added RethinkDB storage option & fixed config to use proper JSON
2017-12-11 10:46:45 -05:00
Jacob Gunther b31d143bcd
Revert config.js to previous state 2017-12-11 09:45:37 -06:00
Jacob Gunther 0d8aec8d61
Oops, forgot to fix that file name 2017-12-11 09:44:23 -06:00
Jacob Gunther 1f9fdd205d
Undid changes to server.js 2017-12-11 09:28:27 -06:00
Jacob Gunther cdd0cf3739
Fixed requested changes to RethinkDB handler 2017-12-11 09:27:44 -06:00
PassTheMayo ba5c6b8d16 Added RethinkDB storage option & fixed config to use proper JSON 2017-12-09 18:34:00 -06:00
John Crepezzi cfef588283
Merge pull request #181 from seejohnrun/simplify_uglify
Upgrade uglify and simplify usage
2017-10-31 21:20:23 -04: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 ee03e7cd78
Merge pull request #180 from seejohnrun/es6_generators
ES6 generators
2017-10-31 21:11:32 -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 e12805a8aa
Merge pull request #179 from seejohnrun/upgrade_testing
Upgrade testing libraries
2017-10-31 20:04:37 -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