Commit graph

  • 35457e0d6a start with a default config, not an empty config. forest 2021-11-18 20:41:10 -0600
  • 9cfa0c62ae add timeline api for hashtag leo 2021-11-24 19:45:30 +0800
  • 3caae376e7
    Fix streamed messages ending up in wrong timeline(s) (#325) tobi 2021-11-22 19:03:21 +0100
  • 13db9195af make sure new status isn't streamed to public tsmethurst 2021-11-22 18:54:57 +0100
  • 3e55cca5cd tidy up tests tsmethurst 2021-11-22 18:46:48 +0100
  • dc7aeba592 tidy code + comments a bit tsmethurst 2021-11-22 18:46:32 +0100
  • 01b54f9dc6 add test for streaming new status creation via clientAPI tsmethurst 2021-11-22 18:46:19 +0100
  • a7882fabc7
    Use IPv6 doc prefix for docs (#324) Mara Sophie Grosch 2021-11-22 17:58:19 +0100
  • 280d93c022 Use IPv6 doc prefix for docs Mara Sophie Grosch 2021-11-22 17:46:56 +0100
  • 1b8e633221 Merge branch 'main' into bugfix/303 tsmethurst 2021-11-22 14:58:41 +0100
  • 79ccd8fd8a
    Fix mentioned accounts visibility bug (#323) tobi 2021-11-22 14:40:23 +0100
  • 53dba5b720 add some visibility tests for statuses tsmethurst 2021-11-22 14:32:56 +0100
  • e110fb2c8c fix mentioned accounts not being added to relevantAccounts tsmethurst 2021-11-22 14:32:41 +0100
  • 17264222ed add test dm tsmethurst 2021-11-22 14:32:20 +0100
  • 3e754e1364 set test status to followers_only tsmethurst 2021-11-22 14:32:10 +0100
  • 6b0f546c02 update other tests tsmethurst 2021-11-22 14:31:59 +0100
  • b46e5fb65d
    Fix incorrect target being used in CC prop for mentioning statuses (#322) tobi 2021-11-22 12:48:46 +0100
  • 875aa27c40 fix incorrect target URI being used for mentions tsmethurst 2021-11-22 12:42:09 +0100
  • d73a3a046e add test for as status with mention tsmethurst 2021-11-22 12:41:48 +0100
  • de383e266b hardcode time on admin_account_status_3 tsmethurst 2021-11-22 12:41:35 +0100
  • 24f9e11221
    Fix image description unnecessarily html-escaping innocent characters (#321) tobi 2021-11-22 11:49:11 +0100
  • be24282edb tidy up text test setup tsmethurst 2021-11-22 11:42:41 +0100
  • 4485547c7e implement SanitizeCaption function tsmethurst 2021-11-22 11:42:26 +0100
  • 1ded58b34b
    add bindAddress configuration option (#320) tobi 2021-11-22 10:55:52 +0100
  • 68d9b9d454 clarify that bindAddress can be a hostname tsmethurst 2021-11-22 10:53:31 +0100
  • 4fd4494021 add bindAddress configuration option tsmethurst 2021-11-22 10:39:27 +0100
  • 6c0550e76f
    properly initialize user client module (#319) tobi 2021-11-22 09:04:16 +0100
  • af2a2b6357 properly initialize user client module tsmethurst 2021-11-22 08:53:46 +0100
  • f8630348b4
    Enable stricter linting with golangci-lint (#316) tobi 2021-11-22 08:46:19 +0100
  • 66c427780d go fmt tsmethurst 2021-11-21 17:45:06 +0100
  • 22907db08f Merge remote-tracking branch 'origin/main' into strict_linting tsmethurst 2021-11-21 17:44:41 +0100
  • 38d73f0316
    tidy up database creation logic a bit (#317) tobi 2021-11-21 17:41:51 +0100
  • ae0a9ea8cc tidy up database creation logic a bit tsmethurst 2021-11-21 16:45:14 +0100
  • 71a925bef9 move timeout to config file tsmethurst 2021-11-21 15:22:17 +0100
  • 0c79feee7c add some style + formatting guidelines tsmethurst 2021-11-21 15:22:05 +0100
  • 22d00b5450 add more generous timeout for golangci-lint tsmethurst 2021-11-21 13:49:09 +0100
  • e5dc72542e correct issues flagged by stricter linters tsmethurst 2021-11-21 13:43:29 +0100
  • 294ea8539d add golangci config file w/ more linters tsmethurst 2021-11-21 13:43:14 +0100
  • c4a39b417b update golangci-lint tsmethurst 2021-11-21 13:43:00 +0100
  • 1d16d46cf1 fix typo in error message forest 2021-11-20 13:51:02 -0600
  • 9f1521a3a7 SA5001: should check returned error before deferring theFile.Close() forest 2021-11-20 13:41:47 -0600
  • a92d8c1d37 get rid of perm guessing and make FilePathOk give conclusive answer forest 2021-11-20 13:38:50 -0600
  • c1ed17e861 lift existence/perm check into util.FilePathExistsAndIsReadWritable forest 2021-11-18 14:55:00 -0600
  • 59676749ce skip file permission warning for in-memory sqlite forest 2021-11-17 21:42:00 -0600
  • e3f38ceaf7 refining and cleaning up sqlite permissions error prediction logic forest 2021-11-17 21:27:13 -0600
  • da6aef503e first stab at fixing cryptic sqlite errors forest 2021-11-17 20:43:25 -0600
  • f3e36de78a
    fix broken GetInstanceAccount selector (#311) tobi 2021-11-17 14:40:39 +0100
  • 628ba12297 patch tests tsmethurst 2021-11-17 14:37:36 +0100
  • 3055aa19c3 fix broken GetInstanceAccount selector tsmethurst 2021-11-17 14:29:16 +0100
  • ff7c96caa3
    Fix instance account not being created (#310) tobi 2021-11-17 13:40:09 +0100
  • 20c66d927f add test for create instance account tsmethurst 2021-11-17 13:34:42 +0100
  • a63eb57edc Rework 'CreateInstanceAccount' with better checking logic tsmethurst 2021-11-17 13:34:27 +0100
  • ca6f0572eb stream messages more selectively tsmethurst 2021-11-16 17:22:42 +0100
  • 7ec134c50f change test stream creation up a bit tsmethurst 2021-11-16 17:21:47 +0100
  • 8a4cecca07 remove double stream of status tsmethurst 2021-11-16 17:21:16 +0100
  • 42dc968faf define timeline consts tsmethurst 2021-11-16 17:21:01 +0100
  • d81a123473
    Update docs with better config + installation instructions (#300) tobi 2021-11-14 16:54:23 +0100
  • 569c758e70 fuller documentation + better docs structure tsmethurst 2021-11-14 16:51:12 +0100
  • 0c920fc157 start reworking some documentation tsmethurst 2021-11-14 13:21:12 +0100
  • 38e100a7a4
    update drone file (#299) v0.1.0 tobi 2021-11-13 18:33:01 +0100
  • 47404f59d3 update drone file tsmethurst 2021-11-13 18:29:46 +0100
  • aee1932bd4
    First db migration (#297) tobi 2021-11-13 17:30:01 +0100
  • 09ef9e639e
    move to ssb gofed fork (#298) tobi 2021-11-13 17:29:43 +0100
  • 35ba146754 move to ssb gofed fork tsmethurst 2021-11-13 17:15:18 +0100
  • 274a11f4b2 md linting *screams* tsmethurst 2021-11-13 13:58:22 +0100
  • 6db247c22d store first db schema tsmethurst 2021-11-13 13:43:06 +0100
  • 829a934d23
    update dependencies (#296) tobi 2021-11-13 12:29:08 +0100
  • 3ca5d9ca7c update dependencies tsmethurst 2021-11-13 12:25:10 +0100
  • 2aaec82732
    smtp + email confirmation (#285) tobi 2021-10-31 15:46:23 +0100
  • edfc7fe34d don't minify email html tsmethurst 2021-10-31 15:40:03 +0100
  • 1470202245 don't use dutch wikipedia link tsmethurst 2021-10-31 15:30:56 +0100
  • 9c7e06318c add email sender to outbox tests tsmethurst 2021-10-24 16:35:23 +0200
  • ef036fe5ec
    Merge branch 'main' into smtp tobi 2021-10-24 16:32:37 +0200
  • de1f90ee46
    regenerate swagger docs (#293) tobi 2021-10-24 16:26:20 +0200
  • 77fb83c19f regenerate swagger docs tsmethurst 2021-10-24 16:21:02 +0200
  • 8b7c3507fe
    upstep bun to v1.0.14 (#291) tobi 2021-10-24 13:14:37 +0200
  • 11b02b5b35 upstep bun to v1.0.14 tsmethurst 2021-10-24 13:10:01 +0200
  • 84a8a07f38
    docs typo fix (#290) tobi 2021-10-24 12:11:31 +0200
  • 61fc6a571a docs typo fix tsmethurst 2021-10-24 12:05:29 +0200
  • 4b1d9d3780
    Serve outbox for Actor (#289) tobi 2021-10-24 11:57:39 +0200
  • b8e74ec1dd typo tsmethurst 2021-10-24 11:56:18 +0200
  • 88c367f247 add outbox implementation doc tsmethurst 2021-10-24 11:55:03 +0200
  • bd9f06783b don't fail on no status entries tsmethurst 2021-10-23 14:39:36 +0200
  • a3bc587a6e test get outbox through api tsmethurst 2021-10-23 14:39:24 +0200
  • 90dca929be don't do prev + next links on empty reply tsmethurst 2021-10-23 14:38:57 +0200
  • d9cb402c9a test + hook up the processor functions tsmethurst 2021-10-23 13:28:04 +0200
  • 06229bf4b4 wrapNoteInCreate function tsmethurst 2021-10-22 13:07:39 +0200
  • 0db5b18332 Merge branch 'serve_status_from_outbox' of github.com:superseriousbusiness/gotosocial into serve_status_from_outbox tsmethurst 2021-10-22 09:38:44 +0200
  • 46b7ed5081 bit more work on outbox paging tsmethurst 2021-10-21 18:52:43 +0200
  • d92a1eead5 outboxToASCollection tsmethurst 2021-10-21 16:09:28 +0200
  • 9d322d5dfe move functions into federationProcessor tsmethurst 2021-10-21 16:09:02 +0200
  • 52ce66f73f start working on Outbox GETting tsmethurst 2021-10-19 15:00:37 +0200
  • c433972a16 move swagger collection stuff to common tsmethurst 2021-10-19 15:00:17 +0200
  • 22d3101663 add minID + onlyPublic to account statuses get tsmethurst 2021-10-19 14:59:37 +0200
  • d38bb27e19 add statusesvisible convenience function tsmethurst 2021-10-19 14:57:10 +0200
  • 26a95ad27d
    pregenerate RSA keys for testrig accounts. If a user is added without a key, the testrig will panic and provide a key to paste in (#287) R. Aidan Campbell 2021-10-21 08:40:34 -0700
  • bf0882bf80
    pregenerate RSA keys for testrig accounts. If a user is added without a key, the testrig will panic and provide a key to paste in R. Aidan Campbell 2021-10-21 07:59:45 -0700
  • ded9626b1e outboxToASCollection tsmethurst 2021-10-21 16:09:28 +0200
  • 08bd4dc58f move functions into federationProcessor tsmethurst 2021-10-21 16:09:02 +0200
  • 4be4aababa start working on Outbox GETting tsmethurst 2021-10-19 15:00:37 +0200