Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable permission checkboxes if permission is inherited | James Moger | 2014-09-11 | 1 | -3/+26 |
| | |||||
* | Preserve refs in commits, tree, & docs navbar links | James Moger | 2014-09-11 | 3 | -14/+28 |
| | |||||
* | Repository url is now r | ThanksForAllTheFish | 2014-09-09 | 1 | -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 purged | James Moger | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | Fix MigrateTickets failure for view-restricted repositories | James Moger | 2014-09-08 | 4 | -2/+36 |
| | |||||
* | Fix value discarding bug in SafeTextModel | James Moger | 2014-09-08 | 1 | -2/+2 |
| | |||||
* | Fix potential NPE in TicketListPanel due to missing repository | James Moger | 2014-09-08 | 1 | -9/+19 |
| | |||||
* | Include all users with RW access in New Ticket responsible choices | James Moger | 2014-09-08 | 1 | -14/+21 |
| | |||||
* | Improve bad request handling in branch graph, zip, & syndication servlets | James Moger | 2014-09-08 | 5 | -9/+51 |
| | |||||
* | Allow LDAP to reset/delete an user email address value | James Moger | 2014-09-08 | 1 | -0/+4 |
| | |||||
* | Expose setting to control Lucene repository indexing frequency | James Moger | 2014-09-08 | 6 | -24/+29 |
| | |||||
* | Fix ticket mail dropping bug when author does not have an address | James Moger | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | Apply the relaxed XSS filter to Markdown commit messages | James Moger | 2014-09-07 | 1 | -1/+2 |
| | |||||
* | Enforce relaxed XSS filtering on markup documents | James Moger | 2014-09-07 | 6 | -463/+480 |
| | |||||
* | Implement a SafeTextModel and use that for fields vulnerable to XSS | James Moger | 2014-09-07 | 5 | -11/+112 |
| | |||||
* | XSS sanitize standard page url parameters | James Moger | 2014-09-07 | 2 | -189/+221 |
| | |||||
* | Create infrastructure for XSS sanitization | James Moger | 2014-09-07 | 20 | -22/+264 |
| | |||||
* | New forks shall respect the source repository access restriction | James Moger | 2014-09-05 | 1 | -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 pages | James Moger | 2014-09-05 | 1 | -0/+3 |
| | |||||
* | Change Clippy's script access attribute | James Moger | 2014-09-05 | 2 | -2/+2 |
| | |||||
* | Fix NPE in raw servlet for long project names | James Moger | 2014-09-05 | 1 | -4/+1 |
| | |||||
* | Fix raw serving of files/directories that do not exist in a branch/ref | James Moger | 2014-09-04 | 2 | -36/+42 |
| | |||||
* | Quote all Lucene query args that have non-alphanumeric characters | James Moger | 2014-09-04 | 1 | -2/+4 |
| | |||||
* | Fix NPEs when handling referenced milestones that do not exist | James Moger | 2014-09-04 | 2 | -12/+21 |
| | |||||
* | Alias UTF-9 and UTF-18 as UTF-8 in JGit | James Moger | 2014-09-04 | 1 | -0/+14 |
| | |||||
* | Do not drop missing owners from owners palette | James Moger | 2014-09-04 | 1 | -2/+5 |
| | |||||
* | Merged #149 "Repo creation with initial commit fails if user does not have ↵ | James Moger | 2014-09-04 | 1 | -1/+3 |
|\ | | | | | | | an email address" | ||||
| * | Create email address for a user if unset for repo creation | James Moger | 2014-09-04 | 1 | -1/+3 |
| | | |||||
* | | Do not stamp raw servlet responses with cache-control headers | James Moger | 2014-09-04 | 2 | -7/+30 |
|/ | |||||
* | Fix NPE when anonymous admins are editing a repository (issue-490) | James Moger | 2014-09-04 | 1 | -0/+3 |
| | |||||
* | distrib: Add script to install gitblit on fedora | Soeren Grunewald | 2014-09-04 | 1 | -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 default | Soeren Grunewald | 2014-09-04 | 1 | -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 Moger | 2014-09-04 | 1 | -1/+1 |
|\ | |||||
| * | Pretty print perl modules | Michael Legart | 2014-09-04 | 1 | -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 Moger | 2014-09-04 | 1 | -2/+3 |
|\ \ | |||||
| * | | fix misstyped passwords leaked in log files with redmine auth provider | mereth | 2014-08-19 | 1 | -2/+3 |
| |/ | |||||
* | | Merged #142 "Update setup_authentication.mkd" | James Moger | 2014-09-04 | 1 | -1/+1 |
|\ \ | |||||
| * | | Update setup_authentication.mkd | Anthony O. | 2014-08-08 | 1 | -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 Moger | 2014-09-04 | 1 | -1/+1 |
|\ \ | |||||
| * | | Allow gitblit baseFolder to be defined by a system property | Koen Serry | 2014-08-03 | 1 | -1/+1 |
| |/ | |||||
* / | Updated french translations | Romain GAGNAIRE | 2014-07-25 | 1 | -397/+397 |
|/ | |||||
* | Merge branch 'ticket/139' | James Moger | 2014-07-05 | 1 | -5/+2 |
|\ | | | | | | | | | Conflicts: src/main/java/com/gitblit/servlet/RawServlet.java | ||||
| * | Fix raw servlet blob paths not respecting web.forwardSlashCharacter | James Moger | 2014-07-05 | 1 | -10/+8 |
| | | |||||
* | | Merged #139 "Raw link blob paths do not respect web.forwardSlashCharacter" | James Moger | 2014-07-05 | 1 | -5/+6 |
|\ \ | |||||
| * | | Fix raw servlet blob paths not respecting web.forwardSlashCharacter | James Moger | 2014-07-05 | 1 | -5/+6 |
| |/ | |||||
* | | Merged #137 "NPE in RawServlet#L265" | James Moger | 2014-07-05 | 1 | -0/+9 |
|\ \ | |||||
| * | | Fix possible NPE in RawServlet | James Moger | 2014-07-05 | 1 | -0/+9 |
| |/ | |||||
* | | Refine web.canonicalUrl documentation | Kyle Gottfried | 2014-07-01 | 1 | -2/+12 |
| | | |||||
* | | Merged #120 "Update Korean translation" | James Moger | 2014-07-01 | 1 | -4/+4 |
|\ \ | |||||
| * | | Fix translation | Revi | 2014-06-26 | 1 | -4/+4 |
| | | | | | | | | | As well as links. |