213 Commits (main)
 

Author SHA1 Message Date
renovate[bot] 812136a86e fix(deps): update rust crate uuid to 1.2 8 months ago
renovate[bot] 9c552086ac fix(deps): update rust crate once_cell to 1.15 8 months ago
Oskar ff02a1e180 feat: add support for disable https to run http server 8 months ago
Oskar 1b9529223a chore: configure github codespace 8 months ago
renovate[bot] eeec5bb1b7 chore(deps): update softprops/action-gh-release digest to cd28b0f 8 months ago
renovate[bot] a9684fb5b7 chore(deps): update dev-drprasad/delete-tag-and-release digest to 85fa8bc 8 months ago
MedzikUser adcbada699
feat: create storage directory if doesn't exists 8 months ago
MedzikUser e50ee66b0e
feat: add cli
Added cli and options --config and --database to pass path to the configuration and database file.
8 months ago
MedzikUser f5d8341234
feat(config): create default config file if doesn't exists
Create configuration file with default values if file doesn't exists.
8 months ago
MedzikUser c41b0478d6
ci: add target i686-unknown-linux-musl 8 months ago
MedzikUser 699009096d
ci: fix prepare artifact 8 months ago
MedzikUser b48fbc0b82
ci: fix cargo build 8 months ago
MedzikUser c79ddbcff3
ci: fix typo in filename 8 months ago
MedzikUser 8b912dbd78
ci(fix): fix filename 8 months ago
MedzikUser ea18d9aca6
chore: run ci on push 8 months ago
MedzikUser b5dd0b3291
ci: rewrite
Rewrite github actions inspirated from 3d2c40ce2f/.github/workflows
8 months ago
MedzikUser e614b64bba
feat(server): add size and modification time in `/api/fs/list`
Added directory size and directory modification date.
9 months ago
MedzikUser 75f523f116
chore: cleanup 9 months ago
MedzikUser b41ec426e6
feat(auth): add ratelimit
Added ratelimit to disallow brute force login.
9 months ago
MedzikUser 0794bea31d
feat(server): add tls/ssl support
Added support for https server.
9 months ago
MedzikUser f440f30ea8
fix(tests): add some derive to pass test
Added PartialEq, Eq, PartialOrd and Ord derive to pass test broken in 4a9f8ec2e8 commit.
9 months ago
MedzikUser 4a9f8ec2e8
chore: cosmetic changes 9 months ago
MedzikUser bf10de2ca1
chore(readme): fix typo 9 months ago
MedzikUser 6b5186b503
chore(readme): update 9 months ago
renovate[bot] d80846ffb2 fix(deps): update rust crate tokio to 1.21 9 months ago
MedzikUser 2ade3291fe
feat(http): add cors hosts
Implement cors hosts.
9 months ago
MedzikUser 8a8b8b0f12
fix(clippy): fix warnings
Delete unneedede borrowed expression.
9 months ago
MedzikUser 4dd9013521
refactor: rewrite 9 months ago
MedzikUser eef5cd8e02
chore: some changes
Changed Response in `/auth/login` and `/auth/register`, now access token is in `access_token` instead of `LoggedIn.access_token`.
Fixed modified time in `/fs/list` (now returns unix timestamp).
9 months ago
MedzikUser dc8ccff079
chore: some changes 9 months ago
MedzikUser b5ff8dd32c
chore(config): parse config from current work directory 9 months ago
Oskar 4e9ecc007c
ci: delete changelog reader 9 months ago
renovate[bot] f260a46d70 fix(deps): update all non-major dependencies 10 months ago
MedzikUser c844730d60
docs(readme): add notice 10 months ago
MedzikUser 9b74b85aa0
chore(rustfmt): update config 10 months ago
MedzikUser dc3f1a819e
docs(readme): update screenshots 10 months ago
renovate[bot] 5578829e43 fix(deps): update all non-major dependencies 10 months ago
renovate[bot] 74015b458b fix(deps): update all non-major dependencies 10 months ago
renovate[bot] 11861ffbaf chore(deps): update all non-major dependencies 10 months ago
MedzikUser cbbaf6ef1d
fix(clippy): fix warning 10 months ago
MedzikUser 9b1557276e
chore(types): update macros 10 months ago
MedzikUser e616fa8c79
ci: fix artifacts upload 10 months ago
MedzikUser ec04360f6c
chore(server): small changes 10 months ago
renovate[bot] 1d36af0bcb fix(deps): update all non-major dependencies 10 months ago
renovate[bot] 2f8884c3c0 fix(deps): update all non-major dependencies 11 months ago
MedzikUser 2eabbdcab9
chore: change author email 11 months ago
MedzikUser 282731d260
fix(server): `auth/register` handle panic 11 months ago
MedzikUser 5f920d66cf
chore(server): send error message in the json `error` field in response
Previously it returned enum in json in `error_message` filed.
11 months ago
MedzikUser cca7dd3efd
fix(server) `fs/download` handle panic 11 months ago
MedzikUser c745b9db96
chore: update errors types 11 months ago