| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The SFTP backend now supports public key authentication alongside
password authentication.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The same Application must be used in the settings templates and in
routes, so that any registered backends are correctly seen
|
|
|
|
|
|
|
| |
* Files
* Files_Sharing
* Files_Trashbin
* Files_Versions
|
| |
|
|
|
|
| |
Also added unit-tests and better error-handling
|
| |
|
| |
|
|
|
|
|
|
| |
Fix various PHPDoc issues in external storage app.
Added missing NoAdminRequired tag
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added StorageConfig class to replace ugly arrays
- Implemented StorageService and StorageController for Global and User
storages
- Async status checking for storages (from Xenopathic)
- Auto-generate id for external storage configs (not the same as
storage_id)
- Refactor JS classes for external storage settings, this mostly
moves/encapsulated existing global event handlers into the
MountConfigListView class.
- Added some JS unit tests for the external storage UI
|
|
|
|
| |
This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add support for external files accessed via SFTP using public key exchange authentication.
Keys are generated automatically when the configuration is added, or can be regenerated on demand if a key is compromised.
Creation of a new configuration row now triggers focus on that row. This is used to trigger auto-configuration for SFTP keys.
Generated public keys are saved in user's data directory for easy retrieval by an external application.
Add controller for SFTP key generation AJAX
SFTP class initialisation no longer produces a warning if the password field is missing.
Add unit tests for SFTP with key authentication backend
|
|
|
|
|
|
|
|
|
|
|
|
| |
for files_external, fixes #7499
remove minified select2 js
show avatars for users, simpler results
remove unneeded users and groups from settings template
fix css, escape user and group names
|
| |
|
|
|