summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Remove trust model selection from repository creation on web page because it ...Lunny Xiao2024-01-161-1/+1
* Show latest commit for file (#28067)JakobDev2024-01-151-23/+41
* Add ability to see open and closed issues at the same time (#28757)Gwyneth Morgan2024-01-151-10/+26
* Rework markup link rendering (#26745)KN4CK3R2024-01-158-82/+130
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-0/+1
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-153-4/+11
* Modernize merge button (#28140)Earl Warren2024-01-151-24/+21
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-122-19/+9
* Fix issue dependencies (#27736)Nanguan Lin2024-01-121-27/+23
* Assign pull request to project during creation (#28227)Denys Konovalov2024-01-122-1/+13
* Refactor deletion (#28610)delvh2023-12-251-1/+1
* Added instance-level variables (#28115)Jean-Baptiste Gomond2023-12-251-3/+18
* Fix `status_check_contexts` matching bug (#28582)Zettat1232023-12-221-1/+9
* Use information from previous blame parts (#28572)KN4CK3R2023-12-211-5/+17
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-1/+1
* Only check online runner when detecting matching runners in workflows (#28286)yp053272023-12-181-1/+3
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-172-14/+13
* Adjust object format interface (#28469)Lunny Xiao2023-12-175-16/+16
* Abstract hash function usage (#28138)Adam Majer2023-12-138-12/+34
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-112-17/+10
* Fix commit status in repo list (#28412)yp053272023-12-111-1/+1
* Fix missing check (#28406)Lunny Xiao2023-12-102-4/+24
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-091-2/+2
* Fix object does not exist error when checking citation file (#28314)yp053272023-12-061-13/+6
* Fix the runs will not be displayed bug when the main branch have no workflows...Lunny Xiao2023-12-061-0/+1
* Read `previous` info from git blame (#28306)KN4CK3R2023-12-011-30/+8
* Add missing variable in tag list (#28305)JakobDev2023-11-301-0/+1
* Fix issue will be detected as pull request when checking `First-time contribu...yp053272023-11-271-1/+1
* Fix comment permissions (#28213)Lunny Xiao2023-11-254-9/+54
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-246-32/+39
* Revert "Fix EOL handling in web editor" (#28101)Nanguan Lin2023-11-221-1/+1
* Add edit option for README.md (#28071)JakobDev2023-11-201-0/+4
* Fix viewing wiki commit on empty repo (#28040)JakobDev2023-11-141-1/+0
* Fix citation error when the file size is larger than 1024 bytes (#27958)yp053272023-11-081-5/+2
* Fix http protocol auth (#27875)Lunny Xiao2023-11-022-0/+0
* Allow pull requests Manually Merged option to be used by non-admins (#27780)Brecht Van Lommel2023-10-301-3/+5
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-243-9/+6
* Fix `link-action` redirect network error (#27734)Nanguan Lin2023-10-232-6/+8
* Show total TrackedTime on issue/pull/milestone lists (#26672)65432023-10-191-36/+42
* Improve the list header in milestone page (#27302)yp053272023-10-182-4/+19
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-148-18/+18
* Replace ajax with fetch, improve image diff (#27267)silverwind2023-10-111-10/+17
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-1112-36/+36
* Remove redundant `len` check around loop (#27464)Eng Zer Jun2023-10-061-4/+2
* When comparing with an non-exist repository, return 404 but 500 (#27437)Lunny Xiao2023-10-041-1/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-0312-23/+23
* Differentiate between `push` and `pull` `mirror sync in progress` (#27390)delvh2023-10-021-2/+2
* Document the line-number counting behavior (#27386)wxiaoguang2023-10-021-2/+7
* Hide archived labels when filtering by labels on the issue list (#27115)puni98692023-10-011-0/+5
* Fix repo count in org action settings (#27245)yp053272023-09-293-0/+18