Commit Graph

144 Commits

Author SHA1 Message Date
Juan Sebastian velez Posada
ae22ab5a9d fix: on send heartbeat omit credentials, only use the api key store (#176) 2023-03-09 18:08:19 -05:00
Juan Sebastian velez Posada
c735e2dafa fix: log whitelist wildcards (#175)
* chore: support for whitelist wildcards

* chore: solve warning on check html element

* chore: bump version 3.0.5
2023-03-09 10:55:41 -05:00
Juan Sebastian velez Posada
65c85d7264 chore: fixes bug with browser polyfill when sending heartbeats (#174)
* chore: fixes bug with browser polyfill when sending heartbeats

* chore: bump chrome version
2023-02-27 11:05:28 -05:00
Juan Sebastian velez Posada
35543489e5 Propmt when a api key can not be use + house keeping (#173)
* chore: remove old files

* chore: change JS tests to TS, delete dummy tests

* chore: bump manifests version
2023-02-22 08:11:16 -05:00
Sebastian Velez
00209ec96f chore: get api key from coookie 2023-02-15 12:25:19 -05:00
Juan Sebastian velez Posada
ffd2a48b29 Sebas prompt for api key (#171)
* chore: prompt users when they dont have api key set up

* bump extension version
2023-02-15 10:50:21 -05:00
Juan Sebastian velez Posada
0a2326948c chore: change localStorage to indexedDB for caching heartbeats while offline (#166) 2023-02-13 19:29:26 -05:00
Juan Sebastian velez Posada
be368b520e chore: send project on heartbeat when navigating on github (#165)
* chore: send project on heartbeat payload when user is navigating on github.com or github.dev

* chore: update logic to generate project from github activity

* chore: update history and development documentation

* chore: address comments in PR
2023-02-10 11:04:49 -05:00
Sebastian Velez
4023044286 chore: make social button smaller 2023-02-06 14:30:26 -05:00
Sebastian Velez
40635cfada chore: add social media toggle to track or not social sites 2023-02-03 15:01:44 -05:00
Sebastian Velez
50abcfca9e chore: remove un used code 2023-01-30 14:24:59 -05:00
Sebastian Velez
3d3120ed40 chore: cache heartbeats request when they fail or users are offline 2023-01-30 11:39:43 -05:00
Sebastian Velez
a4baf7cf86 chore update user agent payload 2023-01-27 13:18:25 -05:00
Sebastian Velez
f0021cfa90 chore: set browser name in userAgent heartbeat payload 2023-01-26 15:56:26 -05:00
Sebastian Velez
f7da028ddc chore: remove un used code 2023-01-26 14:22:48 -05:00
Sebastian Velez
c9c7aeb072 chore: update user agent send to heartbeat api 2023-01-25 12:23:39 -05:00
Sebastian Velez
de4baec10e chore: setTitle and setIcon browser actions separate by browser 2023-01-23 13:26:15 -05:00
Sebastian Velez
a0c3d35a95 chore: changes axios for fetch, service workers dont go along with axios 2023-01-23 11:33:36 -05:00
Juan Sebastian velez Posada
a828f15a6f Merge branch 'master' into sebas-implement-send-heartbeat 2023-01-23 10:13:19 -05:00
Sebastian Velez
e018b53f55 implement service worker events 2023-01-20 13:23:52 -05:00
Sebastian Velez
99ceccd25c chore: replace plugin for user_agent in heartbeat payload 2023-01-19 10:13:06 -05:00
Sebastian Velez
75e6372f2b chore: edit heartbeat payload to not send is_debugging 2023-01-19 10:04:33 -05:00
Juan Sebastian velez Posada
5b6f6e92b0 Merge branch 'master' into sebas-implement-send-heartbeat 2023-01-19 08:35:20 -05:00
Juan Sebastian velez Posada
f6c6753c11 Merge branch 'master' into sebas-manifest-v3-migration 2023-01-19 08:30:23 -05:00
Juan Sebastian velez Posada
5ecafe7637 Merge branch 'master' into sebas-implement-send-heartbeat 2023-01-19 08:30:20 -05:00
Sebastian Velez
f8cea2da00 chore: Chrome Manifest V2 to V3 migration 2023-01-19 06:37:11 -05:00
Sebastian Velez
6547f4916b chore: send api token to heartbeat end point 2023-01-19 05:45:17 -05:00
Sebastian Velez
3f4daed0ca chore: implements send Heartbeat functionality 2023-01-18 14:26:47 -05:00
Sebastian Velez
800198e2ee chore: move api key input to options view 2023-01-18 13:27:11 -05:00
Juan Sebastian velez Posada
650141599f Merge branch 'master' into sebas-options-component 2023-01-18 07:18:37 -05:00
Sebastian Velez
b507429e9b chore: implement options component 2023-01-16 16:45:42 -05:00
Sebastian Velez
ca5f25c4a3 chore: enable disable logging 2023-01-16 14:21:47 -05:00
Sebastian Velez
5486a69305 chore: test redux components with jest 2023-01-13 18:36:39 -05:00
Sebastian Velez
6dfa40e026 chore: store apiKey in redux store 2023-01-13 14:03:04 -05:00
Sebastian Velez
def9fe1243 chore: implement new ts components 2023-01-13 11:09:51 -05:00
Sebastian Velez
32432d470d chore: update dependencies 2023-01-11 09:03:05 -05:00
Vu Nguyen
5958155a04 Web ext integration for dev mode(#116)
* add web-ext dep

* create xrun tasks to wrap running extension targets

* add wait-on dep to delay launch of task when ready

* add legacy wait files for web-ext scripts

* create a dev task for next builds

* add dev:legacy task to allow for a quick dev mode

* reuse watch task to have dev env
2021-02-07 00:08:00 -08:00
Vu Nguyen
8ade367b3f Redux toolkit (#115)
* add @redux/toolkit

* bump react version to allow for hooks

* add remote-redux devtools to help track extension state

* add remote-redux server to allow for remote state viewing

* setup react-redux for current user

* setup watch mode for running redux remote dev watch to options

* move screenshots
2021-01-22 16:37:59 -08:00
Vu Nguyen
0c39fbbc79 begin converting WakatimeCore 2021-01-16 23:53:50 -06:00
Vu Nguyen
d194bcfe60 Es6 cmp migration (#113)
* migrate Alert component

* convert Mainlist component

* add webpack watch task

* update build script for different manifests

* add types for api responses

* convert changeExtensionIcon

* convert inArray, getDomainParts, contains to ts

* convert changeExtensionTooltip

* convert changeExtensionState to ts
2021-01-16 17:31:52 -08:00
Vu Nguyen
9ecc2144aa setup mock browser object 2021-01-16 03:47:22 -06:00
Vu Nguyen
47f1c21535 convert config with a documented Config interface 2021-01-16 03:47:22 -06:00
Vu Nguyen
7cac467547 setup webpack files for firefox/chrome builds 2021-01-15 21:18:11 -06:00
Vu Nguyen
b9cfc9b18e setup a eslint/prettier setup with plugins, and a basic webpack setup 2021-01-14 23:00:49 -06:00