dropbox
Here are 641 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
on Feb 3, 2021 - C#
-
Updated
on Nov 30, 2020 - C#
-
Updated
on Jan 28, 2021 - Go
-
Updated
on Jul 14, 2020 - CoffeeScript
-
Updated
on Feb 5, 2021 - C++
-
Updated
on Jan 30, 2021 - C++
-
Updated
on Feb 5, 2021 - Java
-
Updated
on Feb 4, 2021 - JavaScript
-
Updated
on Jan 24, 2021 - Python
-
Updated
on Jan 12, 2021 - Go
-
Updated
on Feb 5, 2021 - JavaScript
-
Updated
on Aug 29, 2020 - Swift
-
Updated
on Feb 1, 2021 - 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
on Jan 21, 2021 - C#
-
Updated
on Jan 27, 2021 - Python
-
Updated
on Nov 3, 2019 - Python
-
Updated
on Jan 4, 2021 - PHP
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
on Feb 1, 2021 - C#
-
Updated
on Jan 28, 2021 - 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
htpasswd
option 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