[PR #434] [CLOSED] curr -> dev #10582

Closed
opened 2026-04-27 14:57:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/434
Author: @wukko
Created: 4/17/2024
Status: Closed

Base: developHead: current


📝 Commits (10+)

  • b925d27 Add share_target support to PWA manifest
  • 17fdae2 front: make webmanifest readable
  • 7799fe4 instagram: update api endpoint, add dtsg token parsing & caching
  • 8f56427 soundcloud: let -> const cachedID
  • 9d23952 instagram: lower expiry frame by 10 seconds
  • 3389c59 instagram: update stories endpoint and parsing
  • f765ef3 instagram: update api endpoint method, add dtsg token parsing & caching (#430)
  • 70fdc29 front/manifest: add share_target support to allow sharing links to cobalt PWA (#404)
  • 55a9362 instagram: replace filter with find for story media filtering
  • d4be75d front: remove maskable icons

📊 Changes

12 files changed (+141 additions, -51 deletions)

View changed files

📝 package.json (+1 -1)
src/front/icons/maskable/x128.png (+0 -0)
src/front/icons/maskable/x1280.png (+0 -0)
src/front/icons/maskable/x192.png (+0 -0)
src/front/icons/maskable/x384.png (+0 -0)
src/front/icons/maskable/x48.png (+0 -0)
src/front/icons/maskable/x512.png (+0 -0)
src/front/icons/maskable/x72.png (+0 -0)
src/front/icons/maskable/x96.png (+0 -0)
📝 src/front/manifest.webmanifest (+33 -1)
📝 src/modules/processing/services/instagram.js (+103 -48)
📝 src/modules/processing/services/soundcloud.js (+4 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/434 **Author:** [@wukko](https://github.com/wukko) **Created:** 4/17/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `current` --- ### 📝 Commits (10+) - [`b925d27`](https://github.com/imputnet/cobalt/commit/b925d27d673371d64a9f199ec9dabbf37e580499) Add share_target support to PWA manifest - [`17fdae2`](https://github.com/imputnet/cobalt/commit/17fdae23c96b1d007394f29721ba8aa4e6969fdd) front: make webmanifest readable - [`7799fe4`](https://github.com/imputnet/cobalt/commit/7799fe4661c246e273dc3c1a73318e451d340e86) instagram: update api endpoint, add dtsg token parsing & caching - [`8f56427`](https://github.com/imputnet/cobalt/commit/8f5642763bf552b9ad94ef0567e0f9de7fb24b34) soundcloud: let -> const cachedID - [`9d23952`](https://github.com/imputnet/cobalt/commit/9d239525e1efb56c70c3b201e27aeab34241cbb3) instagram: lower expiry frame by 10 seconds - [`3389c59`](https://github.com/imputnet/cobalt/commit/3389c595dfbfea4d0cf2a6d2f040894ef146f2ff) instagram: update stories endpoint and parsing - [`f765ef3`](https://github.com/imputnet/cobalt/commit/f765ef3b42d23d03de4b9bb5efc365692158f28d) instagram: update api endpoint method, add dtsg token parsing & caching (#430) - [`70fdc29`](https://github.com/imputnet/cobalt/commit/70fdc2939ab5e15273c27dbd598f689095dec8f1) front/manifest: add share_target support to allow sharing links to cobalt PWA (#404) - [`55a9362`](https://github.com/imputnet/cobalt/commit/55a93629a6bba39d16ec7462e273b4016aee550b) instagram: replace filter with find for story media filtering - [`d4be75d`](https://github.com/imputnet/cobalt/commit/d4be75d404ba54c75ddc4a16dde5a199b18bdea2) front: remove maskable icons ### 📊 Changes **12 files changed** (+141 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) ➖ `src/front/icons/maskable/x128.png` (+0 -0) ➖ `src/front/icons/maskable/x1280.png` (+0 -0) ➖ `src/front/icons/maskable/x192.png` (+0 -0) ➖ `src/front/icons/maskable/x384.png` (+0 -0) ➖ `src/front/icons/maskable/x48.png` (+0 -0) ➖ `src/front/icons/maskable/x512.png` (+0 -0) ➖ `src/front/icons/maskable/x72.png` (+0 -0) ➖ `src/front/icons/maskable/x96.png` (+0 -0) 📝 `src/front/manifest.webmanifest` (+33 -1) 📝 `src/modules/processing/services/instagram.js` (+103 -48) 📝 `src/modules/processing/services/soundcloud.js` (+4 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 14:57:59 -05:00
Sign in to join this conversation.