• Joined on 2024年09月27日
Neureka commented on issue forgejo/website#839 2026年05月28日 19:27:35 +02:00
Monthly report for April/May 2026

@mfenniak this is why I and many others have been pushing to have it tied to either repositories or even better per package.

Neureka commented on issue forgejo/forgejo#5388 2026年05月01日 15:21:25 +02:00
feat: Change Package Visibility Scope to Repository

I’m really disappointed that this was closed. Forgejo was always so good at pushing secure software, and this current design is not secure due to the unintuitive nature. Most end users do not...

Neureka commented on issue forgejo/forgejo#3577 2026年05月01日 15:17:19 +02:00
[FEAT] Allow fine-grained control of packages permission

Scoping packages to the organization/user instead of the repository creates a mismatch between visibility and access that most users won’t expect.

Neureka commented on issue forgejo/forgejo#11913 2026年03月31日 23:16:50 +02:00
enh: Add default setting for "Migrate LFS files" in repository migrations

An API endpoint to quickly check and update this setting on mirrors would also be nice, but that probably deserves it's own feature request.

Neureka opened issue forgejo/forgejo#11913 2026年03月31日 17:46:16 +02:00
enh: Add default setting for "Migrate LFS files" in repository migrations
Neureka commented on issue forgejo/forgejo#3571 2026年03月25日 17:22:01 +01:00
feat: give more power to the Action TOKEN

@aahlenst my only problem with the mentioned capabilities_descriptor is now I have to configure something in the UI for every repo. GitLab forced that on us to schedule workflows. I hate that so...

Neureka commented on issue forgejo/forgejo#3571 2026年03月25日 16:33:18 +01:00
feat: give more power to the Action TOKEN

Personally, I think we need to try and stay backwards compatible with GitHub. That’s one of the strengths we have going with actions and workflows and I’d hate to break that.

Neureka commented on issue forgejo/forgejo#6561 2025年05月17日 23:42:46 +02:00
feat: Add DEFAULT_MIRROR_REPO_UNITS and DEFAULT_TEMPLATE_REPO_UNITS options

Was this ever cherry picked and merged into forgejo? I didn't see anything in the docs.

Neureka commented on issue forgejo/docs#1178 2025年05月17日 22:35:28 +02:00
storage migration process is undocumented

@infinoid wrote in forgejo/docs#1178 (comment):

Although... I think passing it an old_app.ini and new_app.ini would have made the process much...

Neureka commented on issue forgejo/docs#1178 2025年05月17日 22:26:26 +02:00
storage migration process is undocumented

@infinoid wrote in forgejo/docs#1178 (comment):

Ideally the migration tooling should respect the app.ini configuration.

I think the migrate-stor...

Neureka commented on issue forgejo/docs#1178 2025年05月17日 22:01:22 +02:00
storage migration process is undocumented

This really should be documented. Ideally the migration tooling should respect the app.ini configuration.

Neureka opened issue forgejo/forgejo#6561 2025年01月14日 03:03:39 +01:00
feat: Add DEFAULT_MIRROR_REPO_UNITS and DEFAULT_TEMPLATE_REPO_UNITS options
Neureka commented on issue forgejo/forgejo#2809 2024年09月27日 04:40:16 +02:00
bug: git push fails the first time with git-credential-manager

It was nice to be able to authenticate using Forgejo's OAuth screen when logging in via the git cli, but now I have to push or pull twice every time I start working on something. Same error in the...