aboutsummaryrefslogtreecommitdiff
path: root/ui
Commit message (Collapse)AuthorAge
* Add support for opus and wavgeorgekav2023-03-05
|
* Add missing m4a checks for audio filegeorgekav2023-02-20
|
* Add M4A GUI supportgeorgekav22023-02-20
|
* Fixed safari not responding to focus #192PikuZheng2023-02-12
|
* upgrade dependenciesAlex Shnitman2023-02-10
|
* download path fixesAlex Shnitman2023-02-10
|
* Merge remote-tracking branch 'origin/master' into download_to_deviceAlex Shnitman2023-02-10
|\
| * upgrade dependenciesAlex Shnitman2023-02-04
| |
| * Fix boolean env variables (closes #213)Alex Shnitman2023-02-04
| |
| * unique downloads of identically named videosChris Kanich2023-02-03
| |
| * upgrade dependenciesAlex Shnitman2022-12-24
| |
| * upgrade dependencies; add troubleshooting section to READMEAlex Shnitman2022-11-19
| |
| * upgrade dependenciesAlex Shnitman2022-10-30
| |
| * Merge branch 'master' of https://github.com/alexta69/metube into ↵Alex Shnitman2022-09-30
| |\ | | | | | | | | | custom-download-folder
| | * Merge pull request #176 from PikuZheng/patch-2Alex2022-09-01
| | |\ | | | | | | | | add autocomplete="off" spellcheck="false" (closes #175)
| | | * add autocomplete="off" spellcheck="false"PikuZheng2022-08-30
| | | | | | | | | | | | | | | | #175 it's also useful on android
| | * | Merge pull request #148 from 1RandomDev/download-thumbnailAlex2022-09-01
| | |\ \ | | | |/ | | |/| Added option for thumbnail only
| | | * Added option for thumbnail only1RandomDev2022-06-06
| | | |
| * | | use bindJames Woglom2022-09-19
| | | |
| * | | attempt to fix issue where folder is sent by frontend as {folder: "foo"} ↵James Woglom2022-09-19
| | | | | | | | | | | | | | | | instead of string
| * | | bugfix: resolve full base directory before startswith checkJames Woglom2022-09-19
| | | |
| * | | CREATE_DIRS -> CREATE_CUSTOM_DIRSJames Woglom2022-09-19
| | | |
| * | | remove unneeded stylePreprocessorOptionsJames Woglom2022-08-30
| | | |
| * | | fix button rounding when CUSTOM_DIRS=falseJames Woglom2022-08-30
| | | |
| * | | Link to audio files and those with custom folders properlyJames Woglom2022-08-30
| | | |
| * | | switch between audio and default custom directories on changeJames Woglom2022-08-30
| | | |
| * | | Fill in download_dir or audio_download_dir on launchJames Woglom2022-08-30
| | | |
| * | | almost functional with selectizeJames Woglom2022-08-29
| | | |
| * | | load selectizeJames Woglom2022-08-29
| | | |
| * | | pass custom_directories from server to clientJames Woglom2022-08-29
| | | |
| * | | Propagate configuration on load via downloads socketJames Woglom2022-08-29
| | | |
| * | | Use angular primitives to toggleJames Woglom2022-08-29
| |/ /
* / / Added download button to the uiCavazzaTommaso2022-09-01
|/ / | | | | | | For personal needs, I've added the download button to the completed downloads
* / angular 13 and bootstrap 5Alex Shnitman2022-06-23
|/
* upgrade dependencies; save old docker imagesAlex Shnitman2022-02-18
|
* add title with filename to downloads (closes #105)Alex Shnitman2022-01-26
|
* reworked persistent queuesAlex Shnitman2022-01-25
|
* encode download links (closes #104)Alex Shnitman2022-01-14
|
* Updated layout for new ButtonErazor22022-01-04
|
* Updated layout for new ButtonErazor22022-01-04
|
* Fixed retry for all SitesErazor22022-01-04
|
* Added URL-ButtonErazor22022-01-04
|
* changes to the theme toggle buttonAlex Shnitman2021-12-17
|
* Theme button is now material buttonasuyou2021-12-17
|
* Made theme toggleableasuyou2021-12-16
|
* Add download link to downloaded fileSteffen Klee2021-12-13
| | | | | | | | | This adds a simple download link that points to the downloaded file. Note: This makes all files in the download directory (and its sub-directory) available to any user. Closes gh-26
* fix sass syntax for dark modeAlex Shnitman2021-12-11
|
* add a simple dark theme with OS themePikuZheng2021-12-11
| | | | It will invert the color to make it look dark if your OS selects dark mode. (eg. Windows 10 Settings - Personalization - Colors - App Mode - Dark #81
* Merge branch 'master' of https://github.com/alexta69/metube into mp3-supportAlex Shnitman2021-11-20
|\
| * fix breakage after upgradeAlex Shnitman2021-11-13
| |
bgstack15