summaryrefslogtreecommitdiff
path: root/docs/changelog-next.rst
AgeCommit message (Collapse)Author
2017-03-06[pkg] write changelog for 0.9.30.9.3Kali Kaneko
2017-02-16[docs] add crypto preamble to changelogKali Kaneko
2017-02-15[feature] authenticate as anonymous if no token in headerKali Kaneko
and serve / banner and robots to anon users. instead of returning 401 for all cases, I treat the unauthenticated case as a special case, and switch the service tree apart. this allows to serve a different resource tree to unauthenticated users. the new URLs are registered with the mapper. I don't really like that dependency, could be handled by twisted alone, but meh. - Resolves: #8764
2017-02-09[docs] add changelog-next fileKali Kaneko