Commit Graph

  • 6934ae378a
    [chore] improved router logging, recovery and error handling (#705) kim 2022-07-12 08:32:20 +0100
  • f22432213f add license text kim 2022-07-12 08:29:57 +0100
  • 4a8e08f86b better explain 'DisableQuoting' logic kim 2022-07-12 08:17:31 +0100
  • 68bb9a8ba1 add note regarding not logging query parameters kim 2022-07-12 08:14:50 +0100
  • f9ed569bfb fix gin test contexts created with missing engine HTML renderer kim 2022-07-12 08:11:46 +0100
  • e522f09caf take query params for next/prev statuses tsmethurst 2022-07-11 17:15:24 +0200
  • c136a100fd don't add limit to next/prev links if 0 tsmethurst 2022-07-11 17:15:05 +0200
  • 1dac9f61fa add WebStatusesGet func to processor tsmethurst 2022-07-11 17:14:50 +0200
  • b05488be7b add GetAccountWebStatuses to db tsmethurst 2022-07-11 17:14:22 +0200
  • a465cefb8c
    [performance] Add new index to fix slow web profile queries (#706) tobi 2022-07-11 13:52:12 +0200
  • 83add7fe5c fix up index tsmethurst 2022-07-11 13:31:02 +0200
  • b4e2e2521d fix instance tests kim 2022-07-10 21:01:57 +0100
  • a9b1b94589 shutup linter kim 2022-07-10 20:03:22 +0100
  • 8bb692b2ad Merge remote-tracking branch 'upstream/main' into chore/improved-router-error-handling kim 2022-07-10 19:55:59 +0100
  • 61daaf847e use logrus level instead of debug.DEBUG() to enable/disable quoting kim 2022-07-10 19:51:11 +0100
  • d2dfabb9a8 only disable quoting in debug builds kim 2022-07-10 19:48:54 +0100
  • 33a1258555 use human-friendly bytesize in logging body size kim 2022-07-10 19:46:05 +0100
  • ea48b2c4ca start adding new index migration tsmethurst 2022-07-10 17:42:31 +0200
  • 7cc40302a5
    [chore] consolidate caching libraries (#704) kim 2022-07-10 16:18:21 +0100
  • 5c4947f426 re-enable log quoting kim 2022-07-10 16:06:09 +0100
  • f41f101f81 remove skip paths code kim 2022-07-10 16:00:16 +0100
  • 9c7b549e2b remove dead code kim 2022-07-10 15:55:58 +0100
  • 9bb159a1cb fix tests, thanks tobi! kim 2022-07-10 15:53:39 +0100
  • a1fc14059c move panic recovery to logging middleware, improve logging + panic recovery logic kim 2022-07-10 13:11:18 +0100
  • 97da81fc61 Merge remote-tracking branch 'upstream/main' into feature/consolidate-caching-libraries kim 2022-07-10 12:15:02 +0100
  • b145427688 return ErrNoEntries if no account status IDs found, small formatting changes kim 2022-07-10 12:10:28 +0100
  • 984240d014 Merge branch 'main' into profile_small_screen_responsive tsmethurst 2022-07-09 13:37:50 +0200
  • 211266c072
    [bugfix] Fix display names in thread view causing wrapping issues on small screens (#698) tobi 2022-07-09 13:37:06 +0200
  • 8e68970258
    [frontend] Fix up status 'show more' and z-index (#701) tobi 2022-07-09 13:36:56 +0200
  • 8928deb0d3 simplify things a little bit tsmethurst 2022-07-09 13:33:43 +0200
  • 02b53bff34 Merge remote-tracking branch 'origin/chrome-fixes' into profile_small_screen_responsive tsmethurst 2022-07-09 11:43:28 +0200
  • 51d8112509 more consistent profile scaling accross firefox and chrome f0x 2022-07-08 19:07:01 +0200
  • 41dcd399bf allow status spoiler text to break across lines tsmethurst 2022-07-08 13:23:07 +0200
  • ef0f74d3cc make the whole status top of z index this allows text to be selected properly tsmethurst 2022-07-08 13:22:50 +0200
  • 29b450e5e5 put spoiler items in a flexbox tsmethurst 2022-07-08 13:21:35 +0200
  • c2039a7e5e
    [docs] document the migration between local and s3 (#692) Dominik Süß 2022-07-08 12:07:03 +0200
  • e75d742afe
    [chore] Improve panic handling (#700) kim 2022-07-08 11:01:44 +0100
  • a6528fe576
    [bugfix] Various fixes (#699) Forever 2022-07-08 02:01:00 -0600
  • 1915a90fe3 Merge remote-tracking branch 'origin/main' into improve-panic-handling kim 2022-07-08 08:44:43 +0100
  • 33dcfaacd6 Merge remote-tracking branch 'upstream/main' kim 2022-07-08 08:43:52 +0100
  • ddf4fb9efa panics get logged at error level, now include stacktrace improve-panic-handling kim 2022-07-08 08:42:10 +0100
  • 9c74a84091
    [bugfix] Remove redundant Caddyfile Forever 2022-07-07 20:08:04 -0600
  • 263caddd5e
    [chore] Update binary installation instructions Forever 2022-07-07 20:05:50 -0600
  • 6b1916d250
    [bugfix] Correctly style inputs and buttons Forever 2022-07-07 19:39:24 -0600
  • 3fe7406723 remove commented-out line tsmethurst 2022-07-07 15:59:13 +0200
  • bebcff7055 use span 2 for displayname always tsmethurst 2022-07-07 15:59:02 +0200
  • 2d0e73223f allow username + displayname to wrap with ellipses tsmethurst 2022-07-07 15:58:28 +0200
  • 6a2f29f85a use account.Acct for username tsmethurst 2022-07-07 15:57:53 +0200
  • ecb2599013 align items to the left in small screen view tsmethurst 2022-07-07 13:18:41 +0200
  • 0cc49ca28b embed avatar inside header on smaller screen sizes tsmethurst 2022-07-07 12:19:16 +0200
  • 0a5f0381c6 break username on all screen sizes if necessary tsmethurst 2022-07-07 12:18:58 +0200
  • 550aa1fdec
    Update config.yaml Brandon 2022-07-07 03:03:22 -0500
  • 04c8de96b1
    Update config.yaml Brandon 2022-07-07 02:51:18 -0500
  • fd9e37f9ca add responsive media query to profile css tsmethurst 2022-07-06 16:45:55 +0200
  • dbb223c333
    [bugfix] Allow instance titles to wrap (#695) tobi 2022-07-06 14:33:01 +0200
  • a2ba99b872 allow instance titles to wrap tsmethurst 2022-07-06 11:53:32 +0200
  • 81dd4f3660
    [bugfix] Fix footer info fields not wrapping (#694) tobi 2022-07-05 16:44:58 +0200
  • 668c4f4c35 add testrig instance entry with more info set tsmethurst 2022-07-05 14:33:21 +0200
  • 44667aeadf flex-wrap footer items tsmethurst 2022-07-05 14:29:24 +0200
  • b61b000e0a
    [bugfix] Fix incorrect domain showing in profiles (#693) tobi 2022-07-05 14:03:44 +0200
  • 5e071a57d2 add instance account_domain field tsmethurst 2022-07-05 12:43:19 +0200
  • 93f16115ab use instance account_domain in profile tsmethurst 2022-07-05 12:42:52 +0200
  • 3fb5890f3a Merge remote-tracking branch 'upstream/main' kim 2022-07-05 10:52:49 +0100
  • c0d58f84f1 update cache library, improve db tracing hooks kim 2022-07-04 22:52:04 +0100
  • 05dc5baa91
    docs: document the migration between local and s3 Dominik Süß 2022-07-04 21:25:24 +0200
  • b6be973d40
    [docs] Update doc images to versions with current styling (#689) v0.3.7 tobi 2022-07-04 16:42:13 +0200
  • df9ead2378 update doc images tsmethurst 2022-07-04 16:38:04 +0200
  • 16ddad36b2
    [frontend] Redesign / color scheme (#688) tobi 2022-07-04 16:23:59 +0200
  • 4a69651a7c
    [bugfix] Visibility fixes (#687) tobi 2022-07-04 15:41:20 +0200
  • 58dc7294c6 only CC to public when necessary tsmethurst 2022-07-04 15:33:54 +0200
  • ecd375a85d test self boost tsmethurst 2022-07-04 15:33:24 +0200
  • 8ca12a0c3d .info contrast, border f0x 2022-07-04 02:40:10 +0200
  • a45438c662 biiit less dark bg f0x 2022-07-04 02:35:23 +0200
  • a7975b90ea use Noto Sans f0x 2022-07-04 02:22:57 +0200
  • c4fd1000c9 color tweaks for accessible contrasts f0x 2022-07-04 01:52:36 +0200
  • e9fe990729 small thread view tweaks f0x 2022-07-04 01:24:52 +0200
  • bc0e41a911 status display+username spacing f0x 2022-07-04 01:15:15 +0200
  • cd4118f275 cw button styling f0x 2022-07-04 01:02:29 +0200
  • 4ea87e3754 change client entry buttons to links f0x 2022-07-04 00:55:11 +0200
  • c6d1b82f48
    [chore] configure instance.Version for testrig (#659) f0x52 2022-07-03 12:27:32 +0200
  • fea2e13810 update instancepatch tests tsmethurst 2022-07-03 12:25:35 +0200
  • a867481fce
    Merge branch 'main' into testrig-softwareversion tobi 2022-07-03 12:22:45 +0200
  • de4d75246c
    [chore] Update pruneOneLocal to use ctx (#684) tobi 2022-07-03 12:18:59 +0200
  • fdefeb1b35 update test tsmethurst 2022-07-03 12:17:03 +0200
  • 54c687cc3f update pruneOneLocal to use ctx tsmethurst 2022-07-03 12:14:39 +0200
  • 9d0df426da
    [feature] S3 support (#674) Dominik Süß 2022-07-03 12:08:30 +0200
  • 07b0a42b7f
    [chore] Re-enable source tar but name it clearly as source (#683) tobi 2022-07-03 12:01:13 +0200
  • 3ca103a7b1 enable source tar but name it clearly as source tsmethurst 2022-07-03 11:57:01 +0200
  • 664713ddd4
    [bugfix] Make hashtag regex work with non-ascii characters (#682) tobi 2022-07-03 11:03:03 +0200
  • 583a9a612a make hashtag regex work with non-ascii characters tsmethurst 2022-07-03 10:59:12 +0200
  • fd846f86b1 remove ASNote cache kim 2022-07-02 15:21:17 +0100
  • 217eed8094 perform more caching in the database layer kim 2022-07-02 15:16:24 +0100
  • 5d448c9ce8 Merge remote-tracking branch 'upstream/main' kim 2022-06-30 12:41:16 +0100
  • 9a370bc6f5 consolidate to all use same caching libraries kim 2022-06-30 12:40:48 +0100
  • 9e7d022a06
    [feature] Cleanup unattached local media (#680) tobi 2022-06-30 12:22:10 +0200
  • 808fdb3eb6 fix test tsmethurst 2022-06-29 12:45:48 +0200
  • c5de764666 Merge branch 'frogend-redesign' of github.com:superseriousbusiness/gotosocial into frogend-redesign f0x 2022-06-28 23:32:43 +0200
  • bd07de8423 fix viewport f0x 2022-06-28 23:27:34 +0200
  • dcb8f36632 set number of days to keep as a const tsmethurst 2022-06-28 17:52:13 +0200
  • 4a3ba368d5 add unusedlocal pruning to schedule + admin call tsmethurst 2022-06-28 17:51:55 +0200