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
f45b85aa71
Bump gist-plugin (refs #2443 ) and notifications-plugin (refs #2433 )
2020-07-25 21:04:45 +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
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
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
Naoki Takezoe
ecbb86c006
Support both /ref and /refs in Get Reference API ( #2465 )
2020-06-20 16:50:51 +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
Naoki Takezoe
2a1edeaca3
Use-defined CSS ( #2458 )
2020-06-08 15:50:37 +09:00
SIkebe
8fac1baa3c
Fix file upload on IE11 ( #2452 )
...
Bump dropzone from 5.2.0 to 5.5.1
v5.6.0 or later version of dropzone has a compatibility problem with IE.
It breaks file upload function in issue/PR pages.
So you have to stick to v5.5.1 for now or use polyfill.
https://gitlab.com/meno/dropzone/-/issues/225
2020-05-16 23:33:49 +09:00
SIkebe
8a080efe9d
Bump jQuery to 3.5.1 ( #2447 )
2020-05-07 09:03:05 +09:00
Naoki Takezoe
aaaf61e29e
Fix browser_download_url of releases APIs ( #2448 )
2020-05-07 09:02:24 +09:00
Pedro Rijo
ded4ab702d
Implement release pagination ( #2444 )
2020-04-26 20:10:41 +09:00
Naoki Takezoe
2cb7ecd851
Drop password validation ( #2439 )
2020-04-11 10:58:28 +09:00
Nicolas.C
7d1ad4ce66
Delete AddPrimaryKey tag which is not required with not composed inde… ( #2435 )
...
* Delete AddPrimaryKey tag which is not required with not composed index (#2361 )
* Add mariadb driver for liquibase
Co-authored-by: nico57c <>
2020-04-11 03:20:19 +09:00
SIkebe
c274acc8f4
Restrict information visibility if allowAnonymousAccess is false ( #2438 )
2020-04-11 02:41:05 +09:00
Kasan
0378f26ee6
Ignore Limited settings, when searching repositories. ( #2427 )
2020-02-22 13:25:23 +09:00
SIkebe
772835dd22
Fix line-through rendering in markdown ( #2430 )
2020-02-16 23:30:00 +09:00
Naoki Takezoe
5d20cd0365
Remove useless configuration template
2020-01-29 23:12:04 +09:00
Kasan
59d7a672b3
Limit the visible repositories in the sidebar. ( #2421 )
2020-01-18 10:34:43 +09:00
SIkebe
564e95d36e
Correct activity message of reopening pull request ( #2420 )
...
* Correct activity message of reopening pull request
* Fix docs
2020-01-18 10:15:54 +09:00
Naoki Takezoe
917b204e5b
Restructure settings UI ( #2413 )
2020-01-13 02:28:30 +09:00
SIkebe
6225fd79fc
Merge pull request #2417 from gitbucket/fix-compare-view
...
Fix diff in compare view
2020-01-12 12:44:21 +09:00
SIkebe
cbec567ef4
Make Authorization header auth-scheme case-insencitive ( #2416 )
2020-01-12 10:26:04 +09:00
Naoki Takezoe
84b62242d3
Fix diff in compare view
2020-01-12 03:10:04 +09:00
Naoki Takezoe
cb87d126de
(refs #2391 ) Fix online editor preview
2020-01-01 23:11:22 +09:00
SIkebe
941f8002e5
Implement draft pull request related APIs ( #2388 )
2020-01-01 01:07:19 +09:00
Naoki Takezoe
a6e7761141
Fix NullPointerException
2019-12-31 18:18:13 +09:00
Naoki Takezoe
eb053a66d7
Release 4.33.0
2019-12-31 17:50:09 +09:00
Naoki Takezoe
5257c83563
Add option to disallow WebHook to private addresses ( #2397 )
2019-12-29 16:13:24 +09:00
Naoki Takezoe
04bc92001f
Make CLI options configurable via environmental variables ( #2408 )
2019-12-29 01:21:26 +09:00
SIkebe
a943a5985d
Make pull request collapsable per file ( #2405 )
2019-12-10 11:08:57 +09:00
SIkebe
9e19821256
Change branch name text in PR into link ( #2394 )
2019-12-10 10:45:19 +09:00
Aoi Tanaka
455183a13e
Add assignee and assignees properties to some issues api payload ( #2398 )
2019-12-10 10:43:22 +09:00
SIkebe
c241c08904
Fix account table dead lock caused by ApiAuthenticationFilter ( #2395 )
2019-11-30 21:42:16 +09:00
SIkebe
08389cb1a0
Hash password created by Web API ( #2403 )
2019-11-30 21:41:47 +09:00
Naoki Takezoe
94f9d42fc4
( Fixes #2400 ) Fix edit group button's display condition ( #2401 )
2019-11-16 21:00:22 +09:00
Naoki Takezoe
b975e74de3
Treat svg files as text in the repository viewer ( #2389 )
2019-10-20 23:46:46 +09:00