Commit Graph

  • 845173822c docs(onboarding): Update moderator getting started to reflect new editor capabilities FoxxMD 2022-01-03 13:40:17 -05:00
  • edb3036957 feat(editor): Resolve raw url from github blob url FoxxMD 2022-01-03 13:31:54 -05:00
  • 3790f0e061 feat(editor): Implement wiki page creation FoxxMD 2022-01-03 13:23:31 -05:00
  • e3e4e4abff feat(editor): Resolve raw gist url from gist id FoxxMD 2022-01-03 11:50:23 -05:00
  • fd9b83437b feat(editor): Use manager format to infer format for editor FoxxMD 2022-01-03 11:17:04 -05:00
  • 05694f115c fix(editor): Fix how initial editor value is set FoxxMD 2022-01-03 11:15:29 -05:00
  • 70ee157198 feat(config): Make manager aware of config format FoxxMD 2022-01-03 10:58:02 -05:00
  • bbb4ec3c2d fix: Fix missing hyphen character on regex for parsing reddit entity name FoxxMD 2021-12-31 00:04:25 -05:00
  • acb72551ec fix(bot): Add missing invite check in healthloop FoxxMD 2021-12-30 23:09:09 -05:00
  • bf6affe592 feat(bot): Add basic programmatic moderator invitation acceptance FoxxMD 2021-12-30 22:52:37 -05:00
  • 8c2cb02a46 feat(bot): Add modself oauth permission FoxxMD 2021-12-30 20:25:51 -05:00
  • 73e2af2100 feat(manager): Improve wiki page creation FoxxMD 2021-12-30 19:08:47 -05:00
  • ba4c4af5a7 Update invite view FoxxMD 2021-12-30 18:00:11 -05:00
  • 9ad21ee2dd feat(bot): Add ability to create non-existing wiki page and change visibility FoxxMD 2021-12-25 21:08:29 -05:00
  • b32c4f213c docs(yaml): Finish adding yaml examples FoxxMD 2021-12-25 16:42:44 -05:00
  • 7e01c8d1f8 docs(yaml): add yaml examples fo activities window FoxxMD 2021-12-25 16:28:58 -05:00
  • aee158ecc9 docs(yaml): add attribution and advanced concepts yaml examples FoxxMD 2021-12-25 16:18:13 -05:00
  • 8cd2243c2d docs(yaml): add history and author yaml examples FoxxMD 2021-12-25 16:07:46 -05:00
  • 4969789532 docs(yaml): add recentActivity yaml examples FoxxMD 2021-12-25 15:53:54 -05:00
  • 1dcfdc14d1 docs(yaml): add regex yaml examples FoxxMD 2021-12-25 15:23:34 -05:00
  • f1c9b64f64 docs(yaml): Add more examples FoxxMD 2021-12-23 21:35:18 -05:00
  • 2e5a61566b docs(yaml): create yaml versions of subreddit ready examples FoxxMD 2021-12-23 12:34:50 -05:00
  • 85761fa662 Merge pull request #65 from rysie/edge-submission-flair-fix Matt Foxx 2021-12-23 09:33:34 -05:00
  • 0b1a6bd77b Flair action fix: import + assigning flair by flair_template_id Marcin Macinski 2021-12-23 12:34:08 +01:00
  • 51e299ca99 Merge branch 'edge' into user-flair-action Marcin Macinski 2021-12-22 01:13:33 +01:00
  • 7696f3c2ff UserFlairAction added Marcin Macinski 2021-12-22 00:45:59 +01:00
  • 1c9ed41e70 feat(ui): Implement basic wiki editing capabilities for editor FoxxMD 2021-12-21 16:30:57 -05:00
  • 2d67f9f57d refactor(ui): Migrate all editor usage to monaco-yaml base FoxxMD 2021-12-21 14:22:26 -05:00
  • 975bcb6ad7 feat(ui): Enable additional scopes usage FoxxMD 2021-12-21 12:30:22 -05:00
  • 2a282a0d6f Merge branch 'edge' 0.10.3 FoxxMD 2021-12-21 09:35:21 -05:00
  • 0d087521a7 feat(docs): Specify yaml can be validated in editor FoxxMD 2021-12-21 09:35:06 -05:00
  • fb5fc961cc feat(docs): Add youtube credentials requirements for repost rule FoxxMD 2021-12-21 09:33:24 -05:00
  • c04b305881 feat(docs): Add link-spamming regex config FoxxMD 2021-12-21 09:22:35 -05:00
  • 5c5e9a26aa refactor(ui): Unify editor look-and-feel FoxxMD 2021-12-20 23:30:41 -05:00
  • 477d1a10ae Merge pull request #60 from rysie/edge Matt Foxx 2021-12-20 18:37:36 -05:00
  • bbee92699c Support setting user flair by flair_template_id Marcin Macinski 2021-12-21 00:10:40 +01:00
  • 7f09043cdf fix(ui): Add missing yaml asset files FoxxMD 2021-12-20 15:56:36 -05:00
  • 768a199c40 feat(ui): Add quick-n-dirty YAML editor FoxxMD 2021-12-20 15:42:37 -05:00
  • 6e4b0c7719 feat(regex): Add match sample to rule results so it can be used in content template FoxxMD 2021-12-20 12:33:40 -05:00
  • 89b21e6073 fix(repost): Use average of all algos to get high score FoxxMD 2021-12-18 18:44:52 -05:00
  • da611c5894 fix(repost): Fix max weighted score and formatting FoxxMD 2021-12-18 18:22:38 -05:00
  • 2c90a260c0 fix(stream): Remove processing clear behavior for polling to try to fix weird polling behavior FoxxMD 2021-12-18 18:08:00 -05:00
  • f081598da6 feat(repost): Improve text matching and default values FoxxMD 2021-12-18 17:42:43 -05:00
  • 55f45163a4 feat(repost): Fix some bugs and improve result data FoxxMD 2021-12-18 14:54:01 -05:00
  • e4dfa9dde3 refactor(docker): reduce image size with best practices FoxxMD 2021-12-17 15:10:22 -05:00
  • 0e395792db refactor: Remove unusused ts-auto-guard package FoxxMD 2021-12-17 14:36:03 -05:00
  • dcbeb784e8 refactor: Remove set-random-interval FoxxMD 2021-12-17 14:25:48 -05:00
  • aeaeb6ce27 refactor(docker): Remove monaco editor local dependency to reduce image size FoxxMD 2021-12-17 14:00:54 -05:00
  • d6a29c5914 fix(bot): Actually get all moderated subreddits FoxxMD 2021-12-17 13:24:09 -05:00
  • c1224121d4 feat(subreddit): Implement user profile filtering for SubredditState FoxxMD 2021-12-17 13:01:47 -05:00
  • 9790e681ea docs(regex): Add subreddit-ready example for removing discord link spam FoxxMD 2021-12-16 16:27:06 -05:00
  • a48a850c98 Update winston repository package format/information FoxxMD 2021-12-16 14:58:43 -05:00
  • b8369a9e9f Package bump for security FoxxMD 2021-12-14 12:06:48 -05:00
  • 0c31bdf25e refactor(repost): Improve repost criteria configuration and add documentation FoxxMD 2021-12-07 16:30:05 -05:00
  • 4b14e581dd fix: Add more staggering on heartbeat check FoxxMD 2021-12-06 17:31:00 -05:00
  • b2846efd2b fix: Improve falloff behavior when reddit api error are encountered FoxxMD 2021-12-06 17:16:04 -05:00
  • a787e4515b feat(repost): Implement occurrence count and time comparisons FoxxMD 2021-12-06 13:28:02 -05:00
  • f63e2a0ec4 Merge branch 'topComments' into edge FoxxMD 2021-12-01 17:34:51 -05:00
  • 9d0e098db1 feat(rule): Implement repost rule FoxxMD 2021-12-01 17:34:25 -05:00
  • 181390f0eb fix: Correct error description for reading a config file FoxxMD 2021-12-01 09:33:03 -05:00
  • a8c7b1dac9 Interim implementation of repost rule FoxxMD 2021-11-30 20:42:40 -05:00
  • fd5a92758d Merge branch 'edge' 0.10.2 FoxxMD 2021-11-28 19:43:20 -05:00
  • 027199d788 docs(heroku): Add information on dyno usage FoxxMD 2021-11-15 17:18:48 -05:00
  • 2a9f01b928 fix(heroku): Add OPERATOR to heroku deploy template FoxxMD 2021-11-15 17:11:57 -05:00
  • cf54502f0d fix(heroku): Add redirect uri env to heroku deploy template FoxxMD 2021-11-15 16:59:01 -05:00
  • 2a3663ccc9 refactor(heroku): heroku-specific docker change FoxxMD 2021-11-15 16:07:24 -05:00
  • dc2eeffcb5 fix(bot): Remove own profile "sub" from default moderated subreddits to run on FoxxMD 2021-11-15 13:19:21 -05:00
  • 39daa11f2d Merge branch 'edge' 0.10.1 FoxxMD 2021-11-15 12:53:28 -05:00
  • 93de38a845 fix(filter): Missing 'op' property test on itemIs for comment FoxxMD 2021-11-15 12:47:34 -05:00
  • 43caaca1f2 fix(config): Fix wrong provider data used when bot has no caching config FoxxMD 2021-11-02 15:55:03 -04:00
  • 7bcc0195fe fix(author): change include/exclude on RULE to be optional FoxxMD 2021-11-02 09:41:55 -04:00
  • dac6541e28 Merge branch 'edge' 0.10.0 FoxxMD 2021-11-01 16:12:43 -04:00
  • 2504a34a34 refactor(docker): Remove old steps from node-canvas dep FoxxMD 2021-11-01 15:55:12 -04:00
  • e19639ad0d fix(ui): Forgot to add tailwin css to git FoxxMD 2021-11-01 15:06:50 -04:00
  • b8084e02b5 Merge branch 'colorImprovements' into edge FoxxMD 2021-11-01 14:58:01 -04:00
  • 97906281e6 Merge branch 'edge' 0.9.4 FoxxMD 2021-11-01 14:55:10 -04:00
  • 2cea119657 feat(ui): Add tooltip descriptions for depleted/limit reset stats FoxxMD 2021-11-01 14:52:35 -04:00
  • 6f16d289dd feat(ui): Add lang attribute for html FoxxMD 2021-11-01 14:22:20 -04:00
  • a96575c6b3 refactor(ui): Use local tailwind css asset FoxxMD 2021-11-01 14:19:47 -04:00
  • 0a82e83352 refactor(ui)!: Implement colorbind color changes for rest of UI and remove dark/light mode FoxxMD 2021-11-01 14:14:49 -04:00
  • d5e1cdec61 fix(criteria): Improve criteria filtering for removed/deleted activities and logging FoxxMD 2021-11-01 13:25:54 -04:00
  • ef40c25b09 feat(attribution): Add additional subreddit and activity filtering functionality to criteria FoxxMD 2021-11-01 11:26:55 -04:00
  • 6370a2976a Merge branch 'edge' into colorImprovements FoxxMD 2021-11-01 10:23:40 -04:00
  • d8180299ea fix(author): Fix missing true return statement for author flair check FoxxMD 2021-11-01 10:23:22 -04:00
  • ac409dce3d POC color improvements for color blindness FoxxMD 2021-10-20 20:57:44 -04:00
  • 56c007c20d feat(author): Implement author profile description regex/string testing FoxxMD 2021-10-20 19:52:46 -04:00
  • 487f13f704 Merge branch 'edge' 0.9.3 FoxxMD 2021-10-12 11:56:51 -04:00
  • 00b9d87cdc Remove unused types package FoxxMD 2021-10-12 11:56:29 -04:00
  • 2c797e0b9b docs(image): Add documentation for image comparison FoxxMD 2021-10-12 11:10:14 -04:00
  • 4a2b27bfbf fix(recent): Revert debug change for concurrency on activity comparisons FoxxMD 2021-10-12 11:08:53 -04:00
  • 463a4dc0eb feat(image): Implement perceptual hashing image comparison FoxxMD 2021-10-11 15:28:48 -04:00
  • 4b3bea661d Merge branch 'imageComparisonOptimization' into edge FoxxMD 2021-10-08 13:50:49 -04:00
  • 976f310f51 refactor(image): Remove resemblejs dependency FoxxMD 2021-10-08 13:49:46 -04:00
  • 4d8d3dc266 fix(docker): Add libvips dependency FoxxMD 2021-10-08 13:47:35 -04:00
  • ce9e678c4c fix(image): clone sharp instance so converting between outputs doesn't cause issues FoxxMD 2021-10-07 18:06:05 -04:00
  • 8cf30b6b7d refactor: Introduce staggered startup for bots/polling to decrease load on host/reddit and improve image comparison performance FoxxMD 2021-10-07 17:13:27 -04:00
  • 2b6d08f8a5 Dummy commit FoxxMD 2021-10-06 18:03:26 -04:00
  • f8fc63991f feat(image): Leverage reddit image previews for download/comparison FoxxMD 2021-10-06 17:33:56 -04:00
  • d96a1f677c refactor(image): Profile image comparison analysis time to debug statement FoxxMD 2021-10-06 14:14:36 -04:00
  • b14689791c refactor(image): Document resemble compare options for performance FoxxMD 2021-10-06 13:21:08 -04:00