summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated to Groovy 1.8.8James Moger2012-09-271-2/+2
|
* Updated to JGit 2.1.0.201209190230-rJames Moger2012-09-271-6/+6
|
* Fix LDAP connection leak (issue 139)James Moger2012-09-261-34/+37
|
* Move -source jars into ext/srcJames Moger2012-09-211-0/+10
|
* Support X-Forwarded-Context for subdomain proxy configs (issue 135)James Moger2012-09-201-1/+15
|
* Revised delete branch feature (issue 121)James Moger2012-09-206-21/+41
|
* Merge branch 'delete-branch' of https://github.com/ajermakovics/gitblitJames Moger2012-09-205-8/+43
|\
| * Added a link to delete a branchajermakovics2012-09-195-8/+43
| | | | | | | | delete link appears on the branches page if an admin user is logged in.
* | Update polish translation of GitBlitWebApp propertiesLukasz Jader2012-09-191-1/+6
| |
* | Update polish translation of EmptyRepositoryPageLukasz Jader2012-09-191-4/+4
|/
* Diff page can now show a diff between two branchesajermakovics2012-09-181-151/+195
| | | | | To see a diff between two branches use the syntax: <host>/commitdiff/myRepo/branch1..branch2
* Use https for Gravatar integrationJames Moger2012-09-171-2/+2
|
* Fix linefeed problem for Prettify (issue 130)James Moger2012-09-171-2/+3
|
* Restore zebra stripping, added line hovering, fix overflow (issue 130)James Moger2012-09-171-48/+6
|
* Adjust blob view layout to improve line links (issue 130)James Moger2012-09-171-2/+7
| | | http://nicolasgallagher.com/jump-links-and-viewport-positioning
* Mostly complete blob view line links feature, DOM offset bug remains (issue 130)James Moger2012-09-141-23/+97
|
* Fixed null pointer in commit page due to changes in submodule link (issue 132)James Moger2012-09-141-3/+8
|
* Added missing Lucene deps to fedclient (issue 131)James Moger2012-09-141-0/+3
|
* Expose ReceivePack to Groovy hooks (issue 125)James Moger2012-09-141-0/+1
|
* EmptyRepositoryPage_es.html: up-to date with the last changesMrbytes2012-09-141-4/+4
|
* GitBlitWebApp_es.properties: up-to date with the last changesMrbytes2012-09-121-1/+6
| | | | Signed-off-by: Mrbytes <eguervos@msn.com>
* Redirect to summary page from empty page for a repo with commits (issue 129)James Moger2012-09-105-39/+83
|
* Strip folder name and .git from repo links in the project viewJames Moger2012-09-101-6/+6
|
* Fix bug in diff view for filenames with non-ASCII characters (issue 128)James Moger2012-09-103-8/+53
|
* Fixed non admin user could not login with Redminemallowlabs2012-09-091-7/+12
|
* Added cookie suportmallowlabs2012-09-081-5/+2
|
* Changed using ConnectionUtilsmallowlabs2012-09-081-3/+3
|
* Added RedmineUserServicemallowlabs2012-09-081-0/+128
|
* Draft project pages, project metadata, and RSS feedsJames Moger2012-09-0720-113/+1517
| | | | | | 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.
* Update to Jetty 7.6.5James Moger2012-09-071-6/+6
|
* Merged CVE-2007-450 warning logging from Jason Pyeron (issue 126)Jason Pyeron2012-09-062-0/+138
|
* Switch from StringBuffer to StringBuilderJames Moger2012-08-312-3/+3
|
* Setting Admin attribute is now consistent with LDAP team configJames Moger2012-08-271-10/+23
|
* Update src/com/gitblit/wicket/GitBlitWebApp_ja.propertiesJames Moger2012-08-261-1/+1
| | | Added missing equals sign to gb.pagePrevious
* Update src/com/gitblit/wicket/GitBlitWebApp_es.propertiesJames Moger2012-08-261-1/+1
| | | Added missing equals sign to gb.pagePrevious
* Update src/com/gitblit/wicket/GitBlitWebApp_pl.propertiesJames Moger2012-08-261-1/+1
| | | Added missing equals sign to gb.sendProposal
* Add 2 missing '=' in the English language file.Mikael Karlsson2012-08-261-2/+2
|
* Reset build identifiers for the next releaseJames Moger2012-08-251-2/+2
|
* Final documentation of 1.1.0 releasev1.1.0James Moger2012-08-251-2/+2
|
* Implemented custom request handling for (un)authenticated sessions to ↵James Moger2012-08-246-17/+83
| | | | workaround Wicket bugs
* Clearing the cache via RPC no longer requires admin credentialsJames Moger2012-08-232-3/+3
|
* Translate all message to KoreanDongsu, KIM2012-08-232-0/+364
|
* Fixed MailExecutor's flaws in coping with mail server connection troubleJames Moger2012-08-221-39/+8
|
* Fixed generated urls in RSS feeds for grouped repositoriesJames Moger2012-08-221-1/+2
|
* Fix for possible nullpointer reported in issue 123James Moger2012-08-191-5/+7
|
* Cache repository models to improve performance (issue 103)James Moger2012-08-181-24/+113
|
* Fixed string encoding regression introduced with fix for BOMJames Moger2012-08-181-1/+0
|
* Fix performance logging null pointer on anonymous repository browsingJames Moger2012-08-171-1/+1
|
* Eliminated unnecessary repository enumeration (issue 103)James Moger2012-08-171-4/+13
|
* Optionally cache repository list for improved performanceJames Moger2012-08-1713-45/+224
|