onukura
ea4da561c5
Add syntax highlighter setting per user ( #2555 )
2020-11-04 00:51:25 +09:00
Mészáros István
2e8f3efafd
Implement API for creating, updating and deleting refs. ( #2590 )
2020-11-04 00:01:16 +09:00
Marcel Berteler
f25cf5781c
Use attr() instead of data() to prevent parsing of json ( #2548 )
...
* Use attr() instead of data() to prevent parsing of json
A fix for issue #2503
Valid JSON text will be converted to a JSON object, not text , when using .data(). using .attr() prevents this behavior.
* Update gitbucket.js
Use different methods to get old and head values depending on the object type
2020-11-03 16:25:47 +09:00
onukura
d97f7c6025
Add function to create new branch with commit on UI and start PR ( #2571 )
2020-11-03 16:04:08 +09:00
SIkebe
e91d903650
Upload images from clipboard ( #2518 )
2020-11-03 15:35:03 +09:00
Akifumi Tominaga
4f93f06de5
Fix file name of the commit comment ( #2581 )
2020-11-03 15:31:53 +09:00
SIkebe
08ed3c4171
Bump sbt from 1.4.0 to 1.4.1 ( #2585 )
2020-10-22 01:05:21 +09:00
onukura
5193d82980
save editor theme to localStorage ( #2583 )
2020-10-18 17:12:47 +09:00
uli-heller
eab82bf1be
json4s-jackson-3.6.10 ( #2567 )
...
Co-authored-by: Naoki Takezoe <takezoe@gmail.com >
2020-10-14 22:45:47 +09:00
uli-heller
311d758910
thumbnailator-0.4.12 ( #2570 )
2020-10-14 15:16:48 +09:00
uli-heller
097a2d32b8
jetty-9.4.32.v20200930 ( #2563 )
2020-10-14 15:16:13 +09:00
uli-heller
a34766ccfd
commons-io-2.8.0 ( #2566 )
2020-10-14 15:15:21 +09:00
uli-heller
147eef9ee5
commons-net-3.7 ( #2565 )
2020-10-14 15:15:09 +09:00
uli-heller
49118662b2
mariadb-java-client-2.7.0 ( #2564 )
2020-10-14 15:14:49 +09:00
onukura
5989f2e2cb
fix milestone api ( #2580 )
2020-10-14 15:08:51 +09:00
onukura
127f034bba
update latest activity date when pr merged ( #2560 )
2020-10-14 15:07:28 +09:00
onukura
e1e00c4b94
Add Get-branch-protection, Delete-branch-protection, Get-all-status-check-contexts API ( #2574 )
2020-10-14 15:06:23 +09:00
SIkebe
eb64cdd9cd
Bump sbt from 1.3.12 to 1.4.0 ( #2573 )
2020-10-13 07:36:28 +09:00
onukura
1bfa8dffb8
update api repository branches reference lists ( #2575 )
2020-10-10 03:01:21 +09:00
uli-heller
33361b8015
Updated jgit to 5.9.0.202009080501-r ( #2562 )
2020-10-02 07:54:52 +09:00
onukura
b5ee074075
add create a milestone and update a milestone api ( #2561 )
2020-10-02 07:54:29 +09:00
onukura
cbddc34bfa
Add update a pull request API ( #2557 )
2020-10-02 07:42:30 +09:00
onukura
61504ae9e3
add api endpoints for repository collaborator ( #2558 )
2020-09-29 06:14:19 +09:00
Naoki Takezoe
3049f6010c
Update CHANGELOG.md
2020-09-27 23:37:01 +09:00
Naoki Takezoe
d4e01d631f
Small refactoring for README handling ( #2556 )
2020-09-20 03:43:43 +09:00
onukura
a46aa2c61c
Add list-milestones and get-a-milestone API ( #2546 )
2020-09-20 02:26:31 +09:00
onukura
ad147e8dd5
add webhook APIs ( #2551 )
2020-09-20 01:42:14 +09:00
Yuusuke KOUNOIKE
3555519392
force eol to lf by editorconfig / allow trailing space to *.md ( #1965 )
2020-09-20 00:53:57 +09:00
onukura
f6a5def638
Add list repository tags API ( #2544 )
2020-09-20 00:36:54 +09:00
SIkebe
0590cb7048
Improve accessibility ( #2552 )
...
* Document language missing
* Missing form label
* Image elements do not have [alt] attributes
* Fix metals specific configuration
* [user-scalable="no"] is used in the <meta name="viewport"> element or the [maximum-scale] attribute is less than 5
* Fix AvatarImageProviderSpec
* [id] attributes on active, focusable elements are not unique
* Links do not have a discernible name
* Links to cross-origin destinations are unsafe
2020-09-14 10:42:50 +09:00
onukura
b35d0792aa
fix list commit api sha param ( #2550 )
2020-09-12 14:56:41 +09:00
James Yoo
0d20bc0173
adding support for GitHub v3 delete comment ( #2540 )
2020-09-12 14:52:47 +09:00
onukura
851141c2f4
add list-branches-for-head-commit API ( #2547 )
2020-09-11 06:06:04 +09:00
onukura
31a104a697
Add update-an-issue-comment API ( #2538 )
2020-09-11 05:38:34 +09:00
onukura
bfc44cff98
Add get-a-repository-README endpoint ( #2535 )
2020-09-07 04:05:46 +09:00
onukura
0da781c33d
Limit the number of characters for user completion and issue completioin ( #2534 )
2020-09-07 03:55:11 +09:00
onukura
8dbcbb5485
Add get-an-issue-comment API endpoint ( #2536 )
2020-09-05 23:23:16 +09:00
onukura
7544f64c65
Add "has_issue" boolean to GET /repos/:owner/:repo API ( #2542 )
2020-09-05 16:45:16 +09:00
James Yoo
73d05aefad
adding support for wiki page deletion recording ( #2537 )
2020-09-05 16:15:43 +09:00
SIkebe
4d70b056ad
Show issue/PR title as a tooltip ( #2532 )
...
* Show issue/PR title as a tooltip
* Enable title for issue/PR on activities
2020-09-05 15:59:03 +09:00
onukura
b81ce41d51
Add list-public-repositories API ( #2529 )
2020-08-29 15:32:00 +09:00
James Yoo
a143683d7f
refactored ActivityService logging strategy ( #2526 )
2020-08-29 15:29:42 +09:00
onukura
5ba38057dc
add update activity date for commitsfile ( #2525 )
2020-08-28 00:11:58 +09:00
onukura
07eb2bc41e
record wiki activity via http ( #2521 )
2020-08-23 18:02:01 +09:00
SIkebe
5e4d041295
Merge pull request #2519 from gitbucket/fix-branch-setting
...
Handle branch contains / properly in branch settings
2020-08-23 01:57:55 +09:00
Naoki Takezoe
4d7fc061a4
Handle branch contains / properly in branch settings
2020-08-23 01:11:33 +09:00
onukura
8db98d7b16
Add issue completion ( #2513 )
2020-08-21 05:54:31 +09:00
SIkebe
a6063c8aa9
Show userName as link only when a user is not removed ( #2516 )
2020-08-20 10:44:10 +09:00
onukura
2cc1336e82
Keep the default branch in the forked repositories ( #2514 )
2020-08-18 20:56:54 +09:00
onukura
308bda2050
add activity record for issue closing by comment ( #2510 )
2020-08-18 15:27:55 +09:00