Adhityaa Chandrasekar
0e5bcb8a79
commento.js: fix edit failure after new comment
...
Since the comment's data is not in commentsMap, the edit dialog does not
present the user with any text to edit.
2019-10-06 17:00:39 -07:00
Adhityaa Chandrasekar
b2b8d1b5d0
commento.js: hide deleted if children are deleted
...
This also adds a data-hide-deleted data tag that allows you to hide
deleted comments even if they have undeleted children.
2019-10-06 16:55:09 -07:00
Adhityaa Chandrasekar
c2bda4abc6
commento.js: confirm before deleting
2019-09-13 18:17:40 -07:00
Adhityaa Chandrasekar
ee7875cc1e
commento.js: don't recursively delete comments
2019-09-13 18:13:38 -07:00
Adhityaa Chandrasekar
3ef4a79547
commento.js: use value instead of innerText for textarea
2019-09-13 17:26:53 -07:00
Adhityaa Chandrasekar
a9a1dc6376
frontend: migrate to gulp 4
2019-09-13 17:14:43 -07:00
Adhityaa Chandrasekar
b682fd14fa
commenter_update.go: run go fmt
2019-09-13 16:15:00 -07:00
Adhityaa Chandrasekar
b278522e35
commento.js: preserve whitespace in edits
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
696361df4a
reset.js: remove self.close call
2019-07-25 18:25:08 -07:00
Enrico Testori
4a8e90bd43
db: decrease comment count when a comment is deleted
...
Update commentsDeleteTriggerFunction in order to decrease the
counter before deleting nested comments.
Closes https://gitlab.com/commento/commento/issues/157
2019-07-25 18:25:08 -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
pawurb
ff04981cf5
count.js: allow customizing no comments text
...
Optional 'data-hide-no-comments-count' allows to hide comments count
when there are no comments.
2019-06-23 23:06:29 +02:00
Adhityaa Chandrasekar
f37e26bfc2
.gitlab-ci.yml: use go 1.12
2019-06-06 01:56:28 -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
36fea6e95b
commento.js: make login box more intuitive
2019-06-05 22:15:12 -07:00
Adhityaa Chandrasekar
cc00387136
commento.js: preserve login button on failed oauth logins
2019-06-05 21:58:48 -07:00
Adhityaa Chandrasekar
cd8a2bbf99
Dockerfile: use minor point release containers
2019-06-05 21:43:13 -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
b816c09802
commento-options.scss: optimise remove SVG slightly
2019-05-15 09:41:48 -07:00
Adhityaa Chandrasekar
8dbeecf71e
commento.js: reset selfHex and state when logging out
2019-05-15 09:13:56 -07:00
Adhityaa Chandrasekar
5faa727ef8
api: add option to delete own comments
2019-05-15 09:13:39 -07:00
Adhityaa Chandrasekar
5228ff671a
README.md: overhaul
2019-05-03 20:04:00 -04:00
Adhityaa Chandrasekar
038b6780d2
commento-common.scss: preserve newline in code blocks
...
Closes https://gitlab.com/commento/commento/issues/164
2019-05-03 19:50:27 -04:00
Adhityaa Chandrasekar
0a793b90cc
common-main.scss: do not apply colours to input
2019-05-03 19:45:44 -04:00
Adhityaa Chandrasekar
ab312bfe20
commento.scss: have root-font take precedence
2019-05-03 19:38:23 -04:00
Adhityaa Chandrasekar
504d1bf866
release: v1.7.0
2019-05-01 20:39:49 -04:00
Adhityaa Chandrasekar
a4387b62ec
common-main.scss: style all elements with Source Sans
2019-05-01 20:39:49 -04:00
Adhityaa Chandrasekar
1cce90dcf2
commento-login.scss: remove faux shadow from login box
2019-05-01 20:39:49 -04:00
Adhityaa Chandrasekar
8820dcd59e
commento.js: remove debug console.log
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
b67d2ba58c
commento.js: run nameWidthFix after elements are visible
2019-05-01 18:32:39 -04:00
Adhityaa Chandrasekar
5b6d31ce31
frontend: add option to not use Source Sans Pro
...
Closes https://gitlab.com/commento/commento/issues/136
2019-05-01 18:32:07 -04:00
Adhityaa Chandrasekar
409af7f205
autoserve: add option to serve prod
2019-05-01 18:17:57 -04:00
Adhityaa Chandrasekar
060520bd7f
commento-common.scss: make buttons width unspecified
2019-05-01 18:17:49 -04:00
Adhityaa Chandrasekar
e396e043c6
source-sans.scss: use font-swapping
2019-05-01 17:52:02 -04:00
Adhityaa Chandrasekar
4a189fc698
frontend: add light font, remove external fonts
...
Partially closes https://gitlab.com/commento/commento/issues/136
2019-05-01 17:51:24 -04:00
Adhityaa Chandrasekar
cac1cfa84a
main.go: add cron to auto cleanup SSO tokens
2019-04-20 23:39:09 -04:00