| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ice5706dc0659a44f54e5bf29ca66580e3be22418
|
|
|
|
| |
Change-Id: Ide78d4c5db59a734060ce527a59450eed8433c1a
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
One issue that frequently arises in the discussion group and the bug
tracker is how Tomcat automatically re-encodes %2f as '/' which breaks
url parameters with %2f. After documenting this in half a dozen places
it still comes up. Clearly I haven't done enough.
Gitblit will now act on, instead of just report, an improperly configured
web.forwardSlash character on Tomcat containers. This will make Gitblit
"just work" for more users and will make the world a better place.
Change-Id: I344428804070a2d6082022cf6b80e2a3d83cea84
|
|
|
|
| |
Change-Id: Icd060aad6c5d72bd02bac8b4098d4b9fe418494b
|
|
|
|
| |
Change-Id: I0da34a1da0dc3dcb07a98629c2284184402cb23a
|
|
|
|
| |
Change-Id: I249a88994961c671a090cc33cd0eb8e506f6513e
|
|
|
|
| |
Change-Id: Id6bf070a43072a61a0034bd2d971fc819c9b03e3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently the LDAP user service will not dereference aliases when
searching for groups. This patch enables dereferencing aliases for the
group search. This is benefitial if groups are defined in the DIT in a
common place but only certain ones shall play a role in Gitblit. These
can now be linked under a group that can be provided as search base for
groups, without having to recreate the existing groups under the search
base.
In addition, the new doSearch() method implemented in this patch also
limits the attributes returned for the group search to the "cn"
attribute, which is the only one used. That prevents returning all the
members of the result groups, which can be a lot.
Change-Id: I29e1560390810304386dcea5ca40aaf78601b3a9
|
| |
|
| |
|
|
|
|
| |
Change-Id: I5239808bc71441022b4b82e9d369866e9600bbfa
|
|
|
|
| |
Change-Id: I568ffc2b7dfb59e8a6748aaf3e16993bb2016384
|
|
|
|
| |
Change-Id: I6935fa45598da847936748b474a3da47e94efaac
|
|
|
|
| |
Change-Id: I3a7c13b4c626f8b5ea2a63717dfe4249c19eebb4
|
|
|
|
| |
Change-Id: I421a6b8f8c8eaa5d34b7629858de76fc96458cd3
|
|
|
|
| |
Change-Id: I07d05eb45e40c233facfa3674f9528d2bda4b5d5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I422696130695cb18d4c1518b0d53265d7247f966
|
|
|
|
| |
Change-Id: I82ef161c6b6956c7b83cd4a1c37627beac6ea75b
|
|
|
|
| |
Change-Id: I0eb217064abc4f4b0f6bfbbc21302c470cc2f9c6
|
|
|
|
|
|
|
| |
A new property web.rootLink has been introduced to
customise the link underlying the top-left logo in GitBlit.
When undefined the older behaviour is to link to the
GitBlit home page.
|
|
|
|
| |
Change-Id: I33966b8292434c10ffd623838d09527aaebaca5f
|
|
|
|
| |
Change-Id: Ic475d570a3438916cd952d317338df1756c8be5a
|
|
|
|
| |
Change-Id: I3b1c43186d88a30238213983dd702601eb3a6172
|
|
|
|
| |
Change-Id: Ie023b5fc58bf988e9064700918a79718aaa6c94b
|
|
|
|
| |
Change-Id: I2f695f5d5d72d8c08272981f756334b45398a1f7
|
|
|
|
| |
Change-Id: I27482c223a3daa0d10f37e88cd80481c6e1eb4b0
|
|
|
|
|
|
|
|
|
| |
All WikiLinks must be specified relative to the root of the repository.
The displayed link text is stripped to just the document name. Spaces in
the document name are replaced with '-' characters; this is consistent with
wiki syntax and Github.
Change-Id: Id3fb1b5441352d9bacc4993a5b85882db113693b
|
|
|
|
| |
Change-Id: I2c0f5dbb479c06402645cbb92e4845eed29d6726
|
|
|
|
|
|
|
| |
Automatic detection also will now also display a plain text "readme"
or "readme.txt" file.
Change-Id: Id6be729bdc469e7a5cfd1f4144df340a6b93475e
|
|
|
|
| |
Change-Id: I7ffcbf00e70eea68803eb6c046d5ddca55503b8b
|
| |
|
|
|
|
| |
Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d
|
| |
|
|
|
|
| |
Change-Id: I9f613114b2bb4c1dacae6e67c7673149a0476cf1
|
|
|
|
| |
Change-Id: Ifc878cb59fe66674e6dfdc6d233fa26be1f4d605
|
| |
|
|
|
|
|
| |
- Fixes syntax
- Better translation
|
|
|
|
| |
Change-Id: Id18077126e984a767725cf9e8d8eb531a14e1713
|
|
|
|
| |
Change-Id: I0f6551bb7ca2f9b8908e95359b375c23daeab380
|
|
|
|
| |
Change-Id: I19f9507fdb859902a6df96f1960433a91378e400
|
|
|
|
| |
Change-Id: I93dcdc72bfae0e0fac9a0f4872537a43bbd73d36
|
|
|
|
| |
Change-Id: I431659cf1d57a8d9bffb065fa47e1296e7f8c838
|
|
|
|
| |
Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
|
|
|
|
| |
Change-Id: Ia244aedb37067c138343a9094bf489a367a4464d
|
|
|
|
| |
Change-Id: Ie177a9e5e9f88ea35bb8f9fe0b6c9af7ce92a280
|
|
|
|
| |
Change-Id: Ie0b7d1e11d634577e943c8e4dbab080b0078f1b4
|
|
|
|
| |
Change-Id: I7a70b04e9b8e49a78d98e0842aeda3f6d8e3ce28
|
|
|
|
| |
Change-Id: I8f26746a611e9ab955efe8b2597cc81db48fb085
|
|
|
|
| |
Change-Id: I68ed7e4db32fa69a13979b544e80edf3212555cd
|