Skip to content
#

file-sharing

Here are 989 public repositories matching this topic...

ShareX

ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.

  • Updated May 18, 2022
  • C#
server
sunjam
sunjam commented Apr 21, 2022

Describe the bug
Sometimes shared photos are one-boxed when they should be embedded. See this discussion on the forum for why Nextcloud photos are not displayed properly.

This is because of a missing og:type meta tag. Currently it is set to object. If it was set to image onebox would treat it as such.

bug good first issue 1. to develop
widestorm
widestorm commented Jul 14, 2021

Tracking issue: https://gitlab.com/timvisee/send/-/issues/21


An integration with shlink (https://shlink.io/documentation/api-docs/) would be very useful.
It would be helpful for automatically shortening links for input on a client computer where QR-codes aren't easily readable.

As I don't have much programming experience myself at all I don't know if it would be reasonably doable, al

enhancement help wanted good first issue
r4co0n
r4co0n commented Oct 7, 2021

Describe the bug

Currently, not all compressed files being served by Apache use the same compression algorithm. Apparently, we wanted to enable brotli-compression only for some file types, similar to what is done with gzip compression for NGINX in [Nextcloud's example configuration](https://github.com/nextcloud/documentation/blob/7cd00b961b180b952c0b7714d9d920d9c4e39be8/admin_manual/installa

feature low good first issue

Improve this page

Add a description, image, and links to the file-sharing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the file-sharing topic, visit your repo's landing page and select "manage topics."

Learn more