commento/api
Ivan Li 91d568bcd9
continuous-integration/drone/push Build is passing Details
feat: support authentik aouth2.
2022-10-10 16:01:30 +00:00
..
Makefile constants.go: set version at compile time 2020-03-31 06:39:52 -04:00
akismet.go api,frontend: add Akismet spam flagging integration 2018-12-19 22:57:02 -05:00
comment.go commento.js: don't recursively delete comments 2019-09-13 18:13:38 -07:00
comment_approve.go api: sql statements: replace spaces with tabs 2020-01-02 14:19:44 -08:00
comment_approve_test.go frontend, api: allow custom emails as commenters 2018-06-10 22:58:54 +05:30
comment_count.go count.js: add comment count display JS 2019-03-02 15:14:42 -05:00
comment_count_test.go comment_new.go: create page before inserting comment 2019-07-25 18:25:08 -07:00
comment_delete.go api: log comment deleter and deletion date 2021-02-28 12:46:43 +05:30
comment_delete_test.go commento.js: show error when comment link is 404 2021-02-28 13:16:36 +05:30
comment_domain_path_get.go api: sql statements: replace spaces with tabs 2020-01-02 14:19:44 -08:00
comment_domain_path_get_test.go comment_domain_path_get.go: include path in return 2018-07-25 00:04:42 +05:30
comment_edit.go api, frontend: add comment editing 2019-05-15 10:46:51 -07:00
comment_get.go comment_get.go: clean up SQL 2020-01-02 14:19:44 -08:00
comment_list.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
comment_list_test.go api: don't auto-upvote new comments 2018-06-14 16:33:40 +05:30
comment_new.go comment_new.go: simplify state logic 2021-02-28 13:43:58 +05:30
comment_new_test.go api: sql statements: replace spaces with tabs 2020-01-02 14:19:44 -08:00
comment_ownership_verify.go api: Add go files 2018-05-27 23:40:46 +05:30
comment_ownership_verify_test.go api: Add go files 2018-05-27 23:40:46 +05:30
comment_statistics.go api: run go fmt 2018-06-10 23:13:42 +05:30
comment_vote.go comment_vote.go: clean up SQL 2020-01-02 14:19:44 -08:00
comment_vote_test.go api: don't auto-upvote new comments 2018-06-14 16:33:40 +05:30
commenter.go api, frontend: add moderator tag to mods in comments 2019-02-22 22:57:35 -05:00
commenter_get.go commenter_get.go: clean up SQL 2020-01-02 14:19:44 -08:00
commenter_get_test.go everywhere: use different session cookie names 2018-06-20 08:59:55 +05:30
commenter_login.go commenter_login.go: include email in response 2020-02-13 18:47:58 -05:00
commenter_login_test.go everywhere: use different session cookie names 2018-06-20 08:59:55 +05:30
commenter_new.go everywhere: add email notifications 2019-02-18 17:34:43 -05:00
commenter_new_test.go frontend, api: allow custom emails as commenters 2018-06-10 22:58:54 +05:30
commenter_photo.go Fix twitter profile photo import bug 2021-01-16 00:26:17 +00:00
commenter_self.go commenter_self.go: include email details 2019-02-18 17:34:43 -05:00
commenter_session.go api: run go fmt 2018-06-20 09:20:14 +05:30
commenter_session_new.go api: standardise marshal and unmarshal fn names 2018-07-24 12:28:43 +05:30
commenter_session_new_test.go everywhere: use different session cookie names 2018-06-20 08:59:55 +05:30
commenter_session_update.go api: sql statements: replace spaces with tabs 2020-01-02 14:19:44 -08:00
commenter_session_update_test.go commenter_session_update_test.go: verify update 2018-06-20 09:11:11 +05:30
commenter_update.go api, frontend: restrict profile updates to commento provider 2020-02-13 20:11:47 -05:00
config.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
config_file.go config.go: parse config file before default 2019-09-13 16:14:59 -07:00
config_file_test.go config.go: parse config file before default 2019-09-13 16:14:59 -07:00
config_test.go config.go: parse config file before default 2019-09-13 16:14:59 -07:00
constants.go constants.go: set version at compile time 2020-03-31 06:39:52 -04:00
cron_domain_export_cleanup.go cron_domain_export_cleanup.go: change cron period 2019-01-31 02:19:47 -05:00
cron_sso_token.go main.go: add cron to auto cleanup SSO tokens 2019-04-20 23:39:09 -04:00
cron_views_cleanup.go api: add cron job to clean up views table 2019-01-31 02:19:12 -05:00
database.go api: Add go files 2018-05-27 23:40:46 +05:30
database_connect.go api: go fmt 2020-02-13 20:15:05 -05:00
database_migrate.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
database_migrate_email_notifications.go everywhere: add email notifications 2019-02-18 17:34:43 -05:00
domain.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
domain_clear.go frontend, api: add ability to clear comments 2019-04-13 21:02:40 -04:00
domain_delete.go domain_delete.go: clean up SQL 2020-01-02 14:19:44 -08:00
domain_delete_test.go api: Add go files 2018-05-27 23:40:46 +05:30
domain_export.go api: use commentoExportV1 struct 2020-03-31 06:39:52 -04:00
domain_export_download.go domain_export_download.go: include json in filename 2020-03-31 06:39:52 -04:00
domain_get.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
domain_get_test.go api: Add go files 2018-05-27 23:40:46 +05:30
domain_import_commento.go api: use commentoExportV1 struct 2020-03-31 06:39:52 -04:00
domain_import_commento_test.go api: use commentoExportV1 struct 2020-03-31 06:39:52 -04:00
domain_import_disqus.go domain_import_disqus.go: update disqus export spec 2019-02-04 18:05:51 -05:00
domain_list.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
domain_list_test.go api: Add go files 2018-05-27 23:40:46 +05:30
domain_moderator.go api: Add go files 2018-05-27 23:40:46 +05:30
domain_moderator_delete.go api: standardise strip fn names 2018-07-24 12:30:45 +05:30
domain_moderator_delete_test.go api: Add go files 2018-05-27 23:40:46 +05:30
domain_moderator_new.go everywhere: add email notifications 2019-02-18 17:34:43 -05:00
domain_moderator_new_test.go api: Add go files 2018-05-27 23:40:46 +05:30
domain_moderator_test.go api: Add go files 2018-05-27 23:40:46 +05:30
domain_new.go domain_new.go: reject domains with / 2019-05-01 20:39:48 -04:00
domain_new_test.go api: Add go files 2018-05-27 23:40:46 +05:30
domain_ownership_verify.go api: Add go files 2018-05-27 23:40:46 +05:30
domain_ownership_verify_test.go api: Add go files 2018-05-27 23:40:46 +05:30
domain_sso.go sso: expire tokens after usage 2019-04-20 23:39:08 -04:00
domain_statistics.go api: standardise strip fn names 2018-07-24 12:30:45 +05:30
domain_update.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
domain_update_test.go api: Add go files 2018-05-27 23:40:46 +05:30
domain_view_record.go api: Add go files 2018-05-27 23:40:46 +05:30
email.go api: do not batch email notifications 2019-10-25 01:10:44 -07:00
email_get.go email_get.go: clean up SQL 2020-01-02 14:19:44 -08:00
email_moderate.go api: log comment deleter and deletion date 2021-02-28 12:46:43 +05:30
email_new.go everywhere: add email notifications 2019-02-18 17:34:43 -05:00
email_notification.go api: do not batch email notifications 2019-10-25 01:10:44 -07:00
email_notification_new.go fix errorf missing argument 2020-02-03 22:17:41 +02:00
email_update.go api,frontend: add unsubscribe 2019-02-18 17:34:43 -05:00
errors.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
forgot.go api,frontend: add commenter password resets 2019-06-06 01:33:31 -07:00
go.mod feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
go.sum feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
main.go api: do not batch email notifications 2019-10-25 01:10:44 -07:00
markdown.go dep: add dependency version pinning with dep 2018-08-12 23:39:26 +05:30
markdown_html.go dep: add dependency version pinning with dep 2018-08-12 23:39:26 +05:30
markdown_html_test.go api: Add go files 2018-05-27 23:40:46 +05:30
oauth.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
oauth_authentik.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
oauth_authentik_callback.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
oauth_authentik_redirect.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
oauth_github.go frontend, api: allow disabling login methods individually 2019-04-19 19:03:34 -04:00
oauth_github_callback.go fix: github oauth failed. 2022-10-08 16:10:40 +00:00
oauth_github_redirect.go api: add github oauth 2019-01-30 21:22:46 -05:00
oauth_gitlab.go oauth config: Use GITLAB_URL env variable 2020-03-19 06:47:05 -04:00
oauth_gitlab_callback.go oauth config: Use GITLAB_URL env variable 2020-03-19 06:47:05 -04:00
oauth_gitlab_redirect.go oauth: add gitlab 2019-02-22 22:23:27 -05:00
oauth_google.go frontend, api: allow disabling login methods individually 2019-04-19 19:03:34 -04:00
oauth_google_callback.go api: update commenter information on new login 2019-08-21 21:05:17 -07:00
oauth_google_redirect.go everywhere: use different session cookie names 2018-06-20 08:59:55 +05:30
oauth_google_test.go api: use COMMENTO_ prefix on errors 2018-06-13 00:22:08 +05:30
oauth_sso.go sso: expire tokens after usage 2019-04-20 23:39:08 -04:00
oauth_sso_callback.go api: update commenter information on new login 2019-08-21 21:05:17 -07:00
oauth_sso_redirect.go sso: expire tokens after usage 2019-04-20 23:39:08 -04:00
oauth_twitter.go frontend, api: allow disabling login methods individually 2019-04-19 19:03:34 -04:00
oauth_twitter_callback.go oauth_twitter_callback.go: fix avatar icon and account url for Twitter 2020-03-19 05:04:29 -04:00
oauth_twitter_redirect.go oauth: add twitter 2019-02-22 22:23:26 -05:00
owner.go api: Add go files 2018-05-27 23:40:46 +05:30
owner_confirm_hex.go owner_confirm_hex.go: fix login redirect typo 2018-08-12 23:39:26 +05:30
owner_confirm_hex_test.go api: sql statements: replace spaces with tabs 2020-01-02 14:19:44 -08:00
owner_delete.go api, frontend: add account deletion 2020-01-02 14:19:44 -08:00
owner_get.go owner_get.go: clean up SQL 2020-01-02 14:19:44 -08:00
owner_get_test.go everywhere: use different session cookie names 2018-06-20 08:59:55 +05:30
owner_login.go api: standardise marshal and unmarshal fn names 2018-07-24 12:28:43 +05:30
owner_login_test.go everywhere: use different session cookie names 2018-06-20 08:59:55 +05:30
owner_new.go api, frontend: add account deletion 2020-01-02 14:19:44 -08:00
owner_new_test.go api: Add go files 2018-05-27 23:40:46 +05:30
owner_self.go api: standardise marshal and unmarshal fn names 2018-07-24 12:28:43 +05:30
page.go everywhere: add email notifications 2019-02-18 17:34:43 -05:00
page_get.go everywhere: add email notifications 2019-02-18 17:34:43 -05:00
page_get_test.go api,db: add page attributes and thread locking 2018-09-23 00:26:37 -04:00
page_new.go api,db: add page attributes and thread locking 2018-09-23 00:26:37 -04:00
page_new_test.go api,db: add page attributes and thread locking 2018-09-23 00:26:37 -04:00
page_title.go everywhere: add email notifications 2019-02-18 17:34:43 -05:00
page_update.go frontend,api: open source comment sticky 2018-12-18 18:57:32 -05:00
page_update_test.go api,db: add page attributes and thread locking 2018-09-23 00:26:37 -04:00
reset.go api,frontend: add commenter password resets 2019-06-06 01:33:31 -07:00
router.go everywhere: allow subdir-ed origin setups 2018-08-08 12:42:59 +05:30
router_api.go feat: support authentik aouth2. 2022-10-10 16:01:30 +00:00
router_static.go api, frontend: add account deletion 2020-01-02 14:19:44 -08:00
sigint.go sigint.go: close DB connection before exit 2019-05-01 18:39:40 -04:00
smtp_configure.go smtp_configure.go: disable smtp auth when unset 2020-02-13 18:47:58 -05:00
smtp_configure_test.go smtp_configure_test.go: rename cleanSmtpVars 2018-07-24 12:26:19 +05:30
smtp_domain_export.go api: run go fmt 2019-02-04 18:11:03 -05:00
smtp_domain_export_error.go api: run go fmt 2019-02-04 18:11:03 -05:00
smtp_email_notification.go api: do not batch email notifications 2019-10-25 01:10:44 -07:00
smtp_owner_confirm_hex.go api: run go fmt 2018-06-10 23:13:42 +05:30
smtp_reset_hex.go api,frontend: add commenter password resets 2019-06-06 01:33:31 -07:00
smtp_templates.go everywhere: add email notifications 2019-02-18 17:34:43 -05:00
testing.go api: import from commento export format 2020-03-31 06:39:52 -04:00
utils_crypto.go api: Add go files 2018-05-27 23:40:46 +05:30
utils_crypto_test.go api: Add go files 2018-05-27 23:40:46 +05:30
utils_gzip.go api: allow gzipped response 2018-06-11 15:02:14 +05:30
utils_html.go utils_html.go: return empty string if title is empty 2019-03-10 09:23:24 -04:00
utils_http.go api,frontend: add Akismet spam flagging integration 2018-12-19 22:57:02 -05:00
utils_logging.go api: rename createLogger to loggerCreate 2018-07-24 12:12:03 +05:30
utils_logging_test.go api: rename createLogger to loggerCreate 2018-07-24 12:12:03 +05:30
utils_misc.go api: do not batch email notifications 2019-10-25 01:10:44 -07:00
utils_sanitise.go utils_sanitise.go: strip protocol before trailer 2019-11-21 01:15:08 -08:00
utils_sanitise_test.go api: standardise strip fn names 2018-07-24 12:30:45 +05:30
utils_sql.go utils_sql.go: add sqlScanner interface 2020-01-02 14:19:44 -08:00
version.go version.go, footer.html: display version 2019-04-20 21:10:08 -04:00