Commit graph

  • 852046605f
    Merge cb887a602e into c2230cdefb dependabot[bot] 2020-10-27 21:50:41 +0000
  • cb887a602e
    Bump cryptography from 2.5 to 3.2 dependabot/pip/cryptography-3.2 dependabot[bot] 2020-10-27 21:50:39 +0000
  • 142cdbef39
    Add content,comment opinions to comment server opinions Mark Beamer Jr 2020-07-27 01:08:19 -0400
  • c2230cdefb
    Send parent id and comment text to internal-apis for notifications master Mark Beamer Jr 2020-07-24 15:43:34 -0400
  • 1c3a25f82d
    Merge pull request #47 from lbryio/fix_notifications Mark 2020-07-21 11:10:28 -0400
  • 7c26b80971
    Fix notifications fix_notifications Mark Beamer Jr 2020-07-21 02:35:33 -0400
  • 3cce89cbac serializes error messages into json format Oleg Silkin 2020-04-09 16:55:07 -0400
  • b4377b2f54 Cleans up & adds todos for future Oleg Silkin 2020-04-07 16:16:34 -0400
  • 3b91279cc7 Moves schema from SQLite3 to MySQL Oleg Silkin 2020-04-07 16:16:15 -0400
  • 0817b70083 Update README.md Oleg Silkin 2020-04-07 16:08:29 -0400
  • 7b7e6c66ac VARCHAR -> CHAR for all ID fields, constraints moved out of table definition Oleg Silkin 2020-04-07 15:04:50 -0400
  • c7e8d274f7 update travis Oleg Silkin 2020-04-06 19:26:22 -0400
  • be45a70c36 sets column names to be lowercase, uses utf8mb4 charset, utf8mb4_unicode_ci collation Oleg Silkin 2020-04-06 19:15:54 -0400
  • d25e03d853 database name gets set to social Oleg Silkin 2020-04-06 19:13:12 -0400
  • 80f77218f9
    Merge pull request #39 from lbryio/orm-rewrite Oleg Silkin 2020-04-03 17:40:42 -0400
  • 75c8f82072 Add todos orm-rewrite Oleg Silkin 2020-04-03 16:40:05 -0400
  • 38e9af24ec Update .gitignore Oleg Silkin 2020-04-03 16:07:23 -0400
  • a84e0e0f84 Add docker-compose.yml Oleg Silkin 2020-04-03 15:38:29 -0400
  • fd05ea1145 Update travis config & add generic yaml config Oleg Silkin 2020-04-03 15:33:23 -0400
  • c27baa89fe rate limit comments Oleg Silkin 2020-04-01 18:52:36 -0400
  • 84cafd643f replace oracle driver with pymysql driver Oleg Silkin 2020-04-01 18:50:09 -0400
  • 3b6b052000 Removes incorrect method for get_channel_from_comment_id Oleg Silkin 2020-04-01 18:49:37 -0400
  • 20f9ccc8c5 Moves to using CharField in place of TextField Oleg Silkin 2020-04-01 18:49:03 -0400
  • 08060a71d3 Implements hide_comments method using ORM Oleg Silkin 2020-04-01 18:13:28 -0400
  • c852697c94 reimplements abandon method using ORM; no longer require channel_id param Oleg Silkin 2020-04-01 18:12:46 -0400
  • 8f12d997ae json -> yaml Oleg Silkin 2020-03-31 13:59:37 -0400
  • a6f056821f Adds a strict validator which fails upon possible FK violations Oleg Silkin 2020-03-31 13:59:20 -0400
  • bd06d1c992 Improves database configuration Oleg Silkin 2020-03-31 13:57:30 -0400
  • 1153711636 Reimplements API methods using ORM Oleg Silkin 2020-03-31 13:55:44 -0400
  • e0b6d16c89 Removes certain sqlite-specific functions from application Oleg Silkin 2020-03-30 22:00:10 -0400
  • dba14460cc Unittests using peewee binds instead of direct sqlite connection Oleg Silkin 2020-03-30 21:59:26 -0400
  • 45733d2dc4 Remove queries.py Oleg Silkin 2020-03-30 21:58:37 -0400
  • aee12eba54 removes inherited base database in favor of binding api Oleg Silkin 2020-03-30 21:58:07 -0400
  • a22b4a9162 Adds delete, edit, and hide operations Oleg Silkin 2020-03-30 18:04:20 -0400
  • 8138e71668 Sets database dynamically Oleg Silkin 2020-03-30 18:02:20 -0400
  • 510f2a5d29 Adds comment create logic Oleg Silkin 2020-03-27 17:44:51 -0400
  • 63f2c7e9e0 Moves the clean method to misc.py, moves misc.py Oleg Silkin 2020-03-27 17:44:22 -0400
  • 644e5e8477 adds get_channel_from_id & simplifies to all call comment_list Oleg Silkin 2020-03-27 15:59:57 -0400
  • cc20088b06 Implements all search queries Oleg Silkin 2020-03-27 05:07:56 -0400
  • a581425a64 Shifts from JSON configuration to yml based Oleg Silkin 2020-03-27 01:26:13 -0400
  • 0529fa7d01 Implements DB model and preliminary select queries Oleg Silkin 2020-03-27 01:24:34 -0400
  • 464fc88d8e
    Merge pull request #35 from lbryio/disables-anon Oleg Silkin 2020-03-03 20:49:42 -0500
  • 77d499a0a3 Removes unused tests disables-anon Oleg Silkin 2020-02-18 15:28:59 -0500
  • a825c6a4b9 Anonymous comment unit-test now tests against anonymous comments Oleg Silkin 2020-02-18 15:28:46 -0500
  • 220ceefbd2 Uses is_valid_base_comment instead of static proxy method Oleg Silkin 2020-02-18 15:27:29 -0500
  • 723026f967 Proper kwarg management Oleg Silkin 2020-02-18 15:26:04 -0500
  • ac69cd6966 Requires credential input for comment creation Oleg Silkin 2020-02-18 14:36:38 -0500
  • 6329ef1011 add .gitignore Oleg Silkin 2020-01-19 23:16:07 -0500
  • 8a631d288f Merge branch 'master' of https://github.com/lbryio/comment-server Oleg Silkin 2020-01-19 23:14:29 -0500
  • e9a8a3935c Add gitignore Oleg Silkin 2020-01-19 23:14:01 -0500
  • 8257d459ca
    Merge pull request #33 from lbryio/error-logging Oleg Silkin 2020-01-19 23:13:09 -0500
  • 6a00c7aa82 Better error logging error-logging Oleg Silkin 2020-01-19 23:11:07 -0500
  • c937a6aa68
    Merge pull request #32 from lbryio/return-claimid Oleg Silkin 2020-01-06 23:20:57 -0500
  • 25eb4f9acd Prevents claim resolve error from disrupting entire hide operation Oleg Silkin 2020-01-06 23:16:46 -0500
  • 7916d8b7ff All comment returning methods now include claim_id Oleg Silkin 2020-01-06 23:03:59 -0500
  • c073c8edc9
    Merge pull request #31 from lbryio/soften-dependencies Oleg Silkin 2020-01-04 01:08:21 -0500
  • 2fb3b7309c create_comment no longer requires claim_id when parent_id is supplied soften-dependencies improve-replies Oleg Silkin 2020-01-03 22:32:44 -0500
  • f6474e1abe
    Merge pull request #30 from lbryio/typo Oleg Silkin 2020-01-03 15:43:48 -0500
  • 56dfd77c9b Fix typo in README.md Oleg Silkin 2020-01-03 15:42:07 -0500
  • d74d2c2321
    Merge pull request #27 from lbryio/update Oleg Silkin 2020-01-03 15:36:25 -0500
  • b9fe4dceef jetbrains didn't 'clean' these imports update Oleg Silkin 2020-01-03 15:34:04 -0500
  • 9d40cdca0f jetbrains didn't 'clean' these imports Oleg Silkin 2020-01-03 15:32:19 -0500
  • 6250cae13c touchups Oleg Silkin 2019-12-31 04:59:58 -0500
  • 2311fa00e6 Adds edit comment queries and handle Oleg Silkin 2019-12-31 00:41:35 -0500
  • c856438d70 Improves unit test Oleg Silkin 2019-12-30 17:28:40 -0500
  • c55012176e Gets rid of redundant create_comment function Oleg Silkin 2019-12-30 17:27:38 -0500
  • 7dee7cc853 reorganize imports Oleg Silkin 2019-12-30 17:26:37 -0500
  • deaa41e36e Moves external request & API calling code out of misc Oleg Silkin 2019-12-30 17:25:47 -0500
  • 972d7cb608 Moves error code out of misc Oleg Silkin 2019-12-30 17:25:16 -0500
  • 852e22bc62 Moves validation code out of misc Oleg Silkin 2019-12-30 17:25:00 -0500
  • fda095c195 Reformat files Oleg Silkin 2019-12-30 17:21:44 -0500
  • 114ba46298
    Merge pull request #25 from lbryio/internal-api Oleg Silkin 2019-12-26 22:47:44 -0500
  • caef26ed4b Adds calls to internal-api when CrUD operations occur & fixes up error logging internal-api Oleg Silkin 2019-12-26 22:44:37 -0500
  • 1fafeac393
    Merge pull request #18 from lbryio/hidden_db_fix Oleg Silkin 2019-10-16 17:09:39 -0400
  • 6bb8409f09 Remove this script, it's not needed hidden_db_fix Oleg Silkin 2019-10-16 17:08:02 -0400
  • f74e392cbe Upgrade ecdsa to version 0.13.3 Oleg Silkin 2019-10-16 17:03:00 -0400
  • 99532dda1b Adds script to display comments and the name of the claim they're on Oleg Silkin 2019-10-16 17:01:20 -0400
  • e5cee12efe Slight testing improvement Oleg Silkin 2019-10-16 17:00:21 -0400
  • 905e394c5f Explicitly sets IsHidden flag to 0 when inserting Oleg Silkin 2019-10-16 16:53:35 -0400
  • 48de893165
    Merge pull request #16 from StrikerRUS/patch-1 Oleg Silkin 2019-10-09 09:01:26 -0400
  • 2736a58645
    Merge pull request #17 from StrikerRUS/patch-2 Oleg Silkin 2019-10-09 08:58:59 -0400
  • 0f085f8257
    fixed broken link Nikita Titov 2019-10-08 23:38:03 +0300
  • c4e3714d04
    update assertion name Nikita Titov 2019-10-08 23:11:54 +0300
  • 84cb1ad5c8 Removes unused reference Oleg Silkin 2019-09-07 00:36:32 -0400
  • 289f4a80f9 Removes unused reference Oleg Silkin 2019-09-06 21:35:46 -0400
  • ab898f1207 5 min interval for error webhook logging > 10 seconds Oleg Silkin 2019-09-06 20:38:01 -0400
  • bf2bdcd7a4
    Merge pull request #15 from lbryio/webhook Oleg Silkin 2019-09-06 20:32:30 -0400
  • f28dc70181 Adds slack webhook for error logging Oleg Silkin 2019-09-06 20:27:14 -0400
  • 434970647f Adds travis build status to readme Oleg Silkin 2019-09-06 11:45:37 -0400
  • 46b2238838
    Merge pull request #14 from lbryio/alteration-fix Oleg Silkin 2019-09-06 11:43:02 -0400
  • 4f8588a1cd formatting & prevents comment from being altered Oleg Silkin 2019-09-06 11:33:38 -0400
  • 5bf82dbd9a Removes create log dir from travis config Oleg Silkin 2019-08-24 00:53:42 -0400
  • 490cfc0b5d Revert "Removes logs" Oleg Silkin 2019-08-24 00:49:11 -0400
  • 9aa9d6c474
    Merge pull request #12 from lbryio/conf-lowercase Oleg Silkin 2019-08-24 00:35:40 -0400
  • 74aae9222d Changes conf settings to lowercase conf-lowercase Oleg Silkin 2019-08-24 00:19:11 -0400
  • 93e568ca21
    Removes usage of lbrynet resolve with lbrynet get_claim (#11) Oleg Silkin 2019-08-23 23:51:39 -0400
  • adf7194916 Get OUT OF HERE Oleg Silkin 2019-08-23 23:47:50 -0400
  • 155435e81e Import errrorrrrrr Oleg Silkin 2019-08-23 23:45:29 -0400
  • cc32d5e1fe nacl > pynacl Oleg Silkin 2019-08-23 23:42:19 -0400
  • 8eeff365fd Removes unused function Oleg Silkin 2019-08-23 23:37:56 -0400