Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into upload-progress-bar | Sven-Hendrik Haase | 2025-02-07 | 1 | -2/+7 |
|\ | |||||
| * | Add date pill and sort links for mobile views | Flat | 2025-02-06 | 1 | -1/+6 |
| | | |||||
| * | Change font-weight from 300 to normal to improve readability | Shai Coleman | 2025-02-05 | 1 | -1/+1 |
| | | |||||
* | | feat: Added HTML and Javascript progress bar when uploading files | Alec Di Vito | 2024-06-06 | 1 | -0/+156 |
|/ | |||||
* | fix missing drag-form when dragging file in to browser | chaibiq | 2024-04-16 | 1 | -1/+1 |
| | |||||
* | Update style.scss | chaibiq | 2024-04-02 | 1 | -0/+1 |
| | | | fix wrapping text | ||||
* | add file and folder symbol to scss | chaibiq | 2024-03-16 | 1 | -0/+8 |
| | |||||
* | Consolidate javascript and add comments | Bao Trinh | 2023-07-26 | 1 | -9/+12 |
| | |||||
* | use grass include macro; remove build.rs | Bao Trinh | 2023-07-21 | 1 | -5/+4 |
| | |||||
* | Separate color schemes into separate files | Bao Trinh | 2023-07-12 | 1 | -230/+12 |
| | |||||
* | simplify theme selection using data attributes | Bao Trinh | 2023-07-11 | 1 | -33/+17 |
| | |||||
* | update grass to 0.12.0 | Connor Skees | 2023-01-01 | 1 | -2/+22 |
| | |||||
* | Change DateTime format | s.ivkin | 2022-10-23 | 1 | -5/+1 |
| | |||||
* | Switch to `fast_qr` crate | cyqsimon | 2022-09-01 | 1 | -3/+0 |
| | |||||
* | Fix drop-down QR code | cyqsimon | 2022-09-01 | 1 | -21/+4 |
| | |||||
* | Use SASS nesting | cyqsimon | 2022-08-22 | 1 | -12/+13 |
| | |||||
* | Remove separators in CSS | cyqsimon | 2022-08-22 | 1 | -5/+0 |
| | |||||
* | Move QR code page style to `style.scss` | cyqsimon | 2022-08-22 | 1 | -0/+22 |
| | |||||
* | Automatic formatting | cyqsimon | 2022-08-22 | 1 | -7/+16 |
| | |||||
* | 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 |