Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create directory (#781) | Sheepy | 2022-06-26 | 1 | -7/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ability to make directory Frontend for making directories Fix potential security vulnerability (CWE-23) Add tests Update README.md Disallow using parent directories altogether Fix formatting Fix clippy warnings Address review comments Update README.md Change `making` to `creation` Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> Have make directory flag require file upload flag Address review comments * Disallow uploading files and making directories through symlinks when disabled * Add test * Clippy formatting changes * Add test doc comment | ||||
* | Make more use of flex in mobile formatting (fixes #142) | Sven-Hendrik Haase | 2022-02-06 | 1 | -10/+18 |
| | |||||
* | Align download directory hint properly | jikstra | 2021-09-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into feat_raw_mode | Jikstra | 2021-09-10 | 1 | -0/+2 |
|\ | |||||
| * | Fix mobile view pills taking whole width (fixes #591) | Sven-Hendrik Haase | 2021-09-04 | 1 | -0/+2 |
| | | |||||
* | | Apply requested changes | jikstra | 2021-09-10 | 1 | -1/+1 |
| | | |||||
* | | Implement a raw rendering mode for recursive folder download | jikstra | 2021-09-01 | 1 | -0/+14 |
|/ | | | | | | | - Raw mode only displays file/folders and is more focused on computer processing - Display a banner in footer to recursively download the current folder with wget | ||||
* | Implement show symlink destination | Dean Li | 2021-08-30 | 1 | -5/+11 |
| | | | | | | | | | | | | | Add option `show_symlink_info` to represent show symlink info or not. (Default to no) Show symlink destination after symlink symbol in directory listing Resemble `ls -l` and also the short argument select for this feature is also `-l`. Basic testing is included. Related to #499 | ||||
* | Merge pull request #521 from raffomania/fix-visited-link-colors | Sven-Hendrik Haase | 2021-08-29 | 1 | -5/+18 |
|\ | | | | | add special colors for visited links | ||||
| * | add special colors for visited links | Rafael Epplée | 2021-05-06 | 1 | -5/+18 |
| | | |||||
* | | Remove on-hover animation of qr code | Sven-Hendrik Haase | 2021-08-25 | 1 | -1/+0 |
|/ | | | | It made things a bit annoying as every other UI element is snappy and without animations. | ||||
* | Merge branch 'master' into rfc-resolve-symlinks | Ali MJ Al-Nasrawy | 2021-04-18 | 1 | -1/+6 |
|\ | |||||
| * | Wrap breadcrumbs at any char | Ali MJ Al-Nasrawy | 2021-04-18 | 1 | -1/+1 |
| | | | | | | This would make a good use of space in mobile view. | ||||
| * | Fix breadcrumbs mess on mobile | Ali MJ Al-Nasrawy | 2021-04-09 | 1 | -0/+5 |
| | | | | | | | | | | | | On mobile devices, 'display: block' is set for '.directory' class. While this neccessary to make the whole row for directories entry clickable, it distorts the links in breadcrumbs. | ||||
* | | Don't use different syle for symlink symbol | Ali MJ Al-Nasrawy | 2021-04-11 | 1 | -5/+1 |
| | | |||||
* | | CSS: remove unused symlink class | Ali MJ Al-Nasrawy | 2021-04-11 | 1 | -15/+1 |
| | | |||||
* | | Move symlink symbol from html to css | Ali MJ Al-Nasrawy | 2021-03-29 | 1 | -1/+2 |
|/ | | | | | This should facilitate testing because this symbol will no longer a part of the entry text shown in html. | ||||
* | Make footer text a bit smaller | Tamas Levai | 2021-03-01 | 1 | -0/+1 |
| | |||||
* | Tone down footer text contrast | Tamas Levai | 2021-03-01 | 1 | -4/+4 |
| | |||||
* | Use CSS to configure version footer look | Tamas Levai | 2021-03-01 | 1 | -2/+10 |
| | |||||
* | address feedback | Lukas Stabe | 2020-10-02 | 1 | -5/+16 |
| | |||||
* | restore default theme cli option and add default theme dark option | Lukas Stabe | 2020-10-01 | 1 | -12/+43 |
| | |||||
* | fix escaped quotes in font names | Lukas Stabe | 2020-10-01 | 1 | -1/+1 |
| | |||||
* | remove stylelint again and fix a few css issues | Lukas Stabe | 2020-09-26 | 1 | -69/+84 |
| | |||||
* | fix theme picker highlighting of selected theme | Lukas Stabe | 2020-09-26 | 1 | -1/+8 |
| | |||||
* | remove default color scheme cli argument | Lukas Stabe | 2020-09-26 | 1 | -7/+10 |
| | |||||
* | [wip] client-side color-scheme handling | Lukas Stabe | 2020-09-25 | 1 | -0/+667 |
| | |||||
* | Add logo | Sven-Hendrik Haase | 2020-09-06 | 1 | -0/+122 |