Naoki Takezoe
36989c38d4
Max files for getting commit info becomes configurable ( #2511 )
2020-08-15 06:05:47 +09:00
onukura
29357ae170
Add theme choices for editor ( #2501 )
2020-08-03 00:50:01 +09:00
SIkebe
36643bcdd0
Show the number of milestones on the sidebar menu ( #2500 )
2020-08-03 00:48:47 +09:00
Kasan
72e40a0b12
Move the settings link down ( #2497 )
2020-08-01 15:35:41 +09:00
YHojo
2194ff7625
Add Merge PullRequest API ( #2482 )
2020-07-31 04:38:05 +09:00
Brosilio
b247864bfe
Fixed some grammar and spelling issues, modified sign in form ( #2496 )
...
Co-authored-by: SIkebe <SIkebe@users.noreply.github.com >
2020-07-29 20:43:35 +09:00
Naoki Takezoe
b1c3ae4974
Update message for sidebar repo-list setting ( #2493 )
2020-07-28 22:38:10 +09:00
onukura
81c0e2037f
Add function to close multiple issues with one keyword on commits ( #2491 )
2020-07-27 07:45:40 +09:00
Naoki Takezoe
6224ec2a7b
Bump Scalatra to 2.7.0-GA ( #2494 )
2020-07-27 07:22:19 +09:00
Naoki Takezoe
9ff4507fe2
Fix system settings tab behavior ( #2492 )
2020-07-26 13:34:57 +09:00
Naoki Takezoe
67667dbff1
Remove activity log configuration no longer used ( #2490 )
2020-07-26 11:50:48 +09:00
Naoki Takezoe
1a4961c3e1
Merge pull request #2489 from gitbucket/release-4.34.0
...
GitBucket 4.34.0 release
4.34.0
2020-07-26 02:38:51 +09:00
Naoki Takezoe
561220237f
Update README and CHANGELOG
2020-07-26 02:28:47 +09:00
Naoki Takezoe
f45b85aa71
Bump gist-plugin (refs #2443 ) and notifications-plugin (refs #2433 )
2020-07-25 21:04:45 +09:00
Naoki Takezoe
83b3a7983e
Update version to 4.34.0
2020-07-25 17:52:33 +09:00
Naoki Takezoe
63d4c5054e
Deny empty password ( #2488 )
2020-07-25 17:49:58 +09:00
Naoki Takezoe
c8f6017be9
Migrate activity log to JSON-based file from database ( #2468 )
...
This also includes:
- Record rename and transfer repository in activity log
- Check existence of repsoitory when rendering activity logs
- Drop Akka dependency
2020-07-18 23:28:40 +09:00
Naoki Takezoe
f9fcb54861
Fix coursier cache path ( #2481 )
2020-07-18 17:17:41 +09:00
Naoki Takezoe
3534b7172d
Modify CI workflow name
2020-07-05 14:17:23 +09:00
Naoki Takezoe
42a7f974e9
Update README.md
2020-07-05 13:41:51 +09:00
Naoki Takezoe
b8e02d995a
Modify artifact name
2020-07-05 13:34:44 +09:00
Naoki Takezoe
e0d038aa92
Tweak artifacts uploading ( #2477 )
2020-07-05 13:23:24 +09:00
Naoki Takezoe
3d01df2bdc
Fix GitHuib Actions configuration
2020-07-05 12:12:17 +09:00
Naoki Takezoe
6f08f1fd23
Update README.md
2020-07-05 12:04:02 +09:00
Naoki Takezoe
3dd366b394
Replace CI badge by GitHib Actions' one
2020-07-05 12:00:59 +09:00
Naoki Takezoe
8cf4528959
Setup GitHub Actions workflow ( #2476 )
2020-07-05 11:30:32 +09:00
Jookia
5d77bc5d98
executable: Allow saving sessions to disk ( #2474 )
...
This commit allows saving sessions to disk in ~/.gitbucket/sessions
or wherever the gitbucket home is so that logins and other session
data persist between restarts of the program.
Usage: java -jar gitbucket.war --save_sessions
2020-07-05 11:19:21 +09:00
YHojo
572c9ef558
Add get-commits-list-api ( #2470 )
2020-07-04 22:08:48 +09:00
Jookia
7c736c526e
theme: Add title to sidebar toggle button ( #2473 )
...
This makes it so users can mouse over the button and see what it does.
2020-07-04 22:06:54 +09:00
Naoki Takezoe
696d354f3c
Repository operation restrictions ( #2469 )
2020-07-04 22:03:10 +09:00
Hirohisa Yamaguchi
501cbf54ab
fix TLS/SSL LDAP under IBM JVM ( #2472 )
...
Co-authored-by: Hirohisa Yamaguchi <umq@ueo.co.jp >
2020-07-04 15:07:34 +09:00
kenji yoshida
c15d69d566
Update sbt-assembly to 0.15.0
2020-06-28 14:55:04 +09:00
Naoki Takezoe
83eb933230
Improve file list performance ( #2466 )
...
- Simplify an internal method to retrieving commit info
- Introduce in-memory cache for large repositories
- Introduce the upper limit for the number of files to retrieving commit info
2020-06-26 15:59:20 +09:00
kenji yoshida
43bec9b0df
jgit 5.8.0.202006091008-r
2020-06-21 09:27:16 +09:00
kenji yoshida
279305c202
scalafmt 2.6.1
2020-06-20 22:55:23 +09:00
Naoki Takezoe
ecbb86c006
Support both /ref and /refs in Get Reference API ( #2465 )
2020-06-20 16:50:51 +09:00
kenji yoshida
921fb17ef0
scalafmt 2.6.0
2020-06-19 11:41:25 +09:00
kenji yoshida
0362de7d35
json4s 3.6.9
2020-06-16 06:34:10 +09:00
Adrian
cf0d8ea2d0
Apply the trustStore setting when ssl is true - Fixes #1782 ( #2449 )
...
Previously the truststore configuration option was applied only when StartTLS is called on a plain LDAP connection, however, the trust store is equally applicable to a full TLS connection (i.e. when ldap.ssl is set to true).
2020-06-15 01:48:03 +09:00
Naoki Takezoe
0e9026447d
Fix get a reference API path ( #2459 )
2020-06-15 01:46:29 +09:00
kenji yoshida
cf4d9cb03c
jetty 9.4.30.v20200611
2020-06-13 14:37:16 +09:00
Naoki Takezoe
2a1edeaca3
Use-defined CSS ( #2458 )
2020-06-08 15:50:37 +09:00
kenji yoshida
eebabf9b08
sbt 1.3.12
2020-05-31 14:08:24 +09:00
kenji yoshida
d882fcad12
Update commons-io to 2.7
2020-05-30 09:31:55 +09:00
kenji yoshida
f976290282
update testcontainers
2020-05-30 09:26:13 +09:00
kenji yoshida
f3f9d5dae2
sbt 1.3.11
2020-05-30 09:25:30 +09:00
kenji yoshida
71dffd1089
Update sbt-scalatra to 1.0.4
2020-05-22 08:54:32 +09:00
kenji yoshida
f411e98c9a
Update scalafmt to 2.5.2
2020-05-22 08:51:01 +09:00
kenji yoshida
1baa489bc7
Update json4s to 3.6.8
2020-05-22 08:48:46 +09:00
kenji yoshida
f996b0fc4a
update HikariCP to 3.4.5
2020-05-22 08:46:54 +09:00