so://phie

verbal

A mobile app for listening to radio stations from around the globe (archive)

git clone git@soophie.de:/srv/git/verbal

  • ID TIME MESSAGE AUTHOR
  • dead0bd 2023-03-20 Merge pull request #30 from typable/dependabot/cargo/dirs-5.0.0 Update dirs requirement from 4.0.0 to 5.0.0 Andreas
  • e03f65f 2023-03-20 Update dirs requirement from 4.0.0 to 5.0.0 Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot]
  • ff93f5c 2023-01-30 Merge pull request #28 from typable/dependabot/cargo/tide-compress-0.11.0 Update tide-compress requirement from 0.10.2 to 0.11.0 Andreas
  • 747aec9 2023-01-30 Merge pull request #29 from typable/dependabot/cargo/toml-0.7.0 Update toml requirement from 0.5.9 to 0.7.0 Andreas
  • 13bb004 2023-01-30 Update toml requirement from 0.5.9 to 0.7.0 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v0.7.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot]
  • 309426f 2023-01-23 Update tide-compress requirement from 0.10.2 to 0.11.0 Updates the requirements on [tide-compress](https://github.com/Fishrock123/tide-compress) to permit the latest version. - [Release notes](https://github.com/Fishrock123/tide-compress/releases) - [Changelog](https://github.com/Fishrock123/tide-compress/blob/main/Changelog.md) - [Commits](https://github.com/Fishrock123/tide-compress/compare/0.10.2...0.11.0) --- updated-dependencies: - dependency-name: tide-compress dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot]
  • 164821c 2022-12-02 Added hook script typable
  • d2e9dc3 2022-11-28 Merge pull request #27 from typable/dependabot/cargo/env_logger-0.10.0 Update env_logger requirement from 0.9.0 to 0.10.0 Andreas
  • 261c604 2022-11-28 Update env_logger requirement from 0.9.0 to 0.10.0 Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot]
  • 0fc12fb 2022-11-14 Update README.md Andreas
  • 879d6c7 2022-11-14 Removed docker typable
  • 63b62f0 2022-11-14 Added service file typable
  • 8b322bb 2022-10-20 Added loading animation for station details typable
  • 35c7a0d 2022-10-20 Fixed UTC if statement typable
  • 64547a8 2022-10-20 Fixed UTC formatting again typable
  • a670341 2022-10-20 Fixed UTC formatting typable
  • 65064a4 2022-10-20 Added UTC to station typable
  • 200720b 2022-10-19 Updated tooltips and button state typable
  • 298bd61 2022-10-17 Updated docker-compose.yml typable
  • 588d91f 2022-10-17 Updated workdir typable
  • 5052f9f 2022-10-11 Create rust-clippy.yml Andreas
  • a1a1223 2022-10-11 Delete codeql-analysis.yml Andreas
  • 1d54f8a 2022-10-10 Excluded preflight requests from auth process typable
  • 486284b 2022-10-05 Added city to station model typable
  • dd5c9af 2022-10-05 Added scripts & improved response handling typable
  • dd06d7c 2022-09-13 Fixed carousel component layout typable
  • 984192e 2022-09-12 Added profile page typable
  • 26b023c 2022-09-12 Added overflow scroll fix for webkit typable
  • 2cd73b0 2022-09-11 Fixed player modal interaction typable
  • 7999e1c 2022-09-11 Improved player modal for desktop typable
  • 3c5c00b 2022-09-11 Fixed play-button state typable
  • a072cb6 2022-09-11 Fixed empty uid in station again typable
  • 3b4c692 2022-09-11 Fixed empty uid in station typable
  • 25cbcbe 2022-09-10 Fixed account creation typable
  • 84f7a88 2022-09-10 Added non-account app usage typable
  • da17e28 2022-09-10 Fixed auth routing typable
  • 5ae2a87 2022-09-09 Fixed padding of detail/not-found page typable
  • 38c71f5 2022-09-09 Fixed max-width of detail/not-found page typable
  • e67e17e 2022-09-09 Fixed routing of player modal typable
  • 52a6bed 2022-09-09 Added routing & not-found page typable
  • cb0842a 2022-09-09 Fixed play-button updating typable
  • e13bb3f 2022-09-09 Added play-button component typable
  • 7c22c2a 2022-09-09 Added carousel component & removed tab sliding typable
  • e78cdbb 2022-09-08 Added station grid type & improved account typable
  • 1f81b19 2022-09-08 Fixed detail page info padding typable
  • 0296f33 2022-09-08 Added station group info typable
  • 0fed59d 2022-09-08 Added search reset typable
  • aab6398 2022-09-08 Removed detail page animation on desktop typable
  • 44c574c 2022-09-08 Improved SEO & player modal typable
  • ee0192c 2022-09-07 Fixed duplicate stations typable
  • 6f351c5 2022-09-07 Added likes to station details typable
  • eb33105 2022-09-07 Added categories to search page typable
  • 4beb976 2022-09-07 Added correct logo files typable
  • e223b58 2022-09-07 Updated logo dimensions typable
  • 31e42ca 2022-09-07 Updated logo background color typable
  • f5c7d43 2022-09-07 Updated logo typable
  • 61af170 2022-09-07 Added station group description typable
  • fe3b693 2022-09-07 Fixed player modal width typable
  • 7dcc3d8 2022-09-07 Fixed color script typable
  • baaf441 2022-09-07 Fixed station group condition typable
  • 014e8f9 2022-09-07 Added station groups typable
  • 1241dd5 2022-09-07 Added timestamp to tables typable
  • b49671a 2022-09-06 Fixed detail page overflow typable
  • 488719c 2022-09-06 Improved detail page & added detail buttons typable
  • 478774e 2022-09-06 Added wiki script typable
  • e747e6b 2022-09-06 Removed logging typable
  • 9b98988 2022-09-06 Added authentication typable
  • 15e4e2d 2022-09-05 Added icon specific colors typable
  • 9643d8b 2022-09-05 Added station_stats table typable
  • 446e576 2022-09-05 Added songtext animation typable
  • cef87e0 2022-09-05 Fixed mobile search scroll typable
  • 0210e8e 2022-09-04 Fixed detail open animation typable
  • 47ade27 2022-09-04 Added detail component typable
  • dfe149f 2022-09-04 Added image component typable
  • 2a95c5b 2022-09-02 Create codeql-analysis.yml Andreas
  • 50824a6 2022-09-02 Improved player slide animation typable
  • 2dbb536 2022-09-01 Fixed width of player play button typable
  • d7d87c5 2022-09-01 Improved player modal typable
  • 37392c3 2022-09-01 Updated welcome popup & improved account tab typable
  • 76f08dd 2022-09-01 Added select component & improved player button typable
  • b681172 2022-09-01 Added settings & linked devices typable
  • 907faf1 2022-08-31 Fixed song fetch displaying 'null' typable
  • 24a1acd 2022-08-31 Improved flags of build script typable
  • 2665452 2022-08-30 Merge pull request #19 from typable/dev Added local config file & optimized PWA Andreas
  • ebc54fd 2022-08-30 Improved PWA requirements typable
  • 073f2c5 2022-08-30 Added local config file overwrite typable
  • 9b93326 2022-08-30 Improved build script typable
  • c75caa7 2022-08-30 Merge pull request #18 from typable/dev Added docker-compose approach Andreas
  • 9ecec8b 2022-08-30 Added docker-compose approach typable
  • fbe3370 2022-08-30 Added dynamic font/lib download typable
  • 6799dd8 2022-08-30 Merge pull request #16 from typable/dev Added interactive modal component Andreas
  • c7ad681 2022-08-29 Update README.md Andreas
  • 36335e3 2022-08-29 Removed logging Andreas
  • 58da391 2022-08-29 Merge pull request #13 from typable/revert-11-dependabot/cargo/sqlx-0.6.1 Revert "Update sqlx requirement from 0.5.13 to 0.6.1" Andreas
  • 91116e7 2022-08-29 Revert "Update sqlx requirement from 0.5.13 to 0.6.1" Andreas
  • 4934e2f 2022-08-29 Merge pull request #11 from typable/dependabot/cargo/sqlx-0.6.1 Update sqlx requirement from 0.5.13 to 0.6.1 Andreas
  • ad16dcb 2022-08-29 Deleted unused svg files Andreas
  • 0d5d5d8 2022-08-29 Update README.md Andreas
  • fbc0e1a 2022-08-29 Update and rename docker-image.yml to deploy.yml Andreas
  • be92019 2022-08-29 Update and rename rust.yml to build.yml Andreas
  • 44766a3 2022-08-29 Create rust.yml Andreas
  • d860d4d 2022-08-29 Removed Cargo.lock from build process Andreas
  • aae83e8 2022-08-29 Fixed Cargo.lock copy issue Andreas
  • 5dd9423 2022-08-29 Create docker-image.yml Andreas
  • 6d0d7f2 2022-08-29 Create FUNDING.yml Andreas
  • e92562a 2022-08-29 Update sqlx requirement from 0.5.13 to 0.6.1 Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version. - [Release notes](https://github.com/launchbadge/sqlx/releases) - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/compare/v0.5.13...v0.6.1) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot]
  • cc5bde4 2022-08-29 Create dependabot.yml Andreas
  • 170bea3 2022-08-27 Added welcome popup typable
  • 78eb7ac 2022-08-27 Improved popup animation typable
  • 1396444 2022-08-27 Fixed version injection typable
  • 3367693 2022-08-27 Added version to account page typable
  • f1b6494 2022-08-27 Added player popup typable
  • 8f336ff 2022-08-26 Improved tab swiping typable
  • 5ff39e1 2022-08-26 Added tab swiping typable
  • fc75b06 2022-08-26 Merge branch 'main' of https://github.com/typable/verbal typable
  • 889f8a7 2022-08-26 Fixed /api/station endpoint typable
  • 8949f75 2022-08-25 Improved models for API (unstable) typable
  • e654946 2022-08-23 Improved search/filter layout typable
  • 17984b9 2022-08-23 Added error message popup typable
  • 9a5aaab 2022-08-23 Made popup component responsive typable
  • b4f257c 2022-08-23 Added popup component typable
  • fe44763 2022-08-23 Merge pull request #5 from typable/dev Dev Andreas
  • 25e2cb6 2022-08-23 Added countries/languages endpoint typable
  • 0e8dd24 2022-08-22 Replaced @keyup.enter event typable
  • ea8040f 2022-08-22 Fixed search on tab switch typable
  • 639bf57 2022-08-22 Added recommendations typable
  • 56507cf 2022-08-22 Added is_hidden to station status typable
  • 3e6c71b 2022-08-19 Added volume control typable
  • 562cd04 2022-08-19 Fixed responsive station_status tags typable
  • eb7882b 2022-08-19 Fixed responsive station_status tags typable
  • a503241 2022-08-19 Updated build script and Dockerfile typable
  • f4a4394 2022-08-19 Added version generation typable
  • d2b69b4 2022-08-19 Added breakpoints for station_status tags typable
  • 5673a40 2022-08-19 Fixed fetch request population typable
  • e34852f 2022-08-19 Added temporary token typable
  • 814b545 2022-08-18 Added station_status tags typable
  • 44cffa9 2022-08-18 Added additional filters typable
  • 61b2f65 2022-08-18 Added PWA requirements typable
  • b4202dc 2022-08-15 Fixed search on scroll typable
  • 5ea7be3 2022-08-08 Removed unused JavaScript code typable
  • edf0bc6 2022-08-08 Updated SQL scripts typable
  • cac84bb 2022-08-07 Merge pull request #4 from typable/feature-db Switched from API to database Andreas
  • ee48eb3 2022-08-07 Improved error handling typable
  • 209b0c7 2022-08-07 Added TLS & improved error handling typable
  • d9545e7 2022-08-06 Removed pointer cursor typable
  • 2a91ea9 2022-08-06 Changed favorite icon typable
  • f7787c4 2022-08-06 Made station vec fields optional typable
  • 52f082c 2022-08-06 Removed unused import typable
  • 8ceee84 2022-08-06 Removed package.json typable
  • 2a90d6b 2022-08-06 Switched from api to database typable
  • 77b5765 2022-08-06 Added lib file typable
  • d7ae16a 2022-07-25 Updated Dockerfile typable
  • 9e06629 2022-07-21 Added Dockerfile typable
  • 3caf2a0 2022-07-20 Added tabler-icons font typable
  • 728d74e 2022-07-19 Removed test binary typable
  • 534a6a7 2022-07-19 Fixed title attribute typable
  • 975984c 2022-07-19 Removed tailwindcss CDN typable
  • 09177e5 2022-07-18 Fixed resume bug typable
  • 564fbb2 2022-07-18 Merge pull request #3 from typable/dev Dev Andreas
  • d483467 2022-07-18 Added song detection & player improvments typable
  • 6cbd994 2022-07-14 Fixed test.sql file typable
  • fbff3c6 2022-07-05 Updated audio/script tags typable
  • 73af72d 2022-06-29 Applied cargo-clippy suggestions typable
  • 94b4936 2022-06-29 Fixed crate versions typable
  • 6092057 2022-06-01 Added script for testing the api typable
  • 42f362e 2022-06-01 Removed diesel config typable
  • 68d0fff 2022-06-01 Switched config from ron to toml typable
  • 8956209 2022-05-23 Added search more functionality typable
  • 898d5c5 2022-04-16 Added like function to player typable
  • 3c1821d 2022-04-16 Added account loading typable
  • 38d05be 2022-04-13 Added remove like function typable
  • aa641b2 2022-04-12 Merge pull request #1 from typable/test Test Andreas
  • a0dc09f 2022-04-12 Removed comments typable
  • ba40a6d 2022-04-12 Integrated sqlx crate typable
  • 18d23b4 2022-04-12 Reused sqlx crate (unstable) typable
  • 1ccaff1 2022-04-11 Improved backend structure typable
  • c211b8e 2022-04-11 Improved SQL create script typable
  • 5ed3f37 2022-04-11 Removed comments typable
  • 0bc7b62 2022-04-11 Fixed top-level await typable
  • 8a506ee 2022-04-06 Applied rustfmt formatting typable
  • ed4ac29 2022-04-06 Added auth middleware typable
  • 5ed4509 2022-04-03 Switched to diesel crate typable
  • bb09c45 2022-04-01 Added API logic typable
  • ef90b5d 2022-04-01 Added error handling for fetch requests typable
  • df23d06 2022-03-30 Added station importer typable
  • 5022fea 2022-03-17 Added favorite page & station component typable
  • e2d7c84 2022-03-14 Create README.md Andreas
  • 50aae3f 2022-03-14 First commit typable
  • 2401b2e 2022-03-14 Initial commit Andreas