Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add merge type setting to repository page.ticket/104 | Florian Zschocke | 2014-09-07 | 3 | -2/+11 |
| | | | | The merge type is a per repository setting. Add it to the edit page. | ||||
* | Add integration strategy to merge tickes fast-forward or with commit. | Florian Zschocke | 2014-09-07 | 7 | -96/+364 |
| | | | | | | | | | | | | | Add the option to merge a ticket branch to the integration branch only when it can be fast-forwarded, or always with a merge commit, or by fast-foward if possible, otherwise with a merge commit. Adds a new property ticket.mergeType with the valid values FAST_FOWARD_ONLY, MERGE_ALWAYS and MERGE_IF_NECESSARY. Merging and canMerge were refactored to make use of a new IntegrationStrategy class for each type of strategy. | ||||
* | Merge branch 'ticket/164' into develop | James Moger | 2014-09-07 | 33 | -684/+1079 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'ticket/167' into develop | James Moger | 2014-09-05 | 1 | -0/+7 |
|\| | |||||
| * | 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. | ||||
* | | Merge branch 'ticket/166' into develop | James Moger | 2014-09-05 | 1 | -0/+3 |
|\| | |||||
| * | Specify response header X-Frame-Options SAMEORIGIN for generated pages | James Moger | 2014-09-05 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'ticket/165' into develop | James Moger | 2014-09-05 | 2 | -2/+2 |
|\| | |||||
| * | Change Clippy's script access attribute | James Moger | 2014-09-05 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'ticket/163' into develop | James Moger | 2014-09-05 | 1 | -4/+1 |
|\| | |||||
| * | Fix NPE in raw servlet for long project names | James Moger | 2014-09-05 | 1 | -4/+1 |
| | | |||||
* | | Allow Plugins to have injected members and Extensions to be constructed | James Moger | 2014-09-04 | 1 | -26/+51 |
| | | |||||
* | | Bump the index version and update the LuceneVersion | James Moger | 2014-09-04 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'ticket/154' into develop | James Moger | 2014-09-04 | 2 | -36/+42 |
|\| | |||||
| * | Fix raw serving of files/directories that do not exist in a branch/ref | James Moger | 2014-09-04 | 2 | -36/+42 |
| | | |||||
* | | Merge branch 'ticket/153' into develop | James Moger | 2014-09-04 | 1 | -2/+4 |
|\| | |||||
| * | Quote all Lucene query args that have non-alphanumeric characters | James Moger | 2014-09-04 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'ticket/152' into develop | James Moger | 2014-09-04 | 2 | -12/+21 |
|\| | |||||
| * | Fix NPEs when handling referenced milestones that do not exist | James Moger | 2014-09-04 | 2 | -12/+21 |
| | | |||||
* | | Merge branch 'ticket/151' into develop | James Moger | 2014-09-04 | 1 | -0/+14 |
|\| | |||||
| * | Alias UTF-9 and UTF-18 as UTF-8 in JGit | James Moger | 2014-09-04 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'ticket/150' into develop | James Moger | 2014-09-04 | 1 | -2/+5 |
|\| | |||||
| * | 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" | ||||
* | \ | Merge branch 'ticket/149' into develop | James Moger | 2014-09-04 | 1 | -1/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | Create email address for a user if unset for repo creation | James Moger | 2014-09-04 | 1 | -1/+3 |
| | | | |||||
* | | | Merge branch 'ticket/148' into develop | James Moger | 2014-09-04 | 2 | -96/+119 |
|\ \ \ | | |/ | |/| | |||||
| * | | Do not stamp raw servlet responses with cache-control headers | James Moger | 2014-09-04 | 2 | -7/+30 |
| |/ | |||||
* | | Merge branch 'ticket/147' into develop | James Moger | 2014-09-04 | 1 | -0/+3 |
|\| | |||||
| * | Fix NPE when anonymous admins are editing a repository (issue-490) | James Moger | 2014-09-04 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'ticket/146' into develop | James Moger | 2014-09-04 | 1 | -0/+36 |
|\| | |||||
| * | 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> | ||||
* | | Merge branch 'ticket/145' into develop | James Moger | 2014-09-04 | 1 | -1933/+1933 |
|\| | |||||
| * | 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 |
| |\ | |||||
| * \ | Merged #143 "Fix url-based password keaing in Redmine auth provider" | James Moger | 2014-09-04 | 1 | -2/+3 |
| |\ \ | |||||
| * \ \ | Merged #142 "Update setup_authentication.mkd" | James Moger | 2014-09-04 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merged #141 "Allow gitblit baseFolder to be defined by a system property" | James Moger | 2014-09-04 | 1 | -1/+1 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'ticket/144' into develop | 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 | ||||
* | | | | | | Merge branch 'ticket/143' into develop | 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 |
| |/ / / / | |||||
* | | | | | Merge branch 'ticket/142' into develop | 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 | ||||
* | | | | Merge branch 'ticket/141' into develop | James Moger | 2014-09-04 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | |