1963 Commits

Author SHA1 Message Date
Robin Shen
2f06d31b5d Fix issue #1156 - LFS files not transferred when send pull request between different projects 2023-01-28 20:00:14 +08:00
Robin Shen
fd50b3f8ef Fix issue #1151 - download button for files in web ui 2023-01-28 10:58:33 +08:00
Robin Shen
10335ae230 Fix a minor issue of not able to call git hooks when update pull request between two projects 2023-01-27 22:12:24 +08:00
Robin Shen
7ca37ed747 Fix issue #1155 - Pull request not closed if source project is removed 2023-01-27 21:37:33 +08:00
Robin Shen
5d4d917b2c Fix issue #1154 - Show portion of description in code comment list 2023-01-27 20:22:48 +08:00
Robin Shen
a2d3f6ada9 Fix issue #1153 - Show unresolved code comments by default in pull request 2023-01-27 17:08:17 +08:00
Robin Shen
35b8595ac6 Fix issue #1152 - Able to run pull request manually 2023-01-27 16:49:37 +08:00
Robin Shen
746d4e241e Fix issue #1150 - Cancel outdated pull request build if target branch changes 2023-01-27 10:35:08 +08:00
OneDev
3d0af7546e Bump version to 7.10.0 2023-01-26 03:27:28 +00:00
Robin Shen
71ab65b689 Fix issue #1112 - Project is current doesn't work for saved queries 2023-01-25 22:05:30 +08:00
Robin Shen
50d9d548cb Merge branch 'main' of https://code.onedev.io/onedev/server 2023-01-25 10:26:02 +08:00
Robin Shen
c1c7007501 Bump version to 7.9.8 2023-01-25 10:25:55 +08:00
Robin Shen
b0628a2a03 Fix issue #1144 - Unable to post issue comment from email reply 2023-01-25 10:21:12 +08:00
Robin Shen
f96d82a3fa Fix issue #1135 - Login page does not auto-fill 2FA code from a compliant password manager
Adds the `autocomplete` attribute to the 2FA field on the login page to improve integration with password managers
2023-01-21 23:20:12 +00:00
Gavin Chappell
b267aef221 add autocomplete attribute to 2FA field
Fixes issue onedev/server#1135
2023-01-21 18:08:19 +00:00
Gavin Chappell
7a7bc8b6ad Correct typos in links to Agent settings
Three incorrect links:
- Job Executors web UI page
  - with `Remote Docker Executor` selected
  - with `Remote Shell Executor` selected
- Resources>Agent>Query Basic Info API documentation page

Fixes: issue onedev/server#1134
2023-01-21 16:15:03 +00:00
Robin Shen
3ca6e75ba6 Fix issue #1076 - Partial issue refresh after closing via commit 2023-01-21 10:47:47 +08:00
Robin Shen
e8724f4d8b Fix issue #1131 - Failed to Publish Artifacts 2023-01-20 20:57:32 +08:00
Robin Shen
87d4cf41b8 Warn user of unsaved change when switching issue confidential 2023-01-20 08:07:00 +08:00
Robin Shen
533989701d Fix issue #1128 - Cannot edit todo in comment 2023-01-20 07:12:51 +08:00
Robin Shen
cac2c43137 Fix issue #1109 - Strip email signatures 2023-01-19 20:56:06 +08:00
Robin Shen
480e4705a9 Add some api help 2023-01-19 12:40:08 +08:00
Robin Shen
d1e4e85fdb Fix issue #1111 - Upload artifacts via RESTful API 2023-01-19 12:01:31 +08:00
Robin Shen
415409952c Fix issue #1117 - Non-compliant markdown rendering for line breaks 2023-01-18 10:21:46 +08:00
Robin Shen
3f50a7ff90 Fix issue #1113 - Custom field of type 'text' with multiple lines allowed should respect newlines when rendered in UI 2023-01-18 08:48:56 +08:00
Robin Shen
e0cb7f943d Fix issue #1114 - Scrollbar jumping sometimes when edit last line of build spec 2023-01-17 23:02:12 +08:00
Robin Shen
f67740cb81 Fix issue #1112 - Project is current doesn't work for saved queries 2023-01-17 21:10:51 +08:00
Robin Shen
33dee746a0 code comment minor improvements 2023-01-17 13:45:32 +08:00
Robin Shen
f98cac37ee Fix issue #1108 - Sort by name in build artifact list 2023-01-17 11:50:25 +08:00
Robin Shen
4da7844167 Fix issue #1101 - <projectname>/~branches fails to render when only main branch exists not master 2023-01-17 11:20:46 +08:00
Robin Shen
63ab708728 Fix the issue that shutdown server on Windows throws exception 2023-01-16 20:09:24 +08:00
Robin Shen
ae86fd836f Add agent.tar.gz for download 2023-01-15 21:49:51 +08:00
Robin Shen
d8d3b67fbc Bump version to 7.9.5 2023-01-15 18:02:59 +08:00
Robin Shen
f792700ab5 Fix issue #1084 - Sorting by last commit date 2023-01-15 18:01:53 +08:00
Robin Shen
418c79ebb7 Fix issue #1100 - Do not count project update for scheduled jobs 2023-01-15 11:39:35 +08:00
Robin Shen
e750932e8d Restructured ProjectUpdate 2023-01-14 20:57:34 +08:00
Robin Shen
7388f665d7 Fix a minor issue of sending duplicate thread interruption when running server step 2023-01-14 16:55:16 +08:00
Robin Shen
6ce028bc98 Bump version to 7.9.4 2023-01-13 07:31:58 +08:00
Robin Shen
c4f80aac03 Fix issue #1091 - Comment formatting messed up when emailing a response to an issue 2023-01-12 21:11:10 +08:00
Robin Shen
638960016b Fix issue #1094 - "Setting" should be "Settings" 2023-01-12 17:51:00 +08:00
Robin Shen
508279bc14 Fix inaccurate markdown entity reference error message 2023-01-12 14:02:32 +08:00
Robin Shen
0654ab005d Fix issue #1082 - Mention criteria to search issues and pull requests 2023-01-12 13:20:46 +08:00
Robin Shen
dc2c772a14 Issues move/copy
Fix issue #951 - Able to copy issues to current or other projects
Fix issue #1092 - Attachment link broken after move issues to a different project
2023-01-11 21:55:49 +08:00
Robin Shen
f5bc428305 Fix cron job scheduling issue 2023-01-10 14:00:21 +08:00
Robin Shen
5392a14cbe Fix issue #1087 - After upgrade from 7.7.2: io.onedev.commons.utils.ExplicitException: Error validating build spec 2023-01-10 10:04:41 +08:00
Robin Shen
131fbda36d Bump version 2023-01-09 21:19:20 +08:00
Robin Shen
abf8eb9555 Bump version to 7.9.2 2023-01-07 13:38:14 +08:00
Robin Shen
e68657c691 Fix issue #1079 - Configure default merge strategy for pull requests 2023-01-07 13:10:08 +08:00
Robin Shen
d0e76699b6 Fix issue #1083 - Update JSW to latest version to keep up with OS updates 2023-01-07 10:34:19 +08:00
Robin Shen
5db85fb8be Several bug fixes
Fix issue #1076 - Partial issue refresh after closing via commit
Fix issue #1078 - Unable to close issue via commit occasionally
2023-01-04 09:30:13 +08:00