Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-06 | feat: Added HTML and Javascript progress bar when uploading files | Alec Di Vito | 5 | -0/+188 | |
2024-04-16 | fix missing drag-form when dragging file in to browser | chaibiq | 1 | -1/+1 | |
2024-04-02 | Update style.scss | chaibiq | 1 | -0/+1 | |
fix wrapping text | |||||
2024-03-16 | add file and folder symbol to scss | chaibiq | 1 | -0/+8 | |
2023-07-26 | Consolidate javascript and add comments | Bao Trinh | 1 | -9/+12 | |
2023-07-21 | use grass include macro; remove build.rs | Bao Trinh | 5 | -5/+36 | |
2023-07-12 | Separate color schemes into separate files | Bao Trinh | 5 | -230/+196 | |
2023-07-11 | simplify theme selection using data attributes | Bao Trinh | 1 | -33/+17 | |
2023-01-01 | update grass to 0.12.0 | Connor Skees | 1 | -2/+22 | |
2022-10-23 | Change DateTime format | s.ivkin | 1 | -5/+1 | |
2022-09-01 | Switch to `fast_qr` crate | cyqsimon | 1 | -3/+0 | |
2022-09-01 | Fix drop-down QR code | cyqsimon | 1 | -21/+4 | |
2022-08-22 | Use SASS nesting | cyqsimon | 1 | -12/+13 | |
2022-08-22 | Remove separators in CSS | cyqsimon | 1 | -5/+0 | |
2022-08-22 | Move QR code page style to `style.scss` | cyqsimon | 1 | -0/+22 | |
2022-08-22 | Automatic formatting | cyqsimon | 1 | -7/+16 | |
2022-06-26 | Create directory (#781) | Sheepy | 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 | |||||
2022-02-06 | Make more use of flex in mobile formatting (fixes #142) | Sven-Hendrik Haase | 1 | -10/+18 | |
2021-09-10 | Align download directory hint properly | jikstra | 1 | -1/+1 | |
2021-09-10 | Apply requested changes | jikstra | 1 | -1/+1 | |
2021-09-04 | Fix mobile view pills taking whole width (fixes #591) | Sven-Hendrik Haase | 1 | -0/+2 | |
2021-09-01 | Implement a raw rendering mode for recursive folder download | jikstra | 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 | |||||
2021-08-30 | Implement show symlink destination | Dean Li | 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 | |||||
2021-08-25 | Remove on-hover animation of qr code | Sven-Hendrik Haase | 1 | -1/+0 | |
It made things a bit annoying as every other UI element is snappy and without animations. | |||||
2021-05-06 | add special colors for visited links | Rafael Epplée | 1 | -5/+18 | |
2021-04-18 | Wrap breadcrumbs at any char | Ali MJ Al-Nasrawy | 1 | -1/+1 | |
This would make a good use of space in mobile view. | |||||
2021-04-11 | Don't use different syle for symlink symbol | Ali MJ Al-Nasrawy | 1 | -5/+1 | |
2021-04-11 | CSS: remove unused symlink class | Ali MJ Al-Nasrawy | 1 | -15/+1 | |
2021-04-09 | Fix breadcrumbs mess on mobile | Ali MJ Al-Nasrawy | 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. | |||||
2021-03-29 | Move symlink symbol from html to css | Ali MJ Al-Nasrawy | 1 | -1/+2 | |
This should facilitate testing because this symbol will no longer a part of the entry text shown in html. | |||||
2021-03-01 | Make footer text a bit smaller | Tamas Levai | 1 | -0/+1 | |
2021-03-01 | Tone down footer text contrast | Tamas Levai | 1 | -4/+4 | |
2021-03-01 | Use CSS to configure version footer look | Tamas Levai | 1 | -2/+10 | |
2020-10-02 | address feedback | Lukas Stabe | 1 | -5/+16 | |
2020-10-01 | restore default theme cli option and add default theme dark option | Lukas Stabe | 1 | -12/+43 | |
2020-10-01 | fix escaped quotes in font names | Lukas Stabe | 1 | -1/+1 | |
2020-09-26 | remove stylelint again and fix a few css issues | Lukas Stabe | 1 | -69/+84 | |
2020-09-26 | fix theme picker highlighting of selected theme | Lukas Stabe | 1 | -1/+8 | |
2020-09-26 | remove default color scheme cli argument | Lukas Stabe | 1 | -7/+10 | |
2020-09-25 | [wip] client-side color-scheme handling | Lukas Stabe | 1 | -0/+667 | |
2020-09-06 | Add logo | Sven-Hendrik Haase | 1 | -0/+122 | |