aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add user blocking (#29028)KN4CK3R2024-03-049-5/+318
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-021-16/+52
* Fix a bug returning 404 when display a single tag with no release (#29466)Lunny Xiao2024-03-021-0/+1
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-021-0/+224
* Use a predictiable fork URL to allow forking repositories without providing a...wxiaoguang2024-03-011-3/+3
* Move migration functions to services layer (#29497)Lunny Xiao2024-03-011-2/+1
* Allow to change primary email before account activation (#29412)wxiaoguang2024-02-271-2/+14
* Only use supported sort order for "explore/users" page (#29430)wxiaoguang2024-02-271-0/+44
* Move context from modules to services (#29440)Lunny Xiao2024-02-278-8/+8
* Add API to get PR by base/head (#29242)qwerty2872024-02-261-0/+21
* Refactor "user/active" related logic (#29390)wxiaoguang2024-02-251-1/+49
* Integrate alpine `noarch` packages into other architectures index (#29137)KN4CK3R2024-02-251-47/+112
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-253-3/+3
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-2414-15/+86
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-242-167/+0
* Add support for `linguist-detectable` and `linguist-documentation` (#29267)KN4CK3R2024-02-231-0/+259
* Support SAML authentication (#25165)techknowlogick2024-02-232-0/+167
* Prevent double use of `git cat-file` session. (#29298)KN4CK3R2024-02-211-0/+44
* Workaround to clean up old reviews on creating a new one (#28554)65432024-02-191-0/+126
* Fix labels referencing the wrong ID in the user profile settings (#29199)Yarden Shoham2024-02-171-1/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-148-28/+28
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-122-0/+87
* Refactor issue template parsing and fix API endpoint (#29069)wxiaoguang2024-02-121-0/+55
* Unify user update methods (#28733)KN4CK3R2024-02-044-16/+16
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-2712-23/+31
* Preserve BOM in web editor (#28935)silverwind2024-01-271-1/+1
* Prevent anonymous container access if `RequireSignInView` is enabled (#28877)KN4CK3R2024-01-211-0/+9
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-191-335/+353
* tests: missing refs/ in bare repositories (#28844)Adam Majer2024-01-191-0/+1
* Fix uploaded artifacts should be overwritten (#28726)FuXiaoHei2024-01-171-0/+89
* Retarget depending pulls when the parent branch is deleted (#28686)Viktor Kuzmin2024-01-173-24/+104
* Fix reverting a merge commit failing (#28794)Mihir Joshi2024-01-168-0/+53
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-2/+4
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-152-5/+10
* Modernize merge button (#28140)Earl Warren2024-01-151-1/+8
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-121-2/+2
* Add tests for #28765 (#28773)Jack Hay2024-01-121-1/+4
* Support for grouping RPMs using paths (#26984)Exploding Dragon2024-01-121-15/+14
* Integration Test for Commit Search containing Square Brackets (#28751)Mihir Joshi2024-01-111-0/+1
* Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)wxiaoguang2024-01-102-2/+135
* Fix incorrect URL for "Reference in New Issue" (#28716)wxiaoguang2024-01-071-0/+19
* Avoid unnecessary 500 panic when a commit doesn't exist (#28719)wxiaoguang2024-01-071-0/+10
* Upgrade xorm to new version which supported update join for all supported dat...Lunny Xiao2023-12-311-0/+9
* Refactor timeutil package (#28623)wxiaoguang2023-12-281-2/+2
* Remove unnecessary syncbranchToDB with tests (#28624)Lunny Xiao2023-12-281-0/+36
* Fix session key conflict with database keyword (#28613)Lunny Xiao2023-12-271-0/+37
* Refactor deletion (#28610)delvh2023-12-251-1/+1
* Refactor CORS handler (#28587)wxiaoguang2023-12-251-7/+78
* Disable query token param in integration tests (#28592)Kyle D2023-12-238-52/+45
* Convert to url auth to header auth in tests (#28484)KN4CK3R2023-12-21102-1522/+1714