added duplicate detection system

This commit is contained in:
Chris
2018-12-22 17:04:32 +01:00
parent 56654e1ff4
commit 00580d8bcc
5 changed files with 73 additions and 7 deletions

View File

@@ -12,4 +12,30 @@ PictShare is a selfhostable, open source image, video and text hosting as well a
- Added text hosting (like pastebin)
- Added URL shortening
- Added WebP to images (and conversion from jpg,png to webp)
- Massive code rework. Actually we designed it from the ground up to be more modular and easier to debug
- Massive code rework. Actually we designed it from the ground up to be more modular and easier to debug
## Status
- [x] Duplicate detection
- [x] Write permission detection
### Image hosting
- [x] Upload of images
- [ ] Resizing
- [ ] Filters
- [ ] Gif to mp4 conversion
### Text file hosting
- [x] Upload of text files
- [x] Render template for text files
- [x] Raw data view
- [x] Downloadable
### URL shortening
- [ ] Upload of links to shorten
### MP4 hosting
- [ ] Resizing
- [x] Upload of videos
- [x] Automatic conversion if not mobile friendly or wrong encoder used
- [x] Render template for videos