aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Prevent loop if there is an error in GetNotificationCount (#19799)zeripath2022-05-251-1/+5
* Prevent NPE when cache service is disabled (#19703)zeripath2022-05-213-15/+25
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2079-263/+266
* Move org functions (#19753)Lunny Xiao2022-05-201-1/+1
* Update base.go (#19739)Guo Y.K2022-05-191-1/+1
* ContainerRegistry - removed Basic Auth header (#19735)KN4CK3R2022-05-171-1/+0
* Fix issue overview for teams (#19652)Gusted2022-05-161-16/+4
* Fix nodeinfo caching and prevent NPE if cache non-existent (#19721)zeripath2022-05-161-7/+11
* Update go-chi/cache to utilize Ping() (#19719)65432022-05-151-1/+1
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-133-67/+44
* Fix oauth setting list bug (#19682)Lunny Xiao2022-05-111-1/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-1125-57/+74
* Update go tool dependencies (#19676)silverwind2022-05-102-3/+4
* Fix new release from tags list UI (#19670)Lunny Xiao2022-05-101-1/+3
* Add Webfinger endpoint (#19462)KN4CK3R2022-05-092-2/+121
* Set the LastModified header for raw files (#18356)zeripath2022-05-094-27/+96
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-1/+1
* Admin should not delete himself (#19423)Lunny Xiao2022-05-082-0/+15
* Move some helper files out of models (#19355)Lunny Xiao2022-05-084-14/+19
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-0/+9
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-084-5/+8
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-083-22/+57
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-073-12/+72
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-084-1/+102
* Hide private repositories in packages (#19584)KN4CK3R2022-05-073-2/+43
* Improve reviewing PR UX (#19612)Gusted2022-05-071-1/+17
* Skip duplicated layers. (#19624)KN4CK3R2022-05-051-0/+4
* Call MultipartForm.RemoveAll when request finishes (#19606)wxiaoguang2022-05-052-0/+4
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-0510-21/+0
* Add health check endpoint (#18465)ttys32022-05-044-1/+148
* Use correct context in `routers/web` (#19597)Gusted2022-05-031-3/+3
* Use for a repo action one database transaction (#19576)65432022-05-034-43/+33
* Fix sending empty notifications (#19589)Gusted2022-05-021-1/+1
* Handle the error of a missing blob object fix #19530 (#19552)99rgosse2022-05-021-2/+11
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-024-4/+0
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-022-5/+39
* add smtp password to install page (#17564)Vladimir Smagin2022-05-021-0/+1
* Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage...65432022-05-021-1/+1
* Add API to check if team has repo access (#19540)qwerty2872022-05-012-1/+51
* Simplify loops to copy (#19569)Gusted2022-05-011-3/+1
* Use middleware to open gitRepo (#19559)65432022-04-302-7/+3
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-297-39/+52
* Add API to query collaborators permission for a repository (#18761)Florin Hillebrand2022-04-293-3/+68
* Don't error when branch's commit doesn't exist (#19547)Gusted2022-04-291-2/+8
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-2810-32/+95
* Better describe what `/repos/{owner}/{repo}/raw/{filepath}` returns on 200 (#...Gusted2022-04-281-1/+1
* more context for models (#19511)65432022-04-2815-54/+56
* Update image URL for Discord webhook (#19536)John Olheiser2022-04-271-1/+0
* When view _Siderbar or _Footer, just display once (#19501)Lunny Xiao2022-04-261-26/+47
* Add commit status popup to issuelist (#19375)parnic2022-04-262-5/+7