Earl Warren
e6786db393
fix: never set Poster or Assignee to nil
...
When a user is not found for whatever reason, it must be mapped to the
GhostUser.
Fixes: https://codeberg.org/forgejo/forgejo/issues/4718
2024-07-29 15:24:02 +02:00
forgejo-renovate-action
e8ea126611
Merge pull request 'Update renovate to v38.8.4 (forgejo)' ( #4722 ) from renovate/forgejo-renovate into forgejo
2024-07-29 08:36:08 +00:00
Renovate Bot
5e3d4b001c
Update renovate to v38.9.0
2024-07-29 08:02:14 +00:00
Renovate Bot
e7ed1d1ca2
Lock file maintenance
2024-07-29 00:04:22 +00:00
Earl Warren
5bbc9ef97c
Merge pull request 'Update module github.com/blevesearch/bleve/v2 to v2.4.2 (forgejo)' ( #4706 ) from renovate/forgejo-github.com-blevesearch-bleve-v2-2.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4706
Reviewed-by: Shiny Nematoda <snematoda@noreply.codeberg.org>
2024-07-28 15:13:42 +00:00
silverwind
2cf91d58e7
[PORT] Enable no-jquery/no-parse-html-literal
and fix violation (gitea#31684)
...
Tested it, path segment creation works just like before.
---
Conflict resolution: trivial, also ported code from
https://github.com/go-gitea/gitea/pull/31283
2024-07-28 16:52:02 +02:00
Robert Wolff
5bb191e14d
remove commented leftovers
2024-07-28 16:27:51 +02:00
Robert Wolff
90fe38ec83
add integration test for check list numbers on issues list page
2024-07-28 14:18:34 +00:00
Robert Wolff
531a18810b
fix typo in regexp
2024-07-28 14:18:34 +00:00
Robert Wolff
574265e4a8
fix golangci-lint regexpMust
2024-07-28 14:18:34 +00:00
Robert Wolff
58c60ec11c
add issue checklist integration test
2024-07-28 14:18:34 +00:00
Robert Wolff
b2bbf48c18
simplify regex for checkbox detection
2024-07-28 14:18:34 +00:00
Robert Wolff
9f461e180a
remove requirement on trailing character after check box
2024-07-28 14:18:34 +00:00
Robert Wolff
a96b86778f
fix unchecking check boxes like [X]
2024-07-28 14:18:34 +00:00
Robert Wolff
b222c48060
fix counting of all / done issue tasks, fix #4431
2024-07-28 14:18:34 +00:00
Earl Warren
f0379489bf
chore(release-notes): weekly cherry-pick week 2024-31
2024-07-28 09:00:29 +02:00
Earl Warren
c55f3bf3c3
chore: update .deadcode.out
2024-07-28 09:00:29 +02:00
Zettat123
41d7521b97
Support pull_request_target
event for commit status ( #31703 )
...
Fix [act_runner #573 ](https://gitea.com/gitea/act_runner/issues/573 )
Before:
![image](https://github.com/user-attachments/assets/3944bf7f-7a60-4801-bcb3-5e158a180fda )
After:
![image](https://github.com/user-attachments/assets/cadac944-40bd-4537-a9d9-e702b8bc1ece )
(cherry picked from commit 4b376a0ed934ba77d91ab182215fcff07b13c8df)
Conflicts:
services/actions/commit_status.go
trivial context conflict
2024-07-28 09:00:29 +02:00
Adam Majer
94e9cbcd71
Add return type to GetRawFileOrLFS and GetRawFile ( #31680 )
...
Document return type for the endpoints that fetch specific files from a
repository. This allows the swagger generated code to read the returned
data.
Co-authored-by: Giteabot <teabot@gitea.io>
(cherry picked from commit bae87dfb0958e6a2920c905e51c2a026b7b71ca6)
2024-07-28 09:00:29 +02:00
yp05327
d0e52fd641
Support delete user email in admin panel ( #31690 )
...
![QQ_1721784609320](https://github.com/user-attachments/assets/23f08bf3-93f4-44d7-963d-10380ef8c1f1 )
![QQ_1721784616403](https://github.com/user-attachments/assets/667cbd1e-5e21-4489-8d18-2a7be85190db )
![QQ_1721784626722](https://github.com/user-attachments/assets/495beb94-dfa2-481c-aa60-d5115cad1ae1 )
---------
Co-authored-by: Jason Song <i@wolfogre.com>
(cherry picked from commit cc044818c33ff066c4e5869c9e75de9707def6ed)
2024-07-28 09:00:29 +02:00
Earl Warren
3d1b8f47c0
Use GetDisplayName() instead of DisplayName() to generate rss feeds (followup)
...
The test only exists in Forgejo and the behavior it verifies now require
setting.UI.DefaultShowFullName to be true.
2024-07-28 09:00:29 +02:00
Stanislas Dolcini
e465ac854d
Use GetDisplayName() instead of DisplayName() to generate rss feeds ( #31687 )
...
Fixes #31491 The RSS feed converted ignored the setting used in the
application.
(cherry picked from commit d8f82cbc780d09bb7ad074407a48480f0333b4b3)
2024-07-28 07:27:10 +02:00
Kemal Zebari
f61873c7e4
Properly filter issue list given no assignees filter ( #31522 )
...
Quick fix #31520 . This issue is related to #31337 .
(cherry picked from commit c0b5a843badf7afa1f1aeb8f41cac87806ee188e)
2024-07-28 07:24:21 +02:00
techknowlogick
2563d71728
Enable direnv ( #31672 )
...
This lets developers who have direnv enabled to load our nix flake
automatically when entering it
(cherry picked from commit 24f9390f349581e5beb74c54e1f0af1998c8be71)
2024-07-28 07:18:24 +02:00
Earl Warren
22de4ae9c4
Merge pull request 'Update dependency @vitejs/plugin-vue to v5.1.1 (forgejo)' ( #4713 ) from renovate/forgejo-vitejs-plugin-vue-5.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4713
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2024-07-28 05:04:03 +00:00
Gusted
358ec8002e
[UI] Show AGit label on merged PR
...
- The label wasn't show on merged PRs.
- Integration test added
2024-07-28 02:29:58 +02:00
Renovate Bot
bd38b15e74
Update dependency @vitejs/plugin-vue to v5.1.1
2024-07-28 00:02:00 +00:00
Gusted
4c40bf5d29
Merge pull request '[SEC] Notify owner about TOTP enrollment' ( #4704 ) from gusted/sec-more-totp into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4704
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
2024-07-27 20:53:47 +00:00
Earl Warren
e7a12286dd
Merge pull request 'feat: optimize the FindUnreferencedPackages package query' ( #4711 ) from earl-warren/forgejo:wip-container-simplify into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4711
Reviewed-by: thefox <thefox@noreply.codeberg.org>
2024-07-27 15:33:13 +00:00
Earl Warren
ff6aceaeac
feat: optimize the FindUnreferencedPackages package query
...
Replace a double select with a simple select.
The complication originates from the initial implementation which
deleted packages instead of selecting them. It was justified to
workaround a problem in MySQL. But it is just a waste of resources
when collecting a list of IDs.
2024-07-27 15:57:24 +02:00
0ko
dac78913aa
i18n(en): new repo form: remove full stops from placeholders, clarify labels ( #4709 )
...
Just a small PR fixing some lines.
* removed full stop from placeholders, they were placed inconsistent and it doesn't really makes sense to have them in placeholders. It's usually either no full stop or ellipsis.
* s/Issue labels/Labels - obviously labels aren't used just for issues
That's about it. I may or may not send other improvements for this page later, this is just a simple PR that doesn't need testing.
Preview: https://codeberg.org/attachments/f7040bb4-9749-4cd2-9953-289e1103ea3e
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4709
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2024-07-27 13:18:40 +00:00
0ko
2ad377130b
ui: refactor repo migration items
2024-07-27 16:35:48 +05:00
Earl Warren
5d40264f0f
Merge pull request 'Migrate renovate config' ( #4708 ) from renovate/migrate-config into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4708
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-07-27 06:51:17 +00:00
Renovate Bot
a74f3832a5
Migrate config renovate.json
2024-07-27 06:09:28 +00:00
Earl Warren
d9c82089ee
Merge pull request 'Update renovate to v38 (forgejo) (major)' ( #4703 ) from renovate/forgejo-major-renovate into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4703
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
2024-07-27 04:45:24 +00:00
Renovate Bot
ac61d697b6
Update module github.com/blevesearch/bleve/v2 to v2.4.2
2024-07-27 00:02:33 +00:00
Renovate Bot
5da7b3ae1f
Update renovate to v38
2024-07-26 20:01:43 +00:00
Gusted
a7e96aae66
[SEC] Notify owner about TOTP enrollment
...
- In the spirit of #4635
- Notify the owner when their account is getting enrolled into TOTP. The
message is changed according if they have security keys or not.
- Integration test added.
2024-07-26 19:49:22 +02:00
Gusted
8db2534082
Merge pull request '[MAIL] Use correct function in mail footer' ( #4702 ) from gusted/forgejo-fix-auth-mail into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4702
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
2024-07-26 14:11:30 +00:00
Gusted
685a903cd5
[MAIL] Use correct function in mail footer
...
- Regression of #4635
- The authentication mails weren't being sent with links to the
instance, because the the wrong variable was used in the mail footer.
`$.AppUrl` should've been `AppUrl`.
- Unit test added.
2024-07-26 15:16:54 +02:00
Earl Warren
2285526e93
Merge pull request 'chore(renovate): fix renovate grouping' ( #4700 ) from viceice/renovate into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4700
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-07-26 12:46:49 +00:00
Michael Kriese
bc259542b5
chore(renovate): fix renovate grouping
2024-07-26 14:07:39 +02:00
Earl Warren
904925ee4d
Merge pull request 'Update dependency tailwindcss to v3.4.7 (forgejo)' ( #4695 ) from renovate/forgejo-tailwindcss-3.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4695
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2024-07-26 04:52:59 +00:00
Renovate Bot
c192e70b94
Update dependency tailwindcss to v3.4.7
2024-07-26 00:02:10 +00:00
Earl Warren
1f939a2a40
Merge pull request 'feat(release-notes-assistant): diff of the change in preview' ( #4693 ) from twenty-panda/forgejo:wip-rna into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4693
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-07-25 20:51:16 +00:00
Earl Warren
90f80be3f0
Merge pull request 'Fix conversation template' ( #4691 ) from 0ko/forgejo:ui-roles-reviews into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4691
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-07-25 20:46:11 +00:00
Twenty Panda
b85ec067ca
feat(release-notes-assistant): diff of the change in preview
2024-07-25 22:32:14 +02:00
0ko
13cb4b3f2e
fix(ui): fix conversation template
2024-07-25 23:51:17 +05:00
Earl Warren
edf2cbe768
Merge pull request '[I18N] Remove unneeded translation' ( #4690 ) from gusted/forgejo-rm-unneeded-tr into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4690
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-07-25 16:04:49 +00:00
Gusted
76759715d2
[I18N] Remove unneeded translation
...
- This key isn't used, I added this on accident (likely bad copy-paste).
- Regression of #4635
2024-07-25 17:04:23 +02:00