Commit Graph

  • 6f67b0fa50 When password validation fails, return how close to enough entropy it has. Eamonn O'Brien-Strain 2022-05-08 18:25:16 -0700
  • 1d7591a7f3 Merge remote-tracking branch 'upstream' into get-custom-emoji Adelie Paull 2022-05-08 17:25:31 -0400
  • 2db42995f7 fix security advisories regarding max outgoing conns, max rsp body size kim 2022-05-08 18:52:41 +0100
  • 5004e0a9da
    [bugfix] Fix remote media pruning failing if media already gone (#548) tobi 2022-05-08 19:49:45 +0200
  • eb01e5b053 remove now-unneccessary error check kim 2022-05-08 18:41:15 +0100
  • 37d2782719 update go-store library, add test for pruning item with db entry but no file kim 2022-05-08 18:38:46 +0100
  • 9d10a66e37 fix error check of prune to allow missing files tsmethurst 2022-05-08 15:36:08 +0200
  • bc89960d03 implement custom_emojis api endpoint Adelie Paull 2022-05-07 22:37:21 -0400
  • 26b74aefaf
    [bugfix] Fix existing bio text showing as HTML (#531) kim 2022-05-07 16:55:27 +0100
  • 08eb271a4c
    [performance] improved logrus output switching performance (#544) kim 2022-05-07 16:46:59 +0100
  • a561ef3541
    [feature] Update media manager to use internal/worker package (#543) kim 2022-05-07 16:36:01 +0100
  • 6f30a7d162 move worker.Worker to concurrency subpackage, add WorkQueue type, limit transport http client use by WorkQueue kim 2022-05-06 22:28:25 +0100
  • b8acc4c43e reduce repeated conversions of same url.URL object kim 2022-05-06 21:34:12 +0100
  • e4692d186f add count to 'performing request' log message kim 2022-05-06 21:28:35 +0100
  • 73e5b2bec0 update code comment kim 2022-05-06 21:16:52 +0100
  • 3fccc15fa0 fix replacement of hashtags kim 2022-05-06 21:16:19 +0100
  • 6de1cf1348 update media manager comment to match updated worker implementation kim 2022-05-06 21:07:34 +0100
  • 22781e0b05 add license to test file kim 2022-05-06 21:04:45 +0100
  • d18f22aa9c fix emoji regex kim 2022-05-06 02:08:13 +0100
  • cb3a501d7f remove unused modules kim 2022-05-06 01:41:29 +0100
  • 4e4e3b74df add raw note content testing to account update and account verify kim 2022-05-06 01:38:22 +0100
  • ef46bbde86 update text package tests to fix logic changes kim 2022-05-06 01:29:26 +0100
  • 9f5146d138 drop unnecessary code kim 2022-05-06 01:24:38 +0100
  • d292350d56 add NoteRaw field to Account to store plaintext account bio, add migration for this, set for sensitive accounts kim 2022-05-06 01:24:16 +0100
  • ece034917e update breakReplacer to include both unix and windows line endings kim 2022-05-05 08:41:36 +0100
  • c0d1ac6dc7 improve hashtagFinger regex to be more compliant kim 2022-05-05 08:38:07 +0100
  • 2823d24939 remove unused code (to appease linter :sobs:) kim 2022-05-05 08:15:49 +0100
  • 4cab549f67 use matched input string for link replace href text kim 2022-05-05 08:13:31 +0100
  • 32cc27a160 fix tag/mention replacements to use input string, fix link replace to not include scheme kim 2022-05-05 08:09:59 +0100
  • 7abaeae961 fix Queue() trace log message format operators kim 2022-05-05 08:09:15 +0100
  • 28f1d9c37f update code comments, defer mutex unlocks kim 2022-05-05 08:08:03 +0100
  • 807a8e1cf6
    [Documentation] Update glossary, expand entry for dereferencing (#542) tobi 2022-05-04 14:33:24 +0200
  • 959d2cdeab Add glossary as separate file tsmethurst 2022-05-04 14:29:58 +0200
  • 7b0de11b53 Update glossary, expand entry for dereferencing tsmethurst 2022-05-04 14:29:05 +0200
  • 4083f3fdc8 performance improvements to regex replacements, fix link replace logic for un-html-ing in the future kim 2022-05-03 23:08:08 +0100
  • d77b5a7fd3 cache transports in controller by privkey-generated pubkey, add retry logic to transport requests kim 2022-05-03 23:07:51 +0100
  • d98169de17 update media manager to use internal/worker package, update worker with better logging kim 2022-05-03 23:07:30 +0100
  • c0b9d28881 improved logrus output switching performance kim 2022-05-03 23:08:48 +0100
  • d2b7c89d24
    [documentation] Add known issues + project links in readme and docs (#541) tobi 2022-05-04 11:36:20 +0200
  • c703ee955c add known issues in readme and docs tsmethurst 2022-05-04 11:32:35 +0200
  • f040ad899d
    [documentation] put single-quotes around passwords in install docs (#534) tobi 2022-05-03 12:06:08 +0200
  • 66f6015781 Merge branch 'main' into docs_password_update tsmethurst 2022-05-03 11:56:51 +0200
  • d7b46a4b63
    [chore] Move initial MediaRemotePrune to cmd.server function (#536) tobi 2022-05-03 11:56:18 +0200
  • 586dd148ef add admin/mediaremoteprune in processor tsmethurst 2022-05-03 11:51:38 +0200
  • 795e3b9e18 don't do initial prune when starting media manager tsmethurst 2022-05-03 11:51:19 +0200
  • 212b86d933 move initial prune up to the server start function tsmethurst 2022-05-03 11:51:08 +0200
  • bc1bb2c845 put single-quotes around passwords in install docs tsmethurst 2022-05-03 11:12:22 +0200
  • 141107bdc1
    [documentation] Corrects the Helm-Chart URL by 0hlov3 (#530) 0hlov3 2022-05-03 11:05:58 +0200
  • e09958e7f1
    [feature] Run initial cache cleanup on gotosocial start in case max-age changed (#533) kim 2022-05-03 10:05:22 +0100
  • e52afce2cf run initial cache cleanup on gotosocial start in case max-age changed kim 2022-05-03 09:41:15 +0100
  • b3a27462bd fix span tags instead written as space kim 2022-05-02 20:19:27 +0100
  • 39a6cd4a40 fix to produce actual plaintext from html kim 2022-05-02 20:11:34 +0100
  • e98f8ba638 Merge remote-tracking branch 'upstream/main' into 502-bug-editing-a-profile-bio-shows-the-existing-bio-text-as-html kim 2022-05-02 18:47:40 +0100
  • 717444207d use improved html2text lib with more options kim 2022-05-02 18:47:26 +0100
  • 983c3c2088
    Update internal/regexes/regexes.go kim 2022-05-02 18:28:56 +0100
  • 2f60fd24a9 fix HTML to text conversion kim 2022-05-02 17:39:28 +0100
  • 6c34ad9df7 reduce FindLinks code complexity kim 2022-05-02 17:32:24 +0100
  • bfbdd4371c change buf reset location, change html mention tags kim 2022-05-02 17:31:59 +0100
  • 77a647104e go away linter kim 2022-05-02 17:03:42 +0100
  • 0ad110e91d fix existing bio text showing as HTML kim 2022-05-02 15:48:27 +0100
  • 8ef301d4f3
    Corrects the Helm-Chart URL by 0hlov3 0hlov3 2022-05-02 16:30:15 +0200
  • b28fd7433a
    [chore] Fix inbox iris test to use 'contains' instead of index (#529) tobi 2022-05-02 16:12:56 +0200
  • c3b6ddddc9
    [documentation] Adds a Kubernetes Helm Chart to README.md (#496) 0hlov3 2022-05-02 16:09:52 +0200
  • 3112949b6e
    [bugfix] Fix panic when relative tmpl path given to router (#528) tobi 2022-05-02 16:06:03 +0200
  • bd8058e5ac fix inbox iris test to use 'contains' instead of index tsmethurst 2022-05-02 16:05:48 +0200
  • b53b86f65c fix panic when relative tmpl path given to router tsmethurst 2022-05-02 16:00:27 +0200
  • 9265a09a65
    [bugfix] Allow self-boosting for any visibility but direct (#510) Adelie Paull 2022-05-02 09:23:37 -0400
  • b56dae8120
    [chore] Update all but bun libraries (#526) kim 2022-05-02 14:05:18 +0100
  • e06bf9cc9a
    add extra indexes as a migration (#527) tobi 2022-05-02 14:55:48 +0200
  • 7ff32d38f2 add extra indexes as a migration tsmethurst 2022-05-02 14:48:11 +0200
  • db70812e6c fix the rest of tests affected by adding a status to the textrig data Adelie Paull 2022-05-02 08:47:31 -0400
  • 58c0bf44e8 remove my personal build script changes kim 2022-05-02 13:41:25 +0100
  • d926bdb9a1 Merge remote-tracking branch 'upstream' into self-boosting Adelie Paull 2022-05-02 08:39:54 -0400
  • f06ea27e03 update all but bun libraries kim 2022-05-02 13:39:26 +0100
  • a5852fd7e4
    [performance] Speed up some of the slower db queries (#523) tobi 2022-05-02 12:53:46 +0200
  • 5b8378909f fix tests that were affected by adding a new status to the test data Adelie Paull 2022-05-02 01:40:21 -0400
  • 5d1fd508b5 add tests for statusboostable filter Adelie Paull 2022-05-02 01:21:29 -0400
  • 0d94fed79e add license header, unwrap errors, be explicit about non-boostable visibility settings to avoid rogue boosting from miscoded clients, use ID compare for checking if self-boosting Adelie Paull 2022-05-02 01:20:53 -0400
  • e524a795d3 fix typo in comment Adelie Paull 2022-05-02 01:14:00 -0400
  • 6618e7cd7d add a followers-only status to local_account_2 Adelie Paull 2022-05-02 01:13:23 -0400
  • 0e98c473e2
    Adds GoToSocial Helm Chart section 0hlov3 2022-05-01 21:24:55 +0200
  • 91e153c48d remote more unnecessary use of LOWER() tsmethurst 2022-05-01 18:39:48 +0200
  • a1cdd393f7 go fmt tsmethurst 2022-05-01 17:52:08 +0200
  • 7347143d1c exclude most columns when checking block tsmethurst 2022-05-01 17:49:40 +0200
  • 0dbe0b411a fix implementing wrong test tsmethurst 2022-05-01 17:49:26 +0200
  • c0f65b1d57 optimize domain block query tsmethurst 2022-05-01 17:49:13 +0200
  • f44a444345 add domain block db test tsmethurst 2022-05-01 17:48:59 +0200
  • 98763f703a update account block query tsmethurst 2022-05-01 17:07:17 +0200
  • 968ac5b6a5 add db block test tsmethurst 2022-05-01 17:06:59 +0200
  • a4e879e25e use bundb built-in exists function tsmethurst 2022-05-01 16:49:26 +0200
  • faae2505c0
    Add logging to the new generic worker package (#516) kim 2022-05-01 15:45:15 +0100
  • fe467ad367 warn during slow db queries tsmethurst 2022-05-01 16:19:47 +0200
  • e7ec4c4359 remove unnecessary LOWER() db calls tsmethurst 2022-05-01 16:19:39 +0200
  • 6f097e6ae9 woops, drop my custom build script changes kim 2022-04-30 19:46:53 +0100
  • 3229e0663e improved creation of worker logging entries kim 2022-04-30 19:45:44 +0100
  • eb838c1068 once again, appeasing my linter overlord kim 2022-04-30 19:40:13 +0100
  • 18fb03ff4b add logging to generic worker type kim 2022-04-30 19:33:11 +0100
  • f656255fa7 start work on funding application tsmethurst 2022-04-30 18:07:00 +0200
  • fb62173b19 add README.md for archive folder tsmethurst 2022-04-30 18:06:53 +0200
  • f5e006892e
    [documentation] Add project roadmap (#514) tobi 2022-04-30 17:14:57 +0200