5192 Commits

Author SHA1 Message Date
Robin Shen
2fe06aae01 Bump vesion to 7.9.9 v7.9.9 2023-02-03 08:36:03 +08:00
Robin Shen
7520ca20da Fix issue #1173 - Unable to delete user 2023-02-03 08:32:48 +08:00
Robin Shen
e714a5bcc5 Edit .onedev-buildspec.yml v7.9.8 2023-01-25 06:05:17 +00:00
Robin Shen
6fda2e21cc Edit .onedev-buildspec.yml 2023-01-25 05:55:46 +00:00
Robin Shen
bc5035de1a Edit .onedev-buildspec.yml 2023-01-25 03:34:09 +00:00
Robin Shen
61e792a2ab Edit .onedev-buildspec.yml 2023-01-25 03:16:24 +00:00
Robin Shen
8174cbd426 Edit .onedev-buildspec.yml 2023-01-25 03:01:48 +00:00
Robin Shen
efb6f37f87 Edit .onedev-buildspec.yml 2023-01-25 03:01:29 +00:00
Robin Shen
88cf6e1bb0 Edit .onedev-buildspec.yml 2023-01-25 03:00:42 +00:00
Robin Shen
df8f39df6e Fix issue #1098 - Build sha256sums 2023-01-25 02:28:10 +00: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
4cc68a6d12 Edit .onedev-buildspec.yml 2023-01-25 01:54:25 +00: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
Robin Shen
bcf2d75661 Fix issue #1134 - typo in Job Executors page 2023-01-21 23:18:12 +00:00
Robin Shen
978620753a Merge pull request #53 - #1134: correct typos
This fixes three typos in links to the Agents setting page
- Job Executors web UI page
  - with `Remote Docker Executor` selected
  - with `Remote Shell Executor` selected
- Resources>Agent>Query Basic Info API documentation page
2023-01-21 23:12:27 +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 v7.9.7 2023-01-20 20:57:32 +08:00
Robin Shen
87d4cf41b8 Warn user of unsaved change when switching issue confidential v7.9.6 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 v7.9.5 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
ab2ad5b85c Update dependencies 2023-01-16 16:50:01 +08:00
Robin Shen
6bfcc4082a Merge branch 'main' of https://code.onedev.io/onedev/server 2023-01-16 16:39:50 +08:00
Robin Shen
ae86fd836f Add agent.tar.gz for download 2023-01-15 21:49:51 +08:00
Robin Shen
a82df85714 Edit .onedev-buildspec.yml 2023-01-15 10:30:33 +00:00
Robin Shen
67e8038665 Fix issue #1098 - Build sha256sums 2023-01-15 10:30:08 +00: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 v7.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
d05d84e6d1 Merge branch 'main' of https://code.onedev.io/onedev/server 2023-01-12 07:24:01 +08:00