summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Fix backslash regression in relative path determiniationJames Moger2014-10-131-1/+1
* Improve relative path determination using Java 7 PathsJames Moger2014-10-101-14/+6
* Bug in the rawservlet in extracting the repository out of the path. TheRobbert Noordzij2014-10-071-1/+1
* Remove Wicket references from non-Wicket packagesJames Moger2014-09-308-142/+142
* Remove git.streamFileThreshold settingJames Moger2014-09-301-2/+0
* Merged #197 "Fix cropped ticket status indicator"James Moger2014-09-301-10/+0
|\
| * Fix cropped ticket status indicatorJames Moger2014-09-301-10/+0
* | Hack/workaround Bootstrap responsive behavior for ticket dropdownsJames Moger2014-09-302-2/+2
|/
* Rename redirect methodJames Moger2014-09-306-10/+10
* Bypass Wicket redirects after AJAX form submissions, they break TomcatJames Moger2014-09-306-7/+19
* Register BouncyCastle as a JCE providerJames Moger2014-09-301-0/+3
* Support GITBLIT_HOME as a system property and environment variableJames Moger2014-09-302-13/+37
* Tweak styling of clear cache & new repository links on repositories panelJames Moger2014-09-291-3/+3
* Respect repository default integration branch for new proposal ticketsJames Moger2014-09-261-0/+5
* Improve the error message when too many commits are pushed for a proposalJames Moger2014-09-261-6/+95
* Fix failure to clear/delete ticket topic and descriptionJames Moger2014-09-251-3/+4
* Restrict Gitblit cookie to the context pathJames Moger2014-09-257-8/+86
* Fix GITBLIT_HOME environment variable baseFolder supportJames Moger2014-09-241-3/+3
* Fix bug in migrating to BranchTicketServiceJames Moger2014-09-171-1/+5
* Add NO CHANGE REQUIRED ticket statusJames Moger2014-09-172-4/+6
* Sanitize ticket text at presentation time to avoid unintended html encodingJames Moger2014-09-177-26/+30
* Explicitly declare RepositoryPage subclasses that reference commitsJames Moger2014-09-1715-17/+91
* Ensure TicketModel comment text is not null in hasComment() testJames Moger2014-09-171-1/+1
* Disable permission checkboxes if permission is inheritedJames Moger2014-09-111-3/+26
* Preserve refs in commits, tree, & docs navbar linksJames Moger2014-09-113-14/+28
* Fix repository deletion bug where the Lucene ticket index was not purgedJames Moger2014-09-081-1/+1
* Fix MigrateTickets failure for view-restricted repositoriesJames Moger2014-09-084-2/+36
* Fix value discarding bug in SafeTextModelJames Moger2014-09-081-2/+2
* Fix potential NPE in TicketListPanel due to missing repositoryJames Moger2014-09-081-9/+19
* Include all users with RW access in New Ticket responsible choicesJames Moger2014-09-081-14/+21
* Improve bad request handling in branch graph, zip, & syndication servletsJames Moger2014-09-085-9/+51
* Allow LDAP to reset/delete an user email address valueJames Moger2014-09-081-0/+4
* Expose setting to control Lucene repository indexing frequencyJames Moger2014-09-084-20/+19
* Fix ticket mail dropping bug when author does not have an addressJames Moger2014-09-081-1/+1
* Apply the relaxed XSS filter to Markdown commit messagesJames Moger2014-09-071-1/+2
* Enforce relaxed XSS filtering on markup documentsJames Moger2014-09-076-463/+480
* Implement a SafeTextModel and use that for fields vulnerable to XSSJames Moger2014-09-075-11/+112
* XSS sanitize standard page url parametersJames Moger2014-09-072-189/+221
* Create infrastructure for XSS sanitizationJames Moger2014-09-0711-8/+219
* New forks shall respect the source repository access restrictionJames Moger2014-09-051-0/+7
* Specify response header X-Frame-Options SAMEORIGIN for generated pagesJames Moger2014-09-051-0/+3
* Change Clippy's script access attributeJames Moger2014-09-052-2/+2
* Fix NPE in raw servlet for long project namesJames Moger2014-09-051-4/+1
* Fix raw serving of files/directories that do not exist in a branch/refJames Moger2014-09-042-36/+42
* Quote all Lucene query args that have non-alphanumeric charactersJames Moger2014-09-041-2/+4
* Fix NPEs when handling referenced milestones that do not existJames Moger2014-09-042-12/+21
* Alias UTF-9 and UTF-18 as UTF-8 in JGitJames Moger2014-09-041-0/+14
* Do not drop missing owners from owners paletteJames Moger2014-09-041-2/+5
* Merged #149 "Repo creation with initial commit fails if user does not have an...James Moger2014-09-041-1/+3
|\
| * Create email address for a user if unset for repo creationJames Moger2014-09-041-1/+3