Commit Graph

30 Commits

Author SHA1 Message Date
Adhityaa Chandrasekar
e46f9cf9e7 version.go, footer.html: display version
Closes https://gitlab.com/commento/commento/issues/122
2019-04-20 21:10:08 -04:00
Adhityaa Chandrasekar
685f3a3a58 router_static.go: add charset for html content 2019-02-20 11:07:29 -05:00
Adhityaa Chandrasekar
5df5b5f112 fonts: add source sans fonts 2019-02-18 17:34:43 -05:00
Adhityaa Chandrasekar
e1c94ecf15 api,frontend: add unsubscribe 2019-02-18 17:34:43 -05:00
Adhityaa Chandrasekar
8eb0bc147c router_static.go: go fmt 2018-12-28 12:14:15 -05:00
Adhityaa Chandrasekar
6d00a8e3aa frontend,api: refactor static router 2018-12-24 21:49:53 -05:00
Adhityaa Chandrasekar
06c71f4e65 frontend: use commento namespace, event handlers, UI 2018-12-20 00:50:00 -05:00
Adhityaa Chandrasekar
93595f3877 router_static.go: do multiple rounds of templating 2018-09-26 03:18:36 -04:00
Adhityaa Chandrasekar
f3119e28fd confirm-email.html: add file
Closes https://gitlab.com/commento/commento-ce/issues/66
2018-08-08 22:33:02 +05:30
Adhityaa Chandrasekar
6ed44db56b everywhere: allow subdir-ed origin setups
Closes https://gitlab.com/commento/commento-ce/issues/61
2018-08-08 12:42:59 +05:30
Adhityaa Chandrasekar
645fad6139 api: rename initStaticRouter 2018-07-24 12:16:34 +05:30
Adhityaa
781aeca6bb api, frontend: use triple square brackets for templating 2018-06-22 19:50:22 +05:30
Adhityaa
584698df94 everywhere: use common html to generate footer 2018-06-22 19:50:22 +05:30
Adhityaa
ef21599109 frontend: use camelCase instead of snake_case 2018-06-16 18:55:27 +05:30
Adhityaa
78384073b0 api: allow gzipped response 2018-06-11 15:02:14 +05:30
Adhityaa
8b0d198934 api: run go fmt 2018-06-10 23:13:42 +05:30
Adhityaa
a9b235ef0b frontend: add password reset functionality 2018-06-09 15:49:55 +05:30
Adhityaa
21175cb649 frontend: remove link to account 2018-06-09 14:22:32 +05:30
Adhityaa
432ffeebb3 api: add COMMENTO_STATIC environment variable
Closes https://gitlab.com/commento/commento-ce/issues/2
2018-06-09 14:11:31 +05:30
Adhityaa
d4f617a703 frontend: prefix cdn and origin with commento 2018-06-05 15:31:16 +05:30
Adhityaa
ee65be7bac frontend: add logout 2018-06-05 14:23:32 +05:30
Adhityaa
79f39f8094 router_static.go: inject CDN_PREFIX in JS files 2018-06-03 20:48:29 +05:30
Adhityaa
efb23778b8 router_static.go: set Content-Type header 2018-06-03 20:19:46 +05:30
Adhityaa
7e9713b35e router_static.go: use a prefix variable 2018-06-03 20:18:50 +05:30
Adhityaa
c5b29bbfe1 router_static.go: inject origin instead of api 2018-06-03 17:27:42 +05:30
Adhityaa
31d965bf12 router_static.go: redirect / to login 2018-06-03 17:09:49 +05:30
Adhityaa
a565f34842 router_static.go: use a common path string 2018-06-03 16:42:37 +05:30
Adhityaa
03f075e75a router_static.go: prefix JS with Origin 2018-06-03 16:42:05 +05:30
Adhityaa
e0f9679694 router_static.go: use different template delims
Vue.js uses the same template system {{variable}}, and that clashes
with Go's default delimiters for templates.
2018-06-03 14:03:47 +05:30
Adhityaa
a090770b73 api: Add go files
I know this is a huge commit, but I can't be bothered to check
this in part by part.
2018-05-27 23:40:46 +05:30