piuvas
d839c1eee1
sidebarlogo localization
2024-09-22 15:28:10 -03:00
piuvas
5eedbe153e
sidebarlogo migration
2024-09-22 15:10:12 -03:00
piuvas
34392ff11a
fix formatting
2024-09-22 14:50:35 -03:00
piuvas
ec5b3c8788
frontend changes
2024-09-22 14:47:04 -03:00
piuvas
1af6f8c5da
backend configuring
2024-09-22 14:47:04 -03:00
Esurio
7aa956aca9
fix: use i18n in settings
2024-09-22 14:47:04 -03:00
cuteBoiButt
e8cdec2278
We don't need the whole Logger class here
2024-09-22 14:46:51 -03:00
cuteBoiButt
b4bd9508ee
Use proper logging facilities in WebfingerService
2024-09-22 14:46:50 -03:00
Marie
1a6c4e3714
upd: remove duplication
2024-09-22 19:13:50 +02:00
Marie
730bdab5fa
upd: add onCancel to esc
2024-09-21 18:04:31 +00:00
dakkar
d3710f0872
maybe fix #510 - try to not edit visibility
...
the frontend part is pretty straightforward, the backend part is ugly
but it shouldn't make things worse than they already are
2024-09-21 18:24:57 +01:00
dakkar
2017b763f2
fix #332 - classic view navbar now respects "side (icon only)"
...
* removed `menuDisplay` computed variable
* directly access `defaultStore` in `calcViewState`
* actually call `calcViewState` at setup!
all three these changes were copied from `universal.vue`, the default
view.
2024-09-21 17:10:05 +01:00
dakkar
1b58326dd6
alert when searching notes from widget, and search is disabled
2024-09-21 16:29:23 +01:00
piuvas silly
dc806e0605
Update compose_example.yml
2024-09-21 00:27:34 +00:00
piuvas silly
1f7044c752
fix mcaptcha.
2024-09-21 00:09:33 +00:00
dakkar
8a982c61c0
move rate-limit-exceeded error reporting, earlier
...
a rate-limit-exceeded error has `kind:'client'`, so the branch that
adds the `Retry-After` would never get taken
2024-09-20 09:16:44 +01:00
dakkar
3f6beb97d2
copy RateLimiterService from MisskeyIO
...
This implementation allocates fewer Promises, might help with the
memory leaks
2024-09-20 08:35:45 +01:00
dakkar
7439230401
bump happy-dom
...
just because MisskeyIO uses this version
2024-09-20 08:30:24 +01:00
dakkar
e9e51fdc01
bump glob
...
latest version no longer uses `inflight`; other dependencies still use
an older `glob`, though…
2024-09-20 08:29:36 +01:00
Marie
bc02b4ae1f
merge: fix: use i18n in settings/general.vue ( !626 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/626
Closes #541
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2024-09-19 15:59:59 +00:00
Esurio
cc51f7038e
fix: use i18n in settings
2024-09-19 12:37:56 +00:00
Marie
62a81bed9b
upd: change sorting of supporters
2024-09-16 19:02:06 +02:00
Marie
c5c3c26271
chore: vue lint
2024-09-16 02:11:41 +02:00
Marie
7d449b9009
chore: add spacing between { and }
2024-09-16 01:17:12 +02:00
Marie
696c76768d
chore: lint
2024-09-16 01:14:31 +02:00
Marie
d2564836ed
upd: prompt for confirmation on external links
2024-09-16 01:12:20 +02:00
Marie
e21e2530e6
fix: don't show quoted toast on cancel of quote note
2024-09-16 00:35:26 +02:00
Marie
bde6bb0bd2
upd: don't ignore new lines on file info
2024-09-16 00:15:06 +02:00
Marie
67257ee5c6
upd: fix audio showing multiple warnings
2024-09-16 00:08:15 +02:00
Marie
9b7301fb2e
upd: Prompt for confirmation when Plugin:open_url is used
2024-09-15 23:54:31 +02:00
Marie
2e18359dad
chore: lint
2024-09-15 18:17:35 +00:00
Marie
b7815df134
upd: fetch sponsors from OC
2024-09-15 20:04:29 +02:00
dakkar
7f849b3502
merge: refactor: Use proper logging facilities in WebfingerService ( !615 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/615
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2024-09-14 10:53:34 +00:00
dakkar
8822f7efda
fix Japanese "memo"→"note"
2024-09-14 11:52:45 +01:00
dakkar
b211507a07
merge: Run eslint with caching ( !618 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/618
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Tess K <me@thvxl.se>
2024-09-14 10:45:44 +00:00
dakkar
a36a504a60
fix Japanese spelling of "bubble"
...
thanks to @esurio
2024-09-14 11:01:59 +01:00
dakkar
57ef186f98
merge: fix: use i18n in SkSearchResultWindow ( !622 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/622
Approved-by: Marie <github@yuugi.dev>
Approved-by: dakkar <dakkar@thenautilus.net>
2024-09-14 09:59:15 +00:00
Esurio
bd586c86ec
fix: use i18n in SkSearchResultWindow
2024-09-14 16:41:31 +09:00
4censord
0a8cb21e9b
Run eslint with caching
...
This reduces the time for subsequent lints significantly.
e.g. for `package/frontend`, the first run takes ~10min.
With the cache, every subsequent run takes only a few seconds.
2024-09-14 00:58:02 +02:00
Marie
3f37db1a13
merge: bump version on develop
( !621 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/621
Approved-by: Marie <github@yuugi.dev>
2024-09-13 20:47:04 +00:00
dakkar
75b4bacc33
bump develop version
2024-09-13 19:57:21 +01:00
dakkar
727a9c09fa
Merge branch 'stable' into bump-dev-version
2024-09-13 19:56:54 +01:00
dakkar
0411812b97
merge: Bump version ( !620 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/620
Approved-by: Julia <julia@insertdomain.name>
2024-09-13 18:55:10 +00:00
dakkar
4f548235d7
Merge branch 'stable' into bump-version
2024-09-13 19:52:37 +01:00
dakkar
7cb5e821ce
bump version to 2024.8.1
2024-09-13 19:45:39 +01:00
Marie
3a77ed5608
merge: more pt-BR fixes! ( !612 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/612
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2024-09-13 16:01:37 +00:00
Julia
d4c5322f9c
merge: 2024.8 ( !610 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/610
Approved-by: Julia <julia@insertdomain.name>
2024-09-13 15:57:16 +00:00
piuvas silly
bc243c8946
Merge branch Sharkey:develop into develop
2024-09-12 22:16:41 +00:00
dakkar
fcd63e0378
merge: chore: Update Donation button ( !616 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/616
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Tess K <me@thvxl.se>
2024-09-08 16:33:24 +00:00
dakkar
743d813538
merge: chore: update contributor section ( !617 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/617
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Tess K <me@thvxl.se>
2024-09-08 16:32:51 +00:00