Commit Graph

  • 2bcbf91951 avoid type check, passing unnecessary accounts tsmethurst 2023-04-10 18:36:07 +0200
  • 716ef474de add missing license headers kim 2023-04-10 16:37:49 +0100
  • 906007e559 remove unused code kim 2023-04-10 16:37:08 +0100
  • 49d04a3d0d a whitespace kim 2023-04-10 15:34:43 +0100
  • 69a9c428a8 slight code reformatting kim 2023-04-10 15:10:28 +0100
  • c4d405c341 move request id ctx key to gtscontext, finish filling out more code comments, add basic support for not logging client IP kim 2023-04-10 15:08:51 +0100
  • c01d2f9b44
    [chore]: Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 (#1684) dependabot[bot] 2023-04-10 13:51:03 +0200
  • 63da869910
    [chore]: Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 dependabot[bot] 2023-04-10 10:36:34 +0000
  • 1d8f9c6b16
    [chore]: Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#1685) dependabot[bot] 2023-04-10 12:35:05 +0200
  • de1e14b1c6
    [chore]: Bump golang.org/x/crypto from 0.7.0 to 0.8.0 dependabot[bot] 2023-04-10 10:15:37 +0000
  • 014d7ac131
    [chore]: Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#1686) dependabot[bot] 2023-04-10 12:14:21 +0200
  • 158facf011
    [chore]: Bump golang.org/x/image from 0.6.0 to 0.7.0 (#1682) dependabot[bot] 2023-04-10 12:12:46 +0200
  • 76da945129
    [chore]: Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 dependabot[bot] 2023-04-10 07:00:42 +0000
  • a978cb6889
    [chore]: Bump golang.org/x/text from 0.8.0 to 0.9.0 dependabot[bot] 2023-04-10 06:59:26 +0000
  • 2905e49abd
    [chore]: Bump golang.org/x/image from 0.6.0 to 0.7.0 dependabot[bot] 2023-04-10 06:59:15 +0000
  • 312f2dc2f5 fix own boosts not being timelined tsmethurst 2023-04-09 13:48:06 +0200
  • b33b3daf96 dedupe update logic + add tests tsmethurst 2023-04-09 13:44:59 +0200
  • 9fac11eb02 fix missing mutex unlock kim 2023-04-08 21:20:29 +0100
  • 181bc97870 fix recipient looping issue kim 2023-04-01 10:43:05 +0100
  • 0390fc5cc1 improve batch senders to keep popping recipients until remote URL found kim 2023-04-01 10:35:20 +0100
  • 2ff11e29f7 remove separate sender worker pool, spawn 2*GOMAXPROCS batch senders each time, no need for transport cache sweeping kim 2023-04-01 10:28:44 +0100
  • 9897161cb4 revamp http client to not limit requests, instead use sender worker kim 2023-03-30 22:24:45 +0100
  • 26c888ba70 update column slice tsmethurst 2023-04-08 14:50:45 +0200
  • 51b8d19954 test notify on status post tsmethurst 2023-04-08 14:33:11 +0200
  • be8c189ca2 carry over show reblogs + notify from follow req tsmethurst 2023-04-08 14:02:06 +0200
  • 50618d6b78 update swagger tsmethurst 2023-04-08 13:59:20 +0200
  • f3f75bcb92 tidy up a bit tsmethurst 2023-04-08 13:35:52 +0200
  • 725e4897b9 Merge branch 'main' into new_post_notifs_for_followers tsmethurst 2023-04-08 13:09:40 +0200
  • f28ed21343
    [bugfix] Fix single author threads not appearing in home timeline (#1679) v0.8.0 tobi 2023-04-08 12:56:55 +0200
  • 2474e1659b [bugfix] Fix single author threads not appearing in home timeline tsmethurst 2023-04-08 12:32:14 +0200
  • fb41d2d48f
    [bugfix] warn on maxprocs error instead of failing (#1678) tobi 2023-04-08 11:51:24 +0200
  • 5bfc4c2ddc info instead of warn tsmethurst 2023-04-08 11:44:43 +0200
  • a319323efd [bugfix] warn on maxprocs error instead of failing tsmethurst 2023-04-08 11:28:38 +0200
  • 6637b58dbb start working on notifs for new posts tsmethurst 2023-04-07 19:26:23 +0200
  • e46323c207
    [bugfix] visibility caching and hometimeline (#1675) v0.8.0-rc1 kim 2023-04-06 16:11:25 +0100
  • ede9fe5475 update home timeline code to include relevant threads to owner (e.g. between mutuals/follows) kim 2023-04-06 13:58:08 +0100
  • 439596d996 check for ID check > max possible ID kim 2023-04-06 13:12:20 +0100
  • d2d9b8d4ef fix visibility caching to use correct type key kim 2023-04-06 13:11:21 +0100
  • 3510454768
    [bugfix/chore] Refactor timeline code (#1656) tobi 2023-04-06 13:43:13 +0200
  • c54510bc74
    [bugfix] Normalize status content (don't parse status content as IRI) (#1665) tobi 2023-04-06 13:19:55 +0200
  • 4f322f527f
    [bugfix] Always serialize orderedItems as array (#1673) tobi 2023-04-06 13:16:53 +0200
  • 8d2a76c58c
    [bugfix] Add proper constraints on status faves, dedupe (#1674) tobi 2023-04-05 20:10:05 +0200
  • ce03ba4e9d finish up tsmethurst 2023-04-05 19:50:54 +0200
  • 4bfc5d26d6 [bugfix] Start working on multiple like issue tsmethurst 2023-04-05 13:45:57 +0200
  • 9dcb593ade [bugfix] Always serialize orderedItems as array tsmethurst 2023-04-05 11:23:19 +0200
  • 36a2131375
    [chore] Update templates license headers (#1672) tobi 2023-04-04 11:33:11 +0200
  • 6674e966cf [chore] Update templates license headers tsmethurst 2023-04-04 11:19:56 +0200
  • b847af1dbd
    [bugfix] Add idempotency-key to allowed CORS headers (#1670) tobi 2023-04-03 12:01:24 +0200
  • e1345e7930 [bugfix] Add idempotency-key to allowed CORS headers tsmethurst 2023-04-03 11:53:58 +0200
  • 9c209fe6e4
    [chore]: Bump modernc.org/sqlite from 1.21.0 to 1.21.1 (#1669) dependabot[bot] 2023-04-03 11:19:05 +0200
  • 839fd56ea4
    [chore]: Bump github.com/miekg/dns from 1.1.52 to 1.1.53 (#1668) dependabot[bot] 2023-04-03 11:17:28 +0200
  • 57dc742c76
    [chore]: Bump github.com/KimMachineGun/automemlimit from 0.2.4 to 0.2.5 (#1666) dependabot[bot] 2023-04-03 11:16:17 +0200
  • 897b349925
    [chore]: Bump modernc.org/sqlite from 1.21.0 to 1.21.1 dependabot[bot] 2023-04-03 07:11:47 +0000
  • 959508ff93
    [chore]: Bump github.com/miekg/dns from 1.1.52 to 1.1.53 dependabot[bot] 2023-04-03 06:59:26 +0000
  • 844ded7f47
    [chore]: Bump github.com/superseriousbusiness/activity dependabot[bot] 2023-04-03 06:59:13 +0000
  • c70a7ffb93
    [chore]: Bump github.com/KimMachineGun/automemlimit from 0.2.4 to 0.2.5 dependabot[bot] 2023-04-03 06:58:57 +0000
  • 3f9b2336c0
    [bugfix/frontend] Preload css styles (#1638) tobi 2023-04-02 14:03:29 +0200
  • 707f9d9dc5 move errors about just a little bit tsmethurst 2023-04-02 13:45:18 +0200
  • d9ed6b5895 pin to tag tsmethurst 2023-04-02 12:37:21 +0200
  • 0ad8c0e3ea tidy up tsmethurst 2023-04-02 12:33:30 +0200
  • ba3674a38b finish up Normalize tsmethurst 2023-04-02 12:13:02 +0200
  • 8423cb3dbb start fannying about tsmethurst 2023-04-01 20:37:50 +0200
  • 60639a6a0e
    [bugfix] Fix multiple "updated_at" columns for media updates (#1660) tobi 2023-03-31 15:19:50 +0200
  • 13b7427953 silly unrelated race condition tsmethurst 2023-03-31 15:16:13 +0200
  • d9bbcc60a6
    [bugfix] Fix report serialization errors caused by user delete (#1659) tobi 2023-03-31 15:01:29 +0200
  • bba0e128f2 [bugfix] Fix multiple "updated_at" columns for media updates tsmethurst 2023-03-31 15:01:09 +0200
  • 61df2379e7 fix tests tsmethurst 2023-03-31 14:46:44 +0200
  • 4d58890161 [bugfix] Fix report serialization errors caused by user delete tsmethurst 2023-03-31 14:26:00 +0200
  • 344c7e5cbd
    [bugfix] Fix relationship not updating 'following' on accept follow request (#1658) tobi 2023-03-31 12:16:25 +0200
  • 6fd216d4c0 [bugfix] Fix relationship not updating 'following' on accept follow request tsmethurst 2023-03-31 11:45:44 +0200
  • fe4ea964cd
    [docs] Add MASH as 3rd party packaging (#1654) Julian-Samuel Gebühr 2023-03-31 00:00:06 +0200
  • a5c920a50b
    bump go-store version (includes minio) (#1657) kim 2023-03-30 22:39:55 +0100
  • 8f48338766 bump go-store version (includes minio) kim 2023-03-30 22:26:58 +0100
  • af42b68f05 fix little error, remove unused functions tsmethurst 2023-03-30 19:55:25 +0200
  • e80530249f adjust paging tsmethurst 2023-03-30 17:25:54 +0200
  • b185052da6 tidy up a wee bit tsmethurst 2023-03-30 17:16:02 +0200
  • 92df5e71d6 regenerate swagger docs tsmethurst 2023-03-30 16:50:16 +0200
  • bec03188d5 hey it works we did it reddit tsmethurst 2023-03-30 16:49:32 +0200
  • ca64dcdd7d Add MASH as 3rd party packaging Julian-Samuel Gebühr 2023-03-29 21:18:44 +0200
  • 7fb2b961e4 ik heb een heel zwaar leven nee nee echt waar tsmethurst 2023-03-29 18:47:47 +0200
  • e2d0c83329 start merging lists into 1 tsmethurst 2023-03-29 13:21:03 +0200
  • 0746ef741a
    [frontend] Settings navigation design (#1652) f0x52 2023-03-29 12:18:45 +0200
  • e3ee4715d0 invert permissions logic for clarity f0x 2023-03-29 12:15:40 +0200
  • cad7676487 clarify permissions check f0x 2023-03-29 11:53:56 +0200
  • 1084388f8f remove commented lines f0x 2023-03-29 11:53:51 +0200
  • 98c6a9388a fix little oopsie tsmethurst 2023-03-29 10:53:48 +0200
  • d9ea20bee7 start buggering about with the prepare function tsmethurst 2023-03-28 12:47:03 +0200
  • 81856678e8 do a bit more tidying up tsmethurst 2023-03-24 16:29:04 +0100
  • 61a41c7171 thanks linter, you're the best, mwah mwah kisses tsmethurst 2023-03-22 17:46:52 +0100
  • 91c284b429 update tests, simplify Get tsmethurst 2023-03-22 17:44:52 +0100
  • 7b62e36908 more fiddling tsmethurst 2023-03-22 13:42:41 +0100
  • e7de5d94a6 OK yes we're refactoring, but it's nothing like the last time so don't worry tsmethurst 2023-03-21 19:21:37 +0100
  • 7699865958 start poking timelines tsmethurst 2023-03-21 14:09:52 +0100
  • 6cf6613540
    [bugfix] Remove unique constraint on public_key (#1653) tobi 2023-03-28 22:55:51 +0200
  • 835b45a708 [bugfix] Remove unique constraint on public_key tsmethurst 2023-03-28 22:45:18 +0200
  • 449cacb3f2 remove un-implemented User menu entry f0x 2023-03-28 18:13:20 +0200
  • 45fc4c8adf url wildcard formatting f0x 2023-03-28 18:11:47 +0200
  • 6e985636d0 Merge branch 'settings-design-braindump' into settings-design f0x 2023-03-28 16:49:53 +0200
  • 765370bf76 restructure navigation generation f0x 2023-03-28 16:49:31 +0200
  • de6e3e5f2a
    [performance] refactoring + add fave / follow / request / visibility caching (#1607) kim 2023-03-28 14:03:14 +0100