aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix bug of review request number (#27406)Lunny Xiao2023-10-031-1/+8
* Allow get release download files and lfs files with oauth2 token format (#264...Giteabot2023-10-012-0/+27
* Add logs for data broken of comment review (#27326) (#27344)Giteabot2023-09-291-27/+9
* Quote table `release` in sql queries (#27205) (#27219)KN4CK3R2023-09-241-5/+5
* Fix context cache bug & enable context cache for dashabord commits' authors(#...Lunny Xiao2023-09-134-38/+40
* Fix wrong review requested number (#26784) (#26880)Giteabot2023-09-031-6/+15
* Fix verifyCommits error when push a new branch (#26664) (#26810)Giteabot2023-08-313-4/+34
* check blocklist for emails when adding them to account (#26812) (#26831)Giteabot2023-08-311-1/+12
* Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) (#26618)Giteabot2023-08-212-2/+23
* Fix project filter bugs (#26490) (#26558)CaiCandong2023-08-192-10/+14
* Fix NuGet search endpoints (#25613) (#26499)KN4CK3R2023-08-163-5/+91
* Add transaction when creating pull request created dirty data (#26259) (#26437)Lunny Xiao2023-08-113-13/+12
* Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...Giteabot2023-08-072-8/+58
* Fix API leaking Usermail if not logged in (#25097) (#26350)wxiaoguang2023-08-061-1/+6
* Fix log typo in task.go (#26337) (#26343)Giteabot2023-08-051-1/+1
* Fix bug with sqlite load read (#26305) (#26339)Giteabot2023-08-054-10/+25
* Fix the topic validation rule and suport dots (#26286) (#26303)Giteabot2023-08-042-1/+3
* Fix pull request check list is limited (#26179) (#26245)Giteabot2023-07-311-3/+3
* Fix access check for org-level project (#26182) (#26223)Giteabot2023-07-291-0/+6
* Prevent primary key update on migration (#26192) (#26199)Giteabot2023-07-281-1/+1
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-275-154/+189
* Fix bugs in LFS meta garbage collection (#26122) (#26157)Giteabot2023-07-261-5/+4
* Update xorm version (#26128) (#26150)Lunny Xiao2023-07-261-1/+4
* Remove "misc" scope check from public API endpoints (#26134) (#26149)Giteabot2023-07-261-1/+1
* Fix wrong workflow status when rerun a job in an already finished workflow (#...Giteabot2023-07-251-1/+1
* Fix empty project displayed in issue sidebar (#25802) (#25854)Giteabot2023-07-123-7/+51
* Fix incorrect oldest sort in project list (#25806) (#25835)Giteabot2023-07-123-13/+62
* For API attachments, use API URL (#25639) (#25814)Giteabot2023-07-101-7/+0
* Avoid amending the Rebase and Fast-forward merge if there is no message templ...Giteabot2023-07-101-1/+1
* Revert package access change from #23879 (#25707) (#25785)Giteabot2023-07-095-1/+150
* Remove unused code (#25734) (#25788)Giteabot2023-07-092-57/+0
* Test if container blob is accessible before mounting (#22759) (#25784)Giteabot2023-07-091-0/+46
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-0434-121/+121
* Add unit test for repository collaboration (#25640) (#25658)Giteabot2023-07-041-0/+88
* Fix bug of branches API with tests(#25578) (#25579)Lunny Xiao2023-07-032-1/+50
* Fix bug when change user name (#25637) (#25646)Giteabot2023-07-031-0/+4
* Fix content holes in Actions task logs file (#25560) (#25566)Giteabot2023-06-284-0/+69
* Improve loadprojects for issue list (#25468) (#25493)Giteabot2023-06-263-23/+24
* Fix wrong warn messages in migration steps (#25475) (#25487)Giteabot2023-06-241-1/+4
* Make "dismiss" content shown correctly (#25461) (#25465)Giteabot2023-06-231-1/+1
* Refactor path & config system (#25330) (#25416)wxiaoguang2023-06-222-7/+9
* Show outdated comments in files changed tab (#24936) (#25428)sebastian-sauer2023-06-224-11/+15
* Fix index generation parallelly failure (#25235) (#25269)Giteabot2023-06-152-0/+63
* Fix all possible setting error related storages and added some tests (#23911)...Giteabot2023-06-143-6/+6
* Hide limited users if viewed by anonymous ghost (#25214) (#25220)Giteabot2023-06-131-0/+4
* Remove stars when repo goes private (#19904)Wim2023-06-052-0/+32
* Fix parallelly generating index failure with Mysql (#24567)Lunny Xiao2023-06-052-7/+50
* Use RepositoryList instead of []*Repository (#25074)Lunny Xiao2023-06-055-9/+9
* Add ability to set multiple redirect URIs in OAuth application UI (#25072)Denys Konovalov2023-06-051-8/+0
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-047-187/+762