OSAMU SATO
96761752ec
Add duration parameter to muting. ( #13831 )
...
* Adding duration to muting.
* Remove useless checks
4 years ago
ThibG
f54ca3d08e
Fix browser notification permission request logic ( #13543 )
...
* Add notification permission handling code
* Request notification permission when enabling any notification setting
* Add badge to notification settings when permissions insufficient
* Disable alerts by default, requesting permission and enable them on onboarding
4 years ago
Eugen Rochko
5e1364c448
Add IP-based rules ( #14963 )
4 years ago
ThibG
dc52a778e1
Fix issue checking for last unread notification when there are gaps ( #14960 )
4 years ago
Thibaut Girka
cd861c051c
Fix issue checking for last unread notification when there are gaps
4 years ago
ThibG
dac3e362fd
Fix unread notification marker not updating when mounting column ( #14954 )
4 years ago
Eugen Rochko
7d985f2aac
Remove dependency on goldfinger gem ( #14919 )
...
There are edge cases where requests to certain hosts timeout when
using the vanilla HTTP.rb gem, which the goldfinger gem uses. Now
that we no longer need to support OStatus servers, webfinger logic
is so simple that there is no point encapsulating it in a gem, so
we can just use our own Request class. With that, we benefit from
more robust timeout code and IPv4/IPv6 resolution.
Fix #14091
4 years ago
ThibG
63770d3aac
Ignore alt-key hotkeys in text fields ( #14942 )
...
Fixes #14862
This used to be the case until #13987 , which introduced a hotkey to toggle
the Content Warning field.
Unfortunately, MacOS relies on the “alt” key for many things, including
composing text (see #14862 ), therefore, even if that makes the CW toggle
hotkey significantly less useful, it makes sense to not interfere with
composing toots.
4 years ago
mayaeh
5a9ad221bf
Update translation files ( #14920 )
4 years ago
Eugen Rochko
a549415868
Fix regressions in icon buttons in web UI ( #14915 )
4 years ago
Takeshi Umeda
bec8b12bb5
Fix mark as read in notifications to be saved immediately ( #14907 )
...
* Fix mark as read in notifications to be saved immediately
* fix code style
4 years ago
ThibG
65136600e3
Fix logging out on mobile ( #14901 )
...
Fixes #14900
4 years ago
ThibG
78e45a5285
Add option to disable swiping motions across the WebUI ( #13885 )
...
Fixes #13882
4 years ago
Takeshi Umeda
f5d08f2417
Fix unread notification markers ( #14897 )
4 years ago
Thibaut Girka
b5edf30160
Fix boost icon not being displayed in boost notifications
4 years ago
ThibG
82951920f7
Fix bell button causing a brief “Cancel follow request” on locked accounts ( #14896 )
4 years ago
Thibaut Girka
ccfc2b6dce
Make explicit in glitch-soc's WebUI when an account is suspended
4 years ago
Thibaut Girka
e3f822ac1b
Do not filter out temporarily-suspended accounts from relationships API
4 years ago
Eugen Rochko
dadec533ce
[Glitch] Fix unreadable placeholder text color in high contrast theme in web UI ( #14803 )
...
Port bbcbf12215
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
Thibaut Girka
6dde075425
Fix actions being performed before the redux state is set up
4 years ago
ThibG
f8205b7b4a
[Glitch] Add paragraph about browser add-ons when encountering some errors
...
Port b67caf9be4
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
Eugen Rochko
14869ee656
[Glitch] Add option to be notified when a followed user posts
...
Port 974b1b79ce
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
Eugen Rochko
0a069bffd9
[Glitch] Optimize the process of following someone
...
Port front-end changes from 6d59dfa15d
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
Eugen Rochko
6775de3fc9
[Glitch] Change web UI to show empty profile for suspended accounts
...
Port fcb9350ff8
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
ThibG
572d1a1bf8
[Glitch] Fix home TL marker code mishandling gaps
...
Port eaea2311aa
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
ThibG
4586202448
[Glitch] Fix notification filter bar incorrectly filtering gaps
...
Port aab867b0e8
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
ThibG
d31792a2a6
[Glitch] Add border around 🕺 emoji
...
Port 91eecd1b3c
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
Eugen Rochko
d88a79b456
Add pop-out player for audio/video in web UI ( #14870 )
...
Fix #11160
4 years ago
ThibG
d60290044e
Add environment variable to allow requests to some private addresses ( #14722 )
4 years ago
ThibG
ff89025979
Add unread notification markers ( #14818 )
...
* Add unread notification markers
Fixes #14804
* Allow IntersectionObserverArticle's children to be updated
4 years ago
Jeremy Rose
03b6b034b9
add og:published_time to opengraph meta tags ( #14865 )
4 years ago
Takeshi Umeda
b655a7f88f
Fix a slow query for TagFeed ( #14861 )
...
* Fix a slow query for TagFeed
* rename tags to tag_ids
4 years ago
Takeshi Umeda
070026e634
Fix method of the DELETE DATA button ( #14855 )
4 years ago
Eugen Rochko
8c8bf0289f
Fix not being able to enable status notifications in Web Push API ( #14822 )
4 years ago
Thibaut Girka
787d5d7289
Fix minor bugs
4 years ago
Thibaut Girka
312c936d51
Minor refactoring and fixups
4 years ago
Thibaut Girka
85b9086e6b
Filter out mounted lists from “getting started” column
4 years ago
Eugen Rochko
974b1b79ce
Add option to be notified when a followed user posts ( #13546 )
...
* Add bell button
Fix #4890
* Remove duplicate type from post-deployment migration
* Fix legacy class type mappings
* Improve query performance with better index
* Fix validation
* Remove redundant index from notifications
4 years ago
Thibaut Girka
a681980307
Submit timeline markers closer to the moment they change
4 years ago
Thibaut Girka
60eebc6cc4
Fix crashes when connection drops
4 years ago
Thibaut Girka
f1c0cf9806
Add button to manually mark all notifications as read
4 years ago
Thibaut Girka
94c290d7d2
Only update read marker when giving focus/mounting column
4 years ago
Thibaut Girka
145ed37978
Refactor and change logic to only update marker if we reached the last
...
read notification.
4 years ago
Thibaut Girka
66e9a77e36
Display unread marker for notifications
4 years ago
Thibaut Girka
ae698469d0
Clean up leftover from DM conversation view redesign
4 years ago
ThibG
eaea2311aa
Fix home TL marker code mishandling gaps ( #14809 )
4 years ago
ThibG
aab867b0e8
Fix notification filter bar incorrectly filtering gaps ( #14808 )
4 years ago
kawaguchi
5d3c8baa9a
Fix validates :sign_count of WebauthnCredential ( #14806 )
4 years ago
Eugen Rochko
ed099d8bdc
Change account suspensions to be reversible by default ( #14726 )
4 years ago
Eugen Rochko
bbcbf12215
Fix unreadable placeholder text color in high contrast theme in web UI ( #14803 )
...
Fix #14717
4 years ago