Age | Commit message (Collapse) | Author |
|
|
|
Port 20dda5cca0a4015a743250b4e584a3101e7675f2 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
Port dd45c63921f6f64096fa6a1693cc84d6aa33c54f to glitch-soc
|
|
emoji picker
Port b4d67fe57af4d45082dc92eef20d5bb758bd8379 to glitch-soc
|
|
Port 1b4dcc3f7870f60089611c3b3d525978826953c3 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port faafc3ae25378121148356b60d1bef6f57013069 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Port 9add88a920200bc0610b25434ad056469f28eae5 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port cc8f6b3cdaca81be99875c27002e0280d1d88191 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port ed19f33440f4ccfe5323c6a8a67a345682652873 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port fe3bf3b0fc7c74ce12b48a4e03498c410bfd82f5 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port c402c291f4991e2b021d8c13b557e6a8f650dcf3 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 6077eca240d3dc8765380c99896d85ab6e9c4ea9 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
height in single column layout
Port d93b82af87de90eaa29eb54a423722fb9fb45b38 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 7c1ca0c37b7e68bd4e388afb3bca55d2b71fd2ad to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 451e5980b609eca5b20041963aca0098508475d7 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 3593b854233da1dbb49e95c929019c60a53eca79 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 4a818ac2deffaff9925ce5b160dbc5385b815a87 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 0e445ebb1392c8dbce320509d219f16c7c221406 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
the single-column layout
Port 1e5532e693d9533ee37f553aeb191e284178fa52 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 84dc21d55d8627182ce201baeddb6fbbdf8748c2 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 9ddeb30f90f9402eb567c88354d4956fcfdf0361 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
|
|
|
|
|
|
Port c9b8ba50f8ad46e2f7821bb36af0c85e4b9a29df to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
As this is what upstream does.
See also https://github.com/tc39/proposal-decorators/issues/69
|
|
missing `finally` polyfill in web UI
Fix #13015
|
|
* Change audio format from ogg to mp3 for wider compatibility
* Add media description as title to links of unknown media attachments
|
|
* Add audio uploads
Fix #4827
Accept uploads of OGG, WAV, FLAC, OPUS and MP3 files, and converts
them to OGG. Media attachments get a new `audio` type. In the UI,
audio uploads are displayed identically to video uploads.
* Improve code style
|
|
|
|
This adds "Show thread" button to the status view which is used in
profiles. The logic to display the button is mimicking logic in
web app available at app/javascript/mastodon/components/status.js#L439.
* The little change in components CSS required to remove enforced
underline for all links on public pages on our button.
|
|
Port 50cd73e5d7e39600203c9c3f591f04289f41e297 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
|
|
Port c31d61d7f2d576b42ea82ab01470bce7e6e5a3a7 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
web UI
Port 1314bba68a5f2d271312bad08f108e1ff56c2c00 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
* Add automatic blocklist display in /about/blocks
Inspired by https://github.com/Gargron/mastodon.social-misc
* Add admin option to set who can see instance blocks
* Normalize locales files
* Rename “Sandbox” to “Silence” for consistency
* Disable /about/blocks when in whitelist mode
* Optionally display rationale for domain blocks
* Only display domain blocks that have user-facing limitations, and order them
* Redesign table of blocked domains to better handle long domain names and rationales
* Change domain blocks ordering now that rationales aren't displayed right away
* Only show explanation for block severities actually in use
* Reword instance block explanations and add disclaimer for public fetch mode
|