Commit Graph

275 Commits

Author SHA1 Message Date
1c8ed64c13 Merge pull request #88 from fossyy/staging
Organize route handlers
2024-09-24 09:58:30 +07:00
db566fd9a4 Organize route handlers 2024-09-24 09:57:51 +07:00
2a20d65146 Merge pull request #87 from fossyy/staging
Add skeleton loading state for file load
2024-09-23 21:41:41 +07:00
757dde58c0 Add skeleton loading state for file load 2024-09-23 21:40:01 +07:00
2d2ae547bb Merge pull request #86 from fossyy/staging
Add caching for user files
2024-09-23 17:28:43 +07:00
59d4154ef0 Add caching for user files 2024-09-23 17:27:42 +07:00
302258c997 Merge pull request #85 from fossyy/staging
Resolve issue with file visibility not updating after caching user files
2024-09-23 10:45:27 +07:00
1feeafe7de Resolve issue with file visibility not updating after caching user files 2024-09-23 10:44:25 +07:00
5ef1ede70b Merge pull request #84 from fossyy/staging
Implement Redis caching for S3 list object calls
2024-09-23 10:25:50 +07:00
9452d48bbd Implement Redis caching for S3 list object calls 2024-09-23 10:25:10 +07:00
5656c5a616 Merge pull request #83 from fossyy/staging
Add file and line number tracking for warn, error, and panic loggers
2024-09-21 20:54:53 +07:00
2d6a22a112 Add file and line number tracking for warn, error, and panic loggers 2024-09-21 20:54:09 +07:00
e62cfb6cd0 Merge pull request #82 from fossyy/staging
Handle session termination display and logout redirection
2024-09-21 19:28:03 +07:00
3cc0322aa1 Handle session termination display and logout redirection 2024-09-21 19:27:23 +07:00
e81cf59826 Merge pull request #81 from fossyy/staging
Remove unnecessary context value call
2024-09-21 18:34:57 +07:00
80941bd3bb Remove unnecessary context value call 2024-09-21 18:32:37 +07:00
dc5038c46c Merge pull request #80 from fossyy/staging
Staging
2024-09-21 11:27:27 +07:00
74147f5079 Merge branch 'staging' of https://github.com/fossyy/filekeeper into staging 2024-09-21 11:26:35 +07:00
bcdcbd5049 Properly handle error and improve error messages 2024-09-21 11:26:25 +07:00
3a472b039a Merge pull request #79 from fossyy/dependabot/go_modules/gorm.io/gorm-1.25.12
Bump gorm.io/gorm from 1.25.10 to 1.25.12
2024-09-21 10:29:00 +07:00
f69916af88 Bump gorm.io/gorm from 1.25.10 to 1.25.12
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.10 to 1.25.12.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/compare/v1.25.10...v1.25.12)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 15:50:23 +00:00
0f2b87c5e7 Merge pull request #78 from fossyy/staging
Add Suspicious state for detecting unusual session activity
2024-09-20 22:44:55 +07:00
557e7313b2 Add Suspicious state for detecting unusual session activity 2024-09-20 22:44:11 +07:00
fda093b84e Merge pull request #77 from fossyy/staging
Staging
2024-09-20 16:44:37 +07:00
66d0247f19 Update go.sum 2024-09-20 16:44:25 +07:00
a37f29618a Update go.mod 2024-09-20 16:44:15 +07:00
29a75b7286 Integrate S3 storage solution into the project 2024-09-20 16:43:01 +07:00
21a0a92f22 Integrate S3 storage solution into the project 2024-09-20 16:40:04 +07:00
fd3c2427d9 Merge pull request #75 from fossyy/staging
Add file share button
2024-09-19 12:22:18 +07:00
5b1222e024 Add file share button 2024-09-19 12:21:14 +07:00
c1dabf71fe Merge pull request #74 from fossyy/staging
Add file filtering functionality
2024-09-17 22:58:11 +07:00
9323bdd07a Add file filtering functionality 2024-09-17 22:57:29 +07:00
bf2df15168 Merge pull request #73 from fossyy/staging
Add file filtering functionality
2024-09-17 22:47:28 +07:00
1a444bb6eb Add file filtering functionality 2024-09-17 22:46:32 +07:00
d0724bc54b Merge pull request #72 from fossyy/staging
Staging
2024-09-17 20:27:06 +07:00
ab73c5cdd3 Update landing page style 2024-09-17 20:26:38 +07:00
d6463fa36f Update landing page style 2024-09-17 20:25:46 +07:00
8982ec217b Merge pull request #71 from fossyy/staging
fix: resolve file upload resume issue
2024-09-17 14:19:26 +07:00
54fcc9d549 fix: resolve file upload resume issue 2024-09-17 14:18:32 +07:00
be352279ee Merge pull request #70 from fossyy/staging
fix: resolve file upload resume issue
2024-09-17 14:01:36 +07:00
98affd5187 fix: resolve file upload resume issue 2024-09-17 14:01:06 +07:00
20b0e0a211 Merge pull request #69 from fossyy/staging
feat: implement file renaming
2024-09-17 12:35:05 +07:00
f52e75db78 feat: implement file renaming 2024-09-17 12:34:35 +07:00
4eb1139717 Merge pull request #68 from fossyy/staging
feat: implement file deletion
2024-09-17 11:21:33 +07:00
cd9a7503b5 feat: implement file deletion 2024-09-17 11:21:04 +07:00
7f8fd24dee Merge pull request #67 from fossyy/staging
Staging
2024-09-17 09:56:02 +07:00
e07360d2b3 Add additional file types including executables and APK 2024-09-17 09:55:21 +07:00
352840cf29 Ensure main script loads correctly when index page is the first page visited 2024-09-17 09:35:13 +07:00
ef553530e2 Merge pull request #66 from fossyy/staging
Optimize file chunk validation by reducing system calls
2024-09-16 22:04:07 +07:00
e2c0f0b12c Optimize file chunk validation by reducing system calls 2024-09-16 22:03:43 +07:00