Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iceshrimp improvements #516

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Feb 14, 2024

  1. Quoting

    Jacocococo committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    53e8c0d View commit details
    Browse the repository at this point in the history
  2. Don't load instance info in background

    This information is very useful and it's loaded very quickly anyways
    Jacocococo committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c8bb0de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2892a31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e96e23 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    325eda5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    454660f View commit details
    Browse the repository at this point in the history
  3. Announcements fixes on Iceshrimp

    - Hide emoji reactions
    - Correctly set editedAt
    Jacocococo committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3593d8d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    86f54f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    2dfb79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6841649 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2856e99 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Move unauthenticatedApiController

    The constructor of AccountSessionManager may need this object which
    could lead to a situation where it was being used before it had been
    created.
    Making it static and moving it to MastodonAPIRequest, the only place it
    was being used anyways, seems to fix the issue.
    Jacocococo committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    86b6adf View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    3266a49 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    1ad2257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f78cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    309d272 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d411e8 View commit details
    Browse the repository at this point in the history
  5. Prevent more reactions if max has been reached

    This is specifically for tapping existing reactions on a post if the
    user has already reached the instance max
    Jacocococo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6a46815 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd7c546 View commit details
    Browse the repository at this point in the history
  7. Disable content type setting on Iceshrimp

    We can be sure it doesn't support anything other than MFM
    Jacocococo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    96b9920 View commit details
    Browse the repository at this point in the history
  8. Allow all content types on Iceshrimp

    It's disabled anyways for new users, and allowing all lowers the chance
    of crashes from a previously selected option being missing
    Jacocococo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    893b883 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c834199 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    4078443 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Merge branch 'master' of https://github.com/LucasGGamerM/moshidon int…

    …o moshidon-iceshrimp-improvements
    Jacocococo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fcf7665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3df5ce View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    87cbffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f28e06d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f146067 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9426a9b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Fix indent

    Jacocococo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f016b87 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Change isAkkoma to be based on version code

    Iceshrimp.NET now also implements some APIs using the pleroma field, so
    only checking for that would create false positives for Iceshrimp.NET
    Jacocococo committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a554059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e336f15 View commit details
    Browse the repository at this point in the history