Adhityaa Chandrasekar
3101af8a5c
utils_sanitise.go: strip protocol before trailer
...
Fixes https://gitlab.com/commento/commento/issues/176
2019-11-21 01:15:08 -08:00
Adhityaa Chandrasekar
162b11bd7a
api: do not batch email notifications
...
Closes https://gitlab.com/commento/commento/issues/234
2019-10-25 01:10:44 -07:00
Adhityaa Chandrasekar
ee7875cc1e
commento.js: don't recursively delete comments
2019-09-13 18:13:38 -07:00
Adhityaa Chandrasekar
b682fd14fa
commenter_update.go: run go fmt
2019-09-13 16:15:00 -07:00
Adhityaa Chandrasekar
982a574512
email_notification_new.go: do not return on pageTitleUpdate errors
2019-09-13 16:15:00 -07:00
Adhityaa Chandrasekar
52f8df5183
config.go: parse config file before default
...
Closes https://gitlab.com/commento/commento/issues/187
2019-09-13 16:14:59 -07:00
Adhityaa Chandrasekar
9538c9036e
api: update commenter information on new login
2019-08-21 21:05:17 -07:00
Adhityaa Chandrasekar
62340eb9c6
comment_new.go: create page before inserting comment
...
Fixes https://gitlab.com/commento/commento/issues/173
2019-07-25 18:25:08 -07:00
Adhityaa Chandrasekar
73234832b6
api: vendor deps before tests
2019-06-06 01:44:17 -07:00
Adhityaa Chandrasekar
85456a019e
api,frontend: add commenter password resets
2019-06-06 01:33:31 -07:00
Adhityaa Chandrasekar
bdda465f33
api: use go mod
2019-06-05 21:43:12 -07:00
WGH
6e22d10b02
api/Makefile: remove -i flag to fix cross-compilation
...
When -i (install) flag is passed to `go build`, it attempts
to install dependencies of the target.
This will usually fail during cross-compilation due to GOROOT being
not writeable to non-root users:
runtime/internal/sys
go build runtime/internal/sys: mkdir /usr/lib/go/pkg/linux_arm: permission denied
Installing dependencies makes no sense in recent Go versions,
because compilation is cached anyway (see `go help cache`).
2019-06-05 20:45:03 -07:00
Adhityaa Chandrasekar
48bbceabc8
comment_get.go: run go fmt
2019-05-15 11:46:11 -07:00
Adhityaa Chandrasekar
cc1dfee017
api, frontend: add comment editing
2019-05-15 10:46:51 -07:00
Adhityaa Chandrasekar
ce19cb8842
comment_list.go: do not include markdown in most responses
2019-05-15 10:45:01 -07:00
Adhityaa Chandrasekar
5faa727ef8
api: add option to delete own comments
2019-05-15 09:13:39 -07:00
Adhityaa Chandrasekar
504d1bf866
release: v1.7.0
2019-05-01 20:39:49 -04:00
Adhityaa Chandrasekar
638f7ba197
comment.go: omit state if empty
2019-05-01 20:39:49 -04:00
Adhityaa Chandrasekar
e1effd2a45
comment_list.go: check for moderator status conditionally
2019-05-01 20:39:49 -04:00
Adhityaa Chandrasekar
a9c48a8394
domain_new.go: reject domains with /
2019-05-01 20:39:48 -04:00
Adhityaa Chandrasekar
feeda79923
comment_list.go: refactor SQL statements
2019-05-01 18:45:14 -04:00
Adhityaa Chandrasekar
9d4ed4ca9f
sigint.go: close DB connection before exit
...
Closes https://gitlab.com/commento/commento/issues/88
2019-05-01 18:39:40 -04:00
Adhityaa Chandrasekar
0b37b33530
smtp_configure.go: allow empty username/password
...
Closes https://gitlab.com/commento/commento/issues/126
2019-05-01 18:34:37 -04:00
Adhityaa Chandrasekar
cac1cfa84a
main.go: add cron to auto cleanup SSO tokens
2019-04-20 23:39:09 -04:00
Adhityaa Chandrasekar
6317b384d9
sso: expire tokens after usage
2019-04-20 23:39:08 -04:00
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
1d1cd46c2b
frontend, api, db: add single sign-on
...
Closes https://gitlab.com/commento/commento/issues/90
2019-04-20 21:10:07 -04:00
Adhityaa Chandrasekar
a455ff54bc
frontend, api: allow disabling login methods individually
2019-04-19 19:03:34 -04:00
Adhityaa Chandrasekar
9607c15c2b
frontend, api: add ability to clear comments
2019-04-13 21:02:40 -04:00
Adhityaa Chandrasekar
5f1d46c7b2
comment_count_test.go: use array of strings
2019-03-10 09:23:34 -04:00
Adhityaa Chandrasekar
a2c8a73d3e
utils_html.go: return empty string if title is empty
2019-03-10 09:23:24 -04:00
Adhityaa Chandrasekar
15b1640f89
count.js: add comment count display JS
2019-03-02 15:14:42 -05:00
Adhityaa Chandrasekar
b9bf9e360a
oauth.go: re-arrange oauth providers
2019-02-23 11:23:41 -05:00
Adhityaa Chandrasekar
789a58bd7a
api, frontend: add moderator tag to mods in comments
2019-02-22 22:57:35 -05:00
Adhityaa Chandrasekar
c30da607cb
oauth_twitter_callback.go: add better error handling
2019-02-22 22:27:53 -05:00
Adhityaa Chandrasekar
d4b466b04f
api: mirror user photos for better privacy
2019-02-22 22:23:27 -05:00
Adhityaa Chandrasekar
95093326e0
oauth_github_callback.go: add better error handling
2019-02-22 22:23:27 -05:00
Adhityaa Chandrasekar
3e5c1c2656
oauth: add gitlab
2019-02-22 22:23:27 -05:00
Adhityaa Chandrasekar
c07f3e8b9f
oauth: add twitter
2019-02-22 22:23:26 -05:00
Adhityaa Chandrasekar
685f3a3a58
router_static.go: add charset for html content
2019-02-20 11:07:29 -05:00
Adhityaa Chandrasekar
e0f188909f
release: v1.6.2
2019-02-19 00:12:28 -05:00
Adhityaa Chandrasekar
0b78e9e70c
owner_reset_password.go: use ownerHex in SELECT
2019-02-19 00:11:26 -05:00
Adhityaa Chandrasekar
ca797cd165
release: v1.6.1
2019-02-18 18:36:17 -05:00
Adhityaa Chandrasekar
b21c630208
release: v1.6.0
2019-02-18 17:40:22 -05:00
Adhityaa Chandrasekar
ef68dadcd7
email_moderate.go: include email in error message
2019-02-18 17:40:22 -05:00
Adhityaa Chandrasekar
8a7348ed6a
email.go: run go fmt
2019-02-18 17:38:58 -05:00
Adhityaa Chandrasekar
5df5b5f112
fonts: add source sans fonts
2019-02-18 17:34:43 -05:00
Adhityaa Chandrasekar
c9677385f8
commenter_self.go: include email details
2019-02-18 17:34:43 -05:00
Adhityaa Chandrasekar
63c4da0b8d
api: add email moderation
2019-02-18 17:34:43 -05:00
Adhityaa Chandrasekar
e1c94ecf15
api,frontend: add unsubscribe
2019-02-18 17:34:43 -05:00