1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-30 11:06:37 -04:00
Commit Graph

11 Commits

Author SHA1 Message Date
299649cea2 api,db: add page attributes and thread locking 2018-09-23 00:26:37 -04:00
9fb33fbd9d api: add option to forbid new owner registrations
Closes https://gitlab.com/commento/commento-ce/issues/10
2018-07-24 15:53:41 +05:30
bb24f62b9c config_file.go: return error if config is invalid 2018-06-21 21:03:35 +05:30
ef0f45527a everywhere: use different session cookie names
If the user is hosting the dashboard in the same domain as
their blog (with a nginx suburi, for example), the two session
cookies clash; logging into one service logs you out of the other.
With this patch, both have separate names.

Fixes https://gitlab.com/commento/commento-ce/issues/49
2018-06-20 08:59:55 +05:30
e93733510b api: don't auto-upvote new comments 2018-06-14 16:33:40 +05:30
57e5bc7abc api: add disqus endpoint 2018-06-14 16:33:40 +05:30
78384073b0 api: allow gzipped response 2018-06-11 15:02:14 +05:30
8983efabe2 errors.go: remove irrelevant errors 2018-06-09 14:22:32 +05:30
432ffeebb3 api: add COMMENTO_STATIC environment variable
Closes https://gitlab.com/commento/commento-ce/issues/2
2018-06-09 14:11:31 +05:30
16e3c926fe commenter_get.go: ret error on non-existant user 2018-06-06 22:51:36 +05:30
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