224 Commits

Author SHA1 Message Date
Rajan Agaskar a46541f1c0 Fix keyboard shortcut for Firefox.
- (Fixes #76) This commit fixes the issue where the keyboard shortcut
  (that allows one to simulate a click on the extension icon) was not
  working in Firefox.
- `manifest.json` has multiple schema versions. The current
  manifest.json used for Firefox uses v2. The correct key for specifying
  the desired keyboard shortcut in v2 is `_execute_browser_action`, but
  the v3 key (`_execute_action`) was being used instead. This commit
  updates the Firefox manifest.json to use the correct key. (n.b.: the
  manifest.json for Chrome _is_ using v3). [See the Mozilla `commands`
  docs for more
info](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/commands#special_shortcuts).
- A larger "fix" for this issue that may be arguably more correct is to
  update the Firefox manifest.json to use the v3 schema (if possible
  given current extension constraints).
2024-12-26 11:34:31 -08:00
Isaac Wise ff4298349d fix sticky and fixed elements 2024-12-15 22:11:04 -06:00
Isaac Wise 1be89357ad Capture full page 2024-12-14 20:36:26 -06:00
Isaac b1bad13ff8 Merge branch 'linkwarden:main' into web-clipping 2024-12-12 14:42:00 -06:00
Isaac Wise e155768667 Add browser screenshot uploading 2024-12-12 14:38:45 -06:00
Daniel 9db283b77b Merge pull request #89 from linkwarden/update-license
Update LICENSE to MIT
2024-12-09 19:19:17 -05:00
Daniel 12e8940c22 Update LICENSE 2024-12-09 07:35:56 -05:00
Jordan Higuera cb43f8abc9 Merge pull request #75 from phunky-tech/dev
[Resubmission 2] Add setting to show expanded options by default in bookmarking popup
2024-06-30 20:18:35 -07:00
Phil f2fc1be64c Merge branch 'dev' of https://github.com/phunky-tech/browser-extension into dev 2024-06-02 11:04:05 -06:00
Phil d393cdfd21 Undo formatting changes 2024-06-02 11:03:34 -06:00
Phil bb6d9aff82 Merge branch 'linkwarden:dev' into dev 2024-06-02 10:58:40 -06:00
Phil fc67def501 Add setting to show options by default in bookmarking popup 2024-06-02 10:58:17 -06:00
Jordan Higuera Higuera cb4b622e38 fix: service worker 2024-05-23 00:14:32 -07:00
Jordan Higuera Higuera 3e57ea26f0 feat: sorted collections and tags 2024-04-21 11:49:30 -07:00
Jordan Higuera Higuera 2c7b51a189 feat: indicate if a bookmark is already on linkwarden 2024-04-21 01:01:00 -07:00
Jordan Higuera Higuera 9ccf7cd0b3 feat: default collection option 2024-04-21 00:15:14 -07:00
Jordan Higuera Higuera 55683ec86a feat: api key implementation 2024-04-20 21:50:45 -07:00
Daniel 7136918a0f Merge pull request #65 from linkwarden/dev
Dev
2024-03-20 07:36:49 +03:30
daniel31x13 0fd3ea990e minor change 2024-03-20 00:06:06 -04:00
daniel31x13 2858fa805b minor improvements 2024-03-17 19:56:07 -04:00
Jordan Higuera Higuera 4ea36b8d61 fix: localstorage not saving data on private sessions on firefox 2024-02-12 10:39:22 -07:00
Jordan Higuera Higuera 661062f901 fix: add firefox compatibility 2024-01-19 15:19:57 -07:00
Jordan Higuera Higuera 0820029ca3 fix bug regarding links not sync as they should 2024-01-11 15:34:04 -07:00
Jordan Higuera Higuera 726f7a6003 bump versions 2024-01-09 18:23:49 -07:00
Jordan Higuera Higuera ad37625c19 omnibox implementation 2024-01-09 17:02:50 -07:00
Jordan Higuera Higuera 73e081196c delete logs 2024-01-08 01:39:36 -07:00
Jordan Higuera Higuera e1d49fc6fd bug for deleting when sync 2024-01-08 01:38:18 -07:00
Jordan Higuera Higuera c3850a07d8 fix bugs, SSO 2024-01-08 00:54:53 -07:00
Jordan Higuera Higuera 9deb2d6d85 fix saving config 2024-01-08 00:08:09 -07:00
Jordan Higuera Higuera 6eeed022c9 working with sso/auth0 2024-01-07 22:46:31 -07:00
Jordan Higuera Higuera 0fb40d53e3 fix bugs regarding links in sync, add context menu to add links 2024-01-07 16:25:57 -07:00
Jordan Higuera Higuera a266d64dfd fix button dark mode 2024-01-07 12:35:06 -07:00
Jordan Higuera Higuera 19536dc14a add dark mode 2024-01-06 21:41:47 -07:00
Jordan Higuera Higuera ed9b31eb51 done sync 2024-01-06 20:21:22 -07:00
Jordan Higuera Higuera 3c6172bc13 add todo 2024-01-05 00:50:10 -07:00
Jordan Higuera Higuera a650a32635 cache links, bookmarks created, updated, delete 2024-01-05 00:44:11 -07:00
Jordan Higuera Higuera b3945272e1 working adding links when addded to bookmark 2024-01-02 22:54:03 -07:00
Daniel 335b768f92 Merge pull request #48 from linkwarden/dev
updated version number
2024-01-01 18:19:54 -05:00
daniel31x13 b8082618dd updated version number 2024-01-01 18:17:35 -05:00
Daniel f6fe4cfdf8 Merge pull request #47 from linkwarden/dev
add firefox manifest to main
2024-01-01 17:45:02 -05:00
daniel31x13 421e6aa61c add firefox manifest to main 2024-01-01 17:44:27 -05:00
Daniel a83c92f81a Merge pull request #46 from linkwarden/dev
changes and UI improvements + bug fixed
2024-01-01 17:35:55 -05:00
daniel31x13 a1c6698268 changes and UI improvements + bug fixed 2024-01-01 17:32:05 -05:00
Daniel 3fcea08456 Merge pull request #42 from linkwarden/dev
bump manifest version
2023-12-06 06:59:28 +03:30
daniel31x13 328d69ea91 bump manifest version 2023-12-05 22:25:48 -05:00
Daniel ce9d3f2412 Merge pull request #40 from linkwarden/dev
bug fixed + ui fix + improved error handling
2023-12-06 06:54:24 +03:30
daniel31x13 51cd8325e4 bug fixed + ui fix + improved error handling 2023-12-05 17:42:00 -05:00
Jordan Higuera 47e3f70eea Merge pull request #39 from linkwarden/dev
bump manifest version
2023-11-28 22:47:11 -07:00
Jordan Higuera Higuera 54d0073b10 bump manifest version 2023-11-28 22:46:37 -07:00
Jordan Higuera 57afcf6ce9 Merge pull request #38 from linkwarden/dev
fix image linkwarden
2023-11-28 22:37:20 -07:00