summaryrefslogtreecommitdiffstats
path: root/distrib
Commit message (Collapse)AuthorAgeFilesLines
* Added server setting to specify keystore alias for ssl certificate (issue 98)James Moger2012-12-051-0/+7
|
* Global and per-repository setting to throttle prolific repos in Activity ↵James Moger2012-12-051-0/+8
| | | | page (issue-173)
* Merged and enhanced pull request #55 (disallow forks setting)mschaefers2012-12-041-1/+7
|
* Support alternate compressed download formats (issue-174)James Moger2012-11-301-0/+13
|
* Added groovy and scala extensions to default pretty print listJames Moger2012-11-281-1/+1
|
* Tweak to GCA config, fix send mail prompts, added authority.cmdJames Moger2012-11-272-1/+3
|
* Make activity page respect short commit id setting and lower default from 8 to 6James Moger2012-11-271-1/+1
|
* More refinements to GCAJames Moger2012-11-261-0/+11
|
* Gitblit Certificate Authority revisions. Eliminate certificate scripts.James Moger2012-11-256-27/+0
|
* Command-line tool to generate client certificate bundles for existing usersJames Moger2012-11-234-0/+133
|
* Revised Gitblit GO certificate generation to use new X509 utility functionsJames Moger2012-11-234-3/+23
|
* X509 certificate authentication based on Kevin Anderson's implementationJames Moger2012-11-231-0/+22
|
* Added setting to control length of abbreviated commit hash idJames Moger2012-11-061-0/+5
|
* Added frm to default pretty print extensions (issue 156)James Moger2012-10-311-1/+1
|
* Refactor GC period into an integer for simpler translationsJames Moger2012-10-301-5/+5
| | | | Also hooked-up GC settings in the Manager.
* Experimental JGit-based GC ExecutorJames Moger2012-10-281-0/+61
|
* Implemented optional create-on-pushJames Moger2012-10-211-0/+14
| | | | | | | | | | | | | | | | If this feature is enabled then permitted users can automatically create a repository when pushing to one that does not yet exist. Permitted users are administrators and any user with the CREATE role. If the pushing account is an administrator, the created repository may be located in any folder/project space. This reposiory will inherit the server's default access restriction and authorization control. The repository owner will be the pushing account. If the pushing account is a regular user with the CREATE role, the repository can only be located in the account's personal folder (~username/myrepo.git). This repository will be VIEW restricted and accessible by NAMED users. The repository owner will be the pushing account.
* Added RedmineUserServicemallowlabs2012-09-081-0/+11
|
* Draft project pages, project metadata, and RSS feedsJames Moger2012-09-071-0/+5
| | | | | | 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.
* Optionally cache repository list for improved performanceJames Moger2012-08-171-4/+15
|
* Submodules supportJames Moger2012-08-101-0/+12
|
* StartTLS is not supported in LdapUserService (issue 122)Steffen Gebert2012-08-091-0/+2
| | | | | By providing an URL in the format "ldap+tls://ldapserver.example.com", you can now connect to LDAP servers that require StartTLS command.
* Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)James Moger2012-08-021-0/+8
|
* Regex exclusions for repository search (issue 103)James Moger2012-08-011-0/+10
|
* Add recursion depth control for repository search (issue 103)James Moger2012-08-011-0/+6
|
* Added shell script equivalents to the cmd versions to generate the keystoreKonstantinos Kostarellis2012-07-182-0/+12
|
* DocumentationJames Moger2012-07-111-0/+6
|
* Updated Apache Commons Daemon to 1.0.10James Moger2012-07-104-0/+0
|
* Added setting to control Groovy Grape folder (issue 91)James Moger2012-06-181-0/+7
|
* Configurable robots.txt (issue 99)James Moger2012-06-151-0/+7
|
* Updated to Bootstrap 2.0.4. Responsive layout by default.James Moger2012-06-081-0/+7
|
* Try multiple encodings when working with string blobs (issue 97)James Moger2012-06-071-0/+11
|
* Expose JGit's runtime configuration settings (issue 93)James Moger2012-06-061-115/+211
|
* Implemented default access restriction (issue 88)James Moger2012-06-061-0/+10
|
* Changed constants and fixed nullpointer in update repositoryJames Moger2012-05-101-11/+16
|
* Web UI done for Custom Fields. Changed variable names to be consistent with ↵John Crygier2012-05-041-0/+10
| | | | "custom" instead of "user"
* Added a script to facilitate setting the proxy host and port and no proxy ↵Mohamed Ragab2012-05-024-4/+32
| | | | hosts, and then it concatenates all the java system properties for setting the java proxy configurations and puts the resulting string in an environment variable JAVA_PROXY_CONFIG, modified the scirpts gitblit, gitblit-ubuntu, and gitblit-centos to source the java-proxy-config.sh script and then include the resulting java proxy configuration in the java command
* Allow user services to control editing of display name and email addressJames Moger2012-04-251-7/+7
|
* Merge jcrygier's LDAP injection defense and displayname/email retrievalJames Moger2012-04-251-0/+22
|\ | | | | | | | | Add LDAP logic to retrieve display name & email address Add code / test to defend against LDAP injection attacks.
| * Add logic to get display name & email (Simply stored in user model for now).John Crygier2012-04-251-0/+22
| | | | | | | | Add code / test to defend against LDAP injection attacks.
* | DocumentationJames Moger2012-04-241-20/+32
|/
* Allow for different port for LDAP in-memory server. Update some documentation.John Crygier2012-04-101-15/+16
|
* Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵John Crygier2012-04-101-7/+45
| | | | to be started with Gitblit GO (backed by an LDIF file).
* Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-061-0/+46
|
* Fixes init script for chkconfig. Mohamed Mansour2012-03-281-0/+1
| | | | chkconfig was failing with the following messsage "service gitblit does not support chkconfig" Adding a description attribute resolves this issue since it is a required chkconfig attribute.
* Added a utility class to specify gitblit.indexBranch en masseJames Moger2012-03-271-0/+20
|
* Added web.allowLuceneIndexing to enable/disable Lucene integrationJames Moger2012-03-251-0/+9
|
* Externalized the Lucene ignore extensionsJames Moger2012-03-211-0/+6
|
* Added Ubuntu service init script (issue 72)James Moger2012-03-201-0/+46
|
* Eliminated Lucene settingsJames Moger2012-03-191-25/+0
|