aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * Recipe for Nextcloud CospendLibravatar Edgars2020-08-18
| | | | | | | | Nextcloud Cospend is a group/shared budget manager.
* | Merge pull request #261 from eandersons/nextcloud-tasksLibravatar Bennett2020-09-17
|\ \ | | | | | | Recipe for Nextcloud Tasks
| * | Recipe for Nextcloud TasksLibravatar Edgars2020-08-18
| |/
* | Merge pull request #186 from Room4O4/fix/meet_connectionLibravatar Mahadevan Sreenivasan2020-08-26
|\ \ | |/ |/| Fix connection error in case of audio/video call in Google Meet
| * refactor: update class name from Gmail to GoogleMeetLibravatar Mahadevan Sreenivasan2020-05-27
| |
| * fix: Google meet is unusable - Errors out when trying to connect to a ↵Libravatar Mahadevan Sreenivasan2020-05-27
| | | | | | | | | | | | | | | | audio/video call - Strip off any Ferdi/Electron text from user-agent using modifyRequestHeaders hook - Resize icon to 1024x1024px as npm package was complaining - Bump version number to 1.0.3
* | Merge pull request #237 from mvdgun/patch-1Libravatar Bennett2020-07-29
|\ \ | | | | | | Fix Wrike notification counter
| * | properly fix Wrike notification counterLibravatar Mauro van der Gun2020-07-19
| | |
| * | Fix Wrike notification counterLibravatar Mauro van der Gun2020-07-17
| | |
* | | Merge pull request #247 from fjl5/masterLibravatar Bennett2020-07-29
|\ \ \ | | | | | | | | Update recipe for element
| * | | Update room list's CSS class nameLibravatar Achim Leitner2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The element web app has just recently received another update, which changes the name of the CSS class mx_RoomSublist2_badgeContainer to the more straight-forward mx_RoomSublist_badgeContainer. See: https://github.com/matrix-org/matrix-react-sdk/commit/c9b0b3b
| * | | Update recipe for elementLibravatar Achim Leitner2020-07-27
|/ / / | | | | | | | | | | | | - Update unread messages counter - Re-add original author
* | | Merge pull request #236 from ruippeixotog/patch-1Libravatar Bennett2020-07-22
|\ \ \ | | | | | | | | Add support for empty unread badges in WhatsApp
| * | | Add support for empty unread badgesLibravatar Rui Gonçalves2020-07-20
|/ / / | | | | | | | | | Empty unread badges show up when people manually "Mark as Unread" chat threads. Currently, this stops notifications from appearing as counts become NaN. With this PR they will stop being counted (since we don't have message counts in those cases and it's not really a notification I think this is probably the best behavior, but I'm ok with defaulting to 1).
* | | Merge pull request #217 from yann-soubeyrand/patch-1Libravatar Bennett2020-07-19
|\ \ \ | | | | | | | | feat(jira): enable custom URL
| * | | feat(jira): enable custom URLLibravatar Yann Soubeyrand2020-07-04
| |/ /
* | | Merge pull request #222 from kittywhiskers/masterLibravatar Bennett2020-07-19
|\ \ \ | | | | | | | | Add StackExchange
| * | | Add StackExchange recipeLibravatar Kittywhiskers Van Gogh2020-07-02
| |/ /
* | | Merge pull request #229 from CrEaK/office365-fixLibravatar Bennett2020-07-19
|\ \ \ | | | | | | | | Fixing unread-counter for office365
| * | | Fixing unread-counter for office365Libravatar Niklas Neesen2020-07-07
| |/ /
* | | Merge pull request #230 from CrEaK/mattermost-fixLibravatar Bennett2020-07-19
|\ \ \ | | | | | | | | Mattermost: Fix badge for unread channels when in single team
| * | | Fix badge for unread channels when in single teamLibravatar Niklas Neesen2020-07-07
| |/ /
* | | Merge pull request #235 from omove/masterLibravatar Bennett2020-07-19
|\ \ \ | | | | | | | | Update Riot.im to Element.io
| * | | Update Riot.im to Element.ioLibravatar omove2020-07-15
| |/ /
* | | Merge pull request #240 from andrsussa/masterLibravatar Bennett2020-07-19
|\ \ \ | | | | | | | | Add Noisli recipe
| * | | Add Noisli recipeLibravatar Andrés Ussa Caycedo2020-07-19
| |/ /
* | | Merge pull request #216 from breuerfelix/fix-whatsappLibravatar Bennett2020-07-19
|\ \ \ | |/ / |/| | Fix whatsapp fullscreen for different screen sizes
| * | Fix whatsapp fullscreen for different screen sizesLibravatar Felix Breuer2020-06-23
| | | | | | | | | | | | Signed-off-by: Felix Breuer <f.breuer94@gmail.com>
* | | Update repositoryLibravatar vantezzen2020-06-22
|/ /
* | Repackaged #206Libravatar vantezzen2020-06-17
| |
* | fix: Update Whatsapp counterLibravatar Mahadevan Sreenivasan2020-06-16
| | | | | | | | - Update bubble class name from OUeyt to _31gEB
* | Merge pull request #201 from kittywhiskers/masterLibravatar Bennett2020-06-14
|\ \ | | | | | | Add AnonAddy, BitBucket, Epic Games Store, GitLab & Tutanota
| * | Regenerate Epic Games Store & GitLab archivesLibravatar Kittywhiskers Van Gogh2020-06-14
| | |
| * | Add AnonAddy, BitBucket, Epic Games Store, GitLab & TutanotaLibravatar Kittywhiskers Van Gogh2020-06-13
|/ /
* | Merge pull request #199 from dannyqiu/fix/skype-default-link-handlingLibravatar Bennett2020-06-10
|\ \ | | | | | | Fix default link handling in Skype recipe
| * | Fix default link handling in Skype recipeLibravatar Danny Qiu2020-06-10
|/ /
* | Add support for keeping the featured statusLibravatar vantezzen2020-06-03
| |
* | Fix Gmail featured statusLibravatar vantezzen2020-06-03
| |
* | Merge branch 'pr/194'Libravatar vantezzen2020-06-03
|\ \
| * | Repackage #194Libravatar vantezzen2020-06-03
| | |
| * | Update featured: true in all.jsonLibravatar Mahadevan Sreenivasan2020-06-03
| | | | | | | | | Update featured: true in all.json
| * | fix: replace user-agent by removing any Ferdi|Electron strings and trim() ↵Libravatar Mahadevan Sreenivasan2020-06-01
| |/ | | | | | | the end result
* | Merge pull request #171 from tfehren/masterLibravatar Bennett2020-06-02
|\ \ | | | | | | enterprise-owa packaged and vs code devcontainer
| * | Merge branch 'upstream'Libravatar tfe2020-05-28
| |\|
| * | vscode devcontainerLibravatar Thomas Fehrenbach2020-05-14
| | |
| * | enterprise-owa packageLibravatar Thomas Fehrenbach2020-05-14
| | |
* | | Merge pull request #189 from tfehren/bbb_enterpriseLibravatar Bennett2020-06-02
|\ \ \ | | | | | | | | Big Blue Button - Custom URL recipe
| * | | change name #189Libravatar tfe2020-06-01
| | | |
| * | | Big Blue Button - Custom URL recipeLibravatar tfe2020-05-30
| | | |
* | | | Merge branch 'pr/188'Libravatar vantezzen2020-06-01
|\ \ \ \ | |/ / / |/| | |