summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #135 from kxyfyh/branch_fixbugJames Moger2014-01-142-2/+2
|\
| * 修正读取默认文件语言识别Ting2014-01-142-2/+2
* | Fixed compile failure and updated translated empty repo pagesJames Moger2014-01-146-1/+16
* | Updating the Dutch translation fileMartijn2014-01-131-8/+12
* | Improving empty repo pageMartijn2014-01-132-2/+7
* | Changing hardcoded `gitblit` origin into `origin`.Martijn2014-01-131-1/+1
|/
* Issue 356 - function updateUserModels also updates the stored teams inAlfred Schmid2014-01-091-6/+10
* Evaluate X_Forwarded_Context only when X-Forwarded-Context is not setBenjamin Asbach2014-01-041-1/+1
* Tweak info logging in GitblitReceivePack and open variable scopeJames Moger2013-12-301-7/+7
* New canonical base url setting for repository urls and notificationsJames Moger2013-12-307-17/+38
* Support customizing the "from" display name for generated emailsJames Moger2013-12-306-7/+93
* Allow overriding the page title in a page subclassJames Moger2013-12-301-3/+7
* Add FontAwesome dependencyJames Moger2013-12-307-0/+419
* Fix potential NPE on getting Markdown contentJames Moger2013-12-301-2/+5
* Do not serialize the Logger instanceJames Moger2013-12-301-8/+13
* Sync bugtraq support for spec v0.3James Moger2013-12-164-103/+147
* Use multiple mappings for the git servlet instead of multiple instancesJames Moger2013-12-131-10/+2
* Fixed regression in /r/ security due to Servlet 2.5 rollbackJames Moger2013-12-121-0/+8
* Rollback to Servlet 2.5James Moger2013-12-1129-772/+720
* Show mirror indicator on repository url panelJames Moger2013-12-111-1/+4
* Remove obsolete pageName labelJames Moger2013-12-111-1/+0
* Fix NPE in getting a user's fork if repository caching is disabledJames Moger2013-12-111-1/+1
* Remove deprecated methods from User and Team modelsJames Moger2013-12-113-90/+1
* Fix NPE on usermodel account type checkingJames Moger2013-12-112-2/+4
* Centralize cookie creationJames Moger2013-12-117-32/+25
* Fix external authentication failureJames Moger2013-12-113-17/+26
* Allow null authentication provider to manipulate usersJames Moger2013-12-101-4/+4
* Merge pull request #128 from alexmob/issue-350James Moger2013-12-102-2/+2
|\
| * issue-350: Fixes issue when an apostrophe is present in a User's nameAlex Lewis2013-12-102-2/+2
* | Fix LDAP port and bind regressions due to change for issue-343James Moger2013-12-101-2/+11
* | Remove @Inject references because they confuse JEE containersJames Moger2013-12-1019-144/+170
|/
* Support Markdown image links relative to the repository root (issue-324)James Moger2013-12-091-0/+32
* Simplify blob loading codeJames Moger2013-12-031-24/+3
* Simplify bare repository bugtraq config loadingJames Moger2013-12-031-36/+12
* Add support for per-repository bugtraq configurationJames Moger2013-12-0313-13/+785
* Add coloring modes to the blame page (issue-2, pull request #125)Alex Lewis2013-12-026-20/+299
* Added filesystem write permission check (issue-345)James Moger2013-11-294-5/+25
* Invalidate all cached repository data on "clear cache" (issue-346)James Moger2013-11-292-0/+6
* Update to Lucene 4.6.0 (pull request #124)James Moger2013-11-291-49/+36
* Refactor managers and authentication for federationJames Moger2013-11-2914-1041/+1269
* Change IGitblit API to be more distinct from IUserServiceJames Moger2013-11-298-28/+70
* Flattened IGitblitManager, GitblitManager, and GitBlit classesJames Moger2013-11-2913-644/+499
* Serve repositories on /r in addition to /gitJames Moger2013-11-298-20/+13
* Revised committer verification to require email addressJames Moger2013-11-292-20/+13
* Refactor user services and separate authentication (issue-281)James Moger2013-11-2944-2829/+2031
* Update unit tests for refactored architectureJames Moger2013-11-293-10/+6
* Renamed Gitblit to GitBlit to not break existing Groovy hooksJames Moger2013-11-299-35/+53
* Moved servlets and services to separate packagesJames Moger2013-11-2941-82/+170
* Extract Federation, Gitblit and Services manager from GitBlit singletonJames Moger2013-11-2918-1610/+1819
* Extract ProjectManager from the GitBlit singletonJames Moger2013-11-294-256/+341