Ramiro Saenz
|
37381a0312
|
Update package.json
|
6 years ago |
Ramiro Saenz
|
8c07f419bc
|
Merge pull request #2124 from maxerbox/fix/discord-unread_js
Fix unread js for discord dm count
|
6 years ago |
Ramiro Saenz
|
16e8323799
|
Merge pull request #2111 from maxerbox/fix/electron-update-3.1.3
Fix/electron update 3.1.3
|
6 years ago |
mxb
|
086e5d2a77
|
Fix unread js for discord dm count
|
6 years ago |
mxb
|
382c382bca
|
Updated electron version
|
6 years ago |
mxb
|
5941ba18ae
|
did-get-redirect-request events removed
|
6 years ago |
mxb
|
380dff555f
|
Replaced makeSingleInstance method, deprecated
|
6 years ago |
Ramiro Saenz
|
f0182d9355
|
Removed migration tool
|
6 years ago |
Ramiro Saenz
|
0f846b90f2
|
Update pt-BR.js
|
6 years ago |
Ramiro Saenz
|
e160a3da30
|
Versioning
|
6 years ago |
Ramiro Saenz
|
9c0f13dc1e
|
Bypass WhatsApp minimum requirement
Fixes #1989
Fixes #1987
Fixes #1986
Fixes #1985
Fixes #1981
Fixes #1980
|
6 years ago |
Ramiro Saenz
|
c73407c692
|
Changed DND icon on toggle
|
6 years ago |
Ramiro Saenz
|
f5c15ee6db
|
Merge pull request #1916 from brad/teams-video
Enable video chat in ms teams
|
6 years ago |
Ramiro Saenz
|
63b3b414af
|
Merge pull request #1632 from ozskywalker/feature/user-agent-control
Feature: Override User-Agent for all services
|
6 years ago |
Ramiro Saenz
|
211f2ba5d3
|
Merge pull request #1923 from vraravam/npm-audit-fix
Fixing issues reported by npm audit.
|
6 years ago |
Ramiro Saenz
|
1c7f834c42
|
Merge pull request #1977 from chojpsh1/hajeong
change disturb icon via state of button press
|
6 years ago |
Ramiro Saenz
|
1feca8d954
|
Merge pull request #1988 from noerw/fix/mattermost-unread
Fix/mattermost unread
|
6 years ago |
Ramiro Saenz
|
92a9a93f4a
|
Bypass WhatsApp minimum requirement
Fixes #1989
Fixes #1987
Fixes #1986
Fixes #1985
Fixes #1981
Fixes #1980
|
6 years ago |
Ramiro Saenz
|
bd6137b5d9
|
Updated Electron to 2.0.14
|
6 years ago |
Ramiro Saenz
|
2416494879
|
Changed category
|
6 years ago |
Norwin Roosen
|
a0eb32194d
|
mattermost: show "•" instead of number for unread channels
|
6 years ago |
Norwin Roosen
|
4dada56df5
|
fix mattermost unread count JS
now also considers unreads from channels. unminified code:
function checkUnread() {
const selectBadges = "#sidebarChannelContainer .unread-title.has-badge > span.badge";
const pmUnread = Array.from(document.querySelectorAll(selectBadges))
.reduce((total, el) => total += parseInt(el.innerText), 0);
const channelsUnread = document.querySelectorAll("#sidebarChannelContainer .unread-title:not(.has-badge)").length;
const teamsUnread = document.querySelectorAll(".team-sidebar .team-container.unread").length;
updateBadge(pmUnread + channelsUnread + teamsUnread);
}
function updateBadge(count) {
if (count && count >= 1)
rambox.setUnreadCount(count);
else
rambox.clearUnreadCount();
}
setInterval(checkUnread, 3e3);
|
6 years ago |
chojpsh1
|
17066c2df0
|
change disturb icon via state of button press
Signed-off-by: chojpsh1 <chojpsh1@gmail.com>
|
7 years ago |
brad
|
d7818ac153
|
fix #1292, fix #1829 enable video chat in ms teams
|
7 years ago |
brad
|
697b8192b9
|
Revert "fix #1292, fix #1829 enable video chat in ms teams"
This reverts commit 248fad7b2a .
|
7 years ago |
Ramiro Saenz
|
fb05993719
|
Bots
https://probot.github.io/apps/request-info/
https://probot.github.io/apps/welcome/
|
7 years ago |
Ramiro Saenz
|
15286628ba
|
Update lock.yml
|
7 years ago |
Ramiro Saenz
|
1079fc575b
|
Bot
https://probot.github.io/apps/stale/
|
7 years ago |
Ramiro Saenz
|
9e11d4e8af
|
Bot
https://probot.github.io/apps/lock/
|
7 years ago |
Ramiro Saenz
|
514ca6411a
|
Bot
https://probot.github.io/apps/no-response/
|
7 years ago |
Vijay Raghavan Aravamudhan
|
3b2e7eb78f
|
Fixing issues reported by npm audit.
|
7 years ago |
brad
|
248fad7b2a
|
fix #1292, fix #1829 enable video chat in ms teams
|
7 years ago |
Ramiro Saenz
|
781534545e
|
Merge branch 'master' of https://github.com/saenzramiro/rambox
|
7 years ago |
Ramiro Saenz
|
6b3166e905
|
Fixed Slack icon
Fixes #1408
|
7 years ago |
Ramiro Saenz
|
0ff76ef982
|
Merge pull request #971 from qoheniac/patch-1
Change Linux category from Utility+Office to Network
|
7 years ago |
Ramiro Saenz
|
770a8412fb
|
Changed all unread to use "rambox" class
|
7 years ago |
Ramiro Saenz
|
0da6a1b0ca
|
Fixed Riot unread counter
Fixes #1892
|
7 years ago |
Ramiro Saenz
|
4873d33ccc
|
Fixed Mattermost unread counter
Fixed #1882
|
7 years ago |
Ramiro Saenz
|
d92a47d260
|
Versioning
|
7 years ago |
Ramiro Saenz
|
fe93b6c686
|
typo
|
7 years ago |
Ramiro Saenz
|
fc18d5c26f
|
Merge pull request #1857 from maxerbox/patch-1
Changed js_unread function for service discord
|
7 years ago |
Ramiro Saenz
|
fdebe61717
|
Merge branch 'master' of https://github.com/saenzramiro/rambox
|
7 years ago |
Ramiro Saenz
|
9dcf54b11e
|
Merge pull request #1858 from maxerbox/patch-2
Updated google js_unread in order to be compatible
|
7 years ago |
Ramiro Saenz
|
38e9ac6a3a
|
Removed unused params
|
7 years ago |
Ramiro Saenz
|
f8fd898c17
|
Merge pull request #1863 from cseas/master
Fixed title and link for services available in index
|
7 years ago |
Ramiro Saenz
|
73f4e1fb90
|
Merge pull request #1864 from maxerbox/patch-3
Fixed issue with gmail and notifications
|
7 years ago |
Ramiro Saenz
|
252c17b7f6
|
✌️
|
7 years ago |
Ramiro Saenz
|
bc8dd7b12d
|
Fixed backup-restore configuration
|
7 years ago |
Ramiro Saenz
|
b8f03be07f
|
Update README.md
|
7 years ago |
Ramiro Saenz
|
5167800590
|
Update README.md
|
7 years ago |