Commit Graph

22 Commits

Author SHA1 Message Date
Miraty 94fd035010 sftpgo-auth: allow chmod 2023-09-20 18:47:26 +02:00
Miraty 40e67b0c0c declare(strict_types=1); 2023-07-17 21:15:18 +02:00
Miraty 973a129079 Add type in functions signatures 2023-06-20 00:36:58 +02:00
Miraty 067e1ccf42 Allow SSH keys authentication for SFTP(Go) 2023-06-15 03:35:42 +02:00
Miraty e4ae765486 init.php + jobs + job to delete old testing accounts 2023-06-08 17:36:44 +02:00
Miraty 4c9e5a5580 Add debug message when denying SFTP login 2023-06-03 18:44:48 +02:00
Miraty 9f7c93e66d Add debug option in SFTPGo authenticator 2023-04-15 18:01:19 +02:00
Miraty bd06fc7fbf Use Apache
- Allows customization through .htaccess
- No need to configure or reload a server when adding a site
- Content negotiation
2023-04-10 00:50:42 +02:00
Miraty 80bef2ca8c Minor fixes 2023-03-18 18:38:27 +01:00
Miraty 887ddd2474 Fix sftpgo-auth.php 2023-03-09 14:40:26 +01:00
Miraty 7a018e5a88 Trusted > approved, add approval.php, DB_PATH > DB 2022-12-10 18:19:37 +01:00
Miraty f15681999b Internal ID, Argon2 for usernames, username changes 2022-11-30 23:12:42 +01:00
Miraty 922f649a08 Use a hash as internal username 2022-11-26 21:45:48 +01:00
Miraty 18d976217b Use single quotes instead of double quotes 2022-11-20 15:11:54 +01:00
Miraty 78f76ea9d0 Add account types (testing or trusted) 2022-11-07 19:40:40 +01:00
Miraty e7b2856f92 sftpgo-auth: check user existence before password 2022-09-03 18:56:40 +02:00
Miraty e3af4c946d router.php + process form before display
The webservers now need to send every request to router.php, which will call appropriate files.

Forms will be treated before being displayed.
2022-09-01 04:21:17 +02:00
Miraty 18364c1ff6 Set user's quota_files in SFTPGo 2022-06-28 22:08:34 +02:00
Miraty 6365ac617c Move everything in /srv/niver 2022-06-23 19:19:39 +02:00
Miraty 6dbc63a36a Add form to delete account
Move service-specific deletion code to functions
2022-06-18 04:22:05 +02:00
Miraty c997ac424d http-onion.php now works 2022-06-07 17:58:46 +02:00
Miraty e5c306c24b SFTPGo authentication 2022-05-19 16:59:32 +02:00