-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added github actions for dependabot and docker build #39
Open
Gibby
wants to merge
9
commits into
vasanthv:master
Choose a base branch
from
Gibby:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…eckout-3 Bump actions/checkout from 2 to 3
Co-authored-by: Gibby <git@twoitguys>
* Added google analytics * Removed cabin * [talk] - Bug fixing and improvements * [talk] - add peer Name * [talk] - add util, fix typo * [talk] - refactoring * [talk] - fix typo * [talk] - ops * [talk] - add more userData info * [talk] - add audio status * [talk] - improve videoOff img size on mobile * [talk] - add exit (hang-up) button * [talk] - refactoring * [talk] - fix typo * [talk] - fix Dockerfile * [talk] - update dependencies + add missing global * [talk] - screen share on mobile is not supported - hide button * [talk] - use strict * [talk] - fix typo * [talk] - fix chat + add dark theme * [talk] - add theme.js * [talk] - Docker image from 1.02GB to 142MB * [talk] - save app theme on localStorage * [talk] - add ngrok * [talk] - update readme * [talk] - add docs * [talk] - update docker-compose.yml & docs * [talk] - update talk img * [talk] - Fix Safari, use visibility instead of display * [talk] - UI * [talk] - add todo * [talk] - typo * Create vercel.json * Removed vercel.json * [talk] - Fix ICE, remove optional * [talk] - add how to self host it * [talk] - update dependencies * [talk] - update Vue to latest v2 * Fixed GA script * Bump engine.io from 6.2.0 to 6.2.1 Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](socketio/engine.io@6.2.0...6.2.1) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * UI improvements * Fixed end call button * Fixed viewport height for iOS * Close socket on leaving the call * Revert the ios viewport logic * Meta data fixes * Fixed legal page & changed logo color * Renamed Talk -> Tlk Renaming the repo from `talk` to `tlk`, as I couldn't find a nice domain matching my expection. So finalized and bought `tlk.li`. * Moved from Google analytics to Cabin Public dashboard https://withcabin.com/public/5kEYu6KxQ7Kp * Update legal.html * V3.1 (vasanthv#50) - refactoring server code. - fixed ios viewport bug - Minor UI improvements * Updated og-image * Update README.md * Added feedback form * Fix the feedback buttons event tracking * Update app.js * Tlk V4 (vasanthv#53) * Update index.html * Renamed to Talk * Allow CORS * Do not add video stream for bots * Update legal.html * Add CORS origin from env variables * Exit if there is no useragent present * Removed the toggling of buttons bar * Handle enter key to go to room * [talk] - vasanthv#56 fix display messages * Update Dockerfile Remove not needed COPYs * Removed over logging --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Vasanth.V <[email protected]> Co-authored-by: Miroslav Pejic <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seshachalam <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This does the following: