aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/feed
Commit message (Expand)AuthorAgeFilesLines
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-74/+74
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-1/+1
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-081-1/+7
* Add ability to specify '--not' from GetAllCommits (#24409)Matthew Walowski2023-04-291-1/+1
* Improve RSS (#24335)wxiaoguang2023-04-253-10/+6
* Add RSS Feeds for branches and files (#22719)jladbrook2023-04-253-0/+128
* User/Org Feed render description as per web (#23887)65432023-04-041-1/+15
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-242-2/+2
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-1/+1
* Add Feed for Releases and Tags (#21696)Reo2022-12-212-0/+94
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-273-6/+3
* Fix setting HTTP headers after write (#21833)KN4CK3R2022-11-181-2/+0
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-1/+7
* Make rss/atom identifier globally unique (#21550)Yarden Shoham2022-10-281-1/+1
* Show private data in feeds (#21369)KN4CK3R2022-10-071-1/+3
* Use absolute links in feeds (#21229)KN4CK3R2022-09-211-31/+31
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-253-44/+44
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-8/+17
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-222-2/+2
* RSS/Atom support for Repos (#19055)65432022-03-133-43/+64
* Feeds: render markdown to html (#19058)Norwin2022-03-121-2/+23
* RSS/Atom support for Orgs (#17714)65432022-03-101-21/+24
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-30/+104
* Fix mispelling of starred as stared (#17465)zeripath2021-10-281-1/+1
* Add RSS/Atom feed support for user actions (#16002)65432021-10-162-0/+252