summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* issue-361: Reset user cookie after administrative password changeJames Moger2014-01-287-26/+77
* Add Redmine Fetch groovy hook (issue-359)Berke Viktor2014-01-281-0/+68
* Fix broken import from pull request #136James Moger2014-01-281-0/+2
* Added fisheye hook scriptVitaly Litvak2014-01-281-0/+95
* allow specials chars in repo namesMatthias Cullmann2014-01-281-1/+7
* Fixed incorrect tagger identity on dashboards (issue-276)James Moger2014-01-141-2/+2
* 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
* Fixed test.Alex Lewis2013-12-231-1/+1
* Sync bugtraq support for spec v0.3James Moger2013-12-166-145/+205
* 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-0315-13/+1076
* 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-299-33/+75
* Flattened IGitblitManager, GitblitManager, and GitBlit classesJames Moger2013-11-2914-647/+502
* Serve repositories on /r in addition to /gitJames Moger2013-11-298-20/+13