Naoki Takezoe
cd5e28c0b8
(refs #812 )Add GitRepositoryFilter for authentication
2015-07-05 00:13:34 +09:00
Naoki Takezoe
6f7579f8d9
(refs #812 )Add new extension point to serve Git repository by plug-in
2015-07-04 17:42:13 +09:00
Boris Bera
f1d2a71b49
Fixed url generated by pull request/compare button
...
The `:` character was getting escaped leading to an ugly url. This is
different from the urls generated when editing the branches in a pull
request. In that case the url did not have `:` escaped.
2015-07-03 21:23:53 -04:00
Boris Bera
fd4fe0dc0d
Pullreqs in forks now use upstream master as origin
...
This implements #668 .
2015-07-03 20:56:06 -04:00
Naoki Takezoe
3d5e4a4225
(refs #802 )Allow '+' in repository name
2015-07-03 21:40:26 +09:00
Naoki Takezoe
10ffb452d0
Fix delete branch confirmation message
2015-07-03 21:19:14 +09:00
Naoki Takezoe
3218bddbdc
(refs #808 )Add collaborators when fork repository by group
2015-07-03 20:47:37 +09:00
Naoki Takezoe
59f78dcbcb
Fix behavior when enableAnchor is false
2015-06-28 03:43:15 +09:00
Naoki Takezoe
0fe062a02f
Add option to disable anchor for headline in markdown
2015-06-28 03:20:55 +09:00
Naoki Takezoe
5b445c9736
Improve declarative Plugin definition interface
2015-06-27 20:54:19 +09:00
Naoki Takezoe
6f3f3eaa99
Fix Wiki font style of Wiki editing form
2015-06-27 19:41:48 +09:00
Uli Heller
ad55d5199d
Use '{loginName} {fromAddress}' for the from field within the notification emails
2015-06-27 08:45:27 +02:00
Naoki Takezoe
c4a682773c
Fix warnings
2015-06-27 10:18:22 +09:00
Naoki Takezoe
14d0c4dc32
GitBucket 3.4 release
2015-06-27 10:12:25 +09:00
Naoki Takezoe
19f79b6e54
Merge pull request #789 from milligramme/patch-1
...
modify css: hide href content on printing
2015-06-26 17:47:31 +09:00
Naoki Takezoe
e0b9fc9481
(refs #788 )Fix NotFound in comparing with sibling repository
2015-06-26 17:06:33 +09:00
milligramme
16c28ad938
modify css: hide href content on printing
...
on printing, href content appeared.
it is caused by bootstrap.css
faae237ac5/src/main/webapp/assets/vendors/bootstrap/css/bootstrap.css (L183-L185)
2015-06-26 15:31:15 +09:00
Naoki Takezoe
f4cdfc5f32
(refs #769 )go-import meta tag is generated for only public repos
2015-06-10 23:18:35 +09:00
Naoki Takezoe
b45988705b
(refs #769 )Add go-import meta tag
2015-06-10 23:14:12 +09:00
Naoki Takezoe
dd50239759
(refs #780 )Not add an issue refer comment if it already exists
2015-06-09 10:32:58 +09:00
Naoki Takezoe
7297a07466
(refs #751 )Fix issue reference in verbatim node
2015-06-09 02:24:45 +09:00
nazoking
88080c8d02
fix diff ignore space
2015-06-08 01:33:22 +09:00
Naoki Takezoe
d38dfee540
Remove empty lines
2015-06-07 22:38:03 +09:00
Naoki Takezoe
4da6a7b6f9
Merge pull request #768 from Mura-Mi/avoid-npe-masterless
...
Avoid NPE when master branch does not exist
2015-06-06 03:34:34 +09:00
Naoki Takezoe
957dfeed6d
(refs #775 )Move isRenderable() to helpers from PluginRepository
2015-06-05 01:34:23 +09:00
Naoki Takezoe
aa5a07b98e
(refs #775 )Add new extension point to add markup render
2015-06-05 01:30:00 +09:00
Naoki Takezoe
fd1ee07297
Provides declarative style plug-in definition.
2015-06-03 02:18:07 +09:00
Naoki Takezoe
badb747d24
(refs #773 )Fix url processing in the blame view
2015-06-02 01:06:02 +09:00
Naoki Takezoe
54d1bff213
Bump version to 3.3
2015-05-31 11:44:01 +09:00
Mura-Mi
a2c26f0f2c
Avoid NPE when master branch does not exist
2015-05-29 01:28:11 +09:00
nazoking
45f41a13e4
add file finder button on blob view.
2015-05-27 13:59:36 +09:00
Naoki Takezoe
7d7ac5e2be
Merge branch 'fix-mobile' of https://github.com/sapk/gitbucket into sapk-fix-mobile
...
# Conflicts:
# src/main/webapp/assets/common/css/gitbucket.css
2015-05-25 22:57:24 +09:00
Naoki Takezoe
577016a33f
(refs #762 )Add meta-tag to disable IE backward compatibility mode
2015-05-25 22:12:12 +09:00
Naoki Takezoe
fdf2102923
(refs #763 )Don't remove disabled user's data and repositories.
2015-05-25 22:03:40 +09:00
Naoki Takezoe
8dad6b64b0
Merge branch 'featuer/image-on-diff' of https://github.com/team-lab/gitbucket into team-lab-featuer/image-on-diff
...
# Conflicts:
# src/main/webapp/assets/common/js/gitbucket.js
2015-05-25 02:06:14 +09:00
Naoki Takezoe
04e31c5b4f
Merge branch 'feature/blame' of https://github.com/team-lab/gitbucket into team-lab-feature/blame
...
# Conflicts:
# src/main/scala/gitbucket/core/controller/RepositoryViewerController.scala
# src/main/webapp/assets/common/css/gitbucket.css
2015-05-25 02:00:27 +09:00
Naoki Takezoe
6470428a85
Merge pull request #696 from team-lab/feature/file-finder
...
add file finder
2015-05-25 01:49:45 +09:00
Naoki Takezoe
a7efb3989a
Merge pull request #760 from sugamasao/add-pre-tag-horizontal-scroll
...
Add pre-tag horizontal scroll on markdown
2015-05-21 20:28:24 +09:00
sugamasao
32072d0bbf
Add pre-tag horizontal scroll on markdown
2015-05-20 18:22:53 +09:00
Antoine GIRARD
78a3e4454d
Fix mobile view
2015-05-18 21:37:07 +02:00
Antoine GIRARD
1ff68111b4
Merge remote-tracking branch 'upstream/master'
2015-05-18 15:51:03 +02:00
Naoki Takezoe
e576178e1e
Merge pull request #758 from sugamasao/fix-height-of-diff-line
...
`_` is hidden by diff line
2015-05-17 00:26:19 +09:00
sugamasao
43565458d4
Fix fix height of diff line
...
`_` is hidden by diff line
2015-05-15 15:37:36 +09:00
tomomura
71cc3be6d5
fix login value.
2015-05-13 11:46:02 +09:00
Naoki Takezoe
9a8eef7b19
(refs #738 )Set "application/octet-stream" as Content-Type to avoid automatic charset detection for text files in Scalatra
2015-05-10 17:36:26 +09:00
nazoking
31559418ba
add image diff
2015-05-09 01:50:51 +09:00
Naoki Takezoe
374342cfc1
Merge pull request #718 from team-lab/feature/api-add-issue-urls
...
Feature/api add issue urls
2015-05-06 21:19:59 +09:00
Naoki Takezoe
6fbdd237d1
Merge pull request #731 from ndarilek/master
...
Implement additional accessibility fixes
2015-05-06 10:46:13 +09:00
Naoki Takezoe
4e78f01a09
Dispose ObjectLoader certainty
2015-05-06 10:30:53 +09:00
Jochem Broekhoff
6db9b8038f
jQuery updated to v1.11.1
2015-05-05 09:59:23 +02:00