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

5 Commits

Author SHA1 Message Date
89a81ece19 logout.js: delete cookie instead of empty write
Closes https://gitlab.com/commento/commento-ce/issues/73
2018-08-12 23:37:45 +05:30
6ed44db56b everywhere: allow subdir-ed origin setups
Closes https://gitlab.com/commento/commento-ce/issues/61
2018-08-08 12:42:59 +05:30
9b021d47e4 frontend: prefix ownerToken with commento 2018-06-20 09:07:18 +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
ee65be7bac frontend: add logout 2018-06-05 14:23:32 +05:30