1
0
mirror of https://github.com/whippyshou/mastodon synced 2025-01-22 17:54:07 +09:00
Commit Graph

21 Commits

Author SHA1 Message Date
whippyshou
06bc5b8851 Squashed commit of the following:
commit c9327633a352e39e75166dc0fcf88ad13e5658a3
Author: whippyshou <whippyshou@gmail.com>
Date:   Fri Nov 3 01:25:41 2023 +0900

    tset

commit 40925b9adddef9c0fd50557e322a9ecab79eea15
Author: whippyshou <whippyshou@gmail.com>
Date:   Fri Nov 3 01:13:54 2023 +0900

    d

commit 63a76af1acfc1442dd270aa6280597cdd39a6c56
Author: whippyshou <whippyshou@gmail.com>
Date:   Fri Nov 3 01:07:21 2023 +0900

    test

commit a6024a83d779efb6fa1be20cdfa31af5e679dec5
Author: whippyshou <whippyshou@gmail.com>
Date:   Fri Nov 3 00:46:16 2023 +0900

    sdf

commit 2fa4c4d4a7933a729c32f666c5dba7359f6e5eb6
Author: whippyshou <whippyshou@gmail.com>
Date:   Fri Nov 3 00:33:38 2023 +0900

    ㅅㄷㄴㅅ

commit 9bb8fe3e95263f32f65dc5d884ea8789a8d4b323
Author: whippyshou <whippyshou@gmail.com>
Date:   Fri Nov 3 00:08:12 2023 +0900

    test

commit 909b622f7eef6f91c6ed24b5b5e439d853ccbf04
Author: whippyshou <whippyshou@gmail.com>
Date:   Thu Nov 2 23:56:44 2023 +0900

    tes

commit e0cd24b7a8f0b69fff17f0eda260a03220e5fd9f
Author: whippyshou <whippyshou@gmail.com>
Date:   Thu Nov 2 23:46:21 2023 +0900

    test

commit 623977653a3033cc104b094e7e4176efa5e820a1
Author: whippyshou <whippyshou@gmail.com>
Date:   Thu Nov 2 23:41:24 2023 +0900

    icon change

commit b5d0b03dc0fe30531ecf476c7c9f2fbe7c1024ce
Author: whippyshou <whippyshou@gmail.com>
Date:   Thu Nov 2 23:31:46 2023 +0900

    public

commit 1e408b723a9610dd3395ea7b2006e9dfd7f1bfe5
Author: whippyshou <whippyshou@gmail.com>
Date:   Thu Nov 2 23:00:19 2023 +0900

    test

commit 5d93d266b8df636586ac37186a036beb63208e6d
Author: whippyshou <whippyshou@gmail.com>
Date:   Thu Nov 2 22:52:57 2023 +0900

    test
2023-11-03 01:26:39 +09:00
Matt Jankowski
6edd404482
Cleanup unused portions of statuses/status partial (#26045) 2023-07-19 08:44:16 +02:00
Matt Jankowski
d902a707a3
Fix Rails/CompactBlank cop (#24690) 2023-04-30 14:07:21 +02:00
Matt Jankowski
91a8cd21d8
React component helper specs (#24072) 2023-04-26 18:21:32 +02:00
Christian Schmidt
e713c545b8
Use CSS to trim long card descriptions (#24265) 2023-04-23 22:32:47 +02:00
Claire
fb1d9789db
Fix attachment rendering of edited posts in OpenGraph (#22270)
Fixes #22241
2022-12-15 17:41:20 +01:00
Stefano Pigozzi
99d7684dfd
Replace leftover envelope icons with at icons (#18305) 2022-05-06 00:41:56 +02:00
Eugen Rochko
cefa526c6d
Refactor formatter (#17828)
* Refactor formatter

* Move custom emoji pre-rendering logic to view helpers

* Move more methods out of Formatter

* Fix code style issues

* Remove Formatter

* Add inline poll options to RSS feeds

* Remove unused helper method

* Fix code style issues

* Various fixes and improvements

* Fix test
2022-03-26 02:53:34 +01:00
Eugen Rochko
d17fb70131
Change how changes to media attachments are stored for edits (#17696)
* Change how changes to media attachments are stored for edits

Fix not being able to re-order media attachments

* Fix not broadcasting updates when polls/media is changed through ActivityPub

* Various fixes and improvements

* Update app/models/report.rb

Co-authored-by: Claire <claire.github-309c@sitedethib.com>

* Add tracking of media attachment description changes

* Change poll in status edit to have a structure closer to the real one

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2022-03-09 09:06:17 +01:00
Eugen Rochko
351c744590
Fix error when trying to render component for media without meta (#16112) 2021-05-05 21:16:55 +02:00
Eugen Rochko
1f564051b6
Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) 2020-12-15 12:56:43 +01:00
Mélanie Chauvel
68d4b2b83e
Display “Show newer” and “Show older” instead of “Show more” in public pages (#15052) 2020-11-04 21:15:45 +01:00
Takeshi Umeda
d6fe0c94ca
Add account sensitized (#14361)
* Add account sensitized

* Fix i18n normalize

* Fix description and spec

* Fix spec

* Fix wording
2020-11-04 20:45:01 +01:00
Eugen Rochko
662a49dc3f
Fix various issues around OpenGraph representation of media (#14133)
- Fix audio attachments not being represented in OpenGraph tags
- Fix audio being represented as "1 image" in OpenGraph descriptions
- Fix video metadata being overwritten by paperclip-av-transcoder
- Fix embedded player not using Mastodon's UI
- Fix audio/video progress bars not moving smoothly
- Fix audio/video buffered bars not displaying correctly
2020-06-25 01:33:01 +02:00
Takeshi Umeda
04582e3c3e Remove some duplicate methods from StatusHelper and reflect changes to AccountHelper (#12545) 2019-12-05 00:50:40 +01:00
Takeshi Umeda
f43f1e0184 Add basic support for group actors (#12071)
* Show badge on group actor in WebUI

* Do not notify in case of  by following group actor

* If you mention group actor, also mention group actor followers

* Relax characters that can be used in username (same as Application)

* Revert "Relax characters that can be used in username (same as Application)"

This reverts commit 7e10a137b878d0db1b5252c52106faef5e09ca4b.

* Delete display_name method
2019-12-04 20:36:33 +01:00
Takeshi Umeda
a6269b2f83 Split AccountsHelper from StatusesHelper (#12078) 2019-10-24 22:50:09 +02:00
Eugen Rochko
9871904172
Change layout of public profile directory to be the same as in web UI (#11705) 2019-08-30 07:41:16 +02:00
Eugen Rochko
b851456139
Remove Atom feeds and old URLs in the form of GET /:username/updates/:id (#11247) 2019-07-07 16:16:51 +02:00
Eugen Rochko
eec0dc46a6 PostStatusService can attach media to status, ProcessFeedService likewise 2016-09-05 18:39:53 +02:00
Eugen Rochko
f14f462eaf Adding Turbolinks, adding status posting form on homepage 2016-03-21 18:26:47 +01:00