summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/panels
Commit message (Collapse)AuthorAgeFilesLines
* fix last broken panelMartin Spielmann2016-07-301-3/+3
|
* replaced WicketURL[En/De]coder with Url[En/De]coderMartin Spielmann2016-07-302-2/+0
|
* more replacements for getRelativePathPrefixToContextRootMartin Spielmann2016-07-303-3/+5
|
* Replaced getRelativePathPrefixToContextRoot with method inMartin Spielmann2016-07-301-1/+2
| | | GitBlitRequestUtils
* replaced RequestUtils.toAbsolutePath() and RedirectRequestTargetMartin Spielmann2016-07-303-12/+11
|
* Replaced HeaderContributors by Behaviors and fixed PageParameter methodsMartin Spielmann2016-07-296-16/+21
|
* Replaced SimpleAttributeModifier by AttributeModifierMartin Spielmann2016-07-2815-45/+37
|
* started resolving compile errors. no functional changes made. onleMartin Spielmann2016-07-282-2/+2
| | | replacements like PageParameters.put -> PageParameters.add
* replaced PageParameter imports which moved into another packageMartin Spielmann2016-07-288-8/+8
|
* Fix for #1018 and #1025 browser LFS linksPaul Martin2016-03-211-0/+22
| | | | | + View and Raw both download the actual file + Blame will show the metafile
* Fix for #976 - Filestore links via browserPaul Martin2015-12-251-1/+1
| | | | | | | | | | | | | + GitLFS client support + FilestoreModel now parses meta file + Read meta heading from cache if available + Authentication based on accept headers for browser view filestore login + PathModel & PathChangeModel now understands filestore items + Zip & Rar downloads contain include filestore items + Filestore servlet returns LFS JSON error only if accepted by client + DiffStat now knows repository to allow identification of filestore items + Filestore items identified and returned via view, raw & blob links on blame, commitDiff, commit and Tree pages
* Use author date to be consistent with other tools (fixes #919)James Moger2015-09-183-3/+3
|
* fix feed link from user's repository pageJoel Johnson2015-07-141-1/+2
|
* Merge pull request #284 from mrjoel/mrjoel-useshortrefsJames Moger2015-07-042-18/+14
|\ | | | | prefer shortened refs for cleaner/shorter URLs
| * prefer shortened refs for cleaner/shorter URLsJoel Johnson2015-07-012-18/+14
| |
* | allow advertising gitblit privileges for external URLsJoel Johnson2015-07-011-18/+18
|/ | | | | | | | | | | | | | | | 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.
* Merged #258 "Create an avatar provider that defaults to Gravatar"James Moger2015-06-159-21/+16
|\
| * Revised AvatarGenerator to be injectableJames Moger2015-06-151-1/+3
| |
| * First draft for a customized avatar imageFabrice Bacchella2015-06-159-21/+14
| |
* | Bump to JGit 4.0.0Luca Milanesio2015-06-121-1/+1
|/ | | | | 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()
* Fix failure to save Allow Forks repository settingJames Moger2015-03-051-7/+3
|
* Merge branch 'ticket/238' into developJames Moger2015-02-261-1/+22
|\
| * issue 564: enable ticket page update on tomcat with redirectskrulls2015-02-261-1/+22
| | | | | | | | | | | | issue 564: fix imports issue 564
* | Integrate GitHub OcticonsJames Moger2014-10-235-75/+110
| |
* | Remove S# text, set severity in tooltipJames Moger2014-10-211-4/+4
| |
* | Tickets - Priority, Severity optionsPaul Martin2014-10-202-2/+13
| | | | | | | | | | | | | | | | | | + 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
* | Merge branch 'ticket/192' into developJames Moger2014-09-291-3/+3
|\|
| * Tweak styling of clear cache & new repository links on repositories panelJames Moger2014-09-291-3/+3
| |
* | Merge branch 'ticket/181' into developJames Moger2014-09-173-8/+9
|\|
| * Sanitize ticket text at presentation time to avoid unintended html encodingJames Moger2014-09-173-8/+9
| |
* | Merge branch 'ticket/171' into developJames Moger2014-09-081-9/+19
|\|
| * Fix potential NPE in TicketListPanel due to missing repositoryJames Moger2014-09-081-9/+19
| |
* | Show account type column in teams panel.Florian Zschocke2014-09-072-2/+5
| | | | | | | | Add a new column to the team panel, showing the account type.
* | Merge branch 'ticket/164' into developJames Moger2014-09-072-5/+6
|\|
| * Implement a SafeTextModel and use that for fields vulnerable to XSSJames Moger2014-09-072-5/+6
| |
* | Merge branch 'ticket/165' into developJames Moger2014-09-051-1/+1
|\|
| * Change Clippy's script access attributeJames Moger2014-09-051-1/+1
| |
* | Merge branch 'ticket/147' into developJames Moger2014-09-041-0/+3
|\|
| * Fix NPE when anonymous admins are editing a repository (issue-490)James Moger2014-09-041-0/+3
| |
* | Extract services manager into a top-level injectable managerJames Moger2014-07-031-2/+2
|/
* Do not serialize Loggerticket/114James Moger2014-06-272-5/+12
|
* Fix substring regression in repository name panelJames Moger2014-06-091-1/+2
|
* Use separate project and name field models in the RepositoryNamePanelJames Moger2014-06-091-39/+34
|
* Use AJAX to manage the SSH keys panelJames Moger2014-06-051-19/+27
|
* Add a basic SSH public key management UIJames Moger2014-06-054-0/+281
|
* Revise the user profile page and add a preferences formJames Moger2014-06-045-5/+5
|
* Rename option classesJames Moger2014-06-046-8/+8
|
* Hide allow forks control if forking is disabledJames Moger2014-06-032-4/+14
|
* Extract re-usable conditional choice option panelJames Moger2014-06-032-0/+97
|
* Hide empty option descriptionsJames Moger2014-06-033-5/+7
|