so://phie

HomeGitCV

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