summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties
Commit message (Collapse)AuthorAgeFilesLines
* fix: Fix exposing password hashes in user edit pageFlorian Zschocke2025-06-141-1/+1
| | | | | | | | | | When an administrator edits a user entry, the user's password hash is present on the edit page. This is unnecessary. But it exposes the hash to an administrator who could choose to try to brute-force the hash and use the password on other logins of that user. This is an issue for administrative users who have no access to the actual database on disk but access to the user edit web page.
* Add feedback to SSH Key Form. #1226Martin Spielmann2022-11-011-0/+2
| | | | | if key is empty of can not be parsed, form did provide any feedback to user before
* fix: Remove trailing spaces from property bundle filesFlorian Zschocke2021-10-211-2/+2
|
* fix: Remove duplicate property keys from properties filesFlorian Zschocke2021-10-211-4/+2
| | | | | | | | | | Some property keys were duplicated, mostly `status`, `permission` and `comment`. The problem with `gb.comment` is, that it is used in two different locations in two different meanings. One as a verb, the second as a noun. Which makes no difference in English, but other languages. The solution is that the second key is renamed to `gb.sshKeyComment`. The code is adjusted accordingly.
* Add a unit test to check if the resource bundle can be loadedFlorian Zschocke2021-10-201-0/+3
| | | | | | | | | To prevent that we have a resource file in a resource bundle broken and not loading undiscovered for years, add a unit test that will load the resource properties file for each of the languages. In order to check if the file was loaded and the bundle mechanism didn't fall back on the default, a new property key is added to each language file, solely for the purpose to be checked in the unit test.
* Update link target to Lucene 5.5 query syntax, moving the link to the page.Florian Zschocke2017-03-051-1/+2
| | | | | | | | | | | | | | | Update the link target to the query parser syntax page of the 5.5 version. Refactor the `LuceneSearchPage` to use an `ExternalLink` for the link to the lucene page, so that the link target is kept and updated in the Java code. Move the link out of the language files. This was way too cumbersome to update the link target (which is probably why no one ever did). The query help text is changed to contain a variable: `gb.queryHelp = here be some ${querySyntax} help`, which is replaced by Wicket with a link. The link text is a new lange file property: `gb.querySyntax`.
* Sending email (certificate zip file) based on locale that user selectedwilliam2017-01-241-0/+1
|
* Add merge type setting to repository page.merged--merge-strategyFlorian Zschocke2016-10-281-0/+2
| | | | The merge type is a per repository setting. Add it to the edit page.
* Ticket Reference handling #1048Paul Martin2016-04-271-1/+3
| | | | | | | | | | | | | | | + Supports referencing: + Tickets from other tickets via comments + Tickets from commits on any branch + Common TicketLink class used for both commits and tickets + TicketLink is temporary and persisted to ticket as a Reference + Support deletion of ticket references + Rebasing patchsets/branches will generate new references + Deleting old patchsets/branches will remove the relevant references + Substantial testing of use cases + With and without patchsets, deleting, amending + BranchTicketService used during testing to allow end-to-end ref testing + Relocated common git helper functions to JGitUtils
* Fix for #962 - Delete patchset abilityPaul Martin2016-04-061-1/+4
|
* Friendly URL for EditFile Page #974Paul Martin2016-03-271-1/+6
| | | | + Prevent Edit of old doc version
* Git-LFS supportPaul Martin2015-10-101-1/+7
| | | | | | | | | | | | | | + 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
* Tweak search page translation resourceJames Moger2015-10-051-2/+2
|
* Add "all repositories" parameterVitaliy Filippov2015-10-011-0/+1
|
* Add links to commit diff and blob diff pages to toggle whitespace settingJames Moger2015-03-071-1/+3
|
* Move the Delete Repository button to a separate "administration" tabJames Moger2015-03-071-1/+3
|
* Add a blink comparator and pixel difference to image diffsTom2014-11-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Pixel difference uses CSS mix-blend-mode, which is supported currently only on Firefox >= 32 and on Safari >= 7.1. Implementation is behind a Javascript feature test. For other browsers, there's a blink comparator. Code changes: * ImageDiffHandler now takes the page it's used on as argument. We need that to get labels. DOM generated is a little bit different (new controls). * Diff pages adapted to new constructor of ImageDiffHandler. * CSS and Javascript changes implementing the new controls, making use of two new static image resources. Since I felt that the new controls deserved tooltips, I also gave the opacity slider a tooltip: changed to <a>, and slider handle changed from <div> to <span>. CSS ensures everything still displays the same (basically display:inline-block). * Supplied messages for English, French, and German for the new tooltips. Tested on IE8, Safari 6.1.6 & 7.1, Chrome 38, FF 33.1 & FF 3.6.13
* More diff page improvementsTom2014-11-061-1/+1
| | | | | | - Use git object ids as fragments and HTML element ids - Simplify generation: don't parse the diff line, instead generate the table header from the DiffEntry when we process it, and just skip the diff lines.
* Improve the commitdiff.Tom2014-11-061-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Optimize CSS: simplify selectors. That alone cuts rendering time in half! * Adapt HTML generation accordingly. * Change line number generation so that one can select only code lines. Also move the +/- out of the code column; it also gets in the way when selecting. * Omit long diffs altogether. * Omit diff lines for deleted files, they're not particularly interesting. * Introduce a global limit on the maximum number of diff lines to show. * Supply translations for the languages I speak for the new messages. https://code.google.com/p/gitblit/issues/detail?id=450 was about a diff with nearly 300k changed lines (with more then 3000 files deleted). But one doesn't have to have such a monster commit to run into problems. My FF 32 become unresponsive for the 30+ seconds it takes it to render a commitdiff with some 30000 changed lines. (90% of which are in two generated files; the whole commit has just 20 files.) GitHub has no problems showing a commitdiff for this commit, but omits the two large generated files, which makes sense. This change implements a similar thing. Files with too many diff lines get omitted from the output, only the header and a message that the diff is too large remains. Additionally, there's a global limit on the length of a commitdiff; if we exceed that, the whole diff is truncated and the files not shown are listed. The CSS change improves performance by not using descendant selectors for all these table cells. Instead, we assign them precise classes and just use that in the CSS. The line number generation thing using data attributes and a :before selector in the CSS, which enables text selections only in the code column, is not strictly XHTML 1.0. (Data attributes are a feature of HTML 5.) However, reasonably modern browsers also handle this correctly if the page claims to be XHTML 1.0. Besides, the commitdiff page isn't XHTML compliant anyway; I don't think a pre-element may contain divs or even tables. (Note that this technique could be used on other diff pages, too. For instance on the blame page.)
* Gracefully handle missing integration branch in ticket pageJames Moger2014-10-311-0/+1
|
* Tickets - Priority, Severity optionsPaul Martin2014-10-201-1/+7
| | | | | | | | | + Severity indicated via new character indicator and color of ticket icon on ticket list + Priority indicated via new priority icon and color on ticket list + Indexed as integers to provide sorting and maintain language neutral index + Colours and indicator text controlled through CSS classes priority-<x> & severity-<x> + UITicketTest created to generate tickets of all types to ease debugging
* New Ticket Type - MaintenancePaul Martin2014-10-191-0/+1
| | | | | | | + Indended for identifiying and loggin maintenance of development tools and systems to provide an integrated means to satisfy ISO requirements + Improved alignment of query icons via fixed width attribute
* Add clone transport user preferenceJames Moger2014-06-051-1/+3
|
* Add "email me on my ticket changes" preferenceJames Moger2014-06-051-0/+2
|
* Revise language/locale preference handlingJames Moger2014-06-051-1/+1
|
* Add a basic SSH public key management UIJames Moger2014-06-051-1/+9
|
* Revise the user profile page and add a preferences formJames Moger2014-06-041-1/+8
|
* Externalize a translation resourceJames Moger2014-06-031-0/+1
|
* Overhaul EditRepositoryPage for layout and usabilityJames Moger2014-06-031-3/+21
|
* Use AccessPolicyPanel in EditRepositoryPageJames Moger2014-06-031-3/+1
|
* Use RepositoryNamePanel in EditRepositoryPage, rename AccessPolicyPanelJames Moger2014-06-031-10/+12
|
* Extract repository name panel for re-useJames Moger2014-06-031-0/+1
|
* Inlcude authorization control and revise the string resourcesJames Moger2014-06-031-6/+8
|
* Simplified repository creation with a NewRepositoryPageJames Moger2014-06-031-1/+16
|
* Add confirm milestone deletion promptJames Moger2014-05-091-0/+2
|
* Integrate admin menu into user menu and add user menu extensionJames Moger2014-05-051-1/+4
|
* Overhaul menu item classes and add AdminMenuExtension pointJames Moger2014-05-051-0/+1
|
* Refactored common code out of My Tickets and TicketsJames Moger2014-05-011-2/+2
|
* Refine localized stringsJames Moger2014-05-011-2/+2
|
* Added the "you are responsible of" filter in "my tickets" page.Hybris952014-05-011-1/+2
|
* First Step in My TicketsBUISSON Christian2014-05-011-1/+2
|
* Show open milestone progress and change milestones list layoutJames Moger2014-05-011-1/+3
|
* Overdue labeling, notify changed tickets controlJames Moger2014-05-011-1/+3
|
* Create and update milestone pages with rename supportJames Moger2014-05-011-1/+3
|
* Improve ticket propose instructions based on primary repository urlJames Moger2014-04-101-0/+2
|
* Allow configuring the default integration branch for a repositoryJames Moger2014-03-081-0/+1
|
* dutch translations.Jeroen Baten2014-03-081-1/+1
| | | | why the original shows up, I have no idea
* Display an explanation in ticket page if the user can't propose commitsJames Moger2014-03-071-1/+7
|
* Localize the ticket activity tab field name changesJames Moger2014-03-051-1/+8
|
* Externalize some additional stringsJames Moger2014-03-051-1/+6
|