@dessalines:

  • Prettied up https://join.lemmy.ml/apps , which now shows lemmur and remmel at the top.
  • Went through and added more accessibility support to lemmy (#170), as well as a script to check lemmy’s most common pages using pa11y. Special thanks to hlanser at NLNet and Mitch Lillie for their guidance and help with this.
  • Fixed RSS links to use Lemmy URL instead of the optional post link.
  • Added correct char counting for display name length limits.
  • Made a PR to add a New Comments / forum sort for posts.
  • Added an Icon and Spinner component to lemmy. #172
  • Always showing the reset password link. #176

Changes from 0.9.7:

  • Posts and comments are no longer live-sorted (meaning most content should stay in place).
  • Fixed an issue with the create post title field not expanding when copied from iframely suggestion.
  • Fixed broken federated community paging / sorting.
  • Added some aria attributes for accessibility, thx to Mitch Lillie.
  • Updated translations and added croatian.

@nutomic:

I am moving to a new apartment this weekend, so I couldn’t focus on work that much, and only got some smaller tasks done.

  • Various changes for compliance with ActivityPub standard:
    • Store activitypub endpoints in database (!162)
    • Made activitypub extension fields optional (!163)
    • Explicitly mark posts and comments as public (!167)
  • Made some progress towards getting Lemmy to run on newer Rust versions
  • Move routes into separate crate to speed up compilation (!166)
  • Hide followed communities from other users (!168)
  • harc
    link
    93 years ago

    \o/ congrats on a new release!

    Three questions from our instance;

    • is there any chance for the emoji support (picker) to come back? (maybe as a per instance option?)
    • would lemmy have an option to upload files other than graphics? (pdfs, docs, video and such)
    • private groups (as always from me :P)
    • DessalinesA
      link
      9
      edit-2
      3 years ago
      1. Not unless someone finds a small one. The emoji picker alone was as large as this entire UI, and we want to keep the UI lean. You can also just use the : and it will bring a dropdown of emojis based on their text shortcodes.
      2. I don’t think its a good idea for lemmy to be a file hosting platform, that’d balloon the storage required for people to run a server. File sharing is best left to torrents, which you can easily post links for as the post url. Side note but I’m not thrilled about storing pictures locally either (which we are currently doing via pict-rs). Ideally that should also be a distributed / torrent-like system, rather than 1000 different services all hosting copies of the same pictures whilst sharing none of the bandwidth required to serve them.
      3. Private communities and instances are in the works, we have an open issue for them.
      • harc
        link
        33 years ago
        1. 🤯
        2. Totally get that point, but also can see the point in posting a pdf or editable graphics format. Maybe something like IPFS…
          2.1 as an admin I also see a possible danger of rouge file uploads, in the future a moderation tool might come in handy, already had to manually delete some stuff uploaded by nazis by hand. will drop an issue for it if that makes sense.
        3. yeah I know, but it keeps sliding down in priority and I see it as a selling feature for my facebook groups locked-in movement
        • DessalinesA
          link
          43 years ago

          We do have an open issue for perma-deletes, including for pictures. Ya that’s definitely a thing we’ve had to do manually a few times, but it’d be nice to have a way for admins to do this in the UI.

          We just have a lot on our plate, and the migration to diesel that took pretty much all last month was a precursor required for private communities. There’s just two of us so it takes time :smiling face:

          • harc
            link
            0
            edit-2
            3 years ago

            Oh one more thing I was meant to ask (for the future) is the possibility to expose points/carma. I can see some work around that in the repo, but not sure how it translates to end users. I mean both directly in the UI and in the API. I get why one might not like this system, but in some cases some positive reinforcement might come in handy, and I’ve got some other long term plans for it :]

            And yeah, I know it’s just the two of you, and admire your work. Very happy it happened at the exact time I was finally making a decision to pick a system for something I wanted to set up as nothing could come closer to the ideal solution. And as far as my comments might come of as nagging, it’s really well intended in support of the dev process and help free some people from the corporate rabbit hole. I’m looking forward to every release changelog like it’s christmass xD

            • DessalinesA
              link
              33 years ago

              Total points are already exposed in the API but we don’t show them in the front end to prevent karma farming.

              No probs.

    • @nutomicOPMA
      link
      33 years ago

      For video Peertube is a better option, and there are also better alternatives for documents. Trying to handle that in Lemmy would just be extra work for us, and result in a mediocre solution at best.

  • ghost_laptop
    link
    53 years ago

    The images on https://join.lemmy.ml/apps for Remmel weren’t transparent and they had white borders with a black background which looked ugly IMO, so I removed them.

    • DessalinesA
      link
      5
      edit-2
      3 years ago

      Sweet, I’ll get that added, thx.

      K, updated.

      • ghost_laptop
        link
        53 years ago

        You only updated the logo, the one with the phone still has the white borders.

        • DessalinesA
          link
          63 years ago

          Erps, k I got that updated now.

  • @roastpotatothief
    link
    4
    edit-2
    3 years ago

    I clicked the https://join.lemmy.ml/apps link.

    When you click on “The official web app” it takes you to the github. But I think most people would expect it to link to lemmy.ml.

    When you click on Lemmy Lite, you end up on a broken link to lemmylite.crabdance.com (whatever that is) but also, amazingly, on a My Little Pony porn site !!!

    Also, maybe this is a bug. I can’t type “???!!!” in a comment. It seems like typing in a comment [3 question marks] [3 or 4 exclamation marks] just prints 3 exclamation marks, as above. Some bug in how punctuation is escaped?

    • @SirLotsaLocks
      link
      33 years ago

      I personally expect to go to the github for the project but maybe have a second button for lemmy.ml.