aboutsummaryrefslogtreecommitdiff
path: root/models
AgeCommit message (Expand)Author
2023-03-16make fmtHEADmainAnthony Wang
2023-03-12Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-03-10Add missing tabs to org projects page (#22705)yp05327
2023-03-10Add user webhooks (#21563)KN4CK3R
2023-03-09Test renderReadmeFile (#23185)Nick
2023-03-08Use CleanPath instead of path.Clean (#23371)Lunny Xiao
2023-03-07Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song
2023-03-04Add default owner team to privated_org and limited_org in unit test (#23109)yp05327
2023-03-04Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-03-03Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong
2023-03-03Use correct README link to render the README (#23152)yp05327
2023-03-02Add loading yaml label template files (#22976)Lauris BH
2023-03-01Order pull request conflict checking by recently updated, for each push (#23220)Brecht Van Lommel
2023-02-28Avoid too long names for actions (#23162)Jason Song
2023-02-27Speed up HasUserStopwatch & GetActiveStopwatch (#23051)zeripath
2023-02-24Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel
2023-02-24Fix DBConsistency checks on MSSQL (#23132)zeripath
2023-02-24Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel
2023-02-24Fix db.Find bug (#23115)Lunny Xiao
2023-02-24Avoid warning for system setting when start up (#23054)Lunny Xiao
2023-02-24Require approval to run actions for fork pull request (#22803)Jason Song
2023-02-24improve FindProjects (#23085)yp05327
2023-02-23Remove all package data after tests (#22984)KN4CK3R
2023-02-22Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath
2023-02-20Fix intermittent panic in notify issue change content (#23019)zeripath
2023-02-20Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-20Add scopes to API to create token and display them (#22989)zeripath
2023-02-20Improve issues.LoadProject (#22982)yp05327
2023-02-20Make CI use a dummy password hasher for all tests (#22983)zeripath
2023-02-20Use beforeCommit instead of baseCommit (#22949)Kyle D
2023-02-20Add comment marking the end of database migrations in `1.19.0` (#22975)Yarden Shoham
2023-02-20Refactor the setting to make unit test easier (#22405)Lunny Xiao
2023-02-19Migration v244.go should be v243.go (#22988)zeripath
2023-02-19Rename `GetUnits` to `LoadUnits` (#22970)yp05327
2023-02-19Provide the ability to set password hash algorithm parameters (#22942)zeripath
2023-02-18Scoped labels (#22585)Brecht Van Lommel
2023-02-18Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp05327
2023-02-16Increase Content field size of gpg_key_import to MEDIUMTEXT (#22897)zeripath
2023-02-16Allow custom "created" timestamps in user creation API (#22549)Sybren
2023-02-15fix incorrect role labels for migrated issues and comments (#22914)Zettat123
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-02-14Add command to bulk set must-change-password (#22823)zeripath
2023-02-13Move helpers to be prefixed with `gt-` (#22879)zeripath
2023-02-13Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel
2023-02-13Move delete user to service (#22478)Lunny Xiao
2023-02-11Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-11Fix .golangci.yml (#22868)zeripath
2023-02-11Fix migration issue. (#22867)Nathaniel Sabanski
2023-02-11Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski
2023-02-11Fix improper HTMLURL usages in Go code (#22839)wxiaoguang