mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 00:25:59 +03:00
[PR #76] [MERGED] Miscellaneous tweaks #147
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/matze/wastebin/pull/76
Author: @cgzones
Created: 11/2/2024
Status: ✅ Merged
Merged: 11/10/2024
Merged by: @matze
Base:
master← Head:misc📝 Commits (10+)
fdb8896Add QR code navigation to paste pagece005cdAdd tests for insert failuresa0a687dEnhance cookie settings3414b0eAdd preload hint for CSS styles25b8029Use favicon.icoe0ec551Drop trailing slash on void elementsf4a4536Drop stray closing input tags48f832cUse instead of non-existingd45486fAvoid inside76b52ceReturn FORBIDDEN on wrong password not INTERNAL_SERVER_ERROR📊 Changes
16 files changed (+116 additions, -44 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
Cargo.toml(+1 -0)📝
src/crypto.rs(+2 -2)📝
src/errors.rs(+5 -3)📝
src/pages.rs(+28 -22)📝
src/routes/assets.rs(+1 -1)📝
src/routes/form.rs(+9 -2)📝
src/routes/mod.rs(+38 -2)📝
src/routes/paste.rs(+14 -1)📝
src/themes/ayu-dark.tmTheme(+1 -1)📝
src/themes/ayu-light.tmTheme(+1 -1)📝
src/themes/style.css(+4 -1)📝
templates/base.html(+7 -5)📝
templates/formatted.html(+1 -1)📝
templates/index.html(+2 -2)📝
templates/paste.html(+1 -0)📄 Description
See individual commits for more details.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.