Age | Commit message (Collapse) | Author |
|
Conflicts:
- `package.json`
|
|
* Inserting wicg-inert in project
* Import wicg-inert in moda_root component
* Update yarn.lock
* Solving code style problems
* Removing package-lock
|
|
run `yarn manage:translations en`
|
|
|
|
For some reason, I have seen this only triggered here:
https://circleci.com/gh/tootsuite/mastodon/98324?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link
But Follow.find_by referenced the ActivityPub::Activity::Follow class
instead of the model class.
|
|
|
|
* Add ability to add oneself to lists
* Change search results to include oneself when searching through followers
* Mark follow relation as optional in ListAccount
|
|
|
|
* Fix remote media descriptions being cut off at 420 chars
Fixes #12258
* Fix tests
|
|
|
|
|
|
|
|
Port 3a929dbedd31ea67723746bdf387e22e66e247cd to glitch-soc
And extend that to collapse button
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 9b36f62df63003419cb2ca08e77f2fa69fed91ad to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port a9530e29a2813ed8cf4c8f13fe60dd9fad245466 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port bcf694dce7536d29ede3c0865b00cb84f348b5e1 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port f4be89e24d3849de4b543faa37493474e2ee8e02 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port 547a5bac9d9c909b306933596bc121b63809d772 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port SCSS changes from aa884e04848a6c06dbf7c27ae7a3fcc7d379792d to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port fccf83e1f2ecd4e23f7b1faee5330976d17da7b8 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
|
|
|
|
Port 183fc9d3cbc891be17a1c4be8b262250f9dbb545 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Conflicts:
- README.md
- app/helpers/statuses_helper.rb
Upstream moved account helpers to their own file, we had extra
helpers there, moved too.
- app/lib/sanitize_config.rb
- app/models/user.rb
- app/serializers/initial_state_serializer.rb
- config/locales/simple_form.en.yml
- spec/lib/sanitize_config_spec.rb
|
|
|
|
|
|
|
|
* Add download button for audio player
* Add download button for video player
* fix padding for download button in Audio component
|
|
|
|
|
|
* return the new favourites_count
when unfavouriting a status
* Remove trailing whitespace
* revert changes to favourites_controller
* Decrease favourites_count through statuses reducer
* styling fix
* Fix missing trailing comma
|
|
* Add link to search for users connected from the same IP address
Fixes #11949
* Fix missing cell in admin account view table
|
|
Fixes #12156
|
|
|
|
|
|
Fixes #12151
|
|
|
|
On mobile, batch actions are hidden from the settings/admin interface,
but there are several places those actions can only be performed through
batch actions.
This may not look great, but at least it makes the actions available again.
|
|
See the first example here: http://microformats.org/wiki/microformats2#hyperlinked_person
|
|
Some ActivityPub servers refuse to embed remote objects into their own
output. This is because they are not the authoritative source for these
objects, and as such embedding them is always a waste of space. The
follow request and follow models contain a URI, so this can be used to
match them.
|
|
… posting to the AP inbox required a logged-in local user…
|
|
|
|
Keeping them in the TL fixes the front-end not being able to properly keep
track of pagination. Furthermore, filtered toots are not counted as unread
content, whether they are dropped or not.
|
|
* Bump react-select from 2.4.4 to 3.0.5
Bumps [react-select](https://github.com/JedWatson/react-select) from 2.4.4 to 3.0.5.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/.sweet-changelogs.js)
- [Commits](https://github.com/JedWatson/react-select/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Change import path for react-select
|
|
|
|
|
|
… instead of adding them to the timelines and then not showing them.
This fixes timelines showing new items when the only new items are
“irreversibly” filtered toots. This may be an edge case in Mastodon/glitch-soc,
but it is not in Pleroma, which does no filtering server-side whatsoever.
|
|
|
|
Port 91582937f34c74dd76dabe7253864da8565f227e to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|