TheGoddessInari
bc1923dcd4
README: Somehow the AppImage link changed, fix it.
6 years ago
TheGoddessInari
38bffd6467
Remove references to `app watch`, as this never made sense.
...
Also remove mention of 'contributed services'.
6 years ago
TheGoddessInari
af081b791d
Add git hashes to buildversion.
...
Also replace 'rimraf' with the more generic 'shx'.
6 years ago
TheGoddessInari
45b3597898
Update dev package versions.
6 years ago
TheGoddessInari
f46631a6fb
Disable eval from webviews.
...
It can be trivially exploited online, so no service page should be
using this. I'll gladly help people report bugs upstream if It
comes down to that, but electron strongly recommends this.
This is reintroduced from c982df1a7a
as ICQ seems to've fixed the issue, despite not honoring bug bounty.
6 years ago
TheGoddessInari
347e05b4ce
WhatsApp: Use a different user-agent because they're being stupid.
6 years ago
TheGoddessInari
0cc05c9fe4
ServicesList: Replace for..in with for..of for hipchat, horde, and mysms.
...
Somehow this passed by the linter and inspection.
7 years ago
TheGoddessInari
3bfe190fb8
Zoho: Replace .com with ___ for non-US folks, add note to add .com or other TLD.
7 years ago
TheGoddessInari
1dd0cbb2ea
CONTRIBUTING.md: Let's clean this up.
7 years ago
TheGoddessInari
f0d4676f7c
README.md: Remove reference to env.js.
7 years ago
TheGoddessInari
6ffa2826be
Update DEB64 link.
...
Closes #63
7 years ago
TheGoddessInari
fe4f41bab3
Update package lock.
7 years ago
TheGoddessInari
53a837bbeb
Update electron-contextmenu-wrapper to 1.0.0.
7 years ago
TheGoddessInari
86c72dda6c
Update electron to 3.0.8, electron builder to 20.33.2,
...
spectron to 5.0.0 and electron-is-dev to 1.0.1.
Looks like finally the remoting bugs have been fixed.
7 years ago
TheGoddessInari
821e3f58ed
Add snap packaging.
7 years ago
TheGoddessInari
b6761807d2
Update electron to 2.0.11.
7 years ago
Ramiro Saenz
c3d082148f
Prevent bug "window.close" related with Electron
...
https://github.com/electron/electron/issues/13843
7 years ago
TheGoddessInari
de6e79baf4
Merge pull request #57 from ontherunvaro/patch-inbox-badges
...
Inbox: only update notification badge for Inbox view.
7 years ago
Álvaro Brey
eff6783145
Inbox: only update notification badge for Inbox view.
...
Currently the unread badges are updated in any view (such as Done,
Snoozed or any folder). These are not unread/new messages and as such
should not count towards the badge.
This patch works around that issue by checking if the current view is
the Inbox view, and not updating the unread count otherwise.
See: https://github.com/ramboxapp/community-edition/issues/1136 ,
https://github.com/ramboxapp/community-edition/pull/1853
7 years ago
TheGoddessInari
2d8fbcf5d5
node: Make 'start' npm command work
...
We have to build and install dependencies first thanks to ExtJS
and electron-builder.
Relates to #55 , and brought up as an issue by @ontherunvaro .
7 years ago
TheGoddessInari
aff8a41a0b
Hangouts: Fix js_unread.
7 years ago
TheGoddessInari
59ebf0ece6
Merge pull request #56 from ontherunvaro/patch-linux-categories
...
package.json: Change freedesktop category to Network
7 years ago
TheGoddessInari
b39248a004
Merge pull request #54 from ontherunvaro/patch-gitignore-jsonp
...
Add bootstrap.jsonp to .gitignore
7 years ago
Álvaro Brey
cdc4b83cdb
package.json: Change freedesktop category to Network
...
See https://github.com/ramboxapp/community-edition/pull/971
7 years ago
Álvaro Brey
7e896d0460
Add bootstrap.jsonp to .gitignore
7 years ago
TheGoddessInari
694bfb93b7
CSP: fix custom icons. Remote loading of https
...
images is probably fine.
7 years ago
TheGoddessInari
2f6e6ffa98
Revert "Disable eval from webviews."
...
This reverts commit c982df1a7a
.
Apparently ICQ is broken, I'll try to get them to fix it, or make
a blacklist. Could use a UI person's help if we need more options. <3
7 years ago
TheGoddessInari
1448864e29
Update electron-builder to 20.28.3.
7 years ago
TheGoddessInari
a6c9ea3047
Update to electron-contextmenu-wrapper 0.0.2
...
because of CVE-2018-15685.
7 years ago
TheGoddessInari
d7f70fd9c3
Remove the last vestiges of Auth0 support.
7 years ago
TheGoddessInari
c982df1a7a
Disable eval from webviews.
...
It can be trivially exploited online, so no service page should be
using this. I'll gladly help people report bugs upstream if It
comes down to that, but electron strongly recommends this.
7 years ago
TheGoddessInari
98370a6a24
index.html: Make a 'basic' CSP for the main window.
7 years ago
TheGoddessInari
6339416320
app.json: Remove polyfills.
7 years ago
TheGoddessInari
a30aade049
electron: Use destructuring assignments.
7 years ago
TheGoddessInari
3da4a439ea
FileBackup: check for null and removing a debugging print.
7 years ago
TheGoddessInari
b8548f2b5f
Fix FileBackup function typo. Backup now works from the button.
7 years ago
TheGoddessInari
1f92531043
Put the 'does this happen upstream' common question into the issue template.
7 years ago
TheGoddessInari
da64582cf3
Replace app.quit with app.exit.
...
We don't actually use any of the app.quit hooks,
this solves an additional problem with occasional
on-exit hangs with Windows as well.
Also included: tray menu finally uses locale.
7 years ago
TheGoddessInari
771266f578
Ensure that no webviews can be created with nodeIntegration.
7 years ago
TheGoddessInari
491fc4c694
Update electron to 2.0.8 to fix CVE-2018-15685.
7 years ago
TheGoddessInari
a16643e631
Remove the 'remove all services' button theming so it actually shows up.
7 years ago
TheGoddessInari
bbcd2cecde
Take out one instance of iteration for the new style.
7 years ago
TheGoddessInari
5ab38eace3
Explicitly declare the Node version we depend on.
7 years ago
TheGoddessInari
b8d448210c
Clear all of the Sencha warnings.
7 years ago
TheGoddessInari
4456ca89b8
Remove electron-context-menu, replace with our own
...
electron-contextmenu-wrapper.
This fixes our context menus. Yay!
7 years ago
TheGoddessInari
6b3ea30b65
Cleanup on electron/main.js and fix a typo.
7 years ago
TheGoddessInari
1e7cf2612f
Merge branch 'testing'
...
This still has the same issues with actually removing old data as
upstream. Electron issues and other requests have gone unanswered, so
pushing to master.
7 years ago
TheGoddessInari
8f991a5b8e
Merge pull request #37 from timbru31/fix-mac-os-script
...
build(macOS): fix macOS package.json scripts
7 years ago
Tim Brust
d35d82c055
build(macOS): fix macOS package.json scripts
7 years ago
TheGoddessInari
2761e5a748
electron: Add missing semicolons.
7 years ago