summaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Prevent NPE if trying to restore an already restored deleted branch (#21940)zeripath2022-11-251-0/+4
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-242-2/+8
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-223-115/+25
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-0/+4
* Improvements for Content Copy (#21842)silverwind2022-11-211-1/+8
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-212-8/+20
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-204-6/+435
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-192-2/+14
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1917-185/+185
* Fix setting HTTP headers after write (#21833)KN4CK3R2022-11-182-3/+4
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-151-1/+1
* Copy citation file content, in APA and BibTex format, on repo home page (#19999)Nolann2022-11-111-0/+45
* Add configuration for CORS allowed headers (#21747)Drew Noel2022-11-111-0/+1
* Revert unrelated changes for SMTP auth (#21767)wxiaoguang2022-11-101-1/+1
* Extract updateSession function to reduce repetition (#21735)Jason Song2022-11-104-135/+80
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-101-2/+5
* Set last login when activating account (#21731)Jason Song2022-11-091-0/+7
* Remove template previewer (#21701)Gusted2022-11-062-34/+0
* Add Webhook authorization header (#20926)oliverpool2022-11-031-1/+11
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-032-2/+8
* Allow disable sitemap (#21617)Xinyu Zhou2022-10-281-3/+10
* Make rss/atom identifier globally unique (#21550)Yarden Shoham2022-10-281-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-248-19/+19
* Record OAuth client type at registration (#21316)M Hickford2022-10-242-8/+23
* adapt README_{Country}.md stype name in localizedExtensions (#21486)a10121127962022-10-242-5/+5
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-236-8/+8
* Require authentication for OAuth token refresh (#21421)M Hickford2022-10-231-0/+29
* Allow package version sorting (#21453)KN4CK3R2022-10-231-1/+6
* Remove deleted repos from searchresult (#21512)Raymond2022-10-221-0/+12
* Added check for disabled Packages (#21540)rock2dust2022-10-221-0/+1
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-3/+3
* move invite by mail to services package (#21513)65432022-10-201-6/+1
* Suppress `ExternalLoginUserNotExist` error (#21504)KN4CK3R2022-10-192-2/+8
* Add team member invite by email (#20307)KN4CK3R2022-10-192-23/+147
* Add some api integration tests (#18872)KN4CK3R2022-10-181-1/+1
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-175-178/+231
* Return 404 when user is not found on avatar (#21476)Gusted2022-10-161-0/+4
* Display total commit count in hook message (#21400)KN4CK3R2022-10-171-9/+10
* [refactor] Use const for wiki DefaultBranch (#21466)65432022-10-151-4/+4
* Fix #21406: Hide repo information from file view/blame mode (#21420)Neel2022-10-131-0/+2
* Respect user's locale when rendering the date range in the repo activity page...Yarden Shoham2022-10-131-2/+2
* Support instance-wide OAuth2 applications (#21335)qwerty2872022-10-123-5/+122
* Add generic set type (#21408)KN4CK3R2022-10-123-16/+16
* Use Name instead of DisplayName in LFS Lock (#21415)KN4CK3R2022-10-111-1/+1
* Use ISO date format instead of hard-coded English date format for date range ...Yarden Shoham2022-10-111-2/+2
* Add user/organization code search (#19977)Lauris BH2022-10-116-66/+201
* Allow creation of OAuth2 applications for orgs (#18084)qwerty2872022-10-094-114/+283
* Show private data in feeds (#21369)KN4CK3R2022-10-071-1/+3
* Refactor parseTreeEntries, speed up tree list (#21368)wxiaoguang2022-10-081-2/+2
* Parse OAuth Authorization header when request omits client secret (#21351)M Hickford2022-10-071-2/+21