[PR #76] [MERGED] Miscellaneous tweaks #147

Closed
opened 2026-02-27 10:15:56 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: misc


📝 Commits (10+)

  • fdb8896 Add QR code navigation to paste page
  • ce005cd Add tests for insert failures
  • a0a687d Enhance cookie settings
  • 3414b0e Add preload hint for CSS styles
  • 25b8029 Use favicon.ico
  • e0ec551 Drop trailing slash on void elements
  • f4a4536 Drop stray closing input tags
  • 48f832c Use instead of non-existing
  • d45486f Avoid inside
  • 76b52ce Return 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.

## 📋 Pull Request Information **Original PR:** https://github.com/matze/wastebin/pull/76 **Author:** [@cgzones](https://github.com/cgzones) **Created:** 11/2/2024 **Status:** ✅ Merged **Merged:** 11/10/2024 **Merged by:** [@matze](https://github.com/matze) **Base:** `master` ← **Head:** `misc` --- ### 📝 Commits (10+) - [`fdb8896`](https://github.com/matze/wastebin/commit/fdb8896def6e22c137834e8bc0cb3a7d998fa8b9) Add QR code navigation to paste page - [`ce005cd`](https://github.com/matze/wastebin/commit/ce005cd4e904c9b1af5ec41ca00fa49aeed4ccfe) Add tests for insert failures - [`a0a687d`](https://github.com/matze/wastebin/commit/a0a687d1b98fdfc4aeb6a8d74e52f3f2ed939998) Enhance cookie settings - [`3414b0e`](https://github.com/matze/wastebin/commit/3414b0e70e69f89d730cdfa24500e1de4388a87c) Add preload hint for CSS styles - [`25b8029`](https://github.com/matze/wastebin/commit/25b80290ec3dcd594f954160f13f2eed2ba40847) Use favicon.ico - [`e0ec551`](https://github.com/matze/wastebin/commit/e0ec55177f7dd70d6d773b29d3ea7540b6c0a00c) Drop trailing slash on void elements - [`f4a4536`](https://github.com/matze/wastebin/commit/f4a4536ed94813a806c98cd6b6849d58076267d7) Drop stray closing input tags - [`48f832c`](https://github.com/matze/wastebin/commit/48f832ca19981b981d2e5f1a8ac392d949406a44) Use <main> instead of non-existing <content> - [`d45486f`](https://github.com/matze/wastebin/commit/d45486f0cb9854e1e456dc79cbee343dfbd2453c) Avoid <table> inside <pre> - [`76b52ce`](https://github.com/matze/wastebin/commit/76b52cefcb9edb2abef59bfd8ae4efead31ba67c) Return FORBIDDEN on wrong password not INTERNAL_SERVER_ERROR ### 📊 Changes **16 files changed** (+116 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description See individual commits for more details. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:15:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wastebin-matze#147
No description provided.