Thibaut Girka
6b45aa450b
Use upstream's Icon component
...
Rework the codebase to avoid unnecessary differences with upstream
5 years ago
Thibaut Girka
080bdf6949
Move “export” before decorators
...
As this is what upstream does.
See also https://github.com/tc39/proposal-decorators/issues/69
5 years ago
Rey Tucker
aa6ef7acd0
glitch: fix webpack build failure in columns_area.js ( #1212 )
...
Fixes #1212 by copying what works in the mainline flavor.
5 years ago
Eugen Rochko
0e090952d2
[Glitch] Fix line breaks in hashtag autosuggestions in web UI
...
Port f6cd27f41f
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Mostafa Ahangarha
1eef666521
[Glitch] Exclude URLs from text analysis
...
Port 6899564a76
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
f0806c8de1
[Glitch] Fix wrong sum of usage in hashtag component in web UI
...
Port b5651654f7
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
2e2795a887
[Glitch] Fix wrong pluralization in hashtag component in web UI
...
Port 17df40e74e
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
e7c79b11e5
[Glitch] Change hashtag component in web UI to show numbers for 2 last days
...
Port 8d61ef6dda
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
8f54a3efe0
[Glitch] Fix uncached media in web UI not being clickable
...
Port acf168f1a2
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
mayaeh
a3186bbf67
[Glitch] Integrate translation strings for the Profile Directory.
...
Port 80fe7fa415
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG
27072dc7b0
[Glitch] Fix Mastodon logo style on hover on public pages' footer
...
Port 06f49d9cf2
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG
0ce0028b61
[Glitch] Fix height of dashboard counters
...
Port c5e4f4e0c1
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG
dc41c64d81
[Glitch] Fix custom emoji animation on hover in WebUI directory bios
...
Port 1443f2bd3c
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
8ecdf54a75
[Glitch] Add "not available" label on unknown media attachments
...
Port 59d873e1e5
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Thibaut Girka
eac7c66d2a
Merge branch 'master' into glitch-soc/merge-upstream
5 years ago
Eugen Rochko
f6cd27f41f
Fix line breaks in hashtag autosuggestions in web UI ( #11764 )
5 years ago
Mostafa Ahangarha
6899564a76
Exclude URLs from text analysis ( #11759 )
...
By the added regex, URLs, including the one without http or even www
like mysite.com will be removed from the toot's body so only the real
text of the toot will be analyzed for RTL detection
5 years ago
Thibaut Girka
8d587eafe5
Fix loading more items in account following/followers
5 years ago
Eugen Rochko
b5651654f7
Fix wrong sum of usage in hashtag component in web UI ( #11755 )
...
1 + 1 = 11
5 years ago
Eugen Rochko
17df40e74e
Fix wrong pluralization in hashtag component in web UI ( #11754 )
5 years ago
Eugen Rochko
7ef93513f7
Change account deletion page to have better explanations ( #11753 )
...
Fix deletion of unconfirmed account not freeing up the username
Add prefill of logged-in user's email in the reconfirmation form
5 years ago
ThibG
ecd444dc99
Fix admin interface showing superfluous reject media/reports on suspended blocks ( #11749 )
...
* Fix admin interface showing superfluous reject media/reports on suspended domains
* Fix reject media/reports checkboxes being visible when editing domain block of suspend severity
5 years ago
Eugen Rochko
8d61ef6dda
Change hashtag component in web UI to show numbers for 2 last days ( #11742 )
...
To deal with the midnight problem
5 years ago
Eugen Rochko
acf168f1a2
Fix uncached media in web UI not being clickable ( #11745 )
5 years ago
mayaeh
80fe7fa415
Integrate translation strings for the Profile Directory. ( #11722 )
...
Run `yarn manage:translations en`
5 years ago
ThibG
06f49d9cf2
Fix Mastodon logo style on hover on public pages' footer ( #11735 )
...
Fixes #11690
5 years ago
ThibG
c5e4f4e0c1
Fix height of dashboard counters ( #11736 )
5 years ago
Eugen Rochko
24611e1076
[Glitch] Add header to trends section and change refresh rate to 15 minutes
...
Port cf56532ced
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG
7d388731dc
[Glitch] Restore hashtag suggestions from local tag history
...
Port d94a4763f6
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG
66925dce64
[Glitch] Fix trending hashtags being fetched every 36 seconds instead of every hour ( #11631 )
...
Port db5c84ce4b
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Thibaut Girka
fe085973a3
Fix trending hashtags spacing in single-column mode
5 years ago
Eugen Rochko
4d0d1bf65f
[Glitch] Add trends to public pages sidebar
...
Port 87df04d94c
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
62c1003b41
[Glitch] Fix hashtag autosuggestions line breaks for long suggestions
...
Port 193df2e8cb
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Sasha Sorokin
c43fb46d0c
[Glitch] Fix trending counter width
...
Port 406f2f7d57
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
157d78dd44
[Glitch] Add trends UI with admin and user settings
...
Port 191392e5c3
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
f0c559250c
[Glitch] Fix emoji autosuggestions
...
Port 32d2260a8c
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Thibaut Girka
c3c61f3011
Refactor SCSS to better match upstream
5 years ago
Eugen Rochko
cc3ca37cda
[Glitch] Add autosuggestions for hashtags
...
Port 450b8a70a5
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG
1443f2bd3c
Fix custom emoji animation on hover in WebUI directory bios ( #11716 )
5 years ago
Eugen Rochko
59d873e1e5
Add "not available" label on unknown media attachments ( #11715 )
5 years ago
Thibaut Girka
fab9d261c1
Properly hide follower count in profile directory
5 years ago
Thibaut Girka
90ac926b1c
Update backend links and fix hardcoded ones
5 years ago
Thibaut Girka
2743b33722
Fix imports importing modules from vanilla flavour instead of glitch
5 years ago
Eugen Rochko
c4aa608971
[Glitch] Change layout of public profile directory to be the same as in web UI
...
Port b47119eb61
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko
2cdbfb39e8
[Glitch] Add profile directory to web UI
...
Port 79922ae20f
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG
fce59abade
[Glitch] Change detailed status child ordering to sort self-replies on top
...
Port accac63c88
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Thibaut Girka
741b53651e
Merge branch 'master' into glitch-soc/merge-upstream
...
Conflicts:
- app/views/directories/index.html.haml
Upstream has redesigned the profile directory, and we
had a glitch-soc-specific change to hide follower counts.
Ported that change to the new design.
5 years ago
Eugen Rochko
b47119eb61
Change layout of public profile directory to be the same as in web UI ( #11705 )
5 years ago
ThibG
accac63c88
Change detailed status child ordering to sort self-replies on top ( #11686 )
...
Fixes #11679
5 years ago
Eugen Rochko
79922ae20f
Add profile directory to web UI ( #11688 )
...
* Add profile directory to web UI
* Add a line of bio to the directory
5 years ago