Commit graph

  • cb8e11d603 Start implementing PruneRemote tsmethurst 2022-02-14 12:58:48 +0100
  • 5ef2afd94e Add PruneRemote to Manager interface tsmethurst 2022-02-14 12:58:34 +0100
  • 27a15af1bd Add GetRemoteOlderThanDays tsmethurst 2022-02-14 12:58:17 +0100
  • c75d208698 Add GetRemoteOlderThanDays tsmethurst 2022-02-14 12:58:06 +0100
  • 0b9c5e8d69 Add whereNotEmptyAndNotNull tsmethurst 2022-02-14 12:57:54 +0100
  • dc2421752f
    [chore] fix mirror + clean up (#396) tobi 2022-02-14 10:49:20 +0100
  • 944025a374 fix mirror + clean up tsmethurst 2022-02-14 10:46:19 +0100
  • 31935ee206
    Merge pull request #361 from superseriousbusiness/media_refactor v0.2.0 kim 2022-02-12 18:27:58 +0000
  • 037e8efd5f
    [chore] Add nightly mirror to Codeberg.org (#392) tobi 2022-02-12 13:55:32 +0100
  • 2fdab75ebd fix file formatting tsmethurst 2022-02-12 13:53:12 +0100
  • 27f740d922 remove trigger in mirror step tsmethurst 2022-02-12 13:50:28 +0100
  • 88d9e5131f add mirror pipeline => codeberg tsmethurst 2022-02-12 13:49:27 +0100
  • a766b9265b Go mod tidy tsmethurst 2022-02-08 13:39:47 +0100
  • 8c0141d103 store and retrieve processState atomically tsmethurst 2022-02-08 13:38:44 +0100
  • dba9ad4348 hopefully fix potential race condition tsmethurst 2022-02-08 13:17:10 +0100
  • c4ece24654 log error on header/avatar fetch fail tsmethurst 2022-02-08 12:37:58 +0100
  • b42b0a667e go fmt tsmethurst 2022-02-08 12:19:54 +0100
  • 3301148bb7 merge fixup tsmethurst 2022-02-08 12:17:53 +0100
  • 4c294a596a Merge branch 'main' into media_refactor tsmethurst 2022-02-08 12:17:18 +0100
  • e811d03cc9 update outdated comment tsmethurst 2022-02-08 10:08:27 +0100
  • 9db58dfd57 add comment explaining store.lock tsmethurst 2022-02-08 10:06:43 +0100
  • d0ff36f7bb aaa tsmethurst 2022-02-07 16:01:50 +0100
  • 4050597011 and another... tsmethurst 2022-02-07 15:50:16 +0100
  • cf4ef0ba90 rearrange include/exclude tsmethurst 2022-02-07 15:49:28 +0100
  • 5684ed8074 use different include/exclude repo syntax tsmethurst 2022-02-07 15:40:49 +0100
  • 0ed7e1ebbf nonsense pr tsmethurst 2022-02-07 15:24:20 +0100
  • 40be88ec60
    [chore] Drone config update (#383) tobi 2022-02-07 15:22:55 +0100
  • fa652c5028 add drone build status to readme tsmethurst 2022-02-07 15:20:57 +0100
  • 003d35e46e reformat triggers tsmethurst 2022-02-07 15:18:01 +0100
  • 085f96c09d go mod tidy tsmethurst 2022-02-07 15:16:21 +0100
  • 6ed368cbeb
    [feature] add authorization to the already-existing authentication (#365) Forest Johnson 2022-02-07 11:04:31 +0000
  • eee32a85e5 re-add ConfigureTemplatesWithGin to handle template path err forest 2022-02-06 13:22:18 -0600
  • 5c9d20cea3
    don't bother negotiating Accept for webfinger (#381) tobi 2022-02-06 15:00:57 +0100
  • 97b45b6c95 don't bother negotiating Accept for webfinger tsmethurst 2022-02-06 14:57:29 +0100
  • 85b4f96263
    if accountDomain isn't set, use Host value instead (#380) tobi 2022-02-06 14:07:38 +0100
  • 536747d8ae if accountDomain isn't set, use Host value instead tsmethurst 2022-02-06 13:55:14 +0100
  • f6573897db make tests work with recorder tsmethurst 2022-02-05 14:05:12 +0100
  • 1b36e85840
    [feature] Rework timeline code to make it useful for more than just statuses (#373) tobi 2022-02-05 12:47:38 +0100
  • 98341a1d4d
    [docs] Fix documentation to show --config-path in the right position. (#375) Phil Hagelberg 2022-02-03 03:30:06 -0800
  • b10ea54211 Fix documentation to show --config-path in the right position. Phil Hagelberg 2022-02-02 18:54:40 -0800
  • 545b610c8c oops I didn't mean to get rid of this NewTestRouter function forest 2022-02-02 15:27:31 -0600
  • 394c1f9067 that feeling of scraping the dryer LINT off the screen forest 2022-02-02 15:20:01 -0600
  • ff55f9fedf stop stripping useful information from ErrAlreadyExists forest 2022-02-02 15:14:16 -0600
  • a340ba2d2a tests passing forest 2022-02-02 15:13:46 -0600
  • 48f82087f8 wip tests forest 2022-02-02 03:27:43 -0600
  • f460c13219 remove redundant checks from oauth util Authed function forest 2022-02-01 15:51:06 -0600
  • c8753f53fe add account.SuspendedAt check forest 2022-02-01 15:05:08 -0600
  • c493913b1e Merge remote-tracking branch 'origin/main' into main forest 2022-02-01 14:57:19 -0600
  • 534791d919 refactor timeline to make it useful for more than statuses tsmethurst 2022-02-01 17:27:59 +0100
  • 728a76283b move status-specific timeline logic into the processor tsmethurst 2022-02-01 17:27:26 +0100
  • cc976ddaf0 generic renaming tsmethurst 2022-02-01 17:26:55 +0100
  • dc721ec777 initialize timeline manager within the processor tsmethurst 2022-02-01 17:26:04 +0100
  • 6b48095fb6 add preparable and timelineable interfaces tsmethurst 2022-02-01 17:24:28 +0100
  • aa34ff1bd9
    Fix start command invocation (#372) Paul Woolcock 2022-02-01 10:54:26 -0500
  • db44c81c4b
    Fix start command invocation Paul Woolcock 2022-02-01 09:46:24 -0500
  • 18e7537393
    [bug] Fix OIDC users requiring second approval (#371) tobi 2022-01-31 16:03:47 +0100
  • 2c95d41c62 pre-approve users created via OIDC tsmethurst 2022-01-31 15:58:32 +0100
  • 807414722d tidy up NewSignup tsmethurst 2022-01-31 15:58:16 +0100
  • 5be8a7a7ea
    [bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 compliant" (#366) Forest Johnson 2022-01-31 10:46:20 +0000
  • a8b2418130 we should use text/template instead of html/template now forest 2022-01-30 22:59:51 -0600
  • 959e38ac5c
    [bug] Fix sqlite empty address issue (#370) tobi 2022-01-30 17:06:28 +0100
  • 2422bd4738 better explain sqlite db-address setting tsmethurst 2022-01-30 17:00:48 +0100
  • 7f4ba0bd4c error when empty address has been set for sqlite tsmethurst 2022-01-30 17:00:30 +0100
  • 66175c8ad9
    [bug] Fix minimum description length check (#369) tobi 2022-01-30 16:10:53 +0100
  • 4076f4fc5d don't check min description length on media create tsmethurst 2022-01-30 16:05:57 +0100
  • 560e826b06 add/update tests tsmethurst 2022-01-30 16:05:31 +0100
  • 664927ea58
    Bump nanoid from 3.1.25 to 3.2.0 in /web/gotosocial-styling (#364) dependabot[bot] 2022-01-30 15:01:04 +0100
  • e13718148d
    [feature] Make Let's Encrypt integration an opt-in feature (#368) tobi 2022-01-30 14:57:33 +0100
  • 3fcf75920e disable letsencrypt by default tsmethurst 2022-01-30 14:53:06 +0100
  • ec4357485e
    [documentation] add ipv6 config for nginx (#367) tobi 2022-01-30 14:35:23 +0100
  • fa8ea7731a add ipv6 config for nginx tsmethurst 2022-01-30 14:32:36 +0100
  • 4b05e2e2e9 fix tests forest 2022-01-29 23:04:39 -0600
  • cf9741e950 lint forest 2022-01-29 22:50:50 -0600
  • 14fb6e33df remove silly regex forest 2022-01-29 22:43:22 -0600
  • 850418ee4b fix "message refused: Message is not RFC 2822 compliant" forest 2022-01-29 03:09:04 -0600
  • 060a7e6e39 trying to fix "message refused: Message is not RFC 2822 compliant" forest 2022-01-29 02:34:44 -0600
  • d9a778a795 put store lock file in base of storage tsmethurst 2022-01-29 12:16:12 +0100
  • 4e74c84148 update go-store to latest tsmethurst 2022-01-29 12:15:51 +0100
  • 77945aca0e error css forest 2022-01-28 16:22:12 -0600
  • a1efea68f5 oops what happened here forest 2022-01-28 16:09:41 -0600
  • 10be66596e revert un-needed changes to signin.go forest 2022-01-28 16:08:41 -0600
  • ded143d538 adding authorization (email confirm, account approve, etc) to TokenCheck forest 2022-01-28 15:57:46 -0600
  • 315a57425f add ensureUserIsAuthorizedOrRedirect to /oauth/authorize forest 2022-01-28 15:45:44 -0600
  • 9aa364f1eb go mod tidy tsmethurst 2022-01-25 14:33:23 +0100
  • c156602c66 ensure blocking calls to getRemoteAccount before showing stuff to client tsmethurst 2022-01-25 13:48:13 +0100
  • 5d9e9e0e7f fix up some account conversion logic tsmethurst 2022-01-25 12:03:25 +0100
  • eba66d3a88 only update account in db if changed tsmethurst 2022-01-25 11:21:22 +0100
  • 926b37e271 change getaccount function signature tsmethurst 2022-01-24 18:12:42 +0100
  • a6fb93ae2a ctx => innerctx tsmethurst 2022-01-24 18:12:28 +0100
  • c12520167d use background context w/deadline tsmethurst 2022-01-24 18:12:04 +0100
  • 8e6ba1de52 start trying to figure out why this test is failing tsmethurst 2022-01-24 18:11:38 +0100
  • 0e7f24ff26 test with disk storage as well tsmethurst 2022-01-24 18:11:27 +0100
  • f28cf793ee upgrade go-store tsmethurst 2022-01-24 17:35:13 +0100
  • 667e7f112c update remote account get/deref logic tsmethurst 2022-01-24 13:12:17 +0100
  • 3c1eb155e4 add file size checks tsmethurst 2022-01-23 15:52:18 +0100
  • c157b1b20b rework data function to provide filesize tsmethurst 2022-01-23 14:41:58 +0100
  • 7d024ce74d use exif-terminator tsmethurst 2022-01-23 14:41:31 +0100
  • 79d82ffe3c
    Bump nanoid from 3.1.25 to 3.2.0 in /web/gotosocial-styling dependabot[bot] 2022-01-22 06:40:00 +0000
  • 589bb9df02 pass reader around instead of []byte tsmethurst 2022-01-16 18:52:55 +0100
  • 6f5ccf4355 update dependencies tsmethurst 2022-01-16 18:52:30 +0100