teldrive/pkg/services
divyam234 a126247a57
fix: update E-Tag header to ETag in FilesStream function
- Corrected the header name from "E-Tag" to "ETag" in the FilesStream function to adhere to standard HTTP header conventions.

chore: update launch configuration in VSCode

- Reformatted the launch.json file for better readability.

chore: update dependencies in go.mod and go.sum

- Updated various dependencies to their latest versions for improved stability and security.
- Notable updates include:
  - github.com/go-chi/cors from v1.2.1 to v1.2.2
  - github.com/go-co-op/gocron/v2 from v2.16.2 to v2.16.3
  - github.com/golang-jwt/jwt/v5 from v5.2.2 to v5.3.0
  - Updated several other dependencies to their latest versions.
2025-08-01 20:22:02 +05:30
..
api.go fix: return events for specific user 2025-05-14 23:39:40 +05:30
auth.go refactor: replace if-else chains with switch statements for improved readability 2025-06-20 17:33:17 +05:30
common.go fix: update file parts update payload to include encryption flag 2025-06-22 11:43:12 +05:30
file.go fix: update E-Tag header to ETag in FilesStream function 2025-08-01 20:22:02 +05:30
file_query_builder.go refactor: replace if-else chains with switch statements for improved readability 2025-06-20 17:33:17 +05:30
share.go fix: return events for specific user 2025-05-14 23:39:40 +05:30
upload.go fix: improve upload error handling and update dependencies 2025-02-06 12:32:45 +01:00
user.go feat: new settings UI with channels operations 2025-06-10 22:58:52 +05:30