|
197383c414
|
Encrypt TOTP secret before saving to database
|
2024-10-31 16:24:32 +07:00 |
|
|
7b55f19dbb
|
Add recursive deletion for S3 objects to enable folder deletion
|
2024-10-28 14:31:57 +07:00 |
|
|
93c44f40cc
|
Grouping route
|
2024-10-02 15:33:41 +07:00 |
|
|
5d7dc70f1b
|
Change MySQL UUID storage from unsupported type to VARCHAR(36)
|
2024-09-25 21:20:55 +07:00 |
|
|
db566fd9a4
|
Organize route handlers
|
2024-09-24 09:57:51 +07:00 |
|
|
757dde58c0
|
Add skeleton loading state for file load
|
2024-09-23 21:40:01 +07:00 |
|
|
59d4154ef0
|
Add caching for user files
|
2024-09-23 17:27:42 +07:00 |
|
|
1feeafe7de
|
Resolve issue with file visibility not updating after caching user files
|
2024-09-23 10:44:25 +07:00 |
|
|
9452d48bbd
|
Implement Redis caching for S3 list object calls
|
2024-09-23 10:25:10 +07:00 |
|
|
3cc0322aa1
|
Handle session termination display and logout redirection
|
2024-09-21 19:27:23 +07:00 |
|
|
bcdcbd5049
|
Properly handle error and improve error messages
|
2024-09-21 11:26:25 +07:00 |
|
|
557e7313b2
|
Add Suspicious state for detecting unusual session activity
|
2024-09-20 22:44:11 +07:00 |
|
|
21a0a92f22
|
Integrate S3 storage solution into the project
|
2024-09-20 16:40:04 +07:00 |
|
|
9323bdd07a
|
Add file filtering functionality
|
2024-09-17 22:57:29 +07:00 |
|
|
1a444bb6eb
|
Add file filtering functionality
|
2024-09-17 22:46:32 +07:00 |
|
|
54fcc9d549
|
fix: resolve file upload resume issue
|
2024-09-17 14:18:32 +07:00 |
|
|
98affd5187
|
fix: resolve file upload resume issue
|
2024-09-17 14:01:06 +07:00 |
|
|
f52e75db78
|
feat: implement file renaming
|
2024-09-17 12:34:35 +07:00 |
|
|
cd9a7503b5
|
feat: implement file deletion
|
2024-09-17 11:21:04 +07:00 |
|
|
e07360d2b3
|
Add additional file types including executables and APK
|
2024-09-17 09:55:21 +07:00 |
|
|
e2c0f0b12c
|
Optimize file chunk validation by reducing system calls
|
2024-09-16 22:03:43 +07:00 |
|
|
17e55a3e90
|
Add indication for file upload errors and corruption
|
2024-09-16 19:55:37 +07:00 |
|
|
dd8d0c0f4f
|
Add responsiveness to file page and use correct file icons based on file type
|
2024-09-16 11:02:25 +07:00 |
|
|
b246d85fac
|
feat: add file visibility toggle for files
|
2024-09-15 23:59:19 +07:00 |
|
|
dc330cc72f
|
fix: prevent upload box from overlapping, ensuring progress is visible
|
2024-09-15 19:46:46 +07:00 |
|
|
db79d77d13
|
Add file download count tracking
|
2024-09-15 17:58:13 +07:00 |
|
|
4ee86d0fc4
|
Cancel file upload when session is terminated
|
2024-09-15 17:41:33 +07:00 |
|
|
eee047a9b0
|
feat: create new file page with improved UI, combine upload and download functionality
|
2024-09-15 17:24:18 +07:00 |
|
|
846db5fe0b
|
Add hash check for file upload
|
2024-09-14 17:28:09 +07:00 |
|
|
0772d07fb8
|
Replace fmt.Println with server logger
|
2024-09-14 10:51:38 +07:00 |
|
|
54c10befb2
|
Add range-based partial download support
|
2024-09-13 21:36:26 +07:00 |
|
|
0dba5d6b3c
|
Correct file size mismatch during download
|
2024-09-12 21:56:27 +07:00 |
|
|
16ae5f3bd7
|
Display user storage usage on the dashboard
|
2024-09-12 13:52:57 +07:00 |
|
|
b23bf8898b
|
migrate to WebSocket for frontend and backend communication
|
2024-09-09 21:38:10 +07:00 |
|
|
e57b5a0060
|
Migrate old cache system to Redis
|
2024-09-08 20:04:35 +07:00 |
|
|
72cb594128
|
Implement new file upload and download mechanism
|
2024-09-08 16:43:50 +07:00 |
|
|
29ab28fd93
|
Fix session retrieval issue after migrating to Redis cache
|
2024-09-08 16:41:33 +07:00 |
|
|
2c5de2b336
|
Add Redis support for session and user management
|
2024-09-08 00:03:43 +07:00 |
|
|
fa2f4e8a87
|
refactor: call database functions from app.Server.Database instead of directly from db
|
2024-08-19 21:02:19 +07:00 |
|
|
d64a4a587e
|
refactor: update app instance structure to include both mailserver and logger
|
2024-08-18 13:35:07 +07:00 |
|
|
7df02c270b
|
refactor: move client page view file to client folder and reorganize file structure
|
2024-08-18 12:59:19 +07:00 |
|
|
97a9e72d7b
|
Add password reset functionality to user dashboard page
|
2024-07-08 23:08:45 +07:00 |
|
|
f63c4f7928
|
Fix unauthorized session termination (#30)
|
2024-06-20 22:35:30 +07:00 |
|
|
fd2a7d110a
|
Improve 2FA verification page messaging
|
2024-06-20 18:46:53 +07:00 |
|
|
949099124e
|
Add functionality for session termination
|
2024-06-20 18:15:49 +07:00 |
|
|
c5185d5107
|
Finalize 2FA implementation
|
2024-06-20 08:49:49 +07:00 |
|
|
0e16d59df9
|
Improve 2FA security and user experience
|
2024-06-19 22:44:01 +07:00 |
|
|
c1059072a6
|
Adding response to 2FA
|
2024-06-19 21:34:50 +07:00 |
|
|
b890f5442c
|
Improve 2FA setup page design
|
2024-06-19 18:43:33 +07:00 |
|
|
cdc365e89b
|
Implement Totp authentication
|
2024-06-19 16:23:28 +07:00 |
|