-
Updated
Jan 17, 2021 - C#
file-sharing
Here are 699 public repositories matching this topic...
-
Updated
Jan 10, 2021 - Go
-
Updated
Jan 13, 2021 - C
-
Updated
Jan 21, 2021 - PHP
-
Updated
Jan 6, 2021 - Go
-
Updated
Jan 4, 2021 - Rust
-
Updated
May 24, 2020 - PHP
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Jan 17, 2021 - Python
-
Updated
Jan 18, 2021 - Go
-
Updated
Dec 11, 2020 - C++
-
Updated
Nov 21, 2020 - JavaScript
-
Updated
Nov 25, 2020 - C#
-
Updated
Jan 15, 2021 - Objective-C
On a fresh install of the snap, the root.ini file is not created from the first run of start_mysql. Consequently, mysql-client fails to run as well. Has this issue been seen before?
-
Updated
Dec 17, 2020 - Go
-
Updated
Feb 25, 2020 - Python
-
Updated
Oct 1, 2020 - JavaScript
For example, when leaving a direct channel (hiding):
A good way to follow is the dialog action from material: https://material.io/components/dialogs#actions
The confirmation dialogs are probably also wrong on channel leave and should be fixed.
-
Updated
Jan 14, 2021 - JavaScript
-
Updated
Oct 23, 2020 - Python
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Jan 13, 2021 - PHP
-
Updated
Jan 11, 2021 - Go
-
Updated
Apr 13, 2019 - Go
-
Updated
Jan 20, 2021 - PHP
Currently, Airshare doesn't have an added layer of security over the code. Adding a password feature would allow for an extra layer of security, especially when sending more sensitive information.
-
Updated
Oct 13, 2020 - Java
Improve this page
Add a description, image, and links to the file-sharing topic page so that developers can more easily learn about it.
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."

Nextcloud installations behind a nginx reverse proxy are known to abort downloads larger than 1GB: https://www.reddit.com/r/NextCloud/comments/ayhlji/unable_to_download_files_larger_than_1gb/
Setting
X-Accel-Bufferingtonowill tell nginx to not buffer the response and just pass it through. See also: https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/You can now either