Commit Graph

  • a3a6f2ba68 api: use COMMENTO_ prefix on errors Adhityaa 2018-06-13 00:22:06 +0530
  • 0ee43ae52a commento-tags.scss: use a lighter shades for tags Adhityaa 2018-06-12 20:46:44 +0530
  • a9d7076c2e commento.js: remove double call protection Adhityaa 2018-06-11 17:40:34 +0530
  • c7b3686506 README.md: change logo size Adhityaa 2018-06-11 15:35:06 +0530
  • 78384073b0 api: allow gzipped response Adhityaa 2018-06-11 15:01:58 +0530
  • 9e682a964a commento.js: allow dynamic script loading Adhityaa 2018-06-11 14:18:32 +0530
  • 70505c5f06 commento.js: hold off display until css load Adhityaa 2018-06-11 14:18:10 +0530
  • 82240a72e4 commento.js: remove stray console.log Adhityaa 2018-06-11 14:17:07 +0530
  • 6e57dabdf8 domain_new.go: use stripped domain name Adhityaa 2018-06-11 12:05:15 +0530
  • 14509adaba commento-buttons.scss: escape hash character Adhityaa 2018-06-11 01:55:06 +0530
  • 5ec58eea33 Dockerfile: bind on all interfaces Pierre-Alain TORET 2018-06-10 00:54:14 +0200
  • 73d04bf857 api: add COMMENTO_BIND_ADDRESS variable Pierre-Alain TORET 2018-06-09 23:19:19 +0200
  • 684734cb29 commento.js: fix configuredOauths typo Adhityaa 2018-06-11 01:23:37 +0530
  • 1a61d52123 commento.js: fix anonymity button logic typo Adhityaa 2018-06-11 01:20:15 +0530
  • 95d80927b2 Makefile: make devel the default target Adhityaa 2018-06-11 01:19:41 +0530
  • 60ad11bdcb README.md: fix banner logo url Adhityaa 2018-06-11 00:44:11 +0530
  • 0cb37de5a7 commento.js: remove oauth only if it exists Adhityaa 2018-06-11 00:40:34 +0530
  • b2b7f59356 docker-compose.yml: do not hardcode values Adhityaa 2018-06-11 00:25:26 +0530
  • 442e3e44de owner_new.go: create commenter user on ownerNew Adhityaa 2018-06-11 00:16:19 +0530
  • 08c708341b Makefile: add test target Pierre-Alain TORET 2018-06-10 16:32:12 +0200
  • c59a53515c .gitlab-ci.yml: use test target Pierre-Alain TORET 2018-06-10 16:32:52 +0200
  • 8b0d198934 api: run go fmt Adhityaa 2018-06-10 23:13:42 +0530
  • 42a58f1d87 api: sanitise new commenters' links Adhityaa 2018-06-10 23:13:18 +0530
  • 2020405e8b frontend, api: allow custom emails as commenters Adhityaa 2018-06-10 22:45:56 +0530
  • e42f77b4eb commento.js: use nounVerb format Adhityaa 2018-06-10 16:21:18 +0530
  • 2527fbec55 commento_ce: add rc style init script Pierre-Alain TORET 2018-06-09 21:54:30 +0200
  • adfacbc873 Makefile: fix MAKECMDGOALS typo Pierre-Alain TORET 2018-06-09 15:25:18 +0200
  • 1faf2fbe0b commento-ce.service: add a linux systemd example file Pierre-Alain TORET 2018-06-09 12:41:39 +0200
  • a9b235ef0b frontend: add password reset functionality Adhityaa 2018-06-09 15:37:53 +0530
  • 5f23706003 reset-hex.html: use ResetHex instead of Hex Adhityaa 2018-06-09 15:23:11 +0530
  • c794c40392 api: add new config SMTP_PORT Adhityaa 2018-06-09 15:22:49 +0530
  • 9d5e4f9f96 smtp_templates.go: use STATIC instead of COMMENTO_STATIC Adhityaa 2018-06-09 15:20:59 +0530
  • 0d6c3b5992 main.go: load SMTP templates Adhityaa 2018-06-09 15:20:01 +0530
  • 5fe785f2fd owner_reset_hex.go: check for SMTP configuration before queries Adhityaa 2018-06-09 15:19:15 +0530
  • 130ee48e7e Makefile: do not place templates double-nested Adhityaa 2018-06-09 15:18:44 +0530
  • cd8b1b85b2 templates: use html extension instead of tmpl Adhityaa 2018-06-09 15:17:49 +0530
  • 21175cb649 frontend: remove link to account Adhityaa 2018-06-09 14:20:27 +0530
  • 8983efabe2 errors.go: remove irrelevant errors Adhityaa 2018-06-09 14:22:24 +0530
  • 2e64c95b7c smtp_templates.go: add reset-hex Adhityaa 2018-06-09 14:10:27 +0530
  • c208e3392b config_test.go: add test for no ORIGIN Adhityaa 2018-06-09 14:03:06 +0530
  • 37e772b595 api: use Errorf instead of Fatalf Adhityaa 2018-06-09 14:02:07 +0530
  • 432ffeebb3 api: add COMMENTO_STATIC environment variable Adhityaa 2018-06-09 13:57:47 +0530
  • 88165504f3 README: fix documentation links Adhityaa 2018-06-09 13:28:54 +0530
  • 5c5f5b6230 .gitlab-ci.yml: add automated registry push on master Adhityaa 2018-06-09 11:11:13 +0530
  • 452e1a6442 .gitlab-ci.yml: add docker:dind service Pierre-Alain TORET 2018-06-08 15:45:02 +0200
  • f9a269de95 .gitlab-ci.yml: pulling dependencies is done in make step Pierre-Alain TORET 2018-06-08 10:33:45 +0200
  • de3cac7a3a Dockerfile: pulling dependencies is done in make step Pierre-Alain TORET 2018-06-08 10:27:45 +0200
  • e88d027239 Makefile: use go get to pull the dependencies Pierre-Alain TORET 2018-06-08 10:22:41 +0200
  • 5b28e80924 gitlab-ci.yml: add build and test Adhityaa 2018-06-07 14:46:51 +0530
  • 6f3ed40b39 api: use localhost instead of 0.0.0.0 Adhityaa 2018-06-08 00:39:27 +0530
  • 73647421fb testing.go: use COMMENTO_POSTGRES if set Adhityaa 2018-06-08 00:39:01 +0530
  • 3252c30dd9 comment_approve_test.go: include unapproved listing Adhityaa 2018-06-07 23:19:13 +0530
  • 1df933c3c0 config_test.go: use COMMENTO_ prefix Adhityaa 2018-06-07 23:17:23 +0530
  • 5a7cffb317 api: fix test since change in commenter API Adhityaa 2018-06-07 23:16:17 +0530
  • 8c4220dcd8 docker: add Dockerfile and docker-compose.yml Adhityaa 2018-06-07 14:37:04 +0530
  • 2e6297d494 frontend: remove 404 tos and privacy links Adhityaa 2018-06-07 14:36:51 +0530
  • e80617d41c config.go: use a COMMENTO_ prefix Adhityaa 2018-06-07 14:03:17 +0530
  • 7c75792622 README: add file Adhityaa 2018-06-07 13:42:29 +0530
  • a6c6598c4a frontend: add commento embed js and scss Adhityaa 2018-06-07 13:30:53 +0530
  • 8f2d7e58a5 devel.env: do not check in Adhityaa 2018-06-07 13:15:40 +0530
  • 2723053039 oauth_google_callback.go: use commenterGetByEmail Adhityaa 2018-06-07 13:14:19 +0530
  • a066062f8b oauth_google_callback.go: use error to detect auth Adhityaa 2018-06-07 13:13:02 +0530
  • 36f281ec44 commenter_get.go: add spaces around SQL WHERE Adhityaa 2018-06-07 13:11:26 +0530
  • d75c882882 api: replace commenterIsProviderUser Adhityaa 2018-06-07 13:11:02 +0530
  • 2f93726a04 comment_list.go: do not leak state if not mod Adhityaa 2018-06-07 13:10:15 +0530
  • 0f2a6a8ccc api: rename VoteDirection to Direction Adhityaa 2018-06-07 13:09:53 +0530
  • fcf21fd9db comment.go: include state in JSON response Adhityaa 2018-06-07 13:08:44 +0530
  • d85c136f1d comment_delete.go: fix isDomainModerator args Adhityaa 2018-06-07 13:05:52 +0530
  • 2a44e83989 comment_approve.go: fix isDomainModerator args Adhityaa 2018-06-07 12:59:39 +0530
  • 85a6d1ec95 oauth_google.go: fix env variable Adhityaa 2018-06-06 22:51:59 +0530
  • 16e3c926fe commenter_get.go: ret error on non-existant user Adhityaa 2018-06-06 22:21:31 +0530
  • d4f617a703 frontend: prefix cdn and origin with commento Adhityaa 2018-06-05 15:31:14 +0530
  • ee65be7bac frontend: add logout Adhityaa 2018-06-05 14:23:32 +0530
  • 98422b2dae dashboard.html: split name and buttons in navbar Adhityaa 2018-06-05 14:22:53 +0530
  • b8da3bd164 login.html: fix logo image src Adhityaa 2018-06-05 14:22:22 +0530
  • 53dbbebd07 dashboard: rephrase general settings Adhityaa 2018-06-05 14:01:29 +0530
  • 44e6d2bc8e Makefile: fix target typo Adhityaa 2018-06-04 13:52:06 +0530
  • 71f8653bd6 frontend: switch to node sass Adhityaa 2018-06-04 13:46:01 +0530
  • 9ee3f0166a templates: add confirm-hex and reset-hex Adhityaa 2018-06-04 12:45:47 +0530
  • a88dea879b frontend: check in html, css, js Adhityaa 2018-06-03 21:36:17 +0530
  • 5b7b97a4bf api: add statistics endpoint Adhityaa 2018-06-03 21:35:44 +0530
  • 13eca3c78a domain_delete: delete moderator data Adhityaa 2018-06-03 20:57:08 +0530
  • 79f39f8094 router_static.go: inject CDN_PREFIX in JS files Adhityaa 2018-06-03 20:48:29 +0530
  • 02f134932f domain_moderator_delete.go: fix fn param order Adhityaa 2018-06-03 20:47:55 +0530
  • 08783df363 config.go: Set CDN_PREFIX to ORIGIN if empty Adhityaa 2018-06-03 20:47:31 +0530
  • 4e24e875cf gitignore: add .sass-cache Adhityaa 2018-06-03 20:20:29 +0530
  • efb23778b8 router_static.go: set Content-Type header Adhityaa 2018-06-03 20:19:36 +0530
  • 7e9713b35e router_static.go: use a prefix variable Adhityaa 2018-06-03 20:18:30 +0530
  • dec05be7f8 domain_new: create domains with ownerHex Adhityaa 2018-06-03 20:14:11 +0530
  • c5b29bbfe1 router_static.go: inject origin instead of api Adhityaa 2018-06-03 17:27:42 +0530
  • 2d6ce008c6 owner_new: return whether to confirm email Adhityaa 2018-06-03 17:27:22 +0530
  • 31d965bf12 router_static.go: redirect / to login Adhityaa 2018-06-03 17:09:49 +0530
  • 11fdecb8cc .gitignore: permanently set in devel.env Adhityaa 2018-06-03 16:43:40 +0530
  • 7110b68258 devel.env: add file Adhityaa 2018-06-03 16:43:17 +0530
  • 45baee2eef autoserve: add script Adhityaa 2018-06-03 16:42:50 +0530
  • a565f34842 router_static.go: use a common path string Adhityaa 2018-06-03 16:42:37 +0530
  • 03f075e75a router_static.go: prefix JS with Origin Adhityaa 2018-06-03 16:42:01 +0530
  • 01d1b1dbdf templates: build into the templates directory Adhityaa 2018-06-03 16:40:06 +0530
  • c6222208cf db: build into the db directory Adhityaa 2018-06-03 14:04:56 +0530
  • e0f9679694 router_static.go: use different template delims Adhityaa 2018-06-03 14:03:45 +0530