aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Support delete user email in admin panel (#31690)yp053272024-07-251-0/+1
* add skip secondary authorization option for public oauth2 clients (#31454)Denys Konovalov2024-07-193-19/+40
* allow synchronizing user status from OAuth2 login providers (#31572)Rowan Bohde2024-07-162-4/+39
* Added default sorting milestones by name (#27084)Bartlomiej Komendarczuk2024-07-161-1/+3
* Upgrade xorm to v1.3.9 and improve some migrations Sync (#29899)Lunny Xiao2024-07-147-7/+36
* Refactor webhook (#31587)wxiaoguang2024-07-102-3/+10
* Allow disabling authentication related user features (#31535)Rowan Bohde2024-07-091-4/+6
* Use FullName in Emails to address the recipient if possible (#31527)65432024-07-082-0/+53
* Allow force push to protected branches (#28086)Henry Goodman2024-07-053-31/+112
* Add Passkey login support (#31504)Anbraten2024-06-291-1/+1
* Refactor issue label selection (#31497)wxiaoguang2024-06-262-30/+26
* Optimization of labels handling in issue_search (#26460)Chl2024-06-253-9/+59
* Fix web notification icon not updated once you read all notifications (#31447)kiatt2102024-06-231-4/+5
* Refactor repo unit "disabled" check (#31389)wxiaoguang2024-06-183-31/+10
* Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-151-19/+19
* rm const do inline (#31360)65432024-06-151-42/+18
* Fix duplicate sub-path for avatars (#31365)wxiaoguang2024-06-153-2/+60
* Add tag protection via rest api #17862 (#31295)mzroot2024-06-141-0/+13
* Fix PullRequestList.GetIssueIDs's logic (#31352)yp053272024-06-131-6/+5
* [Refactor] Unify repo search order by logic (#30876)65432024-06-133-41/+62
* Enable `unparam` linter (#31277)silverwind2024-06-113-55/+29
* Fix the possible migration failure on 286 with postgres 16 (#31209)Lunny Xiao2024-06-021-1/+1
* Only update poster in issue/comment list if it has been loaded (#31216)Max Wipfli2024-06-022-2/+6
* Return an empty string when a repo has no avatar in the repo API (#31187)Kemal Zebari2024-06-011-2/+8
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-318-101/+184
* Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` (#3...Jason Song2024-05-311-5/+1
* Fix branch order (#31174)Lunny Xiao2024-05-311-8/+4
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-1/+7
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-302-5/+5
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-275-5/+44
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-2713-536/+528
* Make gitea webhooks openproject compatible (#28435)André Rosenhammer2024-05-261-0/+15
* Fix wrong display of recently pushed notification (#25812)yp053272024-05-2112-30/+261
* Fix automerge will not work because of some events haven't been triggered (#3...Lunny Xiao2024-05-211-3/+3
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-202-8/+4
* Fix data-race during testing (#30999)wxiaoguang2024-05-202-18/+32
* Filter out duplicate action(activity) items for a repository (#30957)wxiaoguang2024-05-142-1/+31
* Protected tag is no internal server error (#30962)KN4CK3R2024-05-141-0/+24
* Remove If Exist check on migration for mssql because that syntax required SQL...Lunny Xiao2024-05-113-10/+12
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-086-67/+279
* Refactor AppURL usage (#30885)wxiaoguang2024-05-072-16/+6
* Get repo list with OrderBy alpha should respect owner too (#30784)65432024-05-061-2/+2
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-031-56/+0
* Get repo assignees and reviewers should ignore deactivated users (#30770)65432024-04-302-7/+23
* Fix duplicate status check contexts (#30660)Zettat1232024-04-302-25/+61
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-292-9/+9
* Replace deprecated `math/rand` functions (#30733)v1.23.0-devChongyi Zheng2024-04-271-1/+1
* Rename migration package name for 1.22-rc1 (#30730)wxiaoguang2024-04-277-13/+14
* Add some tests to clarify the "must-change-password" behavior (#30693)wxiaoguang2024-04-271-2/+10
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-277-31/+31