-
-
Notifications
You must be signed in to change notification settings - Fork 326
Comparing changes
Open a pull request
base repository: cinnyapp/cinny
base: v4.1.0
head repository: cinnyapp/cinny
compare: v4.2.0
- 19 commits
- 74 files changed
- 9 contributors
Commits on Aug 14, 2024
-
Bump docker/build-push-action from 6.5.0 to 6.6.1 (#1891)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.5.0...v6.6.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b4ce8a7 - Browse repository at this point
Copy the full SHA b4ce8a7View commit details -
Add translation support using i18next (#1576)
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac17973 - Browse repository at this point
Copy the full SHA ac17973View commit details -
Bump actions/upload-artifact from 4.3.4 to 4.3.6 (#1890)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.4...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7e7bee8 - Browse repository at this point
Copy the full SHA 7e7bee8View commit details
Commits on Aug 15, 2024
-
Add basic
m.thread
support (#1349)* Add basic `m.thread` support * Fix types * Update to v4 * Fix auto formatting mess * Add threaded reply indicators * Fix reply overflow * Fix replying to edited threaded replies * Add thread indicator to room input * Fix editing encrypted events * Use `toRem` function for converting units --------- Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 830d05e - Browse repository at this point
Copy the full SHA 830d05eView commit details
Commits on Aug 20, 2024
-
Bump docker/build-push-action from 6.6.1 to 6.7.0 (#1906)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.1 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.6.1...v6.7.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 16be69c - Browse repository at this point
Copy the full SHA 16be69cView commit details -
Bump cla-assistant/github-action from 2.4.0 to 2.5.1 (#1905)
Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.4.0 to 2.5.1. - [Release notes](https://github.com/cla-assistant/github-action/releases) - [Commits](contributor-assistant/github-action@v2.4.0...v2.5.1) --- updated-dependencies: - dependency-name: cla-assistant/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bdba033 - Browse repository at this point
Copy the full SHA bdba033View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22b7f6d - Browse repository at this point
Copy the full SHA 22b7f6dView commit details
Commits on Aug 23, 2024
-
Fix IPv6 support for the Docker container (#1884)
* Fix `docker-nginx.conf` indentation * Listen on IPv4 and IPv6 inside Docker
Configuration menu - View commit details
-
Copy full SHA for 5c9ee1a
Browse repository at this point Copy the full SHA 5c9ee1aView commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 043012e - Browse repository at this point
Copy the full SHA 043012eView commit details -
Add authenticated media support (#1930)
* chore: Bump matrix-js-sdk to 34.4.0 * feat: Authenticated media support * chore: Use Vite PWA for service worker support * fix: Fix Vite PWA SW entry point Forget this. :P * fix: Also add Nginx rewrite for sw.js * fix: Correct Nginx rewrite * fix: Add Netlify redirect for sw.js Otherwise the generic SPA rewrite to index.html would take effect, breaking Service Worker. * fix: Account for subpath when regisering service worker * chore: Correct types
Configuration menu - View commit details
-
Copy full SHA for c6a8fb1 - Browse repository at this point
Copy the full SHA c6a8fb1View commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09444f9 - Browse repository at this point
Copy the full SHA 09444f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 388f606 - Browse repository at this point
Copy the full SHA 388f606View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfce32 - 10000 Browse repository at this point
Copy the full SHA 4dfce32View commit details
Commits on Sep 9, 2024
-
* fix set power level broken after sdk update * add media authentication hook * fix service worker types * fix service worker not working in dev mode * fix env mode check when registering sw
Configuration menu - View commit details
-
Copy full SHA for 96df140 - Browse repository at this point
Copy the full SHA 96df140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5482f8e - Browse repository at this point
Copy the full SHA 5482f8eView commit details
Commits on Sep 11, 2024
-
fix: Fix video and audio loading with authenicated media (#1946)
Appeareantly Firefox (and maybe Chrome) won't let service workers take over requests from <video> and <audio> tags, so we just fetch the URL ourselves.
Configuration menu - View commit details
-
Copy full SHA for f2c31d2 - Browse repository at this point
Copy the full SHA f2c31d2View commit details -
Fix authenticated media download (#1947)
* remove dead function * fix media download in room timeline * authenticate remaining media endpoints
Configuration menu - View commit details
-
Copy full SHA for 03cc25e - Browse repository at this point
Copy the full SHA 03cc25eView commit details -
Update dependency matrix-js-sdk to v34.5.0 (#1945)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
- Browse repository at this point
Copy the full SHA 042cbc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c75e903 - Browse repository at this point
Copy the full SHA c75e903View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.1.0...v4.2.0