| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-17 | Clean up various linter warnings | Jeff Halter | |
| 2024-06-17 | Fix io.Reader implementations and wrap more errors | Jeff Halter | |
| 2024-06-17 | Add arm32 to goreleaser config | Jeff Halter | |
| 2024-06-17 | Fix corrupt file info forks | Jeff Halter | |
| This fixes a bug that happens when: 1. Optional "Enable Resource Forks" feature is true 2. A file comment is added 3. The comment is updated to be shorter than the original The expected behavior is that the hidden .info file is replaced with the new data, but this wasn't happening because the file flag was not set to truncate on write. | |||
| 2024-06-17 | Fix io.Reader implementation for FileNameWithInfo | Jeff Halter | |
| 2024-06-17 | Update failing news test | Jeff Halter | |
| 2024-06-16 | Fix broken io.Reader implementations | Jeff Halter | |
| 2024-06-15 | Replace hardcoded version with ldflag usage | Jeff Halter | |
| 2024-06-15 | Refactoring and cleanup | Jeff Halter | |
| * Split CLI client into separate project * Convert more functions to follow common Golang idioms e.g io.Reader, io.Writer * Use ldflags for versioning * Misc cleanup and simplification | |||
| 2024-06-10 | Replace zap logger with slog | Jeff Halter | |
| 2024-06-10 | Read banner once at startup | Jeff Halter | |
| 2024-06-09 | Update goreleaser config | Jeff Halter | |
| 2024-06-09 | Update goreleaser config | Jeff Halter | |
| 2024-06-09 | Update go.yml | Jeff Halter | |
| 2024-06-09 | Update go.yml | Jeff Halter | |
| 2024-06-09 | Add .goreleaser.yaml | Jeff Halter | |
| 2024-06-09 | Remove CircleCI config | Jeff Halter | |
| 2024-06-09 | Add Github workflow config | Jeff Halter | |
| 2024-06-09 | Remove redundant text encoding func | Jeff Halter | |
| 2024-06-09 | Convert more bespoke methods to io.Reader/io.Writer interfaces | Jeff Halter | |
| 2024-06-09 | Convert bespoke methods to io.Reader/io.Writer interfaces | Jeff Halter | |
| 2024-06-09 | Replace custom slice concat func with slices.Concat | Jeff Halter | |
| 2024-06-09 | Refactor TrackerRegistration Read to io.Reader interface | Jeff Halter | |
| 2024-06-08 | Ignore files with incompatible names | Jeff Halter | |
| 2024-06-08 | Add support for account login rename | Jeff Halter | |
| 2024-06-01 | patch: v0.12.3 | Jeff Halter | |
| 2024-06-01 | Fix account management edge cases | Jeff Halter | |
| 2024-06-01 | If no predefined default path for server config, look in the current dir | Charlotte Koch | |
| 2024-05-05 | patch: v0.12.2 | Jeff Halter | |
| 2024-05-05 | Fix bug that clears account password on permission edit | Jeff Halter | |
| 2024-05-05 | Fix handling of refuse PM flag | Jeff Halter | |
| 2024-05-03 | Upload example dialog | Jeff Halter | |
| 2024-05-02 | Add files via upload | Jeff Halter | |
| 2024-04-29 | Fix test | Jeff Halter | |
| 2024-04-29 | Make GetFileInfo behavior consistent with official 1.9 server behavior | Jeff Halter | |
| 2024-04-19 | Update dependencies | Jeff Halter | |
| 2024-04-12 | patch: v0.12.1 | Jeff Halter | |
| 2024-04-12 | Minor cleanup | Jeff Halter | |
| 2024-04-12 | Fix handling of symlinks in Files dir | Jeff Halter | |
| 2024-04-04 | minor: v0.12.0 | Jeff Halter | |
| 2024-04-04 | Add support for Mac Roman character encoding. | Jeff Halter | |
| https://en.wikipedia.org/wiki/Mac_OS_Roman | |||
| 2024-04-01 | patch: v0.11.1 | Jeff Halter | |
| 2024-04-01 | Fix handling of absolute paths in FileRoot config field | Jeff Halter | |
| 2024-03-29 | Bump golang version to 1.22.1 | Jeff Halter | |
| 2024-03-28 | minor: v0.11.0 | Jeff Halter | |
| 2024-03-28 | Add cmdline flag to specify network interface | Jeff Halter | |
| 2024-01-28 | patch: v0.10.24 | Jeff Halter | |
| 2024-01-28 | Add darwin/arm64 build target | Jeff Halter | |
| 2024-01-24 | Rename encode/decode methods | Jeff Halter | |
| 2024-01-21 | Making it so the container restarts on host reboot | Chris Jones | |