[SevenTV/FFZ-Add-On] New branch created: 7tv\-emotes
#github
1 messages · Page 56 of 1
dc76a02 Changed: Update to new websocket URL - Melonify
[SevenTV/FFZ-Add-On] branch deleted: bttv\_refactor
8a0ed79 Respect founder badge in author.subbed filter... - zneix
e041506 Add Talen to contributors (#2975) - talneoran
24aee42 Fix usercards showing all messages in IRC chann... - Mm2PL
b6ee228 Moved getRandomColor method to util/Helpers.cpp... - zneix
2844c8e Bump lib/libcommuni from 05e9292 to ef8daa1... - zneix
[SevenTV/chatterino7] tag deleted: nightly\-build
[SevenTV/chatterino7] New tag created: nightly\-build
🥚
f36ddfe Bump github.com/google/uuid from 1.2.0 to 1.3.0 - dependabot[bot]
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/google/uuid\-1\.3\.0
Bumps github.com/google/uuid from 1.2.0 to 1.3.0.
Release notes
Sourced from github.com/google/uuid's releases.
Add randomness pool mode for V4 UUID and NullUUID for SQL Scanners.
From Andrey Pechkurov:
Adds an optional randomness pool mode for Random (Version 4) UUID generation. The pool contains random bytes read from the random number generator on demand in batches. Enabling the pool may improve the UUID generation throughput significantly.
Since the poo...
832c647 Bump github.com/aws/aws-sdk-go from 1.39.4 to 1... - dependabot[bot]
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.40\.2
Bumps github.com/aws/aws-sdk-go from 1.39.4 to 1.40.2.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.40.2 (2021-07-16)
Service Client Updates
service/appintegrations: Updates service documentation
service/auditmanager: Updates service API and documentation
service/chime: Updates service API and documentation
This SDK release adds Account Status as one of the attributes in Account API response
Release v1.40.1 (2021-07-15...
a2ba083 Bump github.com/gofiber/fiber/v2 from 2.14.0 to... - dependabot[bot]
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/gofiber/fiber/v2\-2\.15\.0
Bumps github.com/gofiber/fiber/v2 from 2.14.0 to 2.15.0.
Release notes
Sourced from github.com/gofiber/fiber/v2's releases.
v2.15.0
🚀 New
Allow adding App Name to customizing the startup message (#1418)
Add support for streaming the request body. (#1423)
🧹 Updates
Schema parser: use full match instead of strings.HasPrefix (#1424)
🐛 Fixes
Session: Copy the data in buffer instead of using original data. (#1425)
📚 Documentation
🩹 Installation section...
0530901 Bump go.mongodb.org/mongo-driver from 1.5.4 to ... - dependabot[bot]
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/go\.mongodb\.org/mongo\-driver\-1\.6\.0
Bumps go.mongodb.org/mongo-driver from 1.5.4 to 1.6.0.
Release notes
Sourced from go.mongodb.org/mongo-driver's releases.
MongoDB Go Driver 1.6.0
The MongoDB Go driver team is pleased to release version 1.6.0 of the official Go driver.
This release supports several new features introduced in MongoDB server version 5.0.
Documentation can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg...
0530901 Bump go.mongodb.org/mongo-driver from 1.5.4 to ... - dependabot[bot]
f743ebb Merge pull request #66 from SevenTV/dependabot/... - TroyDota
[SevenTV/ServerGo] branch deleted: dependabot/go\_modules/dev/go\.mongodb\.org/mongo\-driver\-1\.6\.0
f36ddfe Bump github.com/google/uuid from 1.2.0 to 1.3.0 - dependabot[bot]
9897c4d Merge pull request #63 from SevenTV/dependabot/... - TroyDota
[SevenTV/ServerGo] branch deleted: dependabot/go\_modules/dev/github\.com/google/uuid\-1\.3\.0
[ServerGo] Branch dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.40\.2 was force-pushed to `c450be1`
[ServerGo] Branch dependabot/go\_modules/dev/github\.com/gofiber/fiber/v2\-2\.15\.0 was force-pushed to `4606ee7`
c450be1 Bump github.com/aws/aws-sdk-go from 1.39.4 to 1... - dependabot[bot]
bd3218c Merge pull request #64 from SevenTV/dependabot/... - TroyDota
[SevenTV/ServerGo] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.40\.2
Looks like github.com/gofiber/fiber/v2 is up-to-date now, so this is no longer needed.
[SevenTV/ServerGo] branch deleted: dependabot/go\_modules/dev/github\.com/gofiber/fiber/v2\-2\.15\.0
[SevenTV/ServerGo] New branch created: test\-linter
[SevenTV/ServerGo] branch deleted: fix/emote\-channel\-sort
[SevenTV/ServerGo] branch deleted: test\-linter
[SevenTV/ServerGo] branch deleted: feat/linter\-fix
In some cases the color integer value was 0, which was converted to '#0' instead of white and caused the color to not change for default color users on when routing between user pages.
Fixes #46
This would force the color to white regardless of theming settings (i.e future light theme addition). Perhaps change to currentColor?
Referring to this* GitHub didn't add it in for some reason
c728538 Fix username color not updating for default col... - talneoran
Looks good, thank you for your contributions
@iammac3 Most of what you described should be added now. Could you try it and see if the issue still exists?
[SevenTV/ServerGo] New branch created: feat/entitlements
Implementing Entitlements into the API, a system which defines access to an item/resource, such as an Emote Set, Badge, Role, etc.
cf1e80a Fix user "Show More" redirecting to home page - AnatoleAM
Make this a bson.Raw which allows us to unmarshal later.
We have a util which makes bool pointers for this reason.
[SevenTV/ServerGo] New branch created: feat/mongo\-collection\-getter
aa7d672 Refactor - Database.Collection -> .Collection() - AnatoleAM
Refactoring the usage of mongo.Database.Collection() with untyped collection name to use a new mongo.Collection(CollectionName) method
573f7ed Refactor - Database.Collection -> .Collection()... - AnatoleAM
[SevenTV/ServerGo] branch deleted: feat/mongo\-collection\-getter
Describe your issue
When right clicking on an emote to copy/open link on 7tv emotes:
- only up to 3x shows, not up to 4x (the max)
Screenshots

OS and Chatterino Version
Chatterino Nightly 7.3.3 (commit 452da6bdd )
Describe your issue
On FFZ's 7TV add-on, BTTV has priority, however on the Chatterino version 7TV added emotes with the same name have priority over BTTV. Messing with priority settings on the 7TV emote didn't fix it either.
Screenshots


**O...
6f0e84d Update builder after set data call - AnatoleAM
At the moment emote priority is arbitrary. It primarily depends on which provider loads up first. It's up to the individual channels to ensure there are no conflicts
[SevenTV/ServerGo] New branch created: feat/user\-actions
Creating universal action methods for Users, including getters and the UserBuilder, similar to NotificationBuilder/EntitlementBuilder
ohhh, then what is this tab supposed to do?

It exists as a backend value but it lacks wider client-side implementation for now
Ah, makes sense, thank you
[SevenTV/ServerGo] New branch created: feat/rest\-updates
dbba799 Set cache-control on channel emote endpoint - AnatoleAM
Some updates to rate limits and caching for the REST API
[SevenTV/ServerGo] branch deleted: stage
[SevenTV/ServerGo] New branch created: stage
[SevenTV/ServerGo] New branch created: general\-entitlements\-refactor
Bundling this with #69
Not ready for merge but at this point is virtually complete; Role entitlement is done, just needs entitlement implementation of badges
continue even if error, perhaps return this to the parent function?
883efdf GQL - Set status in mutation response as depr... - AnatoleAM
Forgot to push actually, meant to deprecate this not remove it
"Status" doesn't make sense in the context of GQL, as it's either 200 OK or some error, hence the change to "OK" to signify success
[SevenTV/ServerGo] New branch created: test\-linter
f36ddfe Bump github.com/google/uuid from 1.2.0 to 1.3.0 - dependabot[bot]
0530901 Bump go.mongodb.org/mongo-driver from 1.5.4 to ... - dependabot[bot]
f743ebb Merge pull request #66 from SevenTV/dependabot/... - TroyDota
9897c4d Merge pull request #63 from SevenTV/dependabot/... - TroyDota
c450be1 Bump github.com/aws/aws-sdk-go from 1.39.4 to 1... - dependabot[bot]
8ceb100 Add tests for getEmoteSetBatches (#3036) - pajlada
1f19d31 Added informative messages on issues related to... - zneix
e5fe099 Replace std::string with QString in rapidjson a... - zneix
ae9f92d Make use of QUrlQuery in NetworkRequests where ... - zneix
588ed55 Fixed comma appended to username completion whe... - zneix
[SevenTV/chatterino7] New branch created: to\-upstream
[SevenTV/chatterino7] tag deleted: nightly\-build
[SevenTV/chatterino7] New tag created: nightly\-build
Prevents history loops, where the user can't go back without being redirected again.
The context is passed during the initial creation of the entitlement builder, is there a benefit to passing it again?
half of my sub emotes dont show up or duplicate for some weird reason also the app doesnt have a picture (the chatterino logo)
ac01088 API/GQL - deleteEntitlement + return `X-Created... - AnatoleAM
ad6547c Save Entitlement State on subscription activation - AnatoleAM
18948f5 Add functionality to Subscribe Button - AnatoleAM
4edbcf0 fix(deps): bump date-fns from 2.20.1 to 2.23.0 - dependabot[bot]
Bumps date-fns from 2.20.1 to 2.23.0.
Release notes
Sourced from date-fns's releases.
v2.23.0
Thanks to Liam Tait, fturmel, Takuya Uehara, Branislav Lazic, Seyyed Morteza Moosavi, Felipe Armoni, Sasha Koss, Michael Mok, Tan75 and Maxim Topciu for working on the release.
Changed
Improved nextDay performance by roughly 50%.
Added more ordinal formatting to the Japanese locale.
Added
Added a new clamp function that allows to bound a date to an in...
[SevenTV/App] New branch created: dependabot/npm\_and\_yarn/date\-fns\-2\.23\.0
[SevenTV/App] branch deleted: dependabot/npm\_and\_yarn/date\-fns\-2\.22\.1
37f891c Fix environment api urls for egvault - AnatoleAM
Bumps github.com/aws/aws-sdk-go from 1.40.2 to 1.40.7.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.40.7 (2021-07-23)
Service Client Updates
service/imagebuilder: Updates service documentation
service/s3outposts: Updates service API and documentation
service/securityhub: Updates service API and documentation
Release v1.40.6 (2021-07-22)
Service Client Updates
service/databrew: Updates service API and documentation
servic...
cb93949 Bump github.com/aws/aws-sdk-go from 1.40.2 to 1... - dependabot[bot]
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.40\.7
659eb06 Bump go.mongodb.org/mongo-driver from 1.6.0 to ... - dependabot[bot]
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/go\.mongodb\.org/mongo\-driver\-1\.7\.0
Bumps go.mongodb.org/mongo-driver from 1.6.0 to 1.7.0.
Release notes
Sourced from go.mongodb.org/mongo-driver's releases.
MongoDB Go Driver 1.7.0
The MongoDB Go driver team is pleased to release version 1.7.0 of the official Go driver.
This release supports additional features introduced in MongoDB version 5.0.
Documentation can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev....
This post will be a disaster to format, so please bear with me.
Chatterino dropped support for Windows 7 on version 2.1.0 (this being the last version supporting windows 7). Coincidentally, Version 2.2.0 was the last one to allow "notify when online" notifications; version 2.2.1 was the first to require logging in to have "notify when online" notifications (there is other functionality logging in allows, but I am not educated on them). Source:
No service other than the web app implements it and it doesn't check for its value. This change would merely make it return zero, which is only to avoid errors for clients with an older version of the app cached.
It slipped out as a design choice, opted to query entitlements directly when considering things (i.e user roles are now determined by entitlement, sorted by the entitlement that contains the role with the highest position)
3914062 k8s - ingress manifest egvault(-stage).7tv.app - AnatoleAM
43cb69f Raise channel emotes rate limit (24->100) - AnatoleAM
This seems to break history and backward/forward-navigation for the emote list.
Example: switching pages and then doing a backwards nav with the browser button takes you to the home page instead of the previous page. Likewise with searching and changing any search option
Can you also state where this "looping" occurs? Navigating around normally there doesn't seem to be
[SevenTV/ServerGo] New branch created: feat/oauth2
a45baa8 chore(deps-dev): bump @types/mongodb from 3.6.8... - dependabot[bot]
[SevenTV/App] New branch created: dependabot/npm\_and\_yarn/types/mongodb\-4\.0\.7
[SevenTV/App] branch deleted: dependabot/npm\_and\_yarn/types/mongodb\-3\.6\.20
As for where looping occurs, for example clicking the emotes tab from the top navbar, the user is first redirected to /emotes, however they are then closely after redirected to /emotes?sortBy=popularity&page=0. Attempting to navigate back to the original page the user was on before clicking the emotes tab, directs them to /emotes which then redirects to /emotes?sortBy=popularity&page=0 once more, getting the user stuck in a loop.
Another location where this occurs is upon clicking ...
Not possible due to the nature of the Builder-type structs, they're meant to be chainable. In this case the error is irrelevant anyway, it will just be logged and the data will just be an empty byte slice
[SevenTV/EgVault] New branch created: feat/implement\-stripe
c629609 paypal - set webhook discord notifications inline - AnatoleAM
direct credit card payment go brr
One feature that you can find in FFZ or BTTV is the ability to quickly search for emotes while your chatting by using a colon.
It'd be nice to have such a feature in 7TV aswell.
Add status 200 to this so that older versions still are accepting.
Not part of this PR.
Add status 200 to this so that older versions still are accepting.
We (Chatterino devs/contributors) made a decision to move Chatterino to use only Helix (the new Twitch API) instead of Kraken (aka v5). Helix doesn't support anonymous title/live checks anymore (bother Twitch about that, not us). The feature on your old Chatterino version will stop working soon because Kraken is being DECOMMISSIONED.
We don't support Windows 7 anymore, as doesn't Microsoft. We c...
Well, I somewhat understand. Is a Windows 7 user still able to have a functioning chatterino above version 2.1.0? If so, functioning to what degree?
Also I feel it is dishonest of you to just refuse to acknowledge the quote I cited demonstrating the outright refusal to allow anonymous "live checks" even if it were possible for the foreseeable future. There is a difference between "we could if we would" and "we refuse to". You making a third choice for yourself of "the choice is out of our ...
[SevenTV/ServerGo] New branch created: feat/disable\-redis\-cache
b579107 Add config option to disable redis cache - TroyDota
c298515 Add config option to disable redis cache (#76) - TroyDota
[SevenTV/ServerGo] branch deleted: feat/disable\-redis\-cache
c298515 Add config option to disable redis cache (#76) - TroyDota
ccc9c88 add response times to logging field. - TroyDota
[SevenTV/ServerGo] New branch created: feat/request\-times
this is fine i think just do the merge thing XD
[SevenTV/ServerGo] branch deleted: feat/request\-times
does should be a separate commit so we can revert if it breaks.
a8b752b Bump go.mongodb.org/mongo-driver from 1.6.0 to ... - dependabot[bot]
[SevenTV/ServerGo] branch deleted: dependabot/go\_modules/dev/go\.mongodb\.org/mongo\-driver\-1\.7\.0
ed82eae Bump github.com/aws/aws-sdk-go from 1.40.2 to 1... - dependabot[bot]
[SevenTV/ServerGo] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.40\.7
a8b752b Bump go.mongodb.org/mongo-driver from 1.6.0 to ... - dependabot[bot]
ed82eae Bump github.com/aws/aws-sdk-go from 1.40.2 to 1... - dependabot[bot]
71779c4 Fix potential vulnerability - AnatoleAM
[SevenTV/ServerGo] New branch created: feat/health\-alerts
Logging various health reports within the app to a discord channel
4f6eb1d Rename demo.yaml->config.example.yaml - AnatoleAM
9d37e0a Zerowidth Visibility Flag - AnatoleAM
[SevenTV/ServerGo] New branch created: feat/zerowidth\-emotes
Adding a zerowidth flag into the visibility field of the Emote object to instruct clients this is a zero-width emote
8beed92 discord - fix "SendEmoteCreate(" using alerts w... - AnatoleAM
Seems to function as expected, only issue I can see is that the search options don't update when navigating through history, however this is minor enough and can be fixed in a later PR
3ae5058 Add replaceUrl parameter to certain router call... - Melonify
Why does the user lack permission to SEE zero width emotes in the panel?
Why does the user lack permission to SEE zero width emotes in the panel?
Visibility isn't just private/public it contains various flags about how the emote should look. Perhaps in the future this should be renamed to "flags"
@AnatoleAM test on stage 👍
Yeah but why is that behind permissions?
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an [ignore condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-upda...
[SevenTV/ServerGo] branch deleted: dependabot/github\_actions/dev/docker/build\-push\-action\-2\.6\.1
@AnatoleAM must we merge this?
[SevenTV/ServerGo] branch deleted: feat/entitlements
[SevenTV/ServerGo] branch deleted: test\-linter
[SevenTV/ServerGo] branch deleted: stage
I'm not sure what you mean? The permission is about whether a channel can have zerowidth emotes enabled
[SevenTV/ServerGo] New branch created: stage
[SevenTV/ServerGo] branch deleted: feat/user\-actions
[SevenTV/ServerGo] branch deleted: feat/gql\-twitch\-stream\-data
[SevenTV/ServerGo] branch deleted: static\-lint
[SevenTV/ServerGo] branch deleted: feature/image\-resize
[SevenTV/ServerGo] branch deleted: feat/rest\-updates
[SevenTV/ServerGo] branch deleted: general\-entitlements\-refactor
[SevenTV/ServerGo] New branch created: feat/general\-entitlements\-refactor
Why do we skip over emotes on a query?
[SevenTV/ServerGo] branch deleted: feat/zerowidth\-emotes
[SevenTV/ServerGo] branch deleted: feat/health\-alerts
b54471f Entitlements (#69) - AnatoleAM
a8b752b Bump go.mongodb.org/mongo-driver from 1.6.0 to ... - dependabot[bot]
ed82eae Bump github.com/aws/aws-sdk-go from 1.40.2 to 1... - dependabot[bot]
71779c4 Fix potential vulnerability - AnatoleAM
29d4e12 Zerowidth Emote Visibility Flag (#79) - AnatoleAM
[SevenTV/ServerGo] New branch created: fix\-bad\-pr
6569682 Revert "Zerowidth Emote Visibility Flag (#79)" - TroyDota
[SevenTV/ServerGo] New branch created: feat/zerowidth\-emotes
6569682 Revert "Zerowidth Emote Visibility Flag (#79)" - TroyDota
6569682 Revert "Zerowidth Emote Visibility Flag (#79)" - TroyDota
[SevenTV/ServerGo] branch deleted: fix\-bad\-pr
There are 1 failures, 0 warnings, and 0 notices.
[SevenTV/ServerGo] New branch created: feat/self\-hosted\-runners
[SevenTV/ServerGo] branch deleted: feat/self\-hosted\-runners
[SevenTV/ServerGo] New branch created: feat/role\-fix
3f62245 chore(deps-dev): bump @types/jasmine from 3.6.4... - dependabot[bot]
[SevenTV/App] New branch created: dependabot/npm\_and\_yarn/types/jasmine\-3\.8\.2