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

ActivityPub integration #11580

Draft
wants to merge 529 commits into
base: develop
Choose a base branch
from
Draft

ActivityPub integration #11580

wants to merge 529 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    ba3eae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cd6b49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1491ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb8ff75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01f7af9 View commit details
    Browse the repository at this point in the history
  6. fix: tests

    julianlam committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4b2495b View commit details
    Browse the repository at this point in the history
  7. fix: template helper

    julianlam committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    52c143a View commit details
    Browse the repository at this point in the history
  8. refactor: use topics.post, topics.reply, and posts.edit in Create(Not…

    …e), Create(Note), and Update(Note), respectively
    julianlam committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f7c8967 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    338c568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    519e025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6624b6 View commit details
    Browse the repository at this point in the history
  4. fix: accidental saving of ephemeral _activitypub object into db, shou…

    …ld plumb into hooks only
    julianlam committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    81b319f View commit details
    Browse the repository at this point in the history
  5. chore: lint

    julianlam committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c5c0c47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bfdbb6 View commit details
    Browse the repository at this point in the history
  7. feat: log all post edits to the event log, return eid when logging ev…

    …ents, plumb eid into Update(Note) to federate out as a unique id
    julianlam committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    83392f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c346177 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    ebd750b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e389aec View commit details
    Browse the repository at this point in the history
  3. fix: filter out system tags and prune extra tags beyond number allowe…

    …d, when creating topic from remote data
    julianlam committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7aa56c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a2482c View commit details
    Browse the repository at this point in the history
  5. fix: typo

    julianlam committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    44a183d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a92239 View commit details
    Browse the repository at this point in the history
  7. fix: bump mentions

    julianlam committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ff6cc90 View commit details
    Browse the repository at this point in the history
  8. fix: tweak maxTags handling

    julianlam committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ccd9c7e View commit details
    Browse the repository at this point in the history
  9. chore: up harmony

    barisusakli committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a84dba2 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fix: circular object ref.

    getCategoriesFields was returning full pseudo-category object even if fields were specific, now it only returns fields requested.
    navigating to /category/-1 now redirects to /world
    julianlam committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7af0715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c76d401 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f60f75 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. feat(activitypub): show world category in selectors

    Allows for posting to World, showing World in unread/recent/etc
    
    also removes now-unnecessary special case for privileges
    oplik0 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    953231f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    1027c6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d75894e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    5a2d17d View commit details
    Browse the repository at this point in the history
  2. Revert "fix: missing invocation of generatePostUrl in generateReplied…

    …To helper"
    
    This reverts commit a08b2ef.
    julianlam committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c9985c5 View commit details
    Browse the repository at this point in the history
  3. Revert "fix: urls in posts and announces"

    This reverts commit 4fb6574.
    julianlam committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6fa43b9 View commit details
    Browse the repository at this point in the history
  4. fix: post urls to use prefix instead of linking out directly to origi…

    …n server, exposed encodeURIComponent as a template helper for themes
    julianlam committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2408ecd View commit details
    Browse the repository at this point in the history
  5. fix: bump harmony

    julianlam committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2756aae View commit details
    Browse the repository at this point in the history
  6. feat: plumb pid into return data from posts.loadPostTools, add link t…

    …o view original post, for remote content
    
    closes #12433
    julianlam committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    17f62f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f131b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a5d4ff View commit details
    Browse the repository at this point in the history
  9. fix: bump harmony

    julianlam committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    da2a1e2 View commit details
    Browse the repository at this point in the history
  10. fix: resolve interoperability issues with Misskey, et al.

    Full credit to @jfietkau for the hint that led to this fix.
    julianlam committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    003c646 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix: bump harmony

    julianlam committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9c03e6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65bb866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aafdefa View commit details
    Browse the repository at this point in the history
  4. feat: category handles, #12434

    julianlam committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3cc99a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dc20d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    803975f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7df5cab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0f6b70 View commit details
    Browse the repository at this point in the history
  9. chore: move assertTopic to top of file, rename to assert

    ... despite the diff, that's all this commit did
    julianlam committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4ee8519 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    04c743e View commit details
    Browse the repository at this point in the history
  11. fix: typo

    julianlam committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bab41d1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1fb3c4f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2ffdbeb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    ac765f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2688b6b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. feat: add checks to only continue with topic assertion if there is a …

    …relation to existing content, #12442
    julianlam committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    55e947a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    017a57e View commit details
    Browse the repository at this point in the history
  3. chore: up harmony

    barisusakli committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    550e522 View commit details
    Browse the repository at this point in the history
  4. add 1 ||

    barisusakli committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c2890a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dcdf8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e2daa5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dff5d1c View commit details
    Browse the repository at this point in the history
  8. Revert "add 1 ||"

    This reverts commit c2890a3.
    julianlam committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5efe8ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c1a0fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fcd2bb View commit details
    Browse the repository at this point in the history
  11. fix: lint

    julianlam committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f078e1e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a38d0c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. feat: follow redirects in API

    oplik0 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e0138cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    495d543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c6966f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e266b44 View commit details
    Browse the repository at this point in the history
  5. fix: adjust world schema

    oplik0 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a3dce46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1fa6a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. fix: bump harmony

    julianlam committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2cbc391 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    893788a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e828e87 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    1084f21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59709a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b2faf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    943cef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    442e98e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166e3e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae14602 View commit details
    Browse the repository at this point in the history
  5. fix: maybe last tweak

    julianlam committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    42bdffd View commit details
    Browse the repository at this point in the history
  6. fix: lol

    julianlam committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    983153f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    f40df38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719bb0a View commit details
    Browse the repository at this point in the history
  3. fix: bump mentions

    julianlam committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    86caf23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbfc8d2 View commit details
    Browse the repository at this point in the history
  5. Revert "feat: log all post edits to the event log, return eid when lo…

    …gging events, plumb eid into Update(Note) to federate out as a unique id"
    
    This reverts commit 83392f3.
    oplik0 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8003b00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fc194e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. fix: uppercase digest algorithm name for compatibility reasons

    Mastodon works with either, but Mbin actually requires uppercased name
    oplik0 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5c1c1d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8a91f View commit details
    Browse the repository at this point in the history
  3. feat: basic AP Flag support

    oplik0 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    d9eba6d View commit details
    Browse the repository at this point in the history
  4. fix: use actor id in flags

    oplik0 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e25f062 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d1524e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    c30c128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e0d7dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de83d6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8610753 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. fix: bump mentions

    julianlam committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6b169e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    464dd80 View commit details
    Browse the repository at this point in the history
  3. feat: sign public key requests

    Lack of this signature resulted in ironically failing the verification of signed requests from Mastodon instanced configured to require signed get...
    oplik0 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fcd5447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d437d96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    102c174 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b921f8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72dbcfe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41f77f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b616820 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    962c635 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0166cc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    66b0d81 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3cc09d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    c92b5e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    465a46f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f542c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    959e182 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. fix: bump harmony

    julianlam committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b8daa02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc6cc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d0876b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5ea470 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    525b7c2 View commit details
    Browse the repository at this point in the history
  6. fix: #12496, url in schema

    julianlam committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f783338 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d23a83 View commit details
    Browse the repository at this point in the history
  8. fix: you scurvy cur!

    julianlam committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    52271ca View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    18ba2e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d07ca4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c336590 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb4e418 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdbd30d View commit details
    Browse the repository at this point in the history
  6. fix: wrong variable name

    julianlam committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    50f31b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64258da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6befff5 View commit details
    Browse the repository at this point in the history
  9. fix: #12505, convert relative urls in links and images into absolute …

    …urls, uses same logic as for emails
    julianlam committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7c4ae8e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. feat: rescind post flags

    oplik0 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    9ab1a2d View commit details
    Browse the repository at this point in the history
  2. feat: bulk purge flags

    oplik0 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7bacbf7 View commit details
    Browse the repository at this point in the history
  3. feat: federate flag creation

    oplik0 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    2a2b855 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1dfa8d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. feat: handle Undo(Flag)

    oplik0 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a1a7fb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    026449d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    b7629c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7ff7be View commit details
    Browse the repository at this point in the history
  3. refactor: stub routes for category synchronization, refactor remote f…

    …ollow logic to allow categories to conduct follows as well
    julianlam committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    59a9dd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    407dda7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. chore: minor cleanup

    julianlam committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1253ded View commit details
    Browse the repository at this point in the history
  2. feat: utility functions to get local followers/counts given a remote …

    …actor uri, plumb cid into notes.assert via inbox.announce if a local cid is following the sending actor
    julianlam committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    452cb0a View commit details
    Browse the repository at this point in the history
  3. fix: if the topic already existed in -1, move it to another category …

    …if one was passed in options
    julianlam committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    49a64dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dce3344 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    a9a7fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f802564 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3721f81 View commit details
    Browse the repository at this point in the history
  4. fix: bump harmony

    julianlam committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    59021d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

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

Commits on Apr 22, 2024

  1. feat: add id to Like

    part of #12483
    oplik0 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ab055a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix: percent-encode outgoing webfinger requests

    resolves #12531 - note that incoming percent-encoded webfinger works just fine :)
    oplik0 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3d1e2cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fd4ae2 View commit details
    Browse the repository at this point in the history
  3. fix: handle URI actor IDs

    oplik0 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7000166 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    844d140 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ecbf02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91c3434 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9829a53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6964b1f View commit details
    Browse the repository at this point in the history
  9. remove cid=-1

    barisusakli committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a853dab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee67794 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd71340 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ed84eed View commit details
    Browse the repository at this point in the history
  13. Revert "fix: make sort work with world filters"

    This reverts commit cd8a91f.
    julianlam committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7180819 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    af324da View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    e9df15b View commit details
    Browse the repository at this point in the history
  2. chore: lint

    julianlam committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5e77608 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94eafe1 View commit details
    Browse the repository at this point in the history
  4. make /top faster too

    barisusakli committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fd35dd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c041108 View commit details
    Browse the repository at this point in the history
  6. chore: up widgets

    barisusakli committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1ce986f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40b9dab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7645365 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d77755 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    596a5e4 View commit details
    Browse the repository at this point in the history
  2. fix: have category sync routes return full api response, openapi sche…

    …ma for that pair of routes
    julianlam committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b7ad431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf291a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9d6aa4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53b352d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61a595d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fix: remove unneeded flagged property in favour of flagId, use exis…

    …ting language key for rescind-report
    
    cc @oplik0
    julianlam committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    449ffd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc3f3a7 View commit details
    Browse the repository at this point in the history
  3. fix: update title generator to include the punctuation, and also take…

    … into account question marks and exclamation marks
    julianlam committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6ac5a77 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    5e20319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    119800d View commit details
    Browse the repository at this point in the history
  3. chore: debug log

    julianlam committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3636dec View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    0336e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f24a1a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae589ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32d1adf View commit details
    Browse the repository at this point in the history
  5. refactor: context actor to serve an as:OrderedCollection instead of a…

    …s:Page, and added context property (as per FEP-7888) to refer to it, changed audience to point to category
    julianlam committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4b29a1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a21c8a View commit details
    Browse the repository at this point in the history
  7. fix: partOf and type

    julianlam committed May 3, 2024
    Configuration menu
    Copy the full SHA
    109f423 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05cdb7d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    8de2352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738d47c View commit details
    Browse the repository at this point in the history
  3. fix: bump composer-default

    julianlam committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4e006ad View commit details
    Browse the repository at this point in the history
  4. fix: bump harmony

    julianlam committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e341a5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    807c3ea View commit details
    Browse the repository at this point in the history
  6. fix: if an unknown post is navigated to by a logged-in user, automati…

    …cally assert the post and add it to their inbox
    julianlam committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4e7b12b View commit details
    Browse the repository at this point in the history
  7. feat: basic retry queue

    oplik0 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    50bc9a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea6e15b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    729f0fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cbb1f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22b42f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    af98675 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix: ensure consistent return type from notes.assert

    For fully cached topics it returned bare tid instead of a { tid, count } object.
    
    Typescript would fix this btw :)
    oplik0 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a7aeabc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9761526 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac74d9c View commit details
    Browse the repository at this point in the history
  4. fix: bump harmony

    julianlam committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2cd9088 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c0f01b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e9d47a View commit details
    Browse the repository at this point in the history
  7. fix: attach announcers and their followers to cc, not to targets, onl…

    …y attach announcers to targets
    julianlam committed May 7, 2024
    Configuration menu
    Copy the full SHA
    51089a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96db519 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f9fa66 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f404395 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    43dfb60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c973a9c View commit details
    Browse the repository at this point in the history
  3. chore: some linting

    julianlam committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fdba684 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccd187e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    baada2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    336ea1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda97da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f44e99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fbd48b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b67a7c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a1ad87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5bfde4c View commit details
    Browse the repository at this point in the history
  9. fix: canPurge logic fault

    julianlam committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d40d0b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d7ca48 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5b8903 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1fa9346 View commit details
    Browse the repository at this point in the history
  13. fix: minor cleanup

    julianlam committed May 10, 2024
    Configuration menu
    Copy the full SHA
    129017f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

  1. feat: added analytics.peek

    julianlam committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b106a6a View commit details
    Browse the repository at this point in the history
  2. feat: track incoming requests by id, analytics increment for some met…

    …rics, ignore repeated requests by id
    
    closes #12574
    julianlam committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4e9cd8e View commit details
    Browse the repository at this point in the history
  3. chore: bump harmony

    julianlam committed May 14, 2024
    Configuration menu
    Copy the full SHA
    228c917 View commit details
    Browse the repository at this point in the history
  4. fix: remove .only

    julianlam committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a005440 View commit details
    Browse the repository at this point in the history
  5. fix: lint

    julianlam committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f93b237 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. chore: up mentions

    barisusakli committed May 15, 2024
    Configuration menu
    Copy the full SHA
    78e11d6 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 21, 2024

  1. chore: bump markdown

    julianlam committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4fd0d27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e536223 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    b6653d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e71e9 View commit details
    Browse the repository at this point in the history
  3. feat: add another sanitization round before federating to remove clas…

    …ses from all tags in output html, closes #12573
    julianlam committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7c79e23 View commit details
    Browse the repository at this point in the history