Denys Konovalov

Results 62 comments of Denys Konovalov

I just stumbled over https://lion.js.org/, it's developed by ING (the bank). Seems very lightweight and they say in their readme that their focus is in providing as little styling as...

@techknowlogick @jackHay22 @Zettat123 We need a decision soon, otherwise this PR won't be part of Gitea 1.22

@oliverpool AFAIK the SAML feature in Gitea Enterprise is the same as this PR

@techknowlogick What's your state with this PR, still on your radar? ^

@yardenshoham Re-requesting review didn't work, so I tried removing the review request

@kyoshino Hi, I'm a maintainer of Gitea and also interested in using Sveltia for a personal project. I previously contributed the Gitea backend in Static CMS and the API functionality...

Hi @kyoshino , thanks for your detailed answer. The endpoint for committing multiple files which I authored for Static CMS (https://gitea.com/api/swagger#/repository/repoChangeFiles) already contains a method to return a list of...

@kyoshino I've come up with the following design: POST to `/api/v1/repos/testorg/testrepo/files?rev=branch` Request Body: ```json { "files": [ "some/path.md", "some/deeper/path.md" ] } ``` Response: ```json [ { "name": "path.md", "path": "some/path.md",...

@kyoshino The PR just got merged and the API endpoint will be available in Gitea 1.24 which will probably be available in around a month (RC probably out in a...