Naoki Takezoe
af66f8f746
Fix Repository Contents Upload API for nested path ( #3843 )
2025-09-23 09:01:30 +09:00
Naoki Takezoe
217df7012c
Fix Wiki branch resolution in blob endpoint ( #3826 )
2025-08-23 17:11:11 +09:00
Naoki Takezoe
e672d41e77
Fix downloading branch that contains slash ( #3825 )
2025-08-23 16:49:18 +09:00
Naoki Takezoe
0c1e8b932b
Reject direct push to branch if branch protection is enabled ( #3791 )
2025-08-03 11:58:28 +09:00
Naoki Takezoe
b7b7322cce
Fix branch selector in repository viewer ( #3813 )
2025-08-01 02:33:05 +09:00
Naoki Takezoe
911c102f39
Improve logging in initialization process ( #3804 )
2025-07-21 12:10:56 +09:00
Naoki Takezoe
c4d8af02b2
Fix wrong redirect after sign-in when user-defined CSS is used ( #3789 )
2025-07-05 12:08:20 +09:00
Naoki Takezoe
c99ff1cf0f
Release 4.43.0 ( #3784 )
2025-06-29 13:00:21 +09:00
Naoki Takezoe
c9095722f8
Redirect from sign-in page to top page if already authenticated ( #3781 )
2025-06-22 21:23:15 +09:00
Naoki Takezoe
b9d2efa582
UI: Fix bottom margin of branch deletion box in pull request ( #3780 )
2025-06-21 17:23:23 +09:00
Naoki Takezoe
9c2e09020a
Fix warnings in service test cases ( #3779 )
2025-06-21 17:01:54 +09:00
Naoki Takezoe
1ffcf8c1e9
Bump h2 to 2.3.232 ( #3746 )
2025-06-21 13:03:48 +09:00
Scala Steward
a54fb4960f
Reformat with scalafmt 3.9.7
...
Executed command: scalafmt --non-interactive
2025-05-30 14:45:26 +00:00
mnival
9d69b9e980
Add bearer authentification ( #3725 )
...
Co-authored-by: mnival <extern.nival_michael@allianz.com >
2025-02-28 09:30:45 +09:00
Naoki Takezoe
d3268265cf
Release GitBucket 4.42.1 ( #3699 )
2025-01-20 10:16:31 +09:00
Naoki Takezoe
5eaf59eebb
Remove unnecessary setup code for SSL in LDAPUtil ( #3697 )
2025-01-20 09:41:33 +09:00
Naoki Takezoe
f1fc794c0c
Fix warnings in JGitUtil ( #3683 )
2025-01-05 14:35:50 +09:00
kenji yoshida
4cf924bee0
remove unused imports
2025-01-03 12:05:40 +09:00
Naoki Takezoe
2afb37823b
Increase max branch name length 100 -> 255 ( #3676 )
2024-12-30 04:36:24 +09:00
Naoki Takezoe
edc9720a88
Fix warnings in controllers ( #3674 )
2024-12-25 03:02:45 +09:00
Naoki Takezoe
c14b3c5576
Fix warnings in ControllerBase ( #3673 )
2024-12-22 13:23:31 +09:00
Naoki Takezoe
10fc04cbc9
Return 400 error for invalid query string ( #3672 )
2024-12-22 12:48:39 +09:00
Naoki Takezoe
743bdab79b
Fix wrong redirection when non-existent branch name is given as default branch ( #3669 )
2024-12-21 22:13:27 +09:00
Naoki Takezoe
a5a2e4732d
Stabilize AccountServiceSpec ( #3670 )
2024-12-21 18:50:34 +09:00
Naoki Takezoe
ad9a0afc9b
Show branch errors when creating pull request ( #3667 )
2024-12-21 11:54:47 +09:00
Naoki Takezoe
b1d4a18c9b
Fix ref and ssh_url in WebHook payloads ( #3656 )
2024-12-19 15:19:42 +09:00
Naoki Takezoe
8168580d60
Restore the original response of list-repository-tags API ( #3662 )
2024-12-16 00:27:56 +09:00
Naoki Takezoe
2abdd233e7
Apply user-defined CSS after plugins' JavaScript runs ( #3661 )
2024-12-15 12:30:07 +09:00
Naoki Takezoe
ef95ce99d2
Suppress Liquibase logs ( #3660 )
2024-12-14 14:49:38 +09:00
ziggystar
92304ac8c6
fix: make some methods call JGitUtil.getCommitLog with ObjectId instead of strings ( #3653 )
...
Co-authored-by: Thomas Geier <thomas.geier@solidat.de >
2024-12-10 08:25:38 +09:00
ziggystar
64e8167fcb
fix: calculate diffs between commits based on common ancestor; works for force push ( #3647 )
...
fixes #3476
Co-authored-by: Thomas Geier <thomas.geier@solidat.de >
2024-12-05 08:51:03 +09:00
kenji yoshida
177da92b39
fix warning
2024-09-11 11:47:54 +09:00
xuwei-k
c2068f58e7
prepare Scala 3
2024-06-17 15:07:53 +09:00
Scala Steward
f1360f44c6
Reformat with scalafmt 3.8.2
...
Executed command: scalafmt --non-interactive
2024-06-14 16:40:55 +00:00
Naoki Takezoe
447288db9d
Release GitBucket 4.41.0 ( #3540 )
2024-05-18 16:14:52 +09:00
Scala Steward
aa00351606
Update scala-library to 2.13.13
2024-02-23 08:09:31 +09:00
Naoki Takezoe
64aeb422c8
Adjust the default branch automatically when cloning external repo ( #3466 )
2024-01-14 16:17:29 +09:00
xuwei-k
d73eacfa5d
Update scalafmt setting
...
use new syntax. prepare Scala 3.4
2023-12-30 08:10:39 +09:00
ziggystar
dabddf60b1
fix: add GitUtils.findBranchesNoMergeInfo and use it when merge info … ( #3436 )
...
* fix: add GitUtils.findBranchesNoMergeInfo and use it when merge info not necessary
* rfr: add some missing override annotations and a return type
---------
Co-authored-by: Thomas Geier <thomas.geier@solidat.de >
2023-11-30 21:01:57 +09:00
Naoki Takezoe
783ddfffa3
Make max files and lines limit in showing diff configurable ( #3433 )
2023-11-26 21:02:40 +09:00
Naoki Takezoe
24b7cade49
Simplify pull request UI ( #3417 )
2023-11-25 23:48:48 +09:00
Naoki Takezoe
4ca3816522
Keyword search for issues and pull requests using search box ( #3429 )
2023-11-22 01:55:01 +09:00
xuwei-k
3d5ca44d66
update scalafmt
2023-11-17 19:26:04 +09:00
xuwei-k
0db23b7f4a
commons-compress 1.25.0
2023-11-16 12:07:37 +09:00
Naoki Takezoe
36de0b3097
Fix layout of branch selector ( #3416 )
2023-11-12 22:58:18 +09:00
Naoki Takezoe
176deb4930
Bump gist plugin to 4.23.0 to support GitBucket 4.40.0 ( #3399 )
2023-10-22 18:09:00 +09:00
Naoki Takezoe
070f74e7dc
Release GitBucket 4.40.0 ( #3396 )
2023-10-22 02:26:54 +09:00
Naoki Takezoe
bcd78b3e5b
Support custom fields in search condition ( #3286 )
2023-10-22 02:00:24 +09:00
xuwei-k
186269f8ff
add explicit type
2023-09-10 20:04:23 +09:00
Naoki Takezoe
8ada3dde04
Allow to create pull request from default branch of forked repositories ( #3339 )
2023-08-13 01:48:23 +09:00