summaryrefslogtreecommitdiffstats
path: root/docs/01_setup.mkd
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-767/+0
| | | | | | | | | 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.
* Updated docs for upgrade procedureJames Moger2013-01-161-8/+21
|
* Support --baseFolder parameter and small data reorganizationJames Moger2013-01-151-54/+80
|
* DocumentationJames Moger2012-12-051-9/+16
|
* DocumentationJames Moger2012-11-271-13/+55
|
* Implemented exclusion (X) permissionJames Moger2012-10-231-1/+20
|
* Permission regexes are now case-insensitiveJames Moger2012-10-221-2/+2
|
* Split committer verification description into two stringsJames Moger2012-10-191-2/+0
|
* Experimental committer verificationJames Moger2012-10-111-2/+35
|
* Try regex permission matching if exact permission is not found (issue 36)James Moger2012-10-101-1/+12
|
* Finer-grained repository access permissions (issue 36)James Moger2012-10-101-7/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented discrete repository access permissions to replace the really primitive course-grained permissions used to this point. This implementation allows for finer-grained access control, but still falls short of integrated, branch-based permissions sought by some. Access permissions follow the conventions established by Gitosis and Gitolite so they should feel immediately comfortable to experienced users. This permissions infrastructure is complete and works exactly as expected. Unfortunately, there is no ui in this commit to change permissions, that will be forthcoming. In the meantime, Gitblit hot-reloads users.conf so the permissions can be manipulated at runtime with a text editor. The following per-repository permissions are now supported: - V (view in web ui, RSS feeds, download zip) - R (clone) - RW (clone and push) - RWC (clone and push with ref creation) - RWD (clone and push with ref creation, deletion) - RW+ (clone and push with ref creation, deletion, rewind) And a users.conf entry looks something like this: [user "hannibal"] password = bossman repository = RWD:topsecret.git
* Support X-Forwarded-Context for subdomain proxy configs (issue 135)James Moger2012-09-201-0/+5
|
* Draft project pages, project metadata, and RSS feedsJames Moger2012-09-071-0/+1
| | | | | | This is an in-progress feature to offer an interface for grouped repositories. This may help installations with large numbers of repositories stay organized. It also will be part of a future, more advanced security model.
* Corrected documentation (issue 115)James Moger2012-08-031-2/+2
|
* Support for X-Forwarded-Proto and X-Forwarded-Port (issue 115)James Moger2012-08-021-0/+4
|
* DocumentationJames Moger2012-07-111-1/+7
|
* Added setting to control Groovy Grape folder (issue 91)James Moger2012-06-181-0/+21
|
* Revisions to custom fieldsJames Moger2012-05-101-0/+10
|
* DocumentationJames Moger2012-04-241-61/+69
|
* Allow for different port for LDAP in-memory server. Update some documentation.John Crygier2012-04-101-1/+1
|
* Documentation for LDAP. Covers the setup case that is in the JUnit ↵John Crygier2012-04-101-1/+60
| | | | Integration Test.
* DocumentationJames Moger2012-03-271-6/+18
|
* Added web.allowLuceneIndexing to enable/disable Lucene integrationJames Moger2012-03-251-2/+6
|
* DocumentationJames Moger2012-03-211-9/+28
|
* DocumentationJames Moger2012-03-211-0/+5
|
* DocumentationJames Moger2012-03-191-9/+17
|
* Update to Bootstrap 2.0James Moger2012-02-161-0/+1
|
* Documented overriding default log4j configuration (issue 53)James Moger2012-02-091-0/+8
|
* Added AJP connector and some documentation on how to use it (issue 59)James Moger2012-02-091-0/+62
|
* Documentation.James Moger2012-01-111-1/+1
|
* Documentation.James Moger2012-01-061-2/+3
|
* Implemented Team hook scriptsJames Moger2011-12-271-6/+8
|
* Support mailing lists for TeamsJames Moger2011-12-211-11/+40
|
* Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵James Moger2011-12-201-7/+21
| | | | RepositoryModel.mailingLists
* Server-side hook script selection. Documentation.James Moger2011-12-191-4/+24
|
* Groovy push hooksJames Moger2011-12-161-7/+26
|
* Teams support.James Moger2011-12-071-147/+32
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Implemented ConfigUserService. Fixed and deprecated FileUserService.James Moger2011-12-041-9/+31
|
* Documentation. Changed status RPC protection. Status tab for Manager.James Moger2011-10-251-1/+1
|
* Documentation. Refactoring class names. Re-encapsulate settings.James Moger2011-10-221-0/+1
|
* Documentation.James Moger2011-10-111-1/+1
|
* Merge branch 'master' into rpcJames Moger2011-10-111-30/+33
|\
| * Documentation. Updated to MarkdownPapers 1.2.3.James Moger2011-10-111-30/+33
|/
* Added IUserService.setup(IStoredSettings) for custom implementations.James Moger2011-09-281-0/+10
| | | | This allows custom implementations to store their settings alongside the Gitblit GO or WAR settings while remaining unit-testable.
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-261-1/+1
|
* Updated to JGit 1.1.0 and reverse-sort library dependencies.James Moger2011-09-221-2/+2
|
* Implemented Federation Sets. Documentation.James Moger2011-09-141-0/+1
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-3/+5
|
* Documentation and build script improvements.James Moger2011-07-201-1/+134
|
* Documentation. Added upgrade info to site. Moved todos to GoogleCode.James Moger2011-07-011-0/+25
|