Commit Graph

344 Commits (d80abcc9454906cc8d8d82d05d67c8beec096ee2)

Author SHA1 Message Date
voussoir d80abcc945
Remove flask template folder.
It's so far behind.
2022-03-14 21:02:18 -07:00
voussoir 31de5d0dfa
Use new betterhelp. 2022-02-12 19:51:36 -08:00
voussoir a308c10767
Split question mark url params in url_to_path. 2022-01-14 23:43:36 -08:00
voussoir 7a7c179997
Fix password check when auth_cookie is http.cookies.Morsel. 2021-11-22 12:35:45 -08:00
voussoir 954c4c16b0
Remove donate.md. 2021-11-10 23:41:05 -08:00
voussoir a7bedb139d
Show pid when starting simple server. 2021-09-30 14:27:25 -07:00
voussoir cecb1efc4b
Rewrite most of Dodgy. 2021-09-20 20:18:25 -07:00
voussoir 46912f8963
Replace tabs with spaces. 2021-09-20 20:06:32 -07:00
voussoir 5f0453369e
Delete instathief.py. 2021-08-17 14:07:44 -07:00
voussoir 6329b466ec
Replace clipext.resolve with pipeable.input(split_lines=False). 2021-08-17 14:07:12 -07:00
voussoir 7417d8a45f
Replace colon with hash, for port numbers going to folder names. 2021-07-24 12:53:37 -07:00
Ethan Dalool f9e2c16d9a Use the DOCSTRING instead of __doc__.
Not a big deal since betterhelp is already getting this. But it
caught my eye so here we go.
2021-07-17 09:13:10 -07:00
Ethan Dalool 73e11e0e63 Add html title to directory listing. 2021-07-16 21:06:57 -07:00
voussoir 280ede3db2
Improve opendir_image.js. 2021-07-01 15:55:34 -07:00
voussoir cc607b5cf8
Improve folder column sizing CSS. 2021-06-22 15:50:38 -07:00
voussoir 84c8f0ac71
Various updates to reddit_live_new. 2021-06-22 15:50:07 -07:00
voussoir 71a66e4b54
Migrate scripts from spinal.walk_generator to spinal.walk. 2021-05-17 17:02:01 -07:00
voussoir 0257387d92
Update CONTACT.md with link to voussoir.net. 2021-04-04 17:11:17 -07:00
voussoir 7fc972920f
Datapoint improvements.
- Chart title
- Can use different point color for each layer of points
- Prettier indentation
2021-03-25 14:22:59 -07:00
voussoir 0dec7cbcff
Add overall_ratelimit, individual_ratelimit. 2021-02-20 13:05:45 -08:00
voussoir 4b599e38d3
simpleserver improvements.
- Reference self.server.password instead of fowarding the password
  to the request handler.
- Add --enable_zip.
- Remove unused stuff.
2021-01-23 18:37:22 -08:00
voussoir 11660a2dcd Update license, contact, donate for many projects. 2021-01-14 02:54:55 -08:00
Ethan Dalool 00c58281b5 Add word-break: break-word. 2020-11-08 00:05:40 -08:00
Ethan Dalool 72aa05a155 Set autocapitalize=off for the password prompt. 2020-11-04 17:34:20 -08:00
Ethan Dalool 90ac6c87ac Move the hidden filenames (thumbs.db etc) to a global const. 2020-10-31 01:00:15 -07:00
Ethan Dalool 138f376ce7 Call correct_case on the directory root, but not each atag. 2020-10-26 22:58:01 -07:00
Ethan Dalool bb75e8db53 Minor tweaks. 2020-10-26 22:57:36 -07:00
Ethan Dalool 995dd3959f Use relative_to(ROOT) explicitly. 2020-10-26 22:57:03 -07:00
Ethan Dalool 993bd65020 Remove unecessary files from simpleserver dir. 2020-10-26 22:56:03 -07:00
Ethan Dalool 5abb064f9b Add help text. 2020-10-12 22:06:52 -07:00
Ethan Dalool 0fcaa64c24 Add --authorize_by_ip to permit whole IP after one password input. 2020-10-12 21:45:18 -07:00
Ethan Dalool 430b721d65 Use real Authorization header instead of ad hoc password header. 2020-10-12 21:43:17 -07:00
Ethan Dalool f23ed27683 Move work of extracting token from cookie to a @property. 2020-10-12 21:20:44 -07:00
Ethan Dalool 6ce69da7a6 Better object-oriented SimpleServer. 2020-10-10 08:44:56 -07:00
Ethan Dalool fa86f1b393 Add global const TOKEN_COOKIE_NAME. 2020-10-10 08:43:12 -07:00
Ethan Dalool 91cf3af63b Disable autocomplete on password field. 2020-10-10 08:42:48 -07:00
Ethan Dalool 032c05abb0 Move threaded_dl.py from else to cmd. 2020-09-29 14:31:56 -07:00
Ethan Dalool 436aeb8681 Move AHK scripts to new repository voussoir/ahk. 2020-09-21 12:20:50 -07:00
Ethan Dalool 034784015e Use pathclass.Path.open. 2020-09-20 18:29:36 -07:00
Ethan Dalool 97511401b6 Add capslock_click.ahk, alternative to tabclick. 2020-09-16 16:59:51 -07:00
Ethan Dalool bf6a638d58 Move icoconvert from else to cmd. 2020-08-26 07:28:31 -07:00
Ethan Dalool b4ca46a165 Add undefined to all bookmarklets for firefox compatibility.
On Firefox, clicking a bookmarklet will cause the page to display
the last return value of the bookmarklet, deleting the rest of the
page contents. The solution is to add undefined; at the end.
2020-08-12 13:54:09 -07:00
Ethan Dalool 1949fe6533 Add skewer-case aliases for snake_case arguments. 2020-08-12 10:23:35 -07:00
Ethan Dalool 8fa87f6c3c Move SublimeSnippets files to new repository voussoir/sublime. 2020-08-10 20:37:47 -07:00
Ethan Dalool dacf71cbb4 Add bracketwrap.ahk. 2020-07-01 16:22:07 -07:00
Ethan Dalool fd7d2732fd Remove leftover comment from copying another script. 2020-07-01 16:20:33 -07:00
Ethan Dalool d7a8dd6be0 Remove Windows file extension quicktip. 2020-06-30 20:31:29 -07:00
Ethan Dalool f8117e6b1b Add pipeablemain sublime snippet. 2020-06-17 14:18:11 -07:00
Ethan Dalool affeee1731 Fix missing closing brace on this if statement. 2020-05-21 22:31:33 -07:00
Ethan Dalool 29e1ba07f5 opendir_image.js updates.
- Put a try-catch around url normalize so a single bad url doesn't
  break the page.
- Fix gfycat api url.
- Add more reject urls.
2020-04-15 16:36:26 -07:00