aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Improve job commit description (#30579) (#30709)release/v1.22-legacyGiteabot2024-04-261-12/+14
* Fix a panic bug when head repository deleting (#30674) (#30676)Giteabot2024-04-251-13/+13
* Use maintained gziphandler (#30592) (#30637)Lunny Xiao2024-04-231-4/+6
* Fix HEAD method for robots.txt (#30603) (#30605)Giteabot2024-04-191-1/+1
* Fix branch_protection api shows users/teams who has no readAccess (#30291) (#...Giteabot2024-04-171-4/+4
* Fix empty field `login_name` in API response JSON when creating user (#30511)...Giteabot2024-04-161-3/+3
* Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#3045...Giteabot2024-04-141-2/+0
* Fix network error when open/close organization/individual projects and redire...Giteabot2024-04-132-11/+6
* Fix rename branch 500 when the target branch is deleted but exist in database...Giteabot2024-04-121-1/+7
* Check the token's owner and repository when registering a runner (#30406) (#3...Giteabot2024-04-111-0/+14
* Performance optimization for git push (#30104) (#30348)Giteabot2024-04-091-41/+44
* Fix missed doer (#30231) (#30343)Giteabot2024-04-096-21/+21
* Avoid showing `Failed to change the default wiki branch` if repo has no wiki ...Giteabot2024-04-081-0/+6
* Clean up log messages (#30313) (#30318)Giteabot2024-04-077-17/+10
* Refactor startup deprecation messages (#30305) (#30312)Giteabot2024-04-072-10/+10
* Render embedded code preview by permlink in markdown (#30234) (#30249)Giteabot2024-04-032-2/+2
* Remove scheduled action tasks if the repo is archived (#30224) (#30230)Giteabot2024-04-012-0/+22
* Refactor file view & render (#30227) (#30229)Giteabot2024-04-013-15/+24
* Do not allow different storage configurations to point to the same directory ...Giteabot2024-03-311-0/+8
* Refactor topic Find functions and add more tests for pagination (#30127) (#30...Giteabot2024-03-293-5/+6
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-283-6/+19
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-273-132/+30
* Relax generic package filename restrictions (#30135)wxiaoguang2024-03-272-5/+89
* Refactor render (#30136)wxiaoguang2024-03-271-8/+7
* Put an edit file button on pull request files to allow a quick operation (#29...Lunny Xiao2024-03-273-2/+40
* Remove repetitive words (#30091)crazeteam2024-03-262-2/+2
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-243-4/+4
* Support repo code search without setting up an indexer (#29998)wxiaoguang2024-03-241-21/+46
* Various code view improvements (#30014)silverwind2024-03-241-1/+1
* Escape paths for find file correctly (#30026)wxiaoguang2024-03-231-2/+3
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-228-30/+16
* Fix some pending problems (#29985)wxiaoguang2024-03-222-5/+4
* Fix bugs in rerunning jobs (#29955)Zettat1232024-03-222-6/+30
* Refactor external URL detection (#29973)wxiaoguang2024-03-224-59/+3
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-214-11/+11
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-213-13/+14
* Refactor URL detection (#29960)wxiaoguang2024-03-216-8/+8
* Restore deleted branches when syncing (#29898)Jason Song2024-03-201-3/+5
* Fix milestoneID filter bug in issue list (#29897)Zettat1232024-03-191-3/+3
* Fix template error when comment review doesn't exist (#29888)wxiaoguang2024-03-191-0/+17
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-191-0/+4
* Only do counting when count_only=true for repo dashboard (#29884)wxiaoguang2024-03-181-10/+15
* Editor error message misleading due to re-used key. (#29859)buckybytes2024-03-181-2/+2
* Fix missing code in the user profile (#29865)Nanguan Lin2024-03-171-0/+14
* Upgrade Go 1.22 and upgrade dependency (#29869)wxiaoguang2024-03-174-10/+6
* Fix PR creation via api between branches of same repo with head field namespa...norohind2024-03-171-0/+2
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-1616-45/+46
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-163-4/+33
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-1616-45/+45
* Unify search boxes (#29530)Denys Konovalov2024-03-144-11/+8