Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust path after moving from "gitblit" to "gitblit-org" on Github | Florian Zschocke | 2022-12-09 | 1 | -1/+1 |
| | |||||
* | doc: Fix download link for fedclient ad api tar | Florian Zschocke | 2022-04-09 | 1 | -1/+1 |
| | | | | | | It was still pointing to Google Code. This closes #1408 | ||||
* | docu: Fix typo | Florian Zschocke | 2020-04-04 | 1 | -1/+1 |
| | |||||
* | List branches from only one repository if a repository name is given | Markus FoĢmpe | 2017-01-26 | 1 | -1/+2 |
| | | | | | | e.g.: https://localhost:8443/rpc/?req=LIST_REPOSITORY_BRANCHES&name=repo.git Fix #1184 | ||||
* | Docs: Fix RPC URL | Steffen Gebert | 2015-03-24 | 1 | -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 documenation | James Moger | 2014-06-22 | 1 | -1/+1 |
| | |||||
* | Change enum name and unit test RSS tag queries | James Moger | 2014-05-08 | 1 | -0/+1 |
| | |||||
* | Revise, complete, and fully test the FORK rpc | James Moger | 2014-05-08 | 1 | -3/+5 |
| | |||||
* | Add and document REINDEX_TICKETS rpc request type | James Moger | 2014-03-06 | 1 | -0/+2 |
| | |||||
* | Documentation | James Moger | 2014-02-26 | 1 | -10/+1 |
| | |||||
* | Documentation | James Moger | 2013-10-25 | 1 | -10/+18 |
| | | | | Change-Id: I717e13d1f852a4adf50b547f4769dd62da2384ce | ||||
* | Added GET_USER request to RPC interface (issue-275) | James Moger | 2013-07-22 | 1 | -0/+2 |
| | |||||
* | Improve RPC documentation | James Moger | 2013-06-27 | 1 | -3/+3 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -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. |