Waldir Pimenta waldyrious · he/him
waldyrious pushed to inline-diff at waldyrious/forgejo 2026年05月19日 13:19:23 +02:00
09f7afa6c3 Add support for inline diff markup ({+ins+} / {-del-})
08949c518a fix: expose API fields for ssh keys (#12517) (#12625)
8d50e7b25e feat: create new authorized integration in web UI (#12613)
0af02256ae Update dependency postcss to v8.5.14 (forgejo) (#12459)
c3820b3bf7 Update renovate Docker tag to v43.182.1 (forgejo) (#12610)
Compare 14 commits »
waldyrious commented on pull request forgejo/forgejo#12634 2026年05月19日 13:03:09 +02:00
feat: add support for inline diff markup ({+ins+} and {-del-})

Note: The reason inlineDiffProcessor is here, instead of at the end of the list, is that it must run before the emoji processors. That's because emoji matching would otherwise split things like...

waldyrious created pull request forgejo/forgejo#12634 2026年05月19日 10:41:27 +02:00
Add support for inline diff markup ({+ins+} / {-del-})
waldyrious pushed to inline-diff at waldyrious/forgejo 2026年05月19日 10:28:48 +02:00
b0c8e17823 Add support for inline diff markup ({+ins+} / {-del-})
waldyrious created branch inline-diff in waldyrious/forgejo 2026年05月19日 10:28:48 +02:00
waldyrious created repository waldyrious/forgejo 2026年05月19日 01:05:43 +02:00
waldyrious commented on issue forgejo/forgejo#6888 2026年05月16日 13:02:03 +02:00
feat: Add support for inline diff markup (ins/del elements)

Interesting — wdiff by default uses {+foo+} and [-bar-], i.e. deletions are marked with square brackets, and insertions with curly...

waldyrious commented on issue forgejo/forgejo#6888 2026年05月16日 08:48:02 +02:00
feat: Add support for inline diff markup (ins/del elements)

Exactly — that syntax only works for full-line diffs, and only within code blocks; what I'm suggesting is the ability to mark word-level (or even character-level) diffs, within running prose.

waldyrious commented on issue forgejo/forgejo#7254 2026年03月16日 23:12:05 +01:00
feat: Fine-grained watch on repos

As a first step, #10927 seems great. But I hope the plan is to further expand the granularity down the road — for example, when I watch a repo for just issues, what level of activity in issues...

waldyrious commented on issue tusky/Tusky#5181 2025年11月28日 11:20:09 +01:00
Support displaying Mastodon quote posts

For reference, this issue is just about displaying quote posts, not creating them — that is tracked in #5182.

waldyrious commented on issue tusky/Tusky#3895 2025年11月28日 10:50:45 +01:00
Feature Request: Optional Quote Button for Instances That Support It

I'm not sure what this issue is referring to by quote posts, exactly. Mastodon has now (in Jul 2025) introduced native support for quote posts, and support for that is tracked in #5181. If support...

waldyrious commented on issue forgejo/forgejo#7461 2025年11月19日 00:40:54 +01:00
feat: Allow choosing which events (closure, etcetera) to subscribe to notifications of, per issue and PR.

I'll second most of what @RokeJulianLockhart, especially this:

waldyrious commented on issue forgejo/forgejo#7254 2025年11月19日 00:40:23 +01:00
feat: Fine-grained watch on repos

One thing I like about Discourse's tracking/notification system is the ability to be notified of the first post in a thread on a given category or tag, but not of subsequent posts, unless I...

waldyrious commented on issue forgejo/discussions#366 2025年08月05日 16:12:29 +02:00
On the use of AI in the context of Forgejo

I'm confused at the option to vote for Otto's transparency, consent, and transparency+consent proposals separately, when one can vote for multiple options. Doesn't 👍 and 👎 equate to...

waldyrious commented on issue forgejo/forgejo#7461 2025年08月05日 15:32:31 +02:00
feat: Allow choosing which events (closure, etcetera) to subscribe to notifications of, per issue and PR.

As an additional data point, here's the UI that Refined GitHub provides for selecting different levels of subscription to an issue/PR:

image...

waldyrious commented on issue forgejo/forgejo#4577 2025年08月05日 15:27:17 +02:00
feat: More refined controls for Watching repositories

For the record, PR #3315 has been closed without merging, but in any case this issue is being tracked in #7254.

waldyrious opened issue forgejo/forgejo#6888 2025年02月10日 23:59:15 +01:00
feat: Add support for inline diff markup (ins/del elements)
waldyrious commented on issue forgejo/forgejo#6855 2025年02月10日 01:15:37 +01:00
feat: Add preference to select default value of "Allow edits from maintainers"
  1. IMHO the user's preference should override the repo owners. If I'd rather not have people mess with my branches (say, I'm particular about keeping the git history in my branches pristine) I...
waldyrious commented on issue forgejo/forgejo#1331 2025年02月08日 13:16:18 +01:00
[FEAT] expose value of Allow edits from maintainers in the UI

Ah! Gotcha, thank you for the clarification :)

waldyrious commented on issue forgejo/forgejo#1331 2025年02月08日 13:05:49 +01:00
[FEAT] expose value of Allow edits from maintainers in the UI

Has this not been implemented already? 🤔

I see it in this PR I opened in a self-hosted Forgejo instance. Screenshot:

![image](/a...