An extension that adds a few features to Bitbucket Server
Go to file
Sage Vaillancourt 945d819f0e Pull from ALL projects, and move the dashboard section.
Now sits between 'Your pull requests' and 'Recently closed pull requests'
1.0.18.xpi
2024-12-19 14:26:14 -05:00
img Remove old unrelated screenshot image. 2023-12-05 19:43:56 -05:00
server Pull from ALL projects, and move the dashboard section. 2024-12-19 14:26:14 -05:00
.gitignore Move server-specific gitignores into server/.gi 2024-06-30 10:59:27 -04:00
LICENSE.txt initial commit 2018-04-25 16:43:21 +02:00
Makefile Add `make lint` and specify as self-hosted 2024-06-30 11:03:33 -04:00
README.md Add logo to README 2023-12-05 19:49:07 -05:00
author-filter.js Add a simple author filter 2024-09-16 08:52:13 -04:00
background.js Now a bitbucket addon. 2023-02-02 14:36:40 -05:00
backtick-comments.js Add scroll-wheel file browsing. 2023-02-07 14:07:58 -05:00
csharp-quotes.js Sort repo search results. 2023-02-02 15:57:09 -05:00
file-scroll.js Automatically enter folders when file-scrolling 2023-12-04 10:53:33 -05:00
manifest.json Pull from ALL projects, and move the dashboard section. 2024-12-19 14:26:14 -05:00
package-lock.json More correct and comprehensive `zip` excludes 2024-06-30 10:55:14 -04:00
package.json Add `make lint` and specify as self-hosted 2024-06-30 11:03:33 -04:00
repo-search-sorter.js Add PR reviewer suggestions 2024-10-11 16:33:57 -04:00
show-errored-prs.js Pull from ALL projects, and move the dashboard section. 2024-12-19 14:26:14 -05:00
styles.css feat: hide problematic elements 2021-06-13 12:43:35 +02:00
utils.js Fixed up scroll-wheel folder de-nesting 2023-12-04 10:04:20 -05:00
var-highlighter.js Add some varName sanitization. 2023-12-04 10:23:47 -05:00

README.md

Pail Bitbucket Extension

logo

This is a small extension to add a few features to Bitbucket Server:

  • Filter forks out of search by default
  • Some simple syntax parsing in backticked comments
  • Scroll on file headers in the diff viewer to quickly flipped through changes
  • Sort base (unforked) and your own repos to the top of repo search on the dashboard
  • Click words in the differ to highlight all instances of that word

Currently only works with Firefox.