summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/client
Commit message (Collapse)AuthorAgeFilesLines
* Remove artifact setting from manager dialogJames Moger2013-11-261-4/+0
| | | | Change-Id: I249a88994961c671a090cc33cd0eb8e506f6513e
* Eliminate the "enumerate documentation" repository settingJames Moger2013-11-142-8/+0
| | | | Change-Id: I3a7c13b4c626f8b5ea2a63717dfe4249c19eebb4
* Implement mirror executor (issue-5)James Moger2013-11-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | The mirror executor will fetch ref updates for repository mirrors. This feature is disabled by default and can be enabled by setting git.enableMirroring=true. The period between update checks is configurable, but it is global. An individual rpeository may not set it's own update schedule. Requirements: 1. you must manually clone the repository using native git git clone --mirror git://somewhere.com/myrepo.git 2. the "origin" remote must be the mirror source 3. the "origin" repository must be accessible without authentication OR the credentials must be embedded in the origin url (not recommended) Notes: 1. "origin" SSH urls are untested and not likely to work 2. mirrors cloned while Gitblit is running are likely to require clearing the gitblit cache (link on the repositories page of an administrator account) 3. Gitblit will automatically repair any invalid fetch refspecs with a "//" sequence. Change-Id: I4bbe3fb2df106366ae4c2313596d0fab0dfcac46
* Remove "show readme" flag in favor of automatic detectionJames Moger2013-10-251-7/+0
| | | | | | | Automatic detection also will now also display a plain text "readme" or "readme.txt" file. Change-Id: Id6be729bdc469e7a5cfd1f4144df340a6b93475e
* Remove remaining TicGit tickets referencesJames Moger2013-09-302-15/+0
| | | | Change-Id: I431659cf1d57a8d9bffb065fa47e1296e7f8c838
* Trim trailing whitespace and organize importsJames Moger2013-09-3042-226/+345
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Change default access restriction to PUSHJames Moger2013-09-271-1/+1
| | | | Change-Id: I74b3f9fedd77294c53648f8eaa730d4a84917555
* Revisions and documentation for personal repository prefix changeJames Moger2013-09-172-6/+35
|
* Refactor logic for user repository path into one class.Florian Zschocke2013-08-262-3/+5
| | | | Gather logic for building the path/name of a personal user repository into one class.
* Refinements to push log display and daily digestsJames Moger2013-05-311-1/+1
| | | | | | * Properly support timezone-based date groupings * Polish css for the major browsers on Win & Linux * Use Gitblit constants for refs instead of JGit constants
* Improve Gerrit change ref rendering (issue-206)James Moger2013-04-231-0/+5
|
* Revised incremental push tags featureJames Moger2013-04-011-5/+5
|
* Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtagsJames Moger2013-04-011-0/+7
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-2744-0/+9474
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.