summaryrefslogtreecommitdiffstats
path: root/models (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request 'fix(UI): issue task list numbers, fix #4431' (#4452) from...Earl Warren2024-07-291-2/+2
|\
| * simplify regex for checkbox detectionRobert Wolff2024-07-281-2/+2
| * remove requirement on trailing character after check boxRobert Wolff2024-07-281-2/+2
| * fix counting of all / done issue tasks, fix #4431Robert Wolff2024-07-281-2/+2
* | fix: never set Poster or Assignee to nilEarl Warren2024-07-296-24/+188
|/
* Merge pull request '[SEC] Notify owner about TOTP enrollment' (#4704) from gu...Gusted2024-07-271-0/+7
|\
| * [SEC] Notify owner about TOTP enrollmentGusted2024-07-261-0/+7
* | feat: optimize the FindUnreferencedPackages package queryEarl Warren2024-07-271-12/+10
|/
* [SECURITY] Notify users about account security changesGusted2024-07-234-93/+15
* Merge pull request '[gitea] week 2024-30 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-07-239-11/+75
|\
| * allow synchronizing user status from OAuth2 login providers (#31572)Rowan Bohde2024-07-222-4/+39
| * Upgrade xorm to v1.3.9 and improve some migrations Sync (#29899)Lunny Xiao2024-07-227-7/+36
* | Merge pull request 'Reserve the `devtest` username' (#4638) from ikuyo/forgej...Gusted2024-07-231-0/+1
|\ \
| * | Reserve devtest usernameIkuyo2024-07-231-0/+1
| |/
* | Merge pull request 'feat(ui): sort milestones by name by default instead of t...Earl Warren2024-07-231-1/+3
|\ \
| * | [PORT] Added default sorting milestones by name (gitea#27084)Bartlomiej Komendarczuk2024-07-221-1/+3
| |/
* / feat(cli): allow updates to runners' secretsEmmanuel BENOÎT2024-07-224-12/+88
|/
* feat(cli): add `--keep-labels` flag to `forgejo actions register` (#4610)Emmanuel BENOÎT2024-07-223-9/+132
* [BUG] Add early-return to loading items from `SpecList`Gusted2024-07-201-0/+8
* Merge pull request 'Update module github.com/go-testfixtures/testfixtures/v3 ...Earl Warren2024-07-172-3/+8
|\
| * Enable multiStatements for MySQLGusted2024-07-162-3/+8
* | [PORT] Use FullName in Emails to address the recipient if possible (gitea#315...Gusted2024-07-172-0/+54
|/
* [CHORE] Use github.com/ProtonMail/go-cryptoGusted2024-07-155-14/+80
* Merge pull request 'Fix CI status link in dashboard' (#4481) from beowulf/fix...Earl Warren2024-07-141-0/+11
|\
| * Fixed link to commit status and tooltip on dashboardBeowulf2024-07-141-0/+11
* | [CHORE] Move test related function to own packageGusted2024-07-1436-173/+170
|/
* fix artifact range requests (#4218)ThetaDev2024-07-101-0/+7
* Fix web notification icon not updated once you read all notifications (#31447)kiatt2102024-06-291-4/+5
* Add support for workflow_dispatch (#3334)Mai-Lapyst2024-06-284-6/+74
* Optimization of labels handling in issue_search (#4228)Chl2024-06-284-16/+80
* Merge pull request '[gitea] week 2024-25 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-06-187-104/+87
|\
| * Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-161-19/+19
| * rm const do inline (#31360)65432024-06-161-42/+18
| * Add tag protection via rest api #17862 (#31295)mzroot2024-06-161-0/+13
| * Fix PullRequestList.GetIssueIDs's logic (#31352)yp053272024-06-161-6/+5
| * [Refactor] Unify repo search order by logic (#30876)65432024-06-163-41/+62
| * Enable `unparam` linter (#31277)silverwind2024-06-163-55/+29
* | Run make fmtJakobDev2024-06-161-1/+1
* | Fix bug in GetIssueStatsJakobDev2024-06-132-1/+35
|/
* [FEAT] Adds x-mode-only anchor styles to display images based if the theme is...Mai-Lapyst2024-06-092-1/+10
* Merge pull request 'test(oauth): RFC 6749 Section 10.2 conformance' (#4032) f...Earl Warren2024-06-061-1/+1
|\
| * test(oauth): RFC 6749 Section 10.2 conformanceEarl Warren2024-06-051-1/+1
* | Make gitea webhooks openproject compatible (gitea#28435)André Rosenhammer2024-06-051-0/+15
|/
* Merge pull request '[gitea] week 2024-23 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-06-0427-661/+773
|\
| * 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
| * Performance improvements for pull request list API (#30490)Lunny Xiao2024-06-028-101/+184
| * Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` (#3...Jason Song2024-06-021-5/+1
| * Fix branch order (#31174)Lunny Xiao2024-06-021-8/+4
| * Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-06-025-9/+50