Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch some potential NPEs | James Moger | 2015-11-18 | 1 | -0/+3 |
| | |||||
* | Require admin permissions to view the filestore page | James Moger | 2015-11-18 | 2 | -34/+26 |
| | |||||
* | Do not display fork button if target repo already exists (fixes #944) | James Moger | 2015-11-10 | 1 | -1/+4 |
| | |||||
* | Declare top and bottom page links on reflog page (fixes #761) | James Moger | 2015-11-10 | 2 | -5/+16 |
| | |||||
* | Log update for Fail2Ban usage | Paul Martin | 2015-10-25 | 1 | -1/+4 |
| | | | | | + Adds standard logging for all authentication providers + Updates help page to use default GitBlit SSH port | ||||
* | Git-LFS support | Paul Martin | 2015-10-10 | 9 | -2/+333 |
| | | | | | | | | | | | | | | + Metadata maintained in append-only JSON file providing complete audit history. + Filestore menu item + Lists filestore items + Current size and availability + Link to GitBlit Filestore help page (top right) + Hooks into existing repository permissions + Uses default repository path for out-of-box operation with Git-LFS client + accessRestrictionFilter now has access to http method and auth header + Testing for servlet and manager | ||||
* | #932 do not trim passwords anywhere in the ui | RainerW | 2015-10-08 | 4 | -8/+54 |
| | |||||
* | Ensure a repository is only searched once | James Moger | 2015-10-05 | 1 | -3/+6 |
| | |||||
* | Tweak search page translation resource | James Moger | 2015-10-05 | 2 | -3/+3 |
| | |||||
* | Add "all repositories" parameter | Vitaliy Filippov | 2015-10-01 | 3 | -9/+20 |
| | |||||
* | redefine some traditional chinese translation after user's feedback since ↵ | william | 2015-09-30 | 1 | -60/+66 |
| | | | | from 2015/08/05 | ||||
* | Merge pull request #908 from mrjoel/mrjoel-authrequestnotsession | James Moger | 2015-09-18 | 2 | -32/+44 |
|\ | | | | | prevent session fixation for external authentication | ||||
| * | prevent session fixation for external authentication | Joel Johnson | 2015-07-14 | 2 | -32/+44 |
| | | | | | | | | | | + use request instead of session to flag authentication status and user, for external authentication types | ||||
* | | Use author date to be consistent with other tools (fixes #919) | James Moger | 2015-09-18 | 4 | -5/+5 |
| | | |||||
* | | Add traditional Chinese language choice | James Moger | 2015-08-07 | 1 | -1/+2 |
| | | |||||
* | | minor translation | william | 2015-08-05 | 1 | -702/+702 |
| | | |||||
* | | trandition chinese translation | william | 2015-08-05 | 1 | -0/+766 |
| | | | | | | | | it's for zh_TW(Taiwan) | ||||
* | | fix feed link from user's repository page | Joel Johnson | 2015-07-14 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #287 from mrjoel/mrjoel-sortprojectlist | James Moger | 2015-07-08 | 1 | -0/+2 |
|\ | | | | | sort projects displayed on projects page | ||||
| * | sort projects displayed on projects page | Joel Johnson | 2015-07-02 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #284 from mrjoel/mrjoel-useshortrefs | James Moger | 2015-07-04 | 2 | -18/+14 |
|\ \ | | | | | | | prefer shortened refs for cleaner/shorter URLs | ||||
| * | | prefer shortened refs for cleaner/shorter URLs | Joel Johnson | 2015-07-01 | 2 | -18/+14 |
| |/ | |||||
* | | Merge pull request #281 from mrjoel/mrjoel-ticketswithexternalurl | James Moger | 2015-07-04 | 2 | -19/+19 |
|\ \ | | | | | | | allow internal privilege evaluation external URLs | ||||
| * | | allow advertising gitblit privileges for external URLs | Joel Johnson | 2015-07-01 | 2 | -19/+19 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit c20191fc0931a19bec0df1ab2b56f287e5d8b7c7 enabled support for hiding internal URLs, but didn't consider that it broke the evaluation of permissions (used for tickets, etc.), and caused a NPE on repoUrl.permission when trying to view the TicketPage. With all internal mechanisms disabled, it would result in the first URL being external with unknown permissions. This adds an option to use internal permissions even for external URLs. Note that this does not grant any additional permissions, but does offer the option to have gitblit advertise the full set of what is allowed, even if the external URL imposes additional restrictions. | ||||
* / | provide spacing on the projects page listing | Joel Johnson | 2015-07-02 | 1 | -1/+1 |
|/ | | | | | | | | | | The projects page was showing the project listing directly under the navbar with no spacing. This adds spacing to have the elements offset. The table is showing using the common "repositories" class, however it can't be changed directly since several other table displays use the same class, and have adequate top margin spacing. We create a new class for the one-off use on the projects page. | ||||
* | Merged #258 "Create an avatar provider that defaults to Gravatar" | James Moger | 2015-06-15 | 15 | -37/+32 |
|\ | |||||
| * | Revised AvatarGenerator to be injectable | James Moger | 2015-06-15 | 3 | -36/+6 |
| | | |||||
| * | First draft for a customized avatar image | Fabrice Bacchella | 2015-06-15 | 17 | -40/+65 |
| | | |||||
* | | Bump to JGit 4.0.0 | Luca Milanesio | 2015-06-12 | 2 | -3/+3 |
|/ | | | | | JGit 4.0.0 fixes a memory leak but introduces a non-compatible change for closing the RevWalk: before it was release() but now is close() | ||||
* | Merged #57 "My Tickets needs a repository filter" | James Moger | 2015-05-27 | 2 | -352/+446 |
|\ | |||||
| * | Applied changes according to code review comments. | Eddy Young | 2015-05-23 | 1 | -15/+10 |
| | | | | | | | | Removed default "watchedby" filter so that the default now includes "createdby", "responsible", watchedby" and "mention" | ||||
| * | Changed the repository filter options to those related to the tickets owned ↵ | Eddy Young | 2015-05-22 | 1 | -378/+418 |
| | | | | | | | | | | | | by the user. Also, minor refactoring to avoid code duplication. | ||||
| * | Replaced repository name as search criterion with repository id | Eddy Young | 2015-05-22 | 1 | -30/+29 |
| | | |||||
| * | Implemented ticket-57 | Eddy Young | 2015-05-19 | 2 | -10/+70 |
| |\ | |||||
| | * | Implemented filtering by repository for the My Tickets page | Eddy Young | 2015-05-19 | 1 | -9/+12 |
| | | | |||||
| | * | More changes | Eddy Young | 2015-05-19 | 2 | -5/+7 |
| | | | |||||
| | * | Initial changes for ticket-57 | Eddy Young | 2015-05-18 | 2 | -10/+64 |
| | | | | | | | | | | | | Added tags to .gitignore | ||||
* | | | Create web.rewriteSession key for use with tomcat and CAS | Fabrice Bacchella | 2015-05-23 | 1 | -1/+6 |
| | | | |||||
* | | | Implement configurable tab length support for blob views | James Moger | 2015-05-22 | 6 | -9/+12 |
|/ / | |||||
* | | Add a checkbox to control whitespace diff preference on the compare page | James Moger | 2015-03-07 | 2 | -0/+22 |
| | | |||||
* | | Add links to commit diff and blob diff pages to toggle whitespace setting | James Moger | 2015-03-07 | 6 | -7/+38 |
| | | |||||
* | | Expose the DiffComparator choice as an url parameter (?w=1) | James Moger | 2015-03-07 | 4 | -5/+11 |
| | | |||||
* | | Add DiffComparator argument to all DiffUtils calls, default to ignore all ↵ | James Moger | 2015-03-07 | 3 | -4/+11 |
| | | | | | | | | whitespace | ||||
* | | Move the Delete Repository button to a separate "administration" tab | James Moger | 2015-03-07 | 2 | -3/+14 |
| | | |||||
* | | Fix failure to save Allow Forks repository setting | James Moger | 2015-03-05 | 1 | -7/+3 |
| | | |||||
* | | Merge branch 'ticket/242' into develop | James Moger | 2015-02-26 | 1 | -4/+17 |
|\| | |||||
| * | issue-545: Enforce repository permissions in patch page | James Moger | 2015-02-26 | 1 | -4/+17 |
| | | |||||
| * | Fix spelling mistake | Southparkfan | 2015-02-26 | 1 | -1/+1 |
| | | |||||
* | | Merged #240 "Fix spelling mistake" | James Moger | 2015-02-26 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix spelling mistake | Southparkfan | 2015-02-15 | 1 | -1/+1 |
| | | |