TheGoddessInari
51970ee2f6
Remove Riot service, since it was deprecated long ago.
...
Fixes #285 .
4 years ago
TheGoddessInari
27d9204a8d
Update telegram unread_js.
4 years ago
TheGoddessInari
6c2c71e30f
Update whatsapp unread_js.
4 years ago
TheGoddessInari
1df5645d9e
Update electron to 13.5.1, and switch back to electron-contextmenu-wrapper.
...
Also update electron-builder to 22.14.4.
4 years ago
TheGoddessInari
ef2c06fc62
Re-align the Add Service dialogue and make it smaller by default again.
4 years ago
TheGoddessInari
12230eef00
Update Mastodon instance list URL.
...
Thanks to ryliejamesthomas for the heads up!
Fixes #253 .
4 years ago
TheGoddessInari
3bad65cbe5
Fix IconLoader to properly set title. No more duplicate icons (rambox bug).
...
Fixes #225 again.
4 years ago
TheGoddessInari
5c9df38848
Explicitly enable remote module. 'electron/@remote' replacement is not yet ready.
4 years ago
TheGoddessInari
3becc15121
Add manual sync points to the service store.
4 years ago
TheGoddessInari
ce902fbaa9
Update WhatsApp js_unread.
4 years ago
TheGoddessInari
b42bfb80ba
Stop escaping icons in the IconLoader. This is probably overkill anyway.
...
We only need to escape the user-supplied title possibly at worst.
Fixes #225
5 years ago
TheGoddessInari
fe82ff798d
Add riot back to fix transition.
...
TODO: Work to mitigate this in a cleaner way.
Fixes #221 .
5 years ago
TheGoddessInari
cd01cec016
Change Google login URLs to match more broadly. Spoof FF 80.
5 years ago
TheGoddessInari
c56e25bde7
Put empty tabs in an array to prevent pushing errors.
5 years ago
TheGoddessInari
9ab646e6ee
Update element unread_js.
5 years ago
TheGoddessInari
249264e90f
Matrix is rebranding Riot to Element and plans to shut down Riot "within a few weeks".
...
Fixes #216 .
5 years ago
TheGoddessInari
2726c275c7
Fix Slack Icon after Redesign
...
Fixes #191 .
Co-authored-by: Marvin <marvin.koch@9elements.com>
5 years ago
TheGoddessInari
a8942df6ec
Update Google Voice unread_js.
...
Also clean up the entry using new service API functions.
Co-authored-by: Wayne Hoover <w@waynehoover.com>
5 years ago
TheGoddessInari
4508c9ec9e
Fix User Agent overrides for Google properties.
5 years ago
TheGoddessInari
9e1abaff61
Update WhatsApp js_unread.
5 years ago
TheGoddessInari
bb9df29948
Fix whatsup notifications.
5 years ago
TheGoddessInari
63ef9554dd
Escape title user inputs. Fix our version of CVE-2019-17625.
...
We take the simple/cheap way out and use ExtJS htmlEncode on all
entry points for this.
This is still mostly limited to 'doing it to yourself'.
The main fix is in app/view/main/Main.js where the title is rendered
out, and will apparently execute arbitrary javascript within a title
tag(!). This is an ExtJS thing, apparently, so we make it
unconditionally encode it to render on the bar.
Apparently this isn't the only place arbitrary execution can occur,
so just be safe(r).
5 years ago
TheGoddessInari
9ac64250b5
Google Inbox was shut down on April 9th, 2019.
5 years ago
TheGoddessInari
298af385bd
Add Firefox user agent to other supported Google services.
5 years ago
TheGoddessInari
8871b6c33a
Attempt to fix MacOS user agent.
5 years ago
TheGoddessInari
1588c5e459
Enable spellcheck.
5 years ago
TheGoddessInari
aff217eded
Revert sandboxing until we discover why window.open no longer works.
5 years ago
TheGoddessInari
7ed63a46ee
Fix sandboxing for webview. Update electron-contextmenu-wrapper to 4.0.0.
5 years ago
TheGoddessInari
3d16baa8d4
Default Gmail to Firefox on Linux x86_64.
5 years ago
TheGoddessInari
f98f0846ab
Remove redundant "Windows NT" marker.
5 years ago
TheGoddessInari
09cb3da387
Revamp userAgent code for services.
...
You can put in your own arbitrary UA string, as well as
separately select OSes from a menu and type in your own Chrome
version string.
5 years ago
TheGoddessInari
f8ba232215
WebView: Switch back to our own User Agent builder.
5 years ago
TheGoddessInari
24d239c86f
Unify package.json and add electron-builder.json.
5 years ago
TheGoddessInari
a550861506
Rework RemoveFunctionFn and ClearData to deal with sessions.
...
We also no longer load the tab if it's not already enabled.
Fixes #166 .
5 years ago
TheGoddessInari
f675bf296a
Add sponsorship buttons.
5 years ago
TheGoddessInari
d55af4041d
Go back to slightly older style RemoveServiceFn, but respecting WebContents.
...
Fix for a5e13d5
.
5 years ago
TheGoddessInari
49c8d2db1d
Fix the disabled branch on RemoveServiceFn->ClearData.
5 years ago
TheGoddessInari
a5ec2ca298
On removing a service, close the msg box instead of hiding it.
5 years ago
TheGoddessInari
ac49485445
New style of getWebContents.
5 years ago
TheGoddessInari
e66b7445f3
Simplify tab change focus logic.
5 years ago
TheGoddessInari
a5e13d5544
Guard service removal code properly.
...
Fixes #166 .
5 years ago
Tomas Coufal
01a91819a8
Fix the unread counter for muted conversations
5 years ago
Tomas Coufal
41f5beba50
Update the unread counter to match Hamsket syntax
5 years ago
Juan Manuel Gonzalez Alama
1c53d1dc07
Update ServicesList.js
...
Fix Android Messenger counter.
Fixes #2289
(cherry picked from commit e8c664be1c
)
5 years ago
Carlos Ortega
ab1ba6ff08
Replace name with Android Messages
...
(cherry picked from commit eb08d021b5
)
5 years ago
Carlos Ortega
fd02265555
Add js snippet to get the unread counter
...
(cherry picked from commit ec4d9f940c
)
5 years ago
mxb
9ae2f10821
Closes #2191
...
Fixed android messages
(cherry picked from commit f9b24f1761
)
5 years ago
Carlos Ortega
a07de53a48
Add service into the services list
...
(cherry picked from commit 566a026cc4
)
5 years ago
Daniel Peukert
4b97805f41
Replaced deprecated .setZoomLevel() with .zoomLevel
5 years ago
Ivan
d3ba0b4658
Fix electron session api for service removal
...
Use promises instead of callbacks
6 years ago