Results 1013 comments of Lunny Xiao

`webhook` is unrelated with `/user/events` which is just related with notification UI. Could you find the webhook record in history?

You can do that via API if you really want to do.

Thank you for your consideration. The end-user documentation is one of the important parts which Gitea missed. I think Gitea should build one and link to the official https://docs.gitea.io. And...

I think we could just allow `-` in the non-Cap character of prefix in this PR. Let go of the rope slowly. Maybe there are other security risk we don't...

> I think we really just should just use [`mail.ParseAddress`](https://stackoverflow.com/a/66624104/808699), everything else is madness. See #17688 for more context. We can't do that. That's what we changed from and we...

> > We can't do that. That's what we changed from and we change it because of some security report about that method. > > Have these "security issues" been...

> @lunny Looks like `xorm.ColumnString` generates an invalid command for mssql. In this case it's `ALTER TABLE [label] ALTER COLUMN [num_issues] INT DEFAULT 0 NOT NULL`. Is this a bug...

It's safer to update all `NULL` values to non NULL values before change the columns to `NOT NULL`, otherwise it will fail when upgrading.