dropbox
Here are 631 public repositories matching this topic...
We have a server that is for authenticating to AWS to be able to upload.
That server requires JWT for authentication. The XHR plugin supports custom headers.
Would it be possible to implement the same thing on the AWS plugins as well?
Currently, the Ctrl+Shift+B shortcut is assigned to focus the note editor. However, when the current layout is viewer-only, it doesn't make sense to focus the editor. Instead it should focus the viewer panel.
-
Updated
Dec 6, 2020 - C#
-
Updated
Nov 30, 2020 - C#
-
Updated
Nov 24, 2020 - Go
-
Updated
Jul 14, 2020 - CoffeeScript
-
Updated
Dec 7, 2020 - C++
-
Updated
Sep 25, 2020 - C++
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Dec 8, 2020 - Java
-
Updated
Nov 25, 2020 - Python
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Apr 23, 2020 - Go
-
Updated
Aug 29, 2020 - Swift
-
Updated
Dec 4, 2020 - Python
This task is to create an example in the examples crate that uses the (gogoproto.nullable) extension. Then update the main README to reflect the new example.
-
Updated
Dec 7, 2020 - C#
-
Updated
Dec 3, 2020 - Python
-
Updated
Nov 3, 2019 - Python
Create an example showing how to setup a synchronized volume for root directory. This is probably the most common use case.
The objects would be structured like this:
Volume{ RootCell } -> Volume{ CryptoCell{ HTTPCell } } -> Dir
Every device has it's own root volume, which immediately contains a shared networked volume. The secretbox cell is probably ready for use because its so
-
Updated
Sep 29, 2020 - PHP
-
Updated
Dec 4, 2020 - C#
-
Updated
Sep 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the dropbox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dropbox topic, visit your repo's landing page and select "manage topics."
What is your current rclone version (output from
rclone version)?1.53.3
What problem are you are trying to solve?
Trying to prevent default password from being generated and added when
htpasswdoption is used. Since htpasswd is present, there generally should be no need for credentials besides those in htpasswd.How do you think rclone should be changed to solve tha