summaryrefslogtreecommitdiffstats
path: root/src/site/rpc.mkd
Commit message (Collapse)AuthorAgeFilesLines
* Adjust path after moving from "gitblit" to "gitblit-org" on GithubFlorian Zschocke2022-12-091-1/+1
|
* doc: Fix download link for fedclient ad api tarFlorian Zschocke2022-04-091-1/+1
| | | | | | It was still pointing to Google Code. This closes #1408
* docu: Fix typoFlorian Zschocke2020-04-041-1/+1
|
* List branches from only one repository if a repository name is givenMarkus FoĢˆmpe2017-01-261-1/+2
| | | | | | e.g.: https://localhost:8443/rpc/?req=LIST_REPOSITORY_BRANCHES&name=repo.git Fix #1184
* Docs: Fix RPC URLSteffen Gebert2015-03-241-5/+5
| | | | | The RPC URL should be `/rpc/?` and not `/rpc?` according to https://groups.google.com/d/msg/gitblit/Ajp2gR3B2bM/AXg6wIf21eIJ
* Removed unnecessary and obsolete download links from documenationJames Moger2014-06-221-1/+1
|
* Change enum name and unit test RSS tag queriesJames Moger2014-05-081-0/+1
|
* Revise, complete, and fully test the FORK rpcJames Moger2014-05-081-3/+5
|
* Add and document REINDEX_TICKETS rpc request typeJames Moger2014-03-061-0/+2
|
* DocumentationJames Moger2014-02-261-10/+1
|
* DocumentationJames Moger2013-10-251-10/+18
| | | | Change-Id: I717e13d1f852a4adf50b547f4769dd62da2384ce
* Added GET_USER request to RPC interface (issue-275)James Moger2013-07-221-0/+2
|
* Improve RPC documentationJames Moger2013-06-271-3/+3
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+295
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.