[PR #78] [MERGED] V2 #154

Closed
opened 2026-02-25 23:40:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/HaschekSolutions/pictshare/pull/78
Author: @geek-at
Created: 12/27/2018
Status: Merged
Merged: 12/27/2018
Merged by: @geek-at

Base: masterHead: v2


📝 Commits (10+)

  • 24411df stage 1 of v2
  • 56654e1 updated readme and added write checks on upload
  • 00580d8 added duplicate detection system
  • 16688fa added mp4 preview image generation
  • 0b981d5 edited video template for correct vars
  • 0fe80b2 fixed paths
  • 47545e5 implemented mp4 resizing and added support for custom hashes
  • 3e63da3 how the hell did that get in here
  • 63a28b8 actually USE the resized video if already exists
  • 3345eb3 added pastebinit support and fixed small errors

📊 Changes

150 files changed (+13552 additions, -3244 deletions)

View changed files

📝 LICENSE (+0 -1)
📝 README.md (+105 -319)
api/base64.php (+125 -0)
api/geturl.php (+124 -0)
api/pastebin.php (+39 -0)
api/upload.php (+84 -0)
backend.php (+0 -54)
📝 bin/ffmpeg (+0 -0)
bin/guetzli_linux_x86-64 (+0 -0)
classes/backblaze.php (+0 -280)
classes/crypto.php (+0 -24)
classes/filter.php (+0 -220)
classes/html.php (+0 -40)
classes/image.php (+0 -215)
classes/model.php (+0 -23)
cli.php (+0 -29)
content-controllers/image/conversion.php (+0 -0)
content-controllers/image/filters.php (+0 -0)
content-controllers/image/image.controller.php (+227 -0)
content-controllers/image/resize.php (+120 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/HaschekSolutions/pictshare/pull/78 **Author:** [@geek-at](https://github.com/geek-at) **Created:** 12/27/2018 **Status:** ✅ Merged **Merged:** 12/27/2018 **Merged by:** [@geek-at](https://github.com/geek-at) **Base:** `master` ← **Head:** `v2` --- ### 📝 Commits (10+) - [`24411df`](https://github.com/HaschekSolutions/pictshare/commit/24411dfe930717d351486b897c79d3a827073fbf) stage 1 of v2 - [`56654e1`](https://github.com/HaschekSolutions/pictshare/commit/56654e1ff460aa8580f9dec3e046a8baf515a870) updated readme and added write checks on upload - [`00580d8`](https://github.com/HaschekSolutions/pictshare/commit/00580d8bcc35984e4a43b3e2323d6132151be993) added duplicate detection system - [`16688fa`](https://github.com/HaschekSolutions/pictshare/commit/16688fae3c20ea60ff8f8ca71831c562f14027b4) added mp4 preview image generation - [`0b981d5`](https://github.com/HaschekSolutions/pictshare/commit/0b981d52a6b98d783af25844684bc7f9272da9e8) edited video template for correct vars - [`0fe80b2`](https://github.com/HaschekSolutions/pictshare/commit/0fe80b29b817208b62b744d2e417f24a110a2c21) fixed paths - [`47545e5`](https://github.com/HaschekSolutions/pictshare/commit/47545e57023a16ffac069eb662a7b1a47c5b654a) implemented mp4 resizing and added support for custom hashes - [`3e63da3`](https://github.com/HaschekSolutions/pictshare/commit/3e63da324c98e0a356b3d915b21242615a84d716) how the hell did that get in here - [`63a28b8`](https://github.com/HaschekSolutions/pictshare/commit/63a28b8b4bd6809886430fb887eea2619ae2498a) actually USE the resized video if already exists - [`3345eb3`](https://github.com/HaschekSolutions/pictshare/commit/3345eb399cb49068707491201a11240682baa2af) added pastebinit support and fixed small errors ### 📊 Changes **150 files changed** (+13552 additions, -3244 deletions) <details> <summary>View changed files</summary> 📝 `LICENSE` (+0 -1) 📝 `README.md` (+105 -319) ➕ `api/base64.php` (+125 -0) ➕ `api/geturl.php` (+124 -0) ➕ `api/pastebin.php` (+39 -0) ➕ `api/upload.php` (+84 -0) ➖ `backend.php` (+0 -54) 📝 `bin/ffmpeg` (+0 -0) ➖ `bin/guetzli_linux_x86-64` (+0 -0) ➖ `classes/backblaze.php` (+0 -280) ➖ `classes/crypto.php` (+0 -24) ➖ `classes/filter.php` (+0 -220) ➖ `classes/html.php` (+0 -40) ➖ `classes/image.php` (+0 -215) ➖ `classes/model.php` (+0 -23) ➖ `cli.php` (+0 -29) ➕ `content-controllers/image/conversion.php` (+0 -0) ➕ `content-controllers/image/filters.php` (+0 -0) ➕ `content-controllers/image/image.controller.php` (+227 -0) ➕ `content-controllers/image/resize.php` (+120 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:40:57 +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/pictshare#154
No description provided.