summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/GitBlit.java
Commit message (Expand)AuthorAgeFilesLines
* Added some logging for relinking HEADJames Moger2012-02-021-2/+10
* RepositoryModel will use String rather than RefModel to track the currentPhilip L. McMahon2012-01-281-7/+6
* Allow administrative modification of the default branch/tag referenced by HEAD.Philip L. McMahon2012-01-261-0/+8
* Documentation. Find bugs. Organized imports.James Moger2012-01-091-3/+1
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-091-6/+23
* WAR/Express builds now copy bundled push scripts to configured scripts folderJames Moger2012-01-061-2/+17
* Using ArrayUtils.isEmpty to test arrays and collectionsJames Moger2012-01-051-3/+4
* Federation pull_scripts request. Documentation.James Moger2012-01-041-0/+1
* Show additional columns in users and teams tablesJames Moger2011-12-281-2/+22
* Implemented Team hook scriptsJames Moger2011-12-271-35/+95
* fixed renaming a repository into a new subfolder failed (issue 33)James Moger2011-12-271-0/+5
* Filters menu for Repositories page and Activity page (issue 27)James Moger2011-12-231-1/+1
* Display inherited scripts in EditRepository page. Drop mailing list helpline.James Moger2011-12-231-0/+24
* Support mailing lists for TeamsJames Moger2011-12-211-1/+2
* Renamed GitblitUserService, sendMail method, sendmail.groovy, and RepositoryM...James Moger2011-12-201-13/+9
* Server-side hook script selection. Documentation.James Moger2011-12-191-0/+55
* Edit and store per-repository mail recipients in site and RPCJames Moger2011-12-171-2/+12
* Implemented UserServiceWrapper. Renamed notifyNNN to sendEmail to be more des...James Moger2011-12-171-51/+8
* Groovy push hooksJames Moger2011-12-161-2/+41
* Teams support.James Moger2011-12-071-1/+80
* Implemented ConfigUserService. Fixed and deprecated FileUserService.James Moger2011-12-041-6/+32
* Preliminary changes for running on RedHat OpenShift. Still in-progress.James Moger2011-12-021-9/+80
* Revised user access checks to account for repository ownership.James Moger2011-11-111-1/+1
* Moved ObjectCache classJames Moger2011-11-071-1/+1
* Build gbapi jar. Eliminate unnecessary gbapi runtime dependencies.James Moger2011-11-011-3/+8
* Documentation. Changed status RPC protection. Status tab for Manager.James Moger2011-10-251-3/+5
* Working edit settings RPC. Web.xml is not directly modified.James Moger2011-10-241-5/+3
* Per-repository setting to skip summary metricsJames Moger2011-10-231-0/+2
* Separate management from administration in rpc servlet.James Moger2011-10-231-9/+19
* Fixed collision error on rename repository or userJames Moger2011-10-221-0/+18
* Documentation. Refactoring class names. Re-encapsulate settings.James Moger2011-10-221-15/+11
* Revised settings RPC to be Map<String, SettingModel>.James Moger2011-10-211-0/+103
* Cache repository sizes and default metrics for performance boostJames Moger2011-10-211-3/+53
* Log calculation time of repository sizes. (issue 27)James Moger2011-10-211-4/+16
* Calculate repository sizes in Gitblit instead of the page.James Moger2011-10-021-0/+5
* Fairly complete json rpc interface to view/control Gitblit data objects.James Moger2011-10-021-1/+26
* Refactored federation servlet and utils. Started rpc servlet and utils.James Moger2011-10-011-6/+3
* Added IUserService.setup(IStoredSettings) for custom implementations.James Moger2011-09-281-0/+1
* Poke test during proposal phase.James Moger2011-09-271-1/+2
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-261-78/+9
* Bare option for federation pull registrations. Documentation.James Moger2011-09-261-0/+3
* Revised federation proposal mechanism. Added SendProposalPage.James Moger2011-09-251-0/+80
* Refined mirror federation feature. Documentation.James Moger2011-09-221-5/+5
* Implemented Federation Sets. Documentation.James Moger2011-09-141-1/+28
* Revised federation setting names. Improved documentation.James Moger2011-09-131-11/+14
* Largely completed, uber-cool federation feature.James Moger2011-09-121-15/+432
* Fixed rename and delete repository (issue 10)James Moger2011-07-201-1/+40
* Allow specification of forward-slash character in urls (issue 11)James Moger2011-07-181-0/+14
* Optionally display repository on-disk size on repositories page.James Moger2011-07-111-0/+13
* Documentation. Added JavaDoc. Clarified repository access restriction.James Moger2011-07-051-1/+1