gitea/modules/structs
zeripath eb748f5f3c
Add apply-patch, basic revert and cherry-pick functionality ()
This code adds a simple endpoint to apply patches to repositories and
branches on gitea. This is then used along with the conflicting checking
code in  to provide a basic implementation of cherry-pick revert.

Now because the buttons necessary for cherry-pick and revert have 
required us to create a dropdown next to the Browse Source button
I've also implemented Create Branch and Create Tag operations.

Fix  
Fix  

Signed-off-by: Andrew Thornton <art27@cantab.net>
..
admin_user.go Add Visible modes function from Organisation to Users too ()
attachment.go Fix wrong hint when status checking is running on pull request view ()
commit_status.go [Refactor] CombinedStatus and CommitStatus related functions & structs ()
cron.go Add cron running API ()
doc.go Move sdk structs to modules/structs ()
fork.go - name: new parameter in CreateForkOption to give the forked repository ()
git_blob.go Move sdk structs to modules/structs ()
git_hook.go Move sdk structs to modules/structs ()
hook.go Add packagist webhook ()
issue.go Add option to define refs in issue templates ()
issue_comment.go Add API to get issue/pull comments and events (timeline) ()
issue_label.go [API] Fix inconsistent label color format ()
issue_milestone.go Add Created & Updated to Milestone ()
issue_reaction.go [API] Fix 9544 | return 200 when reaction already exist ()
issue_stopwatch.go Display current stopwatch in navbar ()
issue_tracked_time.go [API] Extend times API ()
lfs_lock.go Move sdk structs to modules/structs ()
miscellaneous.go API method to list all commits of a repository ()
nodeinfo.go Add nodeinfo endpoint for federation purposes ()
notifications.go API: add html urls to notification subjects ()
org.go Fix various typos ()
org_member.go Move sdk structs to modules/structs ()
org_team.go Team permission allow different unit has different permission ()
org_type.go Fixes - API Org Visibility ()
pull.go Add option to API to update PullRequest base branch ()
pull_review.go Expose resolver via API ()
release.go Add single release page and latest redirect ()
repo.go API: Return primary language and repository language stats API URL ()
repo_branch.go Support unprotected file patterns ()
repo_collaborator.go Move sdk structs to modules/structs ()
repo_commit.go [API] Add affected files of commits to commit struct ()
repo_file.go Add apply-patch, basic revert and cherry-pick functionality ()
repo_key.go Move sdk structs to modules/structs ()
repo_note.go Add an api endpoint to fetch git notes () ()
repo_refs.go Move sdk structs to modules/structs ()
repo_tag.go [API] Add repoCreateTag ()
repo_topic.go Add API endpoint for accessing repo topics ()
repo_tree.go Move sdk structs to modules/structs ()
repo_watch.go Move sdk structs to modules/structs ()
repo_wiki.go Add API to get/edit wiki ()
settings.go Add custom emoji support ()
status.go [Refactor] CombinedStatus and CommitStatus related functions & structs ()
task.go Move migrating repository from frontend to backend ()
user.go Add an abstract json layout to make it's easier to change json library ()
user_app.go Remove Unused Functions ()
user_email.go Move sdk structs to modules/structs ()
user_gpgkey.go Add option to provide signature for a token to verify key ownership ()
user_key.go Move sdk structs to modules/structs ()