Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] GPG signature verification #3127

Closed
wants to merge 6 commits into from

Conversation

sapk
Copy link
Contributor

@sapk sapk commented May 24, 2016

I start to implement API and extracting information for the git cli via gogs/git-module#13. It may need to add some little parts to the gogits/go-gogs-client to be more specific to GPG key api.

Related to #2321 and #2981

Branch : sapk/gogs:implement-gpg-keys-api

@stevenroose
Copy link

@sapk Make sure you are not doing double work here. @bkcsoft indicates two weeks ago to be working on this too: #2321 (comment)

@bkcsoft
Copy link
Contributor

bkcsoft commented May 25, 2016 via email

@stevenroose
Copy link

@bkcsoft Totally of topic, but it would be nice to have people link to the branch where they are working on it (I know it's visible, but not clickable), so that people could file PRs to that feature's branch to contribute :) Just imagining an ideal world of decentralized collaboration ;)

Good to see you are also actively maintaining this project next to Unknwon!

@bkcsoft
Copy link
Contributor

bkcsoft commented May 27, 2016

@stevenroose I had not noticed that they were not clickable 😆 Yes, link to branch would be nice (even though the PR will update when the branch is pushed to...)

@bkcsoft
Copy link
Contributor

bkcsoft commented Jun 23, 2016

@sapk still working on this? I found OpenPGP.js and realized that verification could be done in the frontend to off-load the backend (not that it requires off-loading, but nice to keep the load in the frontend if it's possible 😆 ) Thoughts?

@sapk
Copy link
Contributor Author

sapk commented Jun 26, 2016

I didn't tackle the part of the verification and I didn't have time to go further but i will re-put myself on it on the next days. Doing it in the front-end could be done easely. It just need the API to get the user public key from gogs like https://developer.github.com/v3/users/keys/. On the other hand, i don't thinks it would be too much work for the backen to do it. I have to think about it but at first at will implement the API because in both case they will be needed (or at least usefull)

@sapk sapk force-pushed the implement-gpg-keys-api branch from 58827bf to 5ba9aa8 Compare June 26, 2016 22:15
@ekozan
Copy link

ekozan commented Aug 19, 2016

any news ? :)

@sapk
Copy link
Contributor Author

sapk commented Aug 20, 2016

sadly no time yet :-(

@sapk sapk force-pushed the implement-gpg-keys-api branch from 5ba9aa8 to 1fae611 Compare October 13, 2016 00:10
@sapk sapk force-pushed the implement-gpg-keys-api branch from 1fae611 to 1c4bf7a Compare October 17, 2016 22:32
@unknwon unknwon closed this Dec 22, 2016
@ekozan
Copy link

ekozan commented Dec 22, 2016

??

@lesderid
Copy link

@unknwon why did you close this?

@stevenroose
Copy link

I'd kindly invite you to join the Gitea community where a more open approach to community-driven software development is used :)

ethantkoenig referenced this pull request in unfoldingWord/dcs Dec 16, 2017
* comment backport test since the test reference many changes

* fix missing drone test on release/*

* remove test coverage on release/*
@ghost ghost mentioned this pull request Jan 24, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants