Chee Aun
e7c9628d92
i18n updates (es-ES,fa-IR) ( #869 )
...
* New translations (Persian)
* New translations (Spanish)
2024-10-13 17:25:59 +00:00
Lim Chee Aun
f85cf22558
Cache another regex
2024-10-13 11:32:52 +08:00
Lim Chee Aun
66e8bfe18c
Move emojis check condition to top
2024-10-13 11:30:05 +08:00
Lim Chee Aun
82163c0b88
Fix text nodes extraction fails on template element
2024-10-13 11:30:05 +08:00
Chee Aun
4d03f8fba4
Merge pull request #872 from Steffo99/feature/twitter-crash-fix
...
Fix crash if a `@username@twitter.com` pseudo-mention is encountered
2024-10-13 08:36:27 +08:00
github-actions[bot]
f669c39a30
Update README.md
2024-10-13 00:02:30 +00:00
Stefano Pigozzi
54fcaf80b0
Use a global regex for replaceAll
2024-10-12 22:39:40 +02:00
Chee Aun
56faec702c
i18n updates (ca-ES) ( #868 )
2024-10-11 08:57:47 +00:00
Chee Aun
947ab3077b
Merge pull request #867 from Steffo99/feature/issue-template
...
Replace the current issue templates with the newer format, "Issue Forms"
2024-10-11 14:47:36 +08:00
Stefano Pigozzi
6ff127c8b3
Allow bypassing issue forms
2024-10-11 07:04:37 +02:00
Stefano Pigozzi
47a8a174e6
Convert feature request to issue form
2024-10-11 07:02:35 +02:00
Stefano Pigozzi
665b6dd7e7
Describe the bug → Bug description
2024-10-11 07:01:26 +02:00
Stefano Pigozzi
2878881e10
Convert bug report to issue form
2024-10-11 06:59:18 +02:00
Scott Feeney
59d5c73359
Run prettier
2024-10-10 17:38:06 -07:00
Scott Feeney
22f0703162
Store nodeInfo separately + other feedback
2024-10-10 17:31:16 -07:00
Stefano Pigozzi
f49074abfd
Merge .po file
2024-10-11 02:03:53 +02:00
Stefano Pigozzi
6bd3ad0143
Merge remote-tracking branch 'cheeaun/main' into feature/paste-attach
...
# Conflicts:
# src/locales/en.po
2024-10-11 02:03:27 +02:00
Scott Feeney
ad0ab0c845
Shrink the size of the feature detection change
2024-10-10 16:59:37 -07:00
Scott Feeney
839023cefc
Use NodeInfo to detect features if available
...
For Mastodon <=4.3 (all current stable releases of Mastodon), the
NodeInfo request will always fail due to mastodon/mastodon#23135 and
fall back to the existing behavior. For other server software, this will
allow for more accurate checking of feature availability.
Fixes #808 : adds support for exclusive lists with GoToSocial 0.17+.
2024-10-10 16:59:37 -07:00
Chee Aun
4a09740ae9
i18n updates (fa-IR,it-IT) ( #862 )
...
* New translations (Italian)
* New translations (Persian)
2024-10-10 20:18:12 +00:00
Lim Chee Aun
48537742a2
Time to try fetchPriority=low
2024-10-11 02:11:08 +08:00
Lim Chee Aun
edd34a5cfe
Line changes
2024-10-10 15:14:21 +08:00
Lim Chee Aun
d5e985d6d4
Preliminary filter work on notifications
2024-10-10 15:14:08 +08:00
Lim Chee Aun
a25bcba8a6
Make 'Delete' post look dangereous
...
Thanks to https://github.com/cheeaun/phanpy/pull/841
2024-10-10 09:16:49 +08:00
Chee Aun
e2e9e3cdb0
Merge pull request #856 from Steffo99/feature/login-default-instance
...
Use the same logic as the main login button for the login tooltip in posts
2024-10-10 08:38:18 +08:00
Chee Aun
0eaa4b0cec
Merge pull request #855 from Steffo99/feature/hashtag-fix
...
Do not save state between regex executions
2024-10-10 08:30:19 +08:00
Stefano Pigozzi
8ae6846827
Merge branch 'main' into feature/hashtag-fix
2024-10-10 00:58:12 +02:00
Lim Chee Aun
e2086a1156
Stupid g is cached between calls
...
https://stackoverflow.com/q/1520800/20838
2024-10-10 00:57:27 +08:00
Lim Chee Aun
46f5d7917c
Fix dup keys
2024-10-10 00:56:00 +08:00
Lim Chee Aun
9d06c88289
Fix text size change affect settings popover width
2024-10-09 17:14:45 +08:00
Lim Chee Aun
eea5b027c0
Prevent this action from running in forks
2024-10-09 12:30:00 +08:00
Lim Chee Aun
3051a59753
Add some designs that's still not used for now
2024-10-08 21:03:02 +08:00
Lim Chee Aun
9958d9512b
Upgrade dependencies
2024-10-08 21:02:42 +08:00
Chee Aun
731ff8a0c5
i18n updates (eo-UY,es-ES,eu-ES) ( #859 )
...
* New translations (Spanish)
* New translations (Esperanto)
* New translations (Spanish)
* New translations (Basque)
2024-10-06 15:21:19 +00:00
github-actions[bot]
1a84c18d38
Update README.md
2024-10-06 00:02:28 +00:00
Chee Aun
3ff2253116
i18n updates (it-IT,pl-PL) ( #854 )
...
* New translations (Polish)
* New translations (Italian)
2024-10-04 13:48:48 +00:00
Stefano Pigozzi
59e3e4a37f
Prettify
2024-10-04 14:51:51 +02:00
Stefano Pigozzi
02dfa81407
Use the same logic as the main login button for the login tooltip in posts
2024-10-04 14:03:25 +02:00
Stefano Pigozzi
e94b8edacc
Do not save state between regex executions
...
Fixes #843 .
See https://stackoverflow.com/questions/2630418/javascript-regex-returning-true-then-false-then-true-etc for more information!
2024-10-04 13:19:09 +02:00
Chee Aun
cbcf5c9b43
i18n updates (es-ES,pl-PL) ( #851 )
...
* New translations (Spanish)
* New translations (Polish)
2024-10-03 16:52:22 +00:00
Chee Aun
31e784821b
i18n updates (lt-LT) ( #848 )
...
* New translations (Lithuanian)
* Update catalogs.json
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-01 12:50:15 +00:00
Chee Aun
6675d00218
i18n updates (eo-UY,es-ES,lt-LT) ( #845 )
...
* New translations (Spanish)
* New translations (Spanish)
* New translations (Esperanto)
* New translations (Lithuanian)
* Update catalogs.json
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-01 10:34:36 +00:00
Lim Chee Aun
334362487a
Fix accounts loading error for non-server-side notifs grouping
2024-10-01 16:54:42 +08:00
Chee Aun
da532032a8
i18n updates (es-ES) ( #844 )
2024-09-29 13:31:55 +00:00
Chee Aun
492528ea6f
i18n updates (lt-LT,nb-NO) ( #840 )
...
* New translations (Norwegian Bokmal)
* Update catalogs.json
* New translations (Lithuanian)
* New translations (Norwegian Bokmal)
* Update catalogs.json
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-27 15:16:07 +00:00
Chee Aun
f521249dea
i18n updates (eo-UY,lt-LT) ( #838 )
...
* New translations (Lithuanian)
* Update catalogs.json
* New translations (Esperanto)
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-26 19:21:11 +00:00
Chee Aun
bb4bd3cc45
i18n updates (lt-LT) ( #837 )
...
* New translations (Lithuanian)
* Update catalogs.json
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-26 16:48:45 +00:00
Chee Aun
166aab3f3a
i18n updates (lt-LT) ( #836 )
...
* New translations (Lithuanian)
* Update catalogs.json
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-26 15:01:26 +00:00
Chee Aun
0a2414043c
i18n updates (nb-NO) ( #835 )
...
* New translations (Norwegian Bokmal)
* Update catalogs.json
* New translations (Norwegian Bokmal)
* Update catalogs.json
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-26 11:46:50 +00:00
Chee Aun
74e22ed8dd
i18n updates (nb-NO) ( #834 )
...
* New translations (Norwegian Bokmal)
* Update catalogs.json
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-26 09:22:42 +00:00