| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce path Clean/Join helper functions (#23495) | wxiaoguang | 2023-03-21 | 1 | -3/+3 |
* | Display the version of runner in the runner list (#23490) | sillyguodong | 2023-03-19 | 3 | -0/+17 |
* | Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538) | yp05327 | 2023-03-19 | 1 | -0/+11 |
* | Do not store user projects as organization projects (#23353) | yp05327 | 2023-03-17 | 4 | -2/+54 |
* | Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491) | Hester Gong | 2023-03-16 | 1 | -0/+22 |
* | Replace `repo.namedBlob` by `git.TreeEntry`. (#22898) | Nick | 2023-03-15 | 1 | -1/+1 |
* | Add login name and source id for admin user searching API (#23376) | Lunny Xiao | 2023-03-15 | 1 | -0/+9 |
* | Fix missed migration in #22235 (#23482) | Lunny Xiao | 2023-03-15 | 3 | -0/+22 |
* | Remove wrongly added column on migration test fixtures (#23456) | Lunny Xiao | 2023-03-14 | 1 | -5/+0 |
* | add user rename endpoint to admin api (#22789) | techknowlogick | 2023-03-14 | 2 | -4/+4 |
* | Fix missing commit status in PR which from forked repo (#23351) | sillyguodong | 2023-03-13 | 1 | -0/+11 |
* | Add Swift package registry (#22404) | KN4CK3R | 2023-03-13 | 2 | -0/+9 |
* | Use context for `RepositoryList.LoadAttributes` (#23435) | yp05327 | 2023-03-13 | 1 | -7/+3 |
* | Add missing tabs to org projects page (#22705) | yp05327 | 2023-03-10 | 2 | -0/+31 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 8 | -34/+116 |
* | Test renderReadmeFile (#23185) | Nick | 2023-03-09 | 5 | -4/+23 |
* | Use CleanPath instead of path.Clean (#23371) | Lunny Xiao | 2023-03-08 | 1 | -8/+4 |
* | Refactor `setting.Database.UseXXX` to methods (#23354) | Jason Song | 2023-03-07 | 26 | -58/+58 |
* | Add default owner team to privated_org and limited_org in unit test (#23109) | yp05327 | 2023-03-04 | 2 | -2/+24 |
* | Fix cannot reopen after pushing commits to a closed PR (#23189) | sillyguodong | 2023-03-03 | 2 | -7/+10 |
* | Use correct README link to render the README (#23152) | yp05327 | 2023-03-03 | 1 | -1/+1 |
* | Add loading yaml label template files (#22976) | Lauris BH | 2023-03-02 | 2 | -65/+52 |
* | Order pull request conflict checking by recently updated, for each push (#23220) | Brecht Van Lommel | 2023-03-01 | 1 | -0/+1 |
* | Avoid too long names for actions (#23162) | Jason Song | 2023-02-28 | 2 | -1/+3 |
* | Speed up HasUserStopwatch & GetActiveStopwatch (#23051) | zeripath | 2023-02-27 | 2 | -14/+24 |
* | Add "Reviewed by you" filter for pull requests (#22927) | Brecht Van Lommel | 2023-02-24 | 1 | -0/+61 |
* | Fix DBConsistency checks on MSSQL (#23132) | zeripath | 2023-02-24 | 1 | -4/+4 |
* | Add pagination for dashboard and user activity feeds (#22937) | Brecht Van Lommel | 2023-02-24 | 3 | -18/+28 |
* | Fix db.Find bug (#23115) | Lunny Xiao | 2023-02-24 | 2 | -2/+50 |
* | Avoid warning for system setting when start up (#23054) | Lunny Xiao | 2023-02-24 | 7 | -30/+39 |
* | Require approval to run actions for fork pull request (#22803) | Jason Song | 2023-02-24 | 5 | -7/+43 |
* | improve FindProjects (#23085) | yp05327 | 2023-02-24 | 1 | -10/+3 |
* | Remove all package data after tests (#22984) | KN4CK3R | 2023-02-23 | 2 | -1/+13 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 4 | -4/+4 |
* | Fix intermittent panic in notify issue change content (#23019) | zeripath | 2023-02-20 | 1 | -6/+8 |
* | Add scopes to API to create token and display them (#22989) | zeripath | 2023-02-20 | 1 | -3/+22 |
* | Improve issues.LoadProject (#22982) | yp05327 | 2023-02-20 | 2 | -6/+2 |
* | Make CI use a dummy password hasher for all tests (#22983) | zeripath | 2023-02-20 | 2 | -66/+76 |
* | Use beforeCommit instead of baseCommit (#22949) | Kyle D | 2023-02-20 | 2 | -1/+14 |
* | Add comment marking the end of database migrations in `1.19.0` (#22975) | Yarden Shoham | 2023-02-20 | 1 | -0/+2 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 5 | -7/+7 |
* | Migration v244.go should be v243.go (#22988) | zeripath | 2023-02-19 | 1 | -0/+0 |
* | Rename `GetUnits` to `LoadUnits` (#22970) | yp05327 | 2023-02-19 | 2 | -8/+4 |
* | Provide the ability to set password hash algorithm parameters (#22942) | zeripath | 2023-02-19 | 3 | -137/+71 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 11 | -53/+243 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 12 | -25/+25 |
* | Increase Content field size of gpg_key_import to MEDIUMTEXT (#22897) | zeripath | 2023-02-16 | 3 | -1/+29 |
* | Allow custom "created" timestamps in user creation API (#22549) | Sybren | 2023-02-16 | 2 | -1/+69 |
* | fix incorrect role labels for migrated issues and comments (#22914) | Zettat123 | 2023-02-15 | 2 | -0/+10 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 11 | -77/+78 |