Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 1 | -0/+5 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(files_external): add back js config files | John Molakvoæ | 2024-01-06 | 1 | -0/+64 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files_external): migrate to vue | John Molakvoæ | 2023-08-01 | 1 | -64/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Use DOMContentLoaded and fix sharebymail loading issue | John Molakvoæ (skjnldsv) | 2020-07-20 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix JS namespace of files_external app | Joas Schilling | 2018-10-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add SFTP auth mechanism to use a password and public key for SFTP | Roeland Jago Douma | 2018-06-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Allow 2048 and 4096 bit SFTP keys | Roeland Jago Douma | 2017-06-29 | 1 | -1/+17 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Defer initialisation of data until after complete construction | Robin McCorkell | 2015-11-22 | 1 | -5/+7 |
| | |||||
* | Clear highlight on RSA public key generation | Robin McCorkell | 2015-11-21 | 1 | -1/+1 |
| | |||||
* | Migrate SFTP_Key external storage to new API | Robin McCorkell | 2015-08-28 | 1 | -0/+46 |
The SFTP backend now supports public key authentication alongside password authentication. |