aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: implement temporary file uploads and tweak mobile designAlec Di Vito2025-02-171-4/+18
|
* Merge branch 'master' into upload-progress-barSven-Hendrik Haase2025-02-071-2/+7
|\
| * Add date pill and sort links for mobile viewsFlat2025-02-061-1/+6
| |
| * Change font-weight from 300 to normal to improve readabilityShai Coleman2025-02-051-1/+1
| |
* | feat: Added HTML and Javascript progress bar when uploading filesAlec Di Vito2024-06-065-0/+188
|/
* fix missing drag-form when dragging file in to browserchaibiq2024-04-161-1/+1
|
* Update style.scsschaibiq2024-04-021-0/+1
| | | fix wrapping text
* add file and folder symbol to scsschaibiq2024-03-161-0/+8
|
* Consolidate javascript and add commentsBao Trinh2023-07-261-9/+12
|
* use grass include macro; remove build.rsBao Trinh2023-07-215-5/+36
|
* Separate color schemes into separate filesBao Trinh2023-07-125-230/+196
|
* simplify theme selection using data attributesBao Trinh2023-07-111-33/+17
|
* update grass to 0.12.0Connor Skees2023-01-011-2/+22
|
* Change DateTime formats.ivkin2022-10-231-5/+1
|
* Switch to `fast_qr` cratecyqsimon2022-09-011-3/+0
|
* Fix drop-down QR codecyqsimon2022-09-011-21/+4
|
* Use SASS nestingcyqsimon2022-08-221-12/+13
|
* Remove separators in CSScyqsimon2022-08-221-5/+0
|
* Move QR code page style to `style.scss`cyqsimon2022-08-221-0/+22
|
* Automatic formattingcyqsimon2022-08-221-7/+16
|
* Create directory (#781)Sheepy2022-06-261-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 Haase2022-02-061-10/+18
|
* Align download directory hint properlyjikstra2021-09-101-1/+1
|
* Merge branch 'master' into feat_raw_modeJikstra2021-09-101-0/+2
|\
| * Fix mobile view pills taking whole width (fixes #591)Sven-Hendrik Haase2021-09-041-0/+2
| |
* | Apply requested changesjikstra2021-09-101-1/+1
| |
* | Implement a raw rendering mode for recursive folder downloadjikstra2021-09-011-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 destinationDean Li2021-08-301-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-colorsSven-Hendrik Haase2021-08-291-5/+18
|\ | | | | add special colors for visited links
| * add special colors for visited linksRafael Epplée2021-05-061-5/+18
| |
* | Remove on-hover animation of qr codeSven-Hendrik Haase2021-08-251-1/+0
|/ | | | It made things a bit annoying as every other UI element is snappy and without animations.
* Merge branch 'master' into rfc-resolve-symlinksAli MJ Al-Nasrawy2021-04-181-1/+6
|\
| * Wrap breadcrumbs at any charAli MJ Al-Nasrawy2021-04-181-1/+1
| | | | | | This would make a good use of space in mobile view.
| * Fix breadcrumbs mess on mobileAli MJ Al-Nasrawy2021-04-091-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 symbolAli MJ Al-Nasrawy2021-04-111-5/+1
| |
* | CSS: remove unused symlink classAli MJ Al-Nasrawy2021-04-111-15/+1
| |
* | Move symlink symbol from html to cssAli MJ Al-Nasrawy2021-03-291-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 smallerTamas Levai2021-03-011-0/+1
|
* Tone down footer text contrastTamas Levai2021-03-011-4/+4
|
* Use CSS to configure version footer lookTamas Levai2021-03-011-2/+10
|
* address feedbackLukas Stabe2020-10-021-5/+16
|
* restore default theme cli option and add default theme dark optionLukas Stabe2020-10-011-12/+43
|
* fix escaped quotes in font namesLukas Stabe2020-10-011-1/+1
|
* remove stylelint again and fix a few css issuesLukas Stabe2020-09-261-69/+84
|
* fix theme picker highlighting of selected themeLukas Stabe2020-09-261-1/+8
|
* remove default color scheme cli argumentLukas Stabe2020-09-261-7/+10
|
* [wip] client-side color-scheme handlingLukas Stabe2020-09-251-0/+667
|
* Add logoSven-Hendrik Haase2020-09-061-0/+122