• Joined on 2021-07-03
dachary opened issue dachary/test2#1 2023-11-20 22:08:54 +00:00
abc
dachary created repository dachary/test2 2023-11-20 22:02:21 +00:00
dachary closed pull request gitea/blog#196 2022-12-20 12:14:36 +00:00
Gitea 1.15 and up: troubleshooting path not found or permission denied
dachary commented on pull request earl-warren/gitea#2 2022-09-27 13:48:35 +00:00
Add support for the Friendly Forge Format (F3)

The gitea f3 command does not exist: it is missing from the main.go file.

dachary commented on issue xy/gitea#10 2022-07-23 05:25:54 +00:00
Moderation

It would make sense to me that there is a very basic moderation system for forge instances as a whole. It could be a whitelist or a blacklist, depending on how confident the forge admin is with…

dachary commented on issue xy/gitea#10 2022-07-22 16:40:09 +00:00
Moderation

I would advocate for implementing a trust level system first. It can be just a few levels: the most important is that

  • Level 0 is for users who just created an account and has very limited…
dachary pushed to main at xy/gitea 2022-06-22 20:59:08 +00:00
30a703c8ef Fix minor wording issue
dachary commented on pull request gitea/blog#197 2022-06-14 20:57:28 +00:00
A gentle introduction to the gitea doctor

Since 1.10.5 & 1.10.6 are exceptions, I reworded the entire paragraph to move that to the end. I find that it helps clarify the first few sentences. What do you think?

dachary commented on pull request gitea/blog#197 2022-06-14 20:05:02 +00:00
A gentle introduction to the gitea doctor

You may want to proofread the wording An apple a day keeps the doctor away first sentence. I'm not sure this is not borken English ?

Are you talking about the title (An apple a…

dachary commented on pull request gitea/blog#197 2022-06-14 18:18:33 +00:00
A gentle introduction to the gitea doctor

@delvh thanks for your detailed review! I applied all changes. You may want to proofread the wording An apple a day keeps the doctor away first sentence. I'm not sure this is not borken English…

dachary commented on issue xy/gitea#2 2022-06-14 15:23:37 +00:00
Handle remote federated users in the Gitea database

Even if there is no way to move a user, as implemented by Mastodon, it is still very handy for a user to just stop using a user on a given instance and start using another one on another instance.…

dachary created pull request gitea/blog#197 2022-06-14 14:39:56 +00:00
A gentle introduction to the gitea doctor
dachary commented on issue xy/gitea#2 2022-06-13 04:16:32 +00:00
Handle remote federated users in the Gitea database

Is there a reason why a user would want to retrieve an account on a different instance?

When the user decides that they want to move from one forge to another. Say I'm a happy user of…

dachary commented on pull request xy/gitea#6 2022-06-12 21:54:55 +00:00
WIP: Federated following

Some actions (see this for instance) have textual content (see [ActionCommentIssue](https://github.com/go-gitea/gitea/blob/main/mode

dachary opened issue dachary/test#1 2022-06-04 16:43:25 +00:00
issue myself
dachary created repository dachary/test 2022-06-04 16:43:04 +00:00
dachary approved gitea/awesome-gitea#81 2022-06-01 21:03:10 +00:00
Add Disroot
dachary commented on pull request gitea/blog#196 2022-05-28 19:41:35 +00:00
Gitea 1.15 and up: troubleshooting path not found or permission denied

This would be better suited for the troubleshooting docs.

The reason I wrote this as a blog post is because most of it is (i) only relevant at this point in time, (ii) is based on an actual…

dachary created pull request gitea/blog#196 2022-05-28 10:31:35 +00:00
Gitea 1.15 and up: troubleshooting path not found or permission denied
dachary commented on issue xy/gitea#2 2022-05-26 06:39:22 +00:00
Handle remote federated users in the Gitea database

The simpler option would be to create "staged" users when needed, as Discourse does when importing mails authored by people who do not (yet) have account in the forum. A…