Naoki Takezoe
0db7eba3f2
Merge pull request #836 from shiena/patch/fix_contenttype
...
Fix duplicated Content-Type
2015-07-18 23:30:27 +09:00
Naoki Takezoe
a472abc88e
Merge pull request #829 from muddydixon/fix/group_image_cursor_css
...
fixed cursor pointer css of group image change
2015-07-18 23:25:04 +09:00
Naoki Takezoe
861c619c19
Merge branch 'master' of https://github.com/sapk/gitbucket into sapk-master
2015-07-18 22:18:02 +09:00
Naoki Takezoe
124f331963
Fix testcase
2015-07-18 22:01:45 +09:00
Mitsuhiro Koga
76fcd44191
Fix duplicated Content-Type
2015-07-16 13:05:40 +09:00
Naoki Takezoe
2f5ab8e3b9
(refs #830 )Bump pegdown to 1.5.0 and support strike syntax
2015-07-14 02:47:26 +09:00
muddydixon
32c8b6914b
fixed cursor pointer css of group image change
2015-07-13 16:54:12 +09:00
Naoki Takezoe
59e826b630
(refs #811 )Remove html tags from title of atom feed
2015-07-05 22:15:39 +09:00
Naoki Takezoe
88f3ee4b13
Merge branch 'better-atom-titles' of https://github.com/beraboris/gitbucket into beraboris-better-atom-titles
2015-07-05 21:37:40 +09:00
Naoki Takezoe
cb65e790ae
(refs #812 )Apply GitRepositoryFilter to SSH access too
2015-07-05 15:38:55 +09:00
Naoki Takezoe
573eabee93
(refs #812 )Prepend '/' to repository name
2015-07-05 15:08:52 +09:00
Naoki Takezoe
f0d4c6546a
(refs #812 )SSH support for plug-in served git repository
2015-07-05 14:16:16 +09:00
Boris Bera
4f1208ea98
Atom feed now puts the activity message in title
...
Originally it used to put the activity type in the message. This gave
no useful information. The user had to open the news item to see what
was going on. Now, the title is the activity's message rendered to html.
Note that this is the same as the content of the news item.
This fixes #481
2015-07-04 15:29:09 -04:00
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