Commit Graph

22 Commits

Author SHA1 Message Date
bot
9defb4e1b2 chore: remove outdated dist artifacts and __pycache__ bytecode for rupload 1.3.37 2024-11-26 05:58:49 +00:00
ad8cbe211c fix: correct variable name typo 'rquest' to 'request' in upload URL extraction logic 2024-11-26 05:57:32 +00:00
bot
b97c05ceb8 chore: update rupload wheel and sdist to version 1.3.37 with rebuilt pyc cache 2024-11-26 05:57:27 +00:00
351934b9ed fix: correct upload URL replacement logic to handle edge cases with trailing slashes
The previous implementation incorrectly sliced the URL from the message by starting at the found index without accounting for the length of the upload URL, causing malformed anchor tags when the URL contained trailing slashes. This fix adjusts the slicing to start after the full upload URL string and properly escapes double quotes in the href attribute.
2024-11-26 05:56:12 +00:00
bot
0dcb3f0d45 chore: rebuild rupload 1.3.37 wheel and sdist with updated compiled bytecache 2024-11-26 05:52:14 +00:00
bcb18e8195 fix: add missing slash between upload_url and filename in generate_upload_url
The generate_upload_url method previously concatenated self.upload_url directly with the filename, producing malformed URLs when upload_url did not end with a trailing slash. Changed the concatenation to insert "/" between the base URL and filename, ensuring correct redirect paths regardless of upload_url format.
2024-11-26 05:50:56 +00:00
bot
ee4d3dfd47 chore: update rupload wheel and sdist binaries to version 1.3.37 with refreshed pyc cache 2024-11-26 05:50:08 +00:00
a280f5dec7 fix: fix AttributeError in handle_upload by calling generate_upload_url on request.app instead of self 2024-11-26 05:48:39 +00:00
bot
098b70fd09 chore: update binary wheel and source distribution for rupload 1.3.37 release 2024-11-26 05:48:01 +00:00
1aa4712a86 fix: change static file mount point from /uploads to root path in app router 2024-11-26 05:46:42 +00:00
bot
d6e684a58c chore: update binary wheel and source distribution to version 1.3.37 with refreshed bytecode caches 2024-11-26 05:32:47 +00:00
462b7ebdee fix: fix syntax error in mkdir call by removing trailing whitespace before closing parenthesis 2024-11-26 05:31:23 +00:00
fb327d2f9b feat: make upload path configurable via UPLOAD_PATH env var with fallback to ./uploads 2024-11-26 05:30:47 +00:00
bot
206d4ff6a6 chore: add built wheel and sdist for rupload 1.3.37 with updated pyc cache 2024-11-26 05:26:28 +00:00
836f809df4 feat: add upload folder quota parameter and enforce 10GB default in Rupload class 2024-11-26 05:24:14 +00:00
bot
c736af6835 chore: add compiled pyc cache files and rebuild dist wheels for rupload 1.3.37 2024-11-26 05:06:53 +00:00
42e48271e2 chore: add uploads directory wildcard to .gitignore for exclusion
The diff adds a new line `uploads/*` to the `.gitignore` file, ensuring all contents within the `uploads` directory are excluded from version control.
2024-11-26 05:05:24 +00:00
ab5d3d6333 chore: delete all 13 png screenshots and surf-2.1.tar.gz from uploads directory 2024-11-26 05:04:50 +00:00
ccd9edf566 feat: add Gitea CI build pipeline with Makefile install target and updated CLI help in PKG-INFO 2024-11-26 05:04:33 +00:00
45ce49c246 docs: add code block formatting and missing closing fence to usage section in readme 2024-11-26 04:57:50 +00:00
57a9a89cd8 docs: add project description, setup instructions, and CLI usage to README 2024-11-26 04:57:12 +00:00
b5d889c478 feat: scaffold rupload project with Makefile, setup.cfg, cli, and aiohttp app skeleton 2024-11-26 03:34:46 +00:00