Naoki Takezoe
faa8f8aade
(refs #1499 )Allow guest users to read private repositories via HTTP
2017-03-17 21:44:18 +09:00
Naoki Takezoe
f165e89a8d
(refs #1498 ) Fix record inserting and deletion of repository related tables
2017-03-17 21:38:21 +09:00
KOUNOIKE Yuusuke
620c3161cf
Add support TextAvatar feature and _avatar returns it.
2017-03-16 23:50:46 +09:00
Naoki Takezoe
2cff3884e2
Remove copy buttons from the pull request merge guide to simplify
2017-03-14 12:51:30 +09:00
Naoki Takezoe
5ac01a0617
Add Scaladoc
2017-03-14 12:51:04 +09:00
Naoki Takezoe
5b68ca1416
(refs #1491 )Code format
2017-03-14 12:27:39 +09:00
Naoki Takezoe
2cb29654e9
(refs #1491 )Note helper.assets as deprecated.
...
Use assets(path: String)(implicit context: Context) instead. It adds the hash value which is generated from bootstrap timestamp to the resource url automatically.
2017-03-14 10:07:16 +09:00
Naoki Takezoe
43aff74ad2
Merge pull request #1491 from kounoike/pr-cache-control
...
Add Cache-Control header for _avatar and /plugin-assets (refs #777 )
2017-03-14 09:52:03 +09:00
KOUNOIKE Yuusuke
8087531d64
fix test.
2017-03-14 07:36:07 +09:00
KOUNOIKE Yuusuke
1312276151
Add query parameter for cache control.
...
TODO: PluginAssetsServlet should add Last-Modified header instead of Cache-Control header.
2017-03-14 06:48:35 +09:00
KOUNOIKE Yuusuke
8fa3bf7850
Change from Cache-Control based control to Last-Modified based cache control for _avatar.
2017-03-14 06:08:03 +09:00
KOUNOIKE Yuusuke
cdc8431865
Add query parameter by updatedDate for _avatar image for cache control.
2017-03-14 05:36:02 +09:00
Naoki Takezoe
f4da49b5bd
( #1490 )Use java.util.Base64 instead of sun.misc or commons-codec
2017-03-14 02:17:34 +09:00
KOUNOIKE Yuusuke
3e4e278778
Add Cache-Control header for _avatar and /plugin-assets contents for reduce network connection and CPU usage.
2017-03-13 23:58:49 +09:00
Naoki Takezoe
7b8a5a482a
(refs #1479 )Url encode the branch name
2017-03-13 13:00:54 +09:00
Naoki Takezoe
0401488ab1
Fix styles
2017-03-13 13:00:06 +09:00
Naoki Takezoe
a684fa8a8e
Fixup
2017-03-10 10:03:33 +09:00
Naoki Takezoe
c5a5c737bf
Introduce syntax suger to tuple extraction
2017-03-10 09:53:48 +09:00
Naoki Takezoe
dfe2e8dda5
(refs #1486 )Remove reference to fonts.googleapis.com from AdminLTE
2017-03-10 03:16:40 +09:00
KOUNOIKE Yuusuke
3d9e3d8456
Improve GitHub API compatibility for Jenkins Integration.
2017-03-07 19:48:48 +09:00
Naoki Takezoe
e56c7472c4
(refs #1477 )Add RepositoryHook extension point
...
It makes possible to hook repository creation, deletion, renaming, transferring and forking by plug-ins.
2017-03-07 16:34:14 +09:00
Naoki Takezoe
0f8ee0d57d
(refs #1475 )Allow to create pull request by readable users
2017-03-06 16:18:06 +09:00
Naoki Takezoe
bc69a67b05
(refs #474 )Fix authorization for cloning repository
...
Allows cloning a repository for users who can read access to that repository.
2017-03-03 11:48:08 +09:00
Naoki Takezoe
37d2a38517
(refs #474 )Add “Allow write access” flag
2017-03-03 11:13:30 +09:00
Naoki Takezoe
b5f287d75e
(refs #474 )Add authentication and authronization by deploy key
2017-03-03 10:47:21 +09:00
Naoki Takezoe
629aaa78d6
Code formatting
2017-03-02 18:15:39 +09:00
Naoki Takezoe
5a1ec385a8
(refs #474 )Add controller to maintain deploy keys
2017-03-02 17:51:22 +09:00
Naoki Takezoe
42d3585df5
(refs #474 )Define DB and models for deploy key support
2017-03-02 16:48:54 +09:00
Naoki Takezoe
b6390ac383
(refs #1470 )Fix branch indicator
2017-03-02 16:31:23 +09:00
Matthieu Brouillard
3fa6652415
add anchors in 'System Adminsitration > Plugins' page
...
fixes #1466
2017-02-28 14:30:17 +01:00
Naoki Takezoe
ae4da97ece
(refs #1463 )Copy collaborators form source repository for private fork
2017-02-26 15:07:19 +09:00
Naoki Takezoe
16f0b68490
(refs #1462 )Rolled back a0c5414a93
2017-02-26 12:40:51 +09:00
Naoki Takezoe
a0c5414a93
(refs #1462 )Fix permission checking
2017-02-26 12:09:40 +09:00
Naoki Takezoe
ea498f269e
4.10 release
2017-02-25 06:13:57 +09:00
Naoki Takezoe
98b6d16de7
(refs #1461 )Fix mail link rendering in markdown
2017-02-24 01:17:13 +09:00
Naoki Takezoe
4bcfe837b1
(refs #1438 ) Fix repository viewer for annotated tag
2017-02-21 14:35:30 +09:00
Naoki Takezoe
5721cbf6f4
(refs #1390 )Fix permission control in attachment to wiki page
2017-02-21 11:00:21 +09:00
Naoki Takezoe
200760cc56
Merge pull request #1459 from xuwei-k/mock-package-warning
...
fix deprecation warnings
2017-02-20 12:47:00 +09:00
xuwei-k
c0d9689022
fix deprecation warning
...
https://github.com/FasterXML/jackson-core/blob/jackson-core-2.8.4/src/main/java/com/fasterxml/jackson/core/JsonParseException.java#L31
2017-02-20 11:45:09 +09:00
xuwei-k
7f436831fe
fix deprecation warnings
...
https://github.com/scalatest/scalatest/blob/release-3.0.0/scalatest/src/main/scala/org/scalatest/mock/package.scala#L38
2017-02-20 11:34:02 +09:00
Naoki Takezoe
a538d030e9
Shutdown ActorSystem which is used for Quartz scheduler in application destroying
2017-02-20 10:40:14 +09:00
Naoki Takezoe
aacfb091b2
Improve textarea resizing
2017-02-20 10:11:53 +09:00
Naoki Takezoe
925408db31
Merge pull request #1381 from gitbucket/scala-2.12
...
Scala 2.12 support
2017-02-18 16:54:31 +09:00
Naoki Takezoe
31e0c6aa1d
(refs #1431 ) Update default branch if repository is empty and pushed branch is not current default branch
2017-02-18 16:28:14 +09:00
John Lofgren
2b986609bf
(refs #1454 ) Clarify text for PR permission settings
2017-02-15 23:17:51 -05:00
Naoki Takezoe
43b932304d
(refs #1426 )Don't redirect non git clients to GitHub like repository URL
2017-02-16 03:01:33 +09:00
Naoki Takezoe
fcc015a0f8
Correct text
2017-02-16 02:44:32 +09:00
kenji yoshida
67eaf19add
Fix typo
2017-02-15 22:07:30 +09:00
Naoki Takezoe
3008b51dbe
(refs #1454 )Fix typo
2017-02-15 22:00:51 +09:00
Naoki Takezoe
ee65ae3e49
Tweak directory processing
2017-02-14 16:57:51 +09:00