summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-305/+372
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-291-0/+1
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+9
* Add API for Label templates (#24602)JakobDev2023-05-231-0/+2
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-8/+8
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-091-3/+3
* Add API for gitignore templates (#22783)JakobDev2023-04-271-0/+2
* Add API for License templates (#23009)JakobDev2023-04-261-0/+2
* Move code from module to service (#24287)KN4CK3R2023-04-231-1/+1
* Fix access token issue on some public endpoints (#24194)harryzcy2023-04-211-6/+6
* Refactor web route (#24080)wxiaoguang2023-04-201-3/+3
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+5
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)wxiaoguang2023-04-041-0/+5
* Implement Issue Config (#20956)JakobDev2023-03-281-0/+2
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-0/+8
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-241-0/+2
* Add login name and source id for admin user searching API (#23376)Lunny Xiao2023-03-151-1/+1
* add admin API email endpoints (#22792)techknowlogick2023-03-141-0/+4
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-0/+1
* Add user webhooks (#21563)KN4CK3R2023-03-101-0/+7
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-2/+2
* Implement actions (#21937)Jason Song2023-01-311-4/+39
* Support system hook API (#14537)Lunny Xiao2023-01-281-0/+7
* Add API endpoint to get latest release (#21267)JakobDev2023-01-261-0/+1
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-194/+228
* Prevent panic on looking at api "git" endpoints for empty repos (#22457)zeripath2023-01-151-1/+1
* Remove ReverseProxy authentication from the API (#22219)zeripath2022-12-271-9/+3
* refactor bind functions based on generics (#22055)Lunny Xiao2022-12-121-7/+2
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-0/+25
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add some documentation to packages (#21648)zeripath2022-11-121-0/+1
* Load GitRepo in API before deleting issue (#21720)Jason Song2022-11-121-1/+1
* Add configuration for CORS allowed headers (#21747)Drew Noel2022-11-111-1/+1
* Add API endpoint to get changed files of a PR (#21177)qwerty2872022-09-291-0/+1
* Go 1.19 format (#20758)John Olheiser2022-08-301-49/+49
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-2/+3
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-0/+9
* Add write check for creating Commit status (#20332)Gusted2022-07-121-1/+1
* User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19...Anthony Wang2022-06-191-0/+7
* Implement http signatures support for the API (#17565)Wim2022-06-051-0/+1
* Add API to serve blob or LFS file content (#19689)qwerty2872022-06-041-0/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+2
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-1/+2
* Add API to check if team has repo access (#19540)qwerty2872022-05-011-1/+2
* Use middleware to open gitRepo (#19559)65432022-04-301-1/+1
* Add API to query collaborators permission for a repository (#18761)Florin Hillebrand2022-04-291-3/+6
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-4/+13
* more context for models (#19511)65432022-04-281-1/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-18/+18