aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Make branches list page operations remember current page (#23420) (#23459)Giteabot2023-03-151-10/+7
* Redirect to the commit page after applying patch (#23056) & Fix commit name i...zeripath2023-03-151-3/+7
* Fix cannot reopen after pushing commits to a closed PR (#23189) (#23322)sillyguodong2023-03-062-6/+13
* Use beforeCommit instead of baseCommit (#22949) (#22996)Kyle D2023-02-211-6/+5
* Add force_merge to merge request and fix checking mergable (#23010) (#23032)Jason Song2023-02-211-4/+12
* Provide the ability to set password hash algorithm parameters (#22942) (#22943)zeripath2023-02-194-4/+4
* fix incorrect role labels for migrated issues and comments (#22914) (#22923)Yarden Shoham2023-02-161-4/+8
* Improve trace logging for pulls and processes (#22633) (#22812)zeripath2023-02-131-28/+23
* Fix wrong hint when deleting a branch successfully from pull request UI (#226...Yarden Shoham2023-02-011-1/+1
* Fix invalid issue branch reference if not specified in template (#22513) (#22...John Olheiser2023-01-191-1/+2
* Set disable_gravatar/enable_federated_avatar when offline mode is true (#2247...Jason Song2023-01-181-0/+27
* Fix leaving organization bug on user settings -> orgs (#21983) (#22438)zeripath2023-01-161-2/+9
* Prepend refs/heads/ to issue template refs (#20461) (#22427)zeripath2023-01-131-0/+4
* fix: code search title translation (#22285) (#22316)John Olheiser2023-01-031-1/+1
* Fix key signature error page (#22229) (#22230)Gusted2022-12-301-3/+9
* Use complete SHA to create and query commit status (#22244) (#22257)Jason Song2022-12-281-1/+1
* Ensure that plain files are rendered correctly even when containing ambiguous...zeripath2022-12-191-16/+4
* Fix sorting admin user list by last login (#22081) (#22107)aceArt-GmbH2022-12-131-0/+4
* Fix permission check on issue/pull lock (#22113)Lunny Xiao2022-12-121-3/+2
* Multiple improvements for comment edit diff (#21990) (#22007)silverwind2022-12-021-4/+9
* 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) (#21929)KN4CK3R2022-11-252-2/+8
* Fix setting HTTP headers after write (#21833) (#21877)KN4CK3R2022-11-222-3/+4
* Set last login when activating account (#21731) (#21755)Jason Song2022-11-111-0/+7
* Revert unrelated changes for SMTP auth (#21767) (#21768)wxiaoguang2022-11-101-1/+1
* Fix dashboard ignored system setting cache (#21621) (#21759)Lunny Xiao2022-11-101-2/+5
* 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