aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #375 from svenstaro/dependabot/cargo/actix-web-3.0.2dependabot-preview[bot]2020-09-161-6/+6
|\ \ \ | |/ / |/| |
| * | Bump actix-web from 3.0.1 to 3.0.2dependabot-preview[bot]2020-09-161-6/+6
|/ / | | | | | | | | | | | | | | Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v3.0.1...web-v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #374 from svenstaro/dependabot/cargo/actix-web-3.0.1dependabot-preview[bot]2020-09-141-6/+6
|\ \
| * | Bump actix-web from 3.0.0 to 3.0.1dependabot-preview[bot]2020-09-141-6/+6
|/ / | | | | | | | | | | | | | | Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v3.0.0...web-v3.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
| * Fix cargo fmt checkKevin Cui2020-09-151-1/+1
| |
| * Cleanup formatKevin Cui2020-09-151-1/+1
| |
| * Replace HumanTime::to_text_en by HumanTimeKevin Cui2020-09-151-8/+2
| |
| * Fix wrong use of formatKevin Cui2020-09-141-1/+1
| |
| * Show "now" when last modification time less than 11 secondsKevin Cui2020-09-121-1/+7
|/
* Upgrade to actix-web 3.0.0Sven-Hendrik Haase2020-09-114-106/+502
|
* Merge pull request #370 from komi1230/masterSven-Hendrik Haase2020-09-091-1/+1
|\ | | | | Upgraded toolchain to nightly-2020-09-08
| * Upgraded toolchain to nightly-2020-09-08komi2020-09-091-1/+1
|/
* Bump depsSven-Hendrik Haase2020-09-061-18/+22
|
* Add logoSven-Hendrik Haase2020-09-061-0/+122
|
* Merge pull request #367 from svenstaro/dependabot/cargo/tar-0.4.30Sven-Hendrik Haase2020-09-012-3/+3
|\ | | | | Bump tar from 0.4.29 to 0.4.30
| * Bump tar from 0.4.29 to 0.4.30dependabot-preview[bot]2020-09-012-3/+3
|/ | | | | | | Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.29 to 0.4.30. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.29...0.4.30) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #365 from svenstaro/dependabot/cargo/reqwest-0.10.8Sven-Hendrik Haase2020-08-271-2/+2
|\ | | | | Bump reqwest from 0.10.7 to 0.10.8
| * Bump reqwest from 0.10.7 to 0.10.8dependabot-preview[bot]2020-08-261-2/+2
| | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.7 to 0.10.8. - [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.10.7...v0.10.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #366 from svenstaro/dependabot/cargo/structopt-0.3.17Sven-Hendrik Haase2020-08-271-4/+4
|\ \ | |/ |/| Bump structopt from 0.3.16 to 0.3.17
| * Bump structopt from 0.3.16 to 0.3.17dependabot-preview[bot]2020-08-261-4/+4
|/ | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.16 to 0.3.17. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.16...v0.3.17) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump Dockerfile nightly versionSven-Hendrik Haase2020-08-253-3/+2
|
* Fix formattingSven-Hendrik Haase2020-08-242-1/+3
|
* Remove duplicated identifiersSven-Hendrik Haase2020-08-242-2/+2
|
* Try to fix file names on WindowsSven-Hendrik Haase2020-08-242-2/+8
|
* Bump lockfileSven-Hendrik Haase2020-08-241-1132/+1132
|
* Fix double-escaping (fixes #354)Sven-Hendrik Haase2020-08-246-15/+13
|
* Give up and just duplicate stuffSven-Hendrik Haase2020-08-241-4/+3
|
* Fix CHANGELOG formattingSven-Hendrik Haase2020-08-241-0/+1
|
* Add CHANGELOG entry for recent contributionsSven-Hendrik Haase2020-08-241-0/+3
|
* Merge pull request #362 from ahti/masterSven-Hendrik Haase2020-08-242-38/+55
|\ | | | | visual and sorting fixes
| * make linter happyLukas Stabe2020-08-211-2/+6
| |
| * set size and date column to smaller, fixed sizesLukas Stabe2020-08-211-6/+13
| |
| * make name ordering case-insensitiveLukas Stabe2020-08-211-23/+19
| |
| * url-decode path in title and headingLukas Stabe2020-08-212-9/+19
| |
* | Bump some depsSven-Hendrik Haase2020-08-241-230/+215
| |
* | Upgrade toolchain to nightly-2020-08-21Sven-Hendrik Haase2020-08-241-1/+1
|/
* Merge pull request #361 from svenstaro/dependabot/cargo/chrono-0.4.15Sven-Hendrik Haase2020-08-172-7/+7
|\ | | | | Bump chrono from 0.4.13 to 0.4.15
| * Bump chrono from 0.4.13 to 0.4.15dependabot-preview[bot]2020-08-172-7/+7
|/ | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.13 to 0.4.15. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.13...v0.4.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #360 from svenstaro/dependabot/cargo/serde-1.0.115dependabot-preview[bot]2020-08-112-18/+18
|\
| * Bump serde from 1.0.114 to 1.0.115dependabot-preview[bot]2020-08-112-18/+18
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.114 to 1.0.115. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.114...v1.0.115) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #358 from svenstaro/dependabot/cargo/strum_macros-0.19.2Sven-Hendrik Haase2020-08-072-4/+4
|\ | | | | Bump strum_macros from 0.19.1 to 0.19.2
| * Bump strum_macros from 0.19.1 to 0.19.2dependabot-preview[bot]2020-08-072-4/+4
|/ | | | | | | | Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.19.1 to 0.19.2. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #359 from svenstaro/dependabot/cargo/strum-0.19.2Sven-Hendrik Haase2020-08-072-4/+4
|\ | | | | Bump strum from 0.19.1 to 0.19.2
| * Bump strum from 0.19.1 to 0.19.2dependabot-preview[bot]2020-08-072-4/+4
|/ | | | | | | | Bumps [strum](https://github.com/Peternator7/strum) from 0.19.1 to 0.19.2. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #357 from svenstaro/dependabot/cargo/structopt-0.3.16Sven-Hendrik Haase2020-08-061-6/+6
|\ | | | | Bump structopt from 0.3.15 to 0.3.16
| * Bump structopt from 0.3.15 to 0.3.16dependabot-preview[bot]2020-08-061-6/+6
|/ | | | | | | | Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.15 to 0.3.16. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #355 from svenstaro/dependabot/cargo/strum_macros-0.19.1Sven-Hendrik Haase2020-08-032-4/+4
|\ | | | | Bump strum_macros from 0.18.0 to 0.19.1
| * Bump strum_macros from 0.18.0 to 0.19.1dependabot-preview[bot]2020-08-032-4/+4
|/ | | | | | | | Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.18.0 to 0.19.1. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #356 from svenstaro/dependabot/cargo/strum-0.19.1Sven-Hendrik Haase2020-08-032-4/+4
|\ | | | | Bump strum from 0.18.0 to 0.19.1
| * Bump strum from 0.18.0 to 0.19.1dependabot-preview[bot]2020-08-032-4/+4
|/ | | | | | | | Bumps [strum](https://github.com/Peternator7/strum) from 0.18.0 to 0.19.1. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>