]> source.dussan.org Git - gitea.git/commit
Add RSS/Atom feed support for user actions (#16002)
author6543 <6543@obermui.de>
Sat, 16 Oct 2021 14:21:16 +0000 (16:21 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Oct 2021 14:21:16 +0000 (16:21 +0200)
commit3728f1daa08e4c228db212844612555e9e2904df
treea47302aa3106ee33643ebcdaa4b2c5fe52349596
parent8edda8b446200545b36432b57d00cd1972a5cb7e
Add RSS/Atom feed support for user actions (#16002)

Return rss/atom feed for user based on rss url suffix or Content-Type header.
22 files changed:
go.mod
go.sum
modules/context/context.go
options/locale/locale_en-US.ini
routers/web/feed/convert.go [new file with mode: 0644]
routers/web/feed/profile.go [new file with mode: 0644]
routers/web/user/home.go
routers/web/user/profile.go
vendor/github.com/gorilla/feeds/.travis.yml [new file with mode: 0644]
vendor/github.com/gorilla/feeds/AUTHORS [new file with mode: 0644]
vendor/github.com/gorilla/feeds/LICENSE [new file with mode: 0644]
vendor/github.com/gorilla/feeds/README.md [new file with mode: 0644]
vendor/github.com/gorilla/feeds/atom.go [new file with mode: 0644]
vendor/github.com/gorilla/feeds/doc.go [new file with mode: 0644]
vendor/github.com/gorilla/feeds/feed.go [new file with mode: 0644]
vendor/github.com/gorilla/feeds/json.go [new file with mode: 0644]
vendor/github.com/gorilla/feeds/rss.go [new file with mode: 0644]
vendor/github.com/gorilla/feeds/test.atom [new file with mode: 0644]
vendor/github.com/gorilla/feeds/test.rss [new file with mode: 0644]
vendor/github.com/gorilla/feeds/to-implement.md [new file with mode: 0644]
vendor/github.com/gorilla/feeds/uuid.go [new file with mode: 0644]
vendor/modules.txt