Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Fediverse
  3. Mbin v1.9.1 release (stable)

Mbin v1.9.1 release (stable)

Planlagt Fastgjort Låst Flyttet Fediverse
mbinthreadiverse
2 Indlæg 2 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • snoopy@piefed.socialS This user is from outside of this forum
    snoopy@piefed.socialS This user is from outside of this forum
    snoopy@piefed.social
    wrote on sidst redigeret af snoopy@piefed.social
    #1

    Crossposted from https://gehirneimer.de/m/mbinReleases/t/912046

    This is our v1.9.1 stable release of Mbin. This release includes bug fixes, performance improvements, ActivityPub compatibility improvements, thread and microblog locking, usability improvements and more…
    Summary for Users

    Improve the RSS feeds: they should be faster, you can also get a combined feed of threads and microblogs now

    The search should be a lot faster now and you can also search for magazines and users by their URL again (previously you could only search for their handle)

    Likes, dislikes and boosts of Mastodon posts can now be extracted, however Mastodon does not sent us updates if these values change

    We added a discoverability setting for users and magazines. This setting is activated by default. If disabled you and your content cannot be found by searching and do not appear on /all

    Fix comments from Mastodon posts not appearing

    Threads and microblogs can now be locked

    The combined view should look more coherent.

    We adjusted the way microblog posts are displayed in this view

    The notification switches now have a tooltip

    We added an indexable setting for users and magazines. This setting is also activated by default. If disabled, search engines are advised to not index the corresponding threads and microblogs. Because you can only set this on a page to page basis and your comments appear on the page of threads or microblogs, the indexability of comments is dependent on the thread or microblog you’re commenting on

    The random magazine is now pre-selected when creating a microblog

    Each magazine has a Tags page in which moderators of the magazine can set the hashtags by which microblogs are put in this magazine.

    Previously we used the name as a tag as well, without telling the user and without a way to disable it. We now add the name of each magazine to its tags page to make this behavior clear and to provide a way to disable it.

    When creating a magazine, we added a checkbox to add the name as a hashtag
    Infinite scroll is now working on the search page and the profile pages

    The magazine rules field is now officially deprecated. If a magazine currently has this field populated, it will still be editable, otherwise this field is removed. It will be removed in the future, as there is not a good way to federate this field to other servers. At the moment we just append it to the description with a ### Rules in front of it

    Summary for Server Admins

    Signup notifications should be created correctly again. We previously introduced a bug preventing these notifications from being sent
    Add some problematic paths to the robots.txt, which should result in fewer hits by crawlers (like, dislike, boost, search, …)

    We removed some indexes from the DB which should result in some size savings

    We also added some missing indexes, which resulted in some performance hits. If you run in any conflicts, we created a command to fix errors for duplicate users or magazines (see documentation)

    We reduced the amount of requests to other instances in the background jobs -> should run faster

    Summary for developers

    Mbin:

    Improve CI by just doing nothing in some actions if there are no relevant files changes -> the required actions still run, they just don’t do anything

    App:

    The subject of the magazine log API is now correctly set in case of a pinned, unpinned, banned, unbanned, moderator add and moderator removed “events”. The documentation should reflect that now. See #1951

    When supplying a rules value in the MagazineUpdateApi, but the magazine did not already have rules defined, the API will throw an error, because this field is now deprecated

    There are new endpoints to lock a thread and a microblog post

    There also are new OAuth scopes for locking and we added a missing one for pinning microblog posts

    Fediverse:

    Having a single URL instead of an array of URLs in the to and cc field are now supported. JSON-LD allows this for array fields
    Like Activities use the magazine id instead of followers collection in the to field
    We no longer include the activity streams namespace twice (once in the @context and once in the /context.json)

    die4ever@retrolemmy.comD 1 Reply Last reply
    13
    • snoopy@piefed.socialS snoopy@piefed.social

      Crossposted from https://gehirneimer.de/m/mbinReleases/t/912046

      This is our v1.9.1 stable release of Mbin. This release includes bug fixes, performance improvements, ActivityPub compatibility improvements, thread and microblog locking, usability improvements and more…
      Summary for Users

      Improve the RSS feeds: they should be faster, you can also get a combined feed of threads and microblogs now

      The search should be a lot faster now and you can also search for magazines and users by their URL again (previously you could only search for their handle)

      Likes, dislikes and boosts of Mastodon posts can now be extracted, however Mastodon does not sent us updates if these values change

      We added a discoverability setting for users and magazines. This setting is activated by default. If disabled you and your content cannot be found by searching and do not appear on /all

      Fix comments from Mastodon posts not appearing

      Threads and microblogs can now be locked

      The combined view should look more coherent.

      We adjusted the way microblog posts are displayed in this view

      The notification switches now have a tooltip

      We added an indexable setting for users and magazines. This setting is also activated by default. If disabled, search engines are advised to not index the corresponding threads and microblogs. Because you can only set this on a page to page basis and your comments appear on the page of threads or microblogs, the indexability of comments is dependent on the thread or microblog you’re commenting on

      The random magazine is now pre-selected when creating a microblog

      Each magazine has a Tags page in which moderators of the magazine can set the hashtags by which microblogs are put in this magazine.

      Previously we used the name as a tag as well, without telling the user and without a way to disable it. We now add the name of each magazine to its tags page to make this behavior clear and to provide a way to disable it.

      When creating a magazine, we added a checkbox to add the name as a hashtag
      Infinite scroll is now working on the search page and the profile pages

      The magazine rules field is now officially deprecated. If a magazine currently has this field populated, it will still be editable, otherwise this field is removed. It will be removed in the future, as there is not a good way to federate this field to other servers. At the moment we just append it to the description with a ### Rules in front of it

      Summary for Server Admins

      Signup notifications should be created correctly again. We previously introduced a bug preventing these notifications from being sent
      Add some problematic paths to the robots.txt, which should result in fewer hits by crawlers (like, dislike, boost, search, …)

      We removed some indexes from the DB which should result in some size savings

      We also added some missing indexes, which resulted in some performance hits. If you run in any conflicts, we created a command to fix errors for duplicate users or magazines (see documentation)

      We reduced the amount of requests to other instances in the background jobs -> should run faster

      Summary for developers

      Mbin:

      Improve CI by just doing nothing in some actions if there are no relevant files changes -> the required actions still run, they just don’t do anything

      App:

      The subject of the magazine log API is now correctly set in case of a pinned, unpinned, banned, unbanned, moderator add and moderator removed “events”. The documentation should reflect that now. See #1951

      When supplying a rules value in the MagazineUpdateApi, but the magazine did not already have rules defined, the API will throw an error, because this field is now deprecated

      There are new endpoints to lock a thread and a microblog post

      There also are new OAuth scopes for locking and we added a missing one for pinning microblog posts

      Fediverse:

      Having a single URL instead of an array of URLs in the to and cc field are now supported. JSON-LD allows this for array fields
      Like Activities use the magazine id instead of followers collection in the to field
      We no longer include the activity streams namespace twice (once in the @context and once in the /context.json)

      die4ever@retrolemmy.comD This user is from outside of this forum
      die4ever@retrolemmy.comD This user is from outside of this forum
      die4ever@retrolemmy.com
      wrote on sidst redigeret af
      #2

      Each magazine has a Tags page in which moderators of the magazine can set the hashtags by which microblogs are put in this magazine. Previously we used the name as a tag as well, without telling the user and without a way to disable it. We now add the name of each magazine to its tags page to make this behavior clear and to provide a way to disable it. When creating a magazine, we added a checkbox to add the name as a hashtag

      sounds good

      1 Reply Last reply
      3
      Svar
      • Svar som emne
      Login for at svare
      • Ældste til nyeste
      • Nyeste til ældste
      • Most Votes


      • Log ind

      • Har du ikke en konto? Tilmeld

      • Login or register to search.
      Powered by NodeBB Contributors
      Graciously hosted by data.coop
      • First post
        Last post
      0
      • Hjem
      • Seneste
      • Etiketter
      • Populære
      • Verden
      • Bruger
      • Grupper