Commit Graph

  • 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
  • 357fe636d4 move swagger collection stuff to common tsmethurst 2021-10-19 15:00:17 +0200
  • 5e34c73bd9 add minID + onlyPublic to account statuses get tsmethurst 2021-10-19 14:59:37 +0200
  • c7b1b4d845 add statusesvisible convenience function tsmethurst 2021-10-19 14:57:10 +0200
  • d0fce9b065 typo tsmethurst 2021-10-18 16:54:38 +0200
  • 667e3cab07 add a few more snippets tsmethurst 2021-10-18 16:52:37 +0200
  • 478ddc70ae add basic smtp docs tsmethurst 2021-10-18 16:50:42 +0200
  • e94c686dc5 change error message a bit tsmethurst 2021-10-18 16:07:18 +0200
  • 3382f4deab don't allow tokens older than 7 days tsmethurst 2021-10-18 16:02:49 +0200
  • 141f9852e3 test confirm email function tsmethurst 2021-10-18 15:54:27 +0200
  • 7caf98afd7 updatedAt tsmethurst 2021-10-18 15:54:16 +0200
  • 91819eada2 unexport confirm email handler tsmethurst 2021-10-18 14:53:20 +0200
  • 92ac358193 go fmt ./... tsmethurst 2021-10-18 14:45:20 +0200
  • 6ee46db3de log emails that *would* have been sent tsmethurst 2021-10-18 14:44:52 +0200
  • 88e27da164 init test log properly on testrig tsmethurst 2021-10-18 14:44:31 +0200
  • 652b41d1ce add email confirm handler tsmethurst 2021-10-18 14:44:12 +0200
  • d1c271fc8e serve web hndler tsmethurst 2021-10-18 10:41:33 +0200
  • 04059f8fff fmt tsmethurst 2021-10-17 17:46:19 +0200
  • 11a53dab92 email confirm test tsmethurst 2021-10-17 17:45:29 +0200
  • 4bb1e901c6 fix wrong email address tsmethurst 2021-10-17 17:45:19 +0200
  • d3a80b69f0 minify email html before sending tsmethurst 2021-10-17 17:45:07 +0200
  • 42881aa0f1 use noop email sender if no smtp host is defined tsmethurst 2021-10-17 17:07:07 +0200
  • b524b12100 only assemble message if callback is not nil tsmethurst 2021-10-17 17:06:47 +0200
  • 8fdb3256e5 use noop email sender in tests tsmethurst 2021-10-17 16:59:57 +0200
  • b0cc815189 add noop email sender tsmethurst 2021-10-17 16:19:13 +0200
  • a455c0186f SendConfirmEmail function tsmethurst 2021-10-17 15:25:20 +0200
  • 55b643cc02 add email sender to user processor tsmethurst 2021-10-17 15:25:08 +0200
  • 49a5e481e0 move emailer accountprocessor => userprocessor tsmethurst 2021-10-17 15:24:47 +0200
  • a558cb1dda add processCreateAccountFromClientAPI tsmethurst 2021-10-17 15:24:20 +0200
  • 0fee68f5fe remove emailer from account processor again tsmethurst 2021-10-17 15:23:53 +0200
  • 1cc9742d63 generate confirm email uri tsmethurst 2021-10-17 14:58:48 +0200
  • 212fd84cfe send msg to processor on new account creation tsmethurst 2021-10-17 14:38:32 +0200
  • 556ac3da81 pin new account to user tsmethurst 2021-10-17 14:38:19 +0200
  • 784b648c33 further tidying in fromClientAPI tsmethurst 2021-10-17 14:27:52 +0200
  • 7e4c3fa5c7
    fix mention extracting when no domain exists (usually intra-instance mentions) (#272) kim 2021-10-17 13:19:49 +0100
  • ec4b3c9e4f tidy client api processing a bit tsmethurst 2021-10-17 14:07:07 +0200
  • f60d7cfda5 appease the linter :p kim 2021-10-17 12:40:16 +0100
  • 9a72b2df37 update kim's libraries to point to new Go module hosting location kim 2021-10-17 12:35:38 +0100
  • aaf20de797 fix search logic to match new mention matching logic kim 2021-10-17 11:43:28 +0100
  • 5f6a0cd8cf add email sender to processor tsmethurst 2021-10-17 10:50:57 +0200
  • 2ca332250b fix tests tsmethurst 2021-10-16 18:42:20 +0200
  • 2eda7f4846 tidy up the email formatting tsmethurst 2021-10-16 18:41:36 +0200
  • f253fce5f1 update from field with more clarity tsmethurst 2021-10-16 18:29:00 +0200
  • bf6da319f2 golint tsmethurst 2021-10-16 17:48:40 +0200
  • ba1c49b7f9 go fmt tsmethurst 2021-10-16 17:47:43 +0200
  • c868cc3e65 flesh out the email sender interface tsmethurst 2021-10-16 17:47:13 +0200
  • 3b31e558ab add email sender to testrig tsmethurst 2021-10-16 17:45:54 +0200
  • f53bbfdb77 add email confirm + reset templates tsmethurst 2021-10-16 17:45:38 +0200
  • 2cb8a3ba76 add smtp configuration tsmethurst 2021-10-16 17:14:58 +0200
  • 15621f5324
    Follow request improvements (#282) tobi 2021-10-16 13:27:43 +0200
  • ea632d8676 more relaxed time.sleep tsmethurst 2021-10-16 13:14:50 +0200
  • f88d79e905 increase sleep for slow test setups tsmethurst 2021-10-16 11:48:45 +0200
  • c375b01152 go fmt tsmethurst 2021-10-16 11:36:50 +0200
  • 515c29d7e2 test reject follow request tsmethurst 2021-10-16 11:36:32 +0200
  • 3fa1972fe5 start writing reject tests tsmethurst 2021-10-15 15:13:53 +0200
  • 536ad8ad21 add reject federatingdb handler tsmethurst 2021-10-15 15:13:43 +0200
  • 4f4a002846 processor test tsmethurst 2021-10-15 14:44:34 +0200
  • 07ad6b208c api endpoint tests tsmethurst 2021-10-15 13:06:38 +0200
  • 3f42579ff5 regenerate swagger docs tsmethurst 2021-10-15 12:43:42 +0200
  • 118d51a2cd tidy up federation call tsmethurst 2021-10-15 11:29:35 +0200
  • 98581c0da6 tidy up follow request api tsmethurst 2021-10-15 11:29:16 +0200
  • 059ee6c6f1 add reject handler tsmethurst 2021-10-15 11:28:53 +0200
  • 14bf89ff26 add follow request reject to processor tsmethurst 2021-10-15 11:28:29 +0200
  • 6c65349e5a add rejectfollowrequest to db tsmethurst 2021-10-15 11:21:12 +0200
  • a1175cde3c tiny doc update tsmethurst 2021-10-15 11:20:32 +0200
  • 107685e22e
    User password change (#280) tobi 2021-10-14 14:26:04 +0200
  • a07e62e49e
    go fmt (#278) tobi 2021-10-13 13:50:24 +0200
  • 57ac73deea go fmt tsmethurst 2021-10-13 13:26:18 +0200
  • 27605f7c47
    add new logo + credits (#277) tobi 2021-10-13 13:19:10 +0200
  • bf6cf3e68e add new logo + credits tsmethurst 2021-10-13 13:13:07 +0200
  • 03a5a2c3b3 test fixes tsmethurst 2021-10-12 18:24:03 +0200
  • d6cc79ba97 go fmt tsmethurst 2021-10-12 18:08:28 +0200
  • cff5844225 add api tests tsmethurst 2021-10-12 18:06:46 +0200
  • 675fe15a6b update swagger docs tsmethurst 2021-10-12 17:52:04 +0200
  • b7e5b98a42 add some first docs about password management tsmethurst 2021-10-12 17:35:21 +0200
  • fd0fc31ac3 change password func + tests tsmethurst 2021-10-12 17:06:49 +0200
  • 929e4fb049 don't pass tc or channel tsmethurst 2021-10-12 16:17:34 +0200
  • 7888787458 add processor call to handler tsmethurst 2021-10-12 16:16:51 +0200
  • 7deeaed50d required true tsmethurst 2021-10-12 16:16:03 +0200
  • 7d7fcf8038 add user to processor tsmethurst 2021-10-12 15:35:02 +0200