Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set default sorting order and method with arguments | elandsborough | 2024-01-13 | 1 | -2/+2 |
* | Merge pull request #1228 from cyqsimon/upload-refactor | Sven-Hendrik Haase | 2023-09-24 | 1 | -2/+2 |
|\ | |||||
| * | Use distinct query type for file op APIs | cyqsimon | 2023-09-05 | 1 | -2/+2 |
* | | use a char instead of string literal | Dashon Wells | 2023-08-02 | 1 | -1/+1 |
* | | Run cargo fmt to fix formatting | Dashon Wells | 2023-08-02 | 1 | -2/+3 |
* | | Encode single quote in directory path name | Dashon Wells | 2023-08-02 | 1 | -1/+2 |
* | | Consolidate javascript and add comments | Bao Trinh | 2023-07-26 | 1 | -35/+29 |
* | | use grass include macro; remove build.rs | Bao Trinh | 2023-07-21 | 1 | -4/+4 |
* | | remove commented code | Bao Trinh | 2023-07-20 | 1 | -2/+0 |
* | | Separate color schemes into separate files | Bao Trinh | 2023-07-12 | 1 | -0/+15 |
* | | simplify theme selection using data attributes | Bao Trinh | 2023-07-11 | 1 | -13/+12 |
|/ | |||||
* | Split up wget tests | Sven-Hendrik Haase | 2023-03-01 | 1 | -23/+35 |
* | Merge pull request #1043 from Yusuto/wget-fix | Sven-Hendrik Haase | 2023-03-01 | 1 | -20/+88 |
|\ | |||||
| * | Added tests and small fixes | Silux | 2023-02-25 | 1 | -5/+68 |
| * | Switched from using AsRef<str> to using &Uri | Silux | 2023-02-22 | 1 | -9/+10 |
| * | Make the wget footer click to copy | Silux | 2023-02-22 | 1 | -1/+5 |
| * | Cleaned up thewget_footer function and generated command | Silux | 2023-02-22 | 1 | -18/+14 |
| * | Fix the wget footer | Silux | 2023-02-21 | 1 | -7/+11 |
* | | Merge pull request #991 from Vam-Jam/sort_down_fix | Sven-Hendrik Haase | 2023-02-21 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | [fix] Sorting breaks subdir downloading | Vamist | 2022-12-06 | 1 | -1/+1 |
* | | Bump more deps | Sven-Hendrik Haase | 2023-01-22 | 1 | -1/+1 |
* | | Fix lints | Sven-Hendrik Haase | 2022-12-19 | 1 | -11/+11 |
|/ | |||||
* | Bump deps | Sven-Hendrik Haase | 2022-11-11 | 1 | -1/+5 |
* | Refactoring | IvkinStanislav | 2022-11-10 | 1 | -4/+2 |
* | Update datetime format | IvkinStanislav | 2022-11-10 | 1 | -1/+1 |
* | Change DateTime format | s.ivkin | 2022-10-23 | 1 | -11/+6 |
* | Upgrade clap to v4 | Sven-Hendrik Haase | 2022-10-12 | 1 | -3/+13 |
* | Bump deps | Sven-Hendrik Haase | 2022-09-26 | 1 | -2/+2 |
* | Tidy up some imports | Sven-Hendrik Haase | 2022-09-20 | 1 | -4/+3 |
* | Merge pull request #858 from jonasdiemer/restrict-upload-dir | Sven-Hendrik Haase | 2022-09-20 | 1 | -1/+7 |
|\ | |||||
| * | Changed handling of allowed path to fix Windows | Jonas Diemer | 2022-09-19 | 1 | -1/+1 |
| * | cargo fmt | Jonas Diemer | 2022-09-18 | 1 | -3/+6 |
| * | Renamed option for more clarity | Jonas Diemer | 2022-09-18 | 1 | -1/+1 |
| * | cleaned up code using any() | Jonas Diemer | 2022-09-18 | 1 | -14/+2 |
| * | Switched to use of PathBuf, fixed for subdirs | Jonas Diemer | 2022-09-18 | 1 | -8/+15 |
| * | fixed rendering of upload if non-restricted | Jonas Diemer | 2022-09-18 | 1 | -1/+2 |
| * | Added option restrict-upload-dir | Jonas Diemer | 2022-09-18 | 1 | -1/+8 |
* | | Fix `fast_qr` API breaking change | cyqsimon | 2022-09-19 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' into qrcode | cyqsimon | 2022-09-15 | 1 | -3/+5 |
|\ | |||||
| * | Add tests for `--readme` | Gaurav | 2022-08-26 | 1 | -3/+5 |
* | | Add tooltip on QR code | cyqsimon | 2022-09-15 | 1 | -1/+1 |
* | | Move QR margin size into `consts` | cyqsimon | 2022-09-01 | 1 | -1/+1 |
* | | Switch to `fast_qr` crate | cyqsimon | 2022-09-01 | 1 | -26/+10 |
* | | Fix drop-down QR code | cyqsimon | 2022-09-01 | 1 | -38/+57 |
* | | Move QR code page style to `style.scss` | cyqsimon | 2022-08-22 | 1 | -30/+17 |
* | | Fix tests | cyqsimon | 2022-08-22 | 1 | -1/+1 |
* | | Switch to `qrcode` lib | cyqsimon | 2022-08-22 | 1 | -0/+40 |
|/ | |||||
* | Simplify README code a bit | Sven-Hendrik Haase | 2022-08-14 | 1 | -8/+8 |
* | Edit Readme struct to remove render bool | Gaurav | 2022-08-14 | 1 | -4/+4 |
* | Make Readme struct | Gaurav | 2022-08-14 | 1 | -12/+5 |