Commit graph

192 commits

Author SHA1 Message Date
Vipra
85e77890e5 fix permission requesting 2023-08-01 13:51:27 +02:00
nachtjasmin
371781ba7d
Format files using prettier 2023-07-28 21:55:28 +02:00
nachtjasmin
38d338e06b
fixup! Load protoots after we've got our permissions 2023-07-28 21:55:28 +02:00
nachtjasmin
f2d6dbf866
fixup! Load protoots after we've got our permissions 2023-07-28 21:55:28 +02:00
nachtjasmin
b0277d5902
fixup! Use browser-specific manifests 2023-07-28 21:55:27 +02:00
nachtjasmin
af57f0d5b7
Add action for Chrome release
Closes #50
2023-07-28 21:55:27 +02:00
nachtjasmin
9a473b1166
Use browser-specific manifests 2023-07-28 21:55:26 +02:00
nachtjasmin
199c008978
Cleanup and improve build scripts 2023-07-28 21:54:57 +02:00
nachtjasmin
4b9629e922
Update FAQ entry about permissions 2023-07-28 21:53:50 +02:00
nachtjasmin
eb7e849375
Change the build format to "esm" 2023-07-28 21:53:50 +02:00
nachtjasmin
cf3dee9715
Load protoots after we've got our permissions 2023-07-28 21:53:50 +02:00
nachtjasmin
b7d2b56488
Refactor extension startup flow using messaging 2023-07-28 21:53:50 +02:00
nachtjasmin
638712de69
Add script for running chromium/chrome 2023-07-28 21:53:50 +02:00
nachtjasmin
65e949ae77
Request permissions for page on first invocation 2023-07-28 21:53:50 +02:00
nachtjasmin
f5993c4636
Update manifest to version 3 2023-07-28 21:53:50 +02:00
Vipra
a8904497c0 don't run replace() on null 2023-07-21 15:23:10 +02:00
Vipra
e518c4d4bc check whether a notification nametag exists 2023-07-20 14:04:06 +02:00
ItsVipra
2b198d5bba match no/none pronouns 2023-07-19 11:54:26 +02:00
Vivien
25d0280f8b
Invalidate old cache versions (#56)
* cache current extension version number

* refresh pronouns, if not from same addon version

* remove conflicting log messages

* move cache entry age checking to caching.js
2023-07-18 21:47:19 +02:00
ItsVipra
1b0bc5658e
update version number 2023-07-18 12:36:59 +02:00
ItsVipra
50c89f80fe
remove "f-" from IDs (usually on pinned posts) 2023-07-18 12:24:30 +02:00
ItsVipra
f37c767fbc
match capitalised pronouns in bio 2023-07-18 12:24:08 +02:00
ItsVipra
380a865c84
update version number 2023-07-18 11:25:54 +02:00
Vivien
6e5f2c036c
Merge pull request #53 from ItsVipra/contributor-list
add contributor list
2023-07-17 14:40:44 +02:00
ItsVipra
7d8820c816
add lena to contributor list 2023-07-17 14:30:16 +02:00
nachtjasmin
db5181ea12
Delete Firefox release foo from release job 2023-07-17 13:07:39 +02:00
nachtjasmin
8f261b480c
Split up publish/release process 2023-07-17 13:01:18 +02:00
Vivien
c6faa3a2ad
add aurora to contributor list
Co-authored-by: Aurora <21148213+aurorasmiles@users.noreply.github.com>
2023-07-17 12:49:53 +02:00
ItsVipra
208f3b8853
add contributor list 2023-07-17 12:27:29 +02:00
Vivien
3fa73edddf
Merge pull request #48 from ItsVipra/improve-pronoun-field-matching
Switch to a regex-only pronoun field matching
2023-07-17 12:19:56 +02:00
ItsVipra
96c530c30f
add matcher for "(i) go(es) by" 2023-07-17 12:18:31 +02:00
Vivien
de65c96e8d
Merge pull request #47 from ItsVipra/normalize-pronoun-page-requests
Normalize pronoun.page URLs
2023-07-17 12:10:36 +02:00
Vivien
c32952f349
Merge pull request #52 from ItsVipra/49-names-disappear-in-follow-list
Hide proplate if there's not enough space
2023-07-17 11:21:42 +02:00
nachtjasmin
32063e7400
Hide proplate if there's not enough space
This is an improvement, especailly for the followers-list
on the advanced web interface. Previously, the proplate would've taken
the whole space that's available, hiding the display name completely.
2023-07-17 10:56:47 +02:00
nachtjasmin
9d8c0332be
Switch to a regex-only pronoun field matching 2023-07-16 11:22:38 +02:00
nachtjasmin
0240489456 Add tests for wrong matches 2023-07-16 11:18:27 +02:00
Aurora
e3ae217f46 Adjust matching regex to catch less unrelated words 2023-07-16 11:18:27 +02:00
nachtjasmin
7f7231836c Format files using prettier 2023-07-16 09:05:39 +00:00
nachtjasmin
83aa9b41b0
Add pronoun.page pronoun normalization
Especially for single-value pronoun.page URLs we want to show the
possessive pronoun as well. This is implemented by querying the API once
again and asking for the correct pronouns.

Closes #44.
2023-07-16 10:56:37 +02:00
nachtjasmin
6858978b99
Refactor pronoun/username extraction with named groups 2023-07-16 10:52:07 +02:00
Vivien
e7aabc0af0
Merge pull request #45 from se4598/patch-1
improve readme
2023-07-15 18:00:03 +02:00
se4598
6a375b899c
improve readme
fix line break and issue links
2023-07-15 15:57:25 +02:00
ItsVipra
2a1d57f778
only log fetch fail, if it actually failed 2023-07-15 11:14:48 +02:00
Vivien
fe5b4584ea
Merge pull request #41 from ItsVipra/remove-flex-from-display-name
Remove all inline styles
2023-07-14 18:57:17 +02:00
ItsVipra
28921ce46c
Merge branch 'rework-pronoun-field-matching' 2023-07-14 18:56:40 +02:00
Vivien
36f8f1e4c2
Merge pull request #43 from ItsVipra/glitch-soc-types
Better fetching for glitch-soc notifications
2023-07-14 18:47:44 +02:00
nachtjasmin
777724c9eb
Add handling for custom URLs 2023-07-14 14:32:48 +02:00
Jasmin
6abbe93219
Include "meh" pronouns as well
Co-authored-by: Vivien <vivienvielva@gmail.com>
2023-07-14 10:50:11 +02:00
nachtjasmin
c4c541ecbf Format files using prettier 2023-07-14 06:59:33 +00:00
Jasmin
b9fbb9b204
Return null if the sanitization would be empty 2023-07-14 08:59:01 +02:00