aboutsummaryrefslogtreecommitdiffstats
path: root/data (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-09fix loading animation and row height jumping while loading dir sizesLukas Stabe1-13/+26
2025-03-07Add asynchronous directory size countingSven-Hendrik Haase1-0/+19
This is enabled by default and without an option to toggle it off as it's asynchronous and shouldn't block the server thread.
2025-03-07Reformat style.scssSven-Hendrik Haase1-437/+441
2025-02-22feat: address comments; add in new argument (`temp-directory`); add comments ↵Alec Di Vito1-0/+7
to upload code; add tests
2025-02-17feat: implement temporary file uploads and tweak mobile designAlec Di Vito1-4/+18
2025-02-06Add date pill and sort links for mobile viewsFlat1-1/+6
2025-02-05Change font-weight from 300 to normal to improve readabilityShai Coleman1-1/+1
2024-06-06feat: Added HTML and Javascript progress bar when uploading filesAlec Di Vito5-0/+188
2024-04-16fix missing drag-form when dragging file in to browserchaibiq1-1/+1
2024-04-02Update style.scsschaibiq1-0/+1
fix wrapping text
2024-03-16add file and folder symbol to scsschaibiq1-0/+8
2023-07-26Consolidate javascript and add commentsBao Trinh1-9/+12
2023-07-21use grass include macro; remove build.rsBao Trinh5-5/+36
2023-07-12Separate color schemes into separate filesBao Trinh5-230/+196
2023-07-11simplify theme selection using data attributesBao Trinh1-33/+17
2023-01-01update grass to 0.12.0Connor Skees1-2/+22
2022-10-23Change DateTime formats.ivkin1-5/+1
2022-09-01Switch to `fast_qr` cratecyqsimon1-3/+0
2022-09-01Fix drop-down QR codecyqsimon1-21/+4
2022-08-22Use SASS nestingcyqsimon1-12/+13
2022-08-22Remove separators in CSScyqsimon1-5/+0
2022-08-22Move QR code page style to `style.scss`cyqsimon1-0/+22
2022-08-22Automatic formattingcyqsimon1-7/+16
2022-06-26Create directory (#781)Sheepy1-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-06Make more use of flex in mobile formatting (fixes #142)Sven-Hendrik Haase1-10/+18
2021-09-10Align download directory hint properlyjikstra1-1/+1
2021-09-10Apply requested changesjikstra1-1/+1
2021-09-04Fix mobile view pills taking whole width (fixes #591)Sven-Hendrik Haase1-0/+2
2021-09-01Implement a raw rendering mode for recursive folder downloadjikstra1-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-30Implement show symlink destinationDean Li1-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-25Remove on-hover animation of qr codeSven-Hendrik Haase1-1/+0
It made things a bit annoying as every other UI element is snappy and without animations.
2021-05-06add special colors for visited linksRafael Epplée1-5/+18
2021-04-18Wrap breadcrumbs at any charAli MJ Al-Nasrawy1-1/+1
This would make a good use of space in mobile view.
2021-04-11Don't use different syle for symlink symbolAli MJ Al-Nasrawy1-5/+1
2021-04-11CSS: remove unused symlink classAli MJ Al-Nasrawy1-15/+1
2021-04-09Fix breadcrumbs mess on mobileAli MJ Al-Nasrawy1-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-29Move symlink symbol from html to cssAli MJ Al-Nasrawy1-1/+2
This should facilitate testing because this symbol will no longer a part of the entry text shown in html.
2021-03-01Make footer text a bit smallerTamas Levai1-0/+1
2021-03-01Tone down footer text contrastTamas Levai1-4/+4
2021-03-01Use CSS to configure version footer lookTamas Levai1-2/+10
2020-10-02address feedbackLukas Stabe1-5/+16
2020-10-01restore default theme cli option and add default theme dark optionLukas Stabe1-12/+43
2020-10-01fix escaped quotes in font namesLukas Stabe1-1/+1
2020-09-26remove stylelint again and fix a few css issuesLukas Stabe1-69/+84
2020-09-26fix theme picker highlighting of selected themeLukas Stabe1-1/+8
2020-09-26remove default color scheme cli argumentLukas Stabe1-7/+10
2020-09-25[wip] client-side color-scheme handlingLukas Stabe1-0/+667
2020-09-06Add logoSven-Hendrik Haase1-0/+122