summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/GitBlit.java
Commit message (Expand)AuthorAgeFilesLines
* Show indicators for Sparkleshared repositoriesJames Moger2013-01-111-0/+1
* Fanout service for Sparkleshare clientsJames Moger2013-01-111-0/+34
* Fixed NPE on create repo with mixed case (issue-185)James Moger2013-01-051-2/+2
* Support local accounts with LdapUserService and RedmineUserService (issue-183)James Moger2013-01-041-8/+24
* Cache and re-use project markdown content (issue-172)James Moger2013-01-031-1/+28
* Build project models from repository cache, when possible (issue-172)James Moger2013-01-031-0/+43
* Fixed fork origin determination if !git.cacheRepositoryList (issue-182)James Moger2013-01-021-3/+22
* Fixed NPE with web.allowForking && !git.cacheRepositoryList (issue-182)James Moger2013-01-021-1/+1
* Added case-sensitive check for repositoryJames Moger2012-12-211-1/+12
* Fixed cache bug wrt create/edit repository with existing repo name (issue-172)James Moger2012-12-211-1/+1
* Fixed regression in repository cache wrt repo names with case (issue-172)James Moger2012-12-211-1/+1
* Tweak reading war setting overridesJames Moger2012-12-061-7/+5
* Global and per-repository setting to throttle prolific repos in Activity page...James Moger2012-12-051-1/+13
* Consolidate authentication techniques and support container principals (issue...James Moger2012-12-031-17/+86
* Fixed regression on certificate authentication of servletsJames Moger2012-11-301-4/+13
* Skip re-authentication if we have a valid sessionJames Moger2012-11-291-0/+2
* Improve logging of certificate authenticationJames Moger2012-11-291-5/+9
* Track the authentication type in the sessionJames Moger2012-11-291-1/+9
* Moved cookie and certificate authentication to http request authentication m...James Moger2012-11-291-5/+16
* Fixed missing format call for certificate authentication loggingJames Moger2012-11-281-1/+2
* X509 certificate authentication based on Kevin Anderson's implementationJames Moger2012-11-231-0/+9
* Fixed regression in setting up Lucene executorJames Moger2012-11-061-4/+4
* HTML email notification methods and hook (pull request #51)Guillaume Sauthier2012-11-051-0/+31
* Permission filtering in web uiJames Moger2012-11-021-10/+51
* Include owned repositories while editing a user modelJames Moger2012-11-011-0/+10
* Gracefully deal with missing repository in permissions ui (issue 155)James Moger2012-11-011-1/+4
* Renamed isEditable to mutableJames Moger2012-10-311-2/+2
* Improve transparency of permissions by indicating permission sourceJames Moger2012-10-311-47/+25
* Repository cache must be case-insensitive to match permissionsJames Moger2012-10-311-9/+9
* Don't even bother running Lucene indexer if we are GCing anythingJames Moger2012-10-311-0/+8
* Fixed intermittent incomplete fork networkJames Moger2012-10-301-0/+10
* Refactor GC period into an integer for simpler translationsJames Moger2012-10-301-2/+23
* Stabilizing and polishing permissions ui. Still in-progress.James Moger2012-10-291-11/+40
* Experimental JGit-based GC ExecutorJames Moger2012-10-281-10/+106
* Differentiate between an explicit permission and a regex permissionJames Moger2012-10-221-10/+20
* Completed permissions UI, RPC, and Manager support (issue 36)James Moger2012-10-191-20/+23
* New permissions UI for EditRepository (issue 36)James Moger2012-10-191-4/+71
* Allows integration of GitBlit as plug-in in other projects.Luca Milanesio2012-10-201-13/+61
* Experimental committer verificationJames Moger2012-10-111-0/+2
* Fixed bug where repository ownership was not updated on rename userJames Moger2012-10-101-0/+16
* Finer-grained repository access permissions (issue 36)James Moger2012-10-101-25/+46
* Fixed bug in create/rename repository if the root group alias is specified (i...James Moger2012-10-051-0/+7
* Remove fork reference from origin repository on renameJames Moger2012-10-051-0/+8
* Fixed repository reference leak in fork mechanismJames Moger2012-10-041-41/+11
* Fixed duplicate entries in repository cache (issue 140)James Moger2012-10-041-10/+15
* Fix fork detection on WindowsJames Moger2012-10-031-0/+3
* Display entire fork network. Link as appropriate for user permissions.James Moger2012-10-031-1/+1
* Moved the fork mechanism from a javascript link to a separate pageJames Moger2012-10-021-31/+32
* Method to generate fork network graphJames Moger2012-10-011-0/+33
* Show fork links according to user permissions. Improve fork detection.James Moger2012-10-011-0/+76