summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Repository url is now rThanksForAllTheFish2014-09-091-1/+1
| | | | The previous 'triggerUrl' version causes a response similar to 'No git jobs using repository: http://gitblit-host/gitblit/git/repo.git'. The wroking url is 'http://gitblit-host/gitblit/r/repo.git'. I also added brackets to improve readability
* 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-086-24/+29
|
* 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-0720-22/+264
|
* New forks shall respect the source repository access restrictionJames Moger2014-09-051-0/+7
| | | | | If the source repository access restriction exceeds the fork default (push) then the fork shall inherit the source repository access restriction.
* 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 ↵James Moger2014-09-041-1/+3
|\ | | | | | | an email address"
| * Create email address for a user if unset for repo creationJames Moger2014-09-041-1/+3
| |
* | Do not stamp raw servlet responses with cache-control headersJames Moger2014-09-042-7/+30
|/
* Fix NPE when anonymous admins are editing a repository (issue-490)James Moger2014-09-041-0/+3
|
* distrib: Add script to install gitblit on fedoraSoeren Grunewald2014-09-041-0/+36
| | | | | | | | | The script will create a environment file keeping all the major settings and installs a systemd unit file. The script (mainly the unit file part) should also work for other systemd based distributions like ArchLinux. But /etc/sysconfig may not exist there. Signed-off-by: Soeren Grunewald <soeren.grunewald@desy.de>
* distrib: Highlight C/C++ header files by defaultSoeren Grunewald2014-09-041-1933/+1933
| | | | | | | We already highlight C/C++ source files with the default configuration, so we should do this also for header files. Signed-off-by: Soeren Grunewald <soeren.grunewald@desy.de>
* Merged #144 "Pretty print perl modules"James Moger2014-09-041-1/+1
|\
| * Pretty print perl modulesMichael Legart2014-09-041-1/+1
| | | | | | Since perl scripts (.pl) was already supported, add .pm for perl modules
* | Merged #143 "Fix url-based password keaing in Redmine auth provider"James Moger2014-09-041-2/+3
|\ \
| * | fix misstyped passwords leaked in log files with redmine auth providermereth2014-08-191-2/+3
| |/
* | Merged #142 "Update setup_authentication.mkd"James Moger2014-09-041-1/+1
|\ \
| * | Update setup_authentication.mkdAnthony O.2014-08-081-1/+1
| |/ | | | | In AuthenticationManager:385, only `provider instanceof UsernamePasswordAuthenticationProvider` will be called
* | Merged #141 "Allow gitblit baseFolder to be defined by a system property"James Moger2014-09-041-1/+1
|\ \
| * | Allow gitblit baseFolder to be defined by a system propertyKoen Serry2014-08-031-1/+1
| |/
* / Updated french translationsRomain GAGNAIRE2014-07-251-397/+397
|/
* Merge branch 'ticket/139'James Moger2014-07-051-5/+2
|\ | | | | | | | | Conflicts: src/main/java/com/gitblit/servlet/RawServlet.java
| * Fix raw servlet blob paths not respecting web.forwardSlashCharacterJames Moger2014-07-051-10/+8
| |
* | Merged #139 "Raw link blob paths do not respect web.forwardSlashCharacter"James Moger2014-07-051-5/+6
|\ \
| * | Fix raw servlet blob paths not respecting web.forwardSlashCharacterJames Moger2014-07-051-5/+6
| |/
* | Merged #137 "NPE in RawServlet#L265"James Moger2014-07-051-0/+9
|\ \
| * | Fix possible NPE in RawServletJames Moger2014-07-051-0/+9
| |/
* | Refine web.canonicalUrl documentationKyle Gottfried2014-07-011-2/+12
| |
* | Merged #120 "Update Korean translation"James Moger2014-07-011-4/+4
|\ \
| * | Fix translationRevi2014-06-261-4/+4
| | | | | | | | | As well as links.