aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bump comrak from 0.19.0 to 0.20.0dependabot[bot]2023-11-302-3/+3
|/ | | | | | | | | | | | | | | Bumps [comrak](https://github.com/kivikakk/comrak) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.19.0...0.20.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2023-11-281-98/+208
|
* Merge pull request #1275 from svenstaro/dependabot/cargo/url-2.5.0Sven-Hendrik Haase2023-11-271-8/+8
|\ | | | | Bump url from 2.4.1 to 2.5.0
| * Bump url from 2.4.1 to 2.5.0dependabot[bot]2023-11-231-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url](https://github.com/servo/rust-url) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1274 from svenstaro/dependabot/cargo/serde-1.0.193Sven-Hendrik Haase2023-11-271-4/+4
|\ \ | |/ |/| Bump serde from 1.0.192 to 1.0.193
| * Bump serde from 1.0.192 to 1.0.193dependabot[bot]2023-11-211-4/+4
|/ | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.192 to 1.0.193. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.192...v1.0.193) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1264 from svenstaro/dependabot/cargo/rustls-pemfile-1.0.4Sven-Hendrik Haase2023-11-201-2/+2
|\ | | | | Bump rustls-pemfile from 1.0.3 to 1.0.4
| * Bump rustls-pemfile from 1.0.3 to 1.0.4dependabot[bot]2023-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.3 to 1.0.4. - [Commits](https://github.com/rustls/pemfile/compare/v/1.0.3...v/1.0.4) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1268 from svenstaro/dependabot/cargo/clap-4.4.8Sven-Hendrik Haase2023-11-201-4/+4
|\ \ | | | | | | Bump clap from 4.4.7 to 4.4.8
| * | Bump clap from 4.4.7 to 4.4.8dependabot[bot]2023-11-131-4/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.4.7 to 4.4.8. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.7...v4.4.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1273 from svenstaro/32bit-windowsSven-Hendrik Haase2023-11-202-0/+7
|\ \ | |/ |/| Add i686-pc-windows-msvc target
| * Add i686-pc-windows-msvc targetSven-Hendrik Haase2023-11-202-0/+7
|/ | | | Fixes #1272.
* Better help for -uSven-Hendrik Haase2023-11-091-0/+5
|
* Bump depsSven-Hendrik Haase2023-11-091-182/+221
|
* Bump depsSven-Hendrik Haase2023-10-101-158/+107
|
* Fix incorrect conditional compilationSven-Hendrik Haase2023-10-101-3/+1
|
* Bump depsSven-Hendrik Haase2023-10-032-45/+150
|
* Merge pull request #1228 from cyqsimon/upload-refactorSven-Hendrik Haase2023-09-247-168/+192
|\ | | | | Minor refactor on upload code
| * Fix clippy complaintscyqsimon2023-09-052-37/+37
| |
| * Fix incorrect usage of app data extractorcyqsimon2023-09-051-1/+1
| | | | | | | | - `Data` extractor can only be used when app data is wrapped with `Data`
| * Minor code style refactorscyqsimon2023-09-052-21/+27
| |
| * Use distinct query type for file op APIscyqsimon2023-09-053-18/+20
| |
| * rename `file_upload` to `file_op`cyqsimon2023-09-052-2/+4
| | | | | | | | - This is in preparation for adding deletion code
| * Rewrite `contains_symlink`cyqsimon2023-09-052-29/+41
| |
| * Make file util functions genericcyqsimon2023-07-101-4/+4
| |
| * Create shared file utiity modulecyqsimon2023-07-104-86/+88
| |
* | Merge pull request #1237 from svenstaro/fix-ciSven-Hendrik Haase2023-09-243-220/+158
|\ \ | | | | | | Try to fix CI
| * | Bump depsSven-Hendrik Haase2023-09-242-212/+158
| | |
| * | Try to fix CISven-Hendrik Haase2023-09-241-8/+0
|/ /
* | Bump depsSven-Hendrik Haase2023-08-261-59/+58
| |
* | Merge pull request #1206 from svenstaro/dependabot/cargo/reqwest-0.11.19Sven-Hendrik Haase2023-08-221-7/+14
|\ \ | | | | | | Bump reqwest from 0.11.18 to 0.11.19
| * | Bump reqwest from 0.11.18 to 0.11.19dependabot[bot]2023-08-221-7/+14
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.19. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.18...v0.11.19) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Fix README linebreaks for easier readabilitySven-Hendrik Haase2023-08-211-4/+6
| |
* | Bump depsSven-Hendrik Haase2023-08-211-102/+101
| |
* | Update README for --auth-fileSven-Hendrik Haase2023-08-211-124/+145
| |
* | Fix MIPS compileSven-Hendrik Haase2023-08-211-3/+2
| |
* | Fix arg help formattingSven-Hendrik Haase2023-08-211-4/+9
| |
* | Fix formattingSven-Hendrik Haase2023-08-211-6/+10
| |
* | Merge pull request #1179 from proudmuslim-dev/masterSven-Hendrik Haase2023-08-215-3/+92
|\ \ | | | | | | Add ability to read auth from file
| * | Add tests for `--auth-file` flagProudmuslim2023-08-082-0/+65
| | |
| * | Add `--auth-file` argument to README.mdproudmuslim-dev2023-08-081-0/+4
| | |
| * | Add file content example to `--auth-file` argumentproudmuslim-dev2023-08-031-1/+5
| | |
| * | Update src/args.rsproudmuslim-dev2023-08-031-1/+1
| | | | | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
| * | Add ability to read auth from fileProudmuslim2023-07-212-3/+19
| | |
* | | Bump depsSven-Hendrik Haase2023-08-071-58/+57
| | |
* | | Add CHANGELOG entry for #1193Sven-Hendrik Haase2023-08-071-0/+1
| | |
* | | Merge pull request #1193 from nlopes/nlopes-pretty-urlsSven-Hendrik Haase2023-08-074-1/+62
|\ \ \ | | | | | | | | Add pretty urls
| * | | Adjust from feedbackNorberto Lopes2023-08-071-1/+6
| | | | | | | | | | | | | | | | | | | | - remove info logging - add comment to clarify logic
| * | | Add pretty urlsNorberto Lopes2023-08-064-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new flag namely `--pretty-urls` that when enabled will serve the equivalent `.html` if it exists. Very much the same approach that [`netlify` uses](https://docs.netlify.com/site-deploys/post-processing/). It can be quite useful when having hrefs like `/about` serve `/about.html`.
* | | | Merge pull request #1192 from svenstaro/dependabot/cargo/serde-1.0.181Sven-Hendrik Haase2023-08-061-4/+4
|\ \ \ \ | |/ / / |/| | | Bump serde from 1.0.180 to 1.0.181