StarFleetCPTN
1b1d043d50
feat: Add support for WebDAV, NextCloud, OneDrive, and Google Drive storage
...
- Update config_form.templ to include form fields for new storage types
- Modify db.go to support generating rclone configs for WebDAV, NextCloud, OneDrive, and Google Drive
- Add migration to include new cloud storage fields in transfer_configs table
- Update migrations.go to include new cloud storage migration
2025-03-08 15:11:47 -08:00
StarFleetCPTN
c3a22333f7
chore: Add components package marker file
...
- Create components.go to ensure proper Go package recognition
- Update .gitignore to exclude all Go files except components.go
2025-03-08 14:12:43 -08:00
StarFleetCPTN
ea057f14dc
Merge pull request #13 from StarFleetCPTN/development
...
feat: Implement embedded static file serving
v0.1.5
2025-03-08 13:20:29 -08:00
StarFleetCPTN
0da968fd5a
feat: Implement embedded static file serving
...
- Use Go's embed.FS to serve static files directly from binary
- Remove explicit static directory creation
- Update static file serving method to use embedded filesystem
- Improve static file serving configuration with error handling
2025-03-08 13:17:33 -08:00
StarFleetCPTN
7ab3403bca
Merge pull request #12 from StarFleetCPTN/development
...
Switch to glebarez/sqlite and add migration support
v0.1.4
2025-03-08 12:49:33 -08:00
StarFleetCPTN
9a5ad3ec26
Merge pull request #11 from StarFleetCPTN/main
...
Merge main to Dev
2025-03-08 12:47:40 -08:00
StarFleetCPTN
8f06776b53
build: Disable CGO for cross-platform builds
2025-03-08 12:46:25 -08:00
StarFleetCPTN
248f9cce51
chore: Switch to glebarez/sqlite and add migration support
...
- Replace mattn/go-sqlite3 with glebarez/sqlite for better cross-platform compatibility
- Add gormigrate for database migration support
- Update go.mod and go.sum with new dependencies
- Modify database initialization to use the new SQLite driver
- Ignore compiled binary in .gitignore
2025-03-08 12:41:53 -08:00
StarFleetCPTN
9316eb0a53
Delete gomft
2025-03-08 12:34:37 -08:00
StarFleetCPTN
a01edc13cb
Merge pull request #10 from StarFleetCPTN/development
...
build: Enable CGO for cross-platform builds
2025-03-08 12:34:15 -08:00
StarFleetCPTN
2b2c305ccb
build: Enable CGO for cross-platform builds
2025-03-08 12:31:13 -08:00
StarFleetCPTN
6f1e877341
Merge pull request #8 from StarFleetCPTN/development
...
docs: Add Docker deployment instructions and support details to README
v0.1.3
2025-03-08 11:25:50 -08:00
StarFleetCPTN
a6828f4c0e
docs: Add Docker deployment instructions and support details to README
2025-03-08 11:24:39 -08:00
StarFleetCPTN
6e19df099c
Merge pull request #5 from eltociear/patch-1
...
docs: update README.md
2025-03-08 11:10:00 -08:00
StarFleetCPTN
6503c19898
Merge pull request #7 from StarFleetCPTN/development
...
Development
2025-03-08 11:08:01 -08:00
StarFleetCPTN
81557840dd
Add delete after transfer option and enhanced job/config deletion UX
2025-03-08 11:07:02 -08:00
Ikko Eltociear Ashimine
2017cd8b7d
docs: update README.md
...
Mangement -> Management
2025-03-09 00:50:51 +09:00
StarFleetCPTN
f4c8c2121c
Add run now button for jobs with HTMX
2025-03-08 07:50:44 -08:00
StarFleetCPTN
2fbbb41f3f
Merge pull request #4 from StarFleetCPTN/development
...
Github Action docker publish fix
2025-03-08 07:16:21 -08:00
StarFleetCPTN
30ded57293
Github Action docker publish fix
2025-03-08 07:14:12 -08:00
StarFleetCPTN
29b86f16b1
Merge pull request #2 from StarFleetCPTN/development
...
Add Github Action for building and publishing to DockerHub
v0.1.2
2025-03-08 07:03:36 -08:00
StarFleetCPTN
c41ca6aca3
Add Github Action for building and publishing to DockerHub
2025-03-08 07:00:12 -08:00
StarFleetCPTN
4d80d104c0
Merge pull request #1 from StarFleetCPTN/development
...
Add mobile-first responsive design and PWA support
v0.1.1
2025-03-08 00:06:19 -08:00
StarFleetCPTN
69cab16382
Add mobile-first responsive design and PWA support
...
- Implement mobile navigation with bottom nav and hamburger menu
- Add mobile-specific meta tags for PWA and iOS compatibility
- Enhance CSS for mobile responsiveness and safe area insets
- Improve JavaScript for mobile UX with responsive tables and form enhancements
- Configure Air.toml for development workflow
2025-03-08 00:03:28 -08:00
StarFleetCPTN
953ad364ab
initial commit
v0.1.0
2025-03-07 23:21:12 -08:00