1963 Commits

Author SHA1 Message Date
Robin Shen
5621ed17eb fix issue #137: Wrong redirect after login (behind reverse proxy?) 2020-05-20 08:19:56 +08:00
Robin Shen
33474b9cd0 fix issue #123: Pull request file changes should compare with latest head of target branch 2020-05-19 16:31:58 +08:00
Robin Shen
e2183e2dca Exclude changes contributed by commits reachable from target branch in pull request changes page 2020-05-17 10:57:34 +08:00
Robin Shen
b5de2da9a7 Modify jgit to be able to use our content upon merge conflict 2020-05-16 16:35:56 +08:00
Robin Shen
d1e2417d0e Use single database query when find history code comments on a file 2020-05-13 16:49:06 +08:00
Robin Shen
b0debc7c0e Minor refactoring of some constant names 2020-05-13 14:08:28 +08:00
Robin Shen
63adbc6e92 Allow anonymous to access all projects if anonymous group is an administration group 2020-05-13 13:58:18 +08:00
Robin Shen
4138bd7cb5 fix issue #114: Can not jump to related comment via notification link
after login
2020-05-11 16:10:12 +08:00
Robin Shen
949227c181 fix issue #134: User deletion sometimes causes a foreign key violation
error
2020-05-11 12:14:51 +08:00
Robin Shen
97a2d13599 Adjust default issue workflow to close issue only when commit fixing the
issue is merged to master branch
2020-05-11 11:09:27 +08:00
Robin Shen
a723971d3b fix issue #133: Issue workflow reconciliation is not complete after
workflow change
2020-05-11 10:47:30 +08:00
Robin Shen
f28c4abdff Minor default issue setting and css adjustment 2020-05-11 10:10:16 +08:00
Michael Weimann
33466bdd48
Adjust board columns to equal width 2020-05-10 18:57:22 +02:00
Robin Shen
3a1ad5de3a Bump version to 3.1.2 2020-05-10 20:44:15 +08:00
Robin Shen
8c5e7e6ac7 fix issue #131: Adding code comment in source view does not highlight
selected code
2020-05-10 20:42:51 +08:00
Robin Shen
55ac3833c6 fix issue #114: Can not jump to related comment via notification link
after login
2020-05-10 18:41:22 +08:00
Robin Shen
bbd27141ed Lazy load of images in markdown for increase page loading speed 2020-05-10 11:23:33 +08:00
Robin Shen
0523accc77 Merge branch 'master' into stable 2020-05-10 08:14:40 +08:00
Michael Weimann
108caaa325
Add GitHub link to the navbar 2020-05-09 11:57:45 +02:00
Robin Shen
f19913e3fc Minor css fix 2020-05-08 21:58:16 +08:00
Michael Weimann
5fa7b2fa0d
Let brand link point to project list 2020-05-05 23:00:03 +02:00
Robin Shen
234c71096d fix issue #116: Place + below the list of enumeration values 2020-05-05 14:21:26 +02:00
Robin Shen
e5c325e3a8 fix issue #122: Project issue workflow update after changing issue
settings
2020-05-05 11:03:37 +02:00
Robin Shen
83ccc2dee0 fix issue #119: Send e-mails as HTML and plain text 2020-05-05 10:40:21 +02:00
Robin Shen
75a53121b2 fix issue #112: Statistics broken? 2020-05-05 08:50:50 +02:00
Robin Shen
99086b4c97 Bump version to 3.1.1 2020-05-04 21:46:08 +08:00
Robin Shen
82b35227bb Optimize the code to find previous build on same stream 2020-05-04 21:44:45 +08:00
Robin Shen
a2c29dab34 Fix the issue that previous build is not calculated correctly.
This can leads to incorrect listing of fixed issues of a build
2020-05-03 21:57:31 +08:00
Robin Shen
7a2bc9b455 Use comment/activity specific url in issue/pull request notification
email
2020-05-03 21:14:44 +08:00
Robin Shen
b1cb96d321 Send issue/pull request notification to watchers whenever there is an
event
2020-05-03 20:10:49 +08:00
Robin Shen
2afe5110e6 Make STARTTLS option checked by default in mail setting 2020-05-03 16:29:16 +08:00
Robin Shen
029e8ffb97 Some minor bug fixes 2020-05-03 11:25:18 +08:00
Robin Shen
897f79a49b Enable git protocol switch for all places showing git url 2020-05-02 23:50:12 +08:00
Robin Shen
25f69b26b2 Add support for ssh in Kubernetes executor 2020-05-02 18:08:29 +08:00
Robin Shen
4cc9c3155f Some minor improvements 2020-05-01 22:54:05 +08:00
Robin Shine
c295c88c2f Bump version to 3.1.0 2020-05-01 19:23:09 +08:00
Robin Shine
9d80721aea Data migration to 3.1 2020-05-01 13:31:51 +08:00
Robin Shen
27d1a18f08 fix issue #112: Statistics broken? 2020-04-30 11:52:51 +08:00
Robin Shen
336dab6378 Show server fingerprint besides SSH clone url 2020-04-29 11:41:33 +08:00
Robin Shen
6c3525d7ca Show SSH push url in push instructions page 2020-04-29 08:43:30 +08:00
Robin Shen
6f9d7c7e9d Move clone url displaying into "clone and download" link to be more
obvious
2020-04-28 23:22:59 +08:00
Robin Shen
d9c6ca92a4 Refactor ldap authenticator 2020-04-28 16:38:08 +08:00
Robin Shen
8535e91de4 Improve ssh key list/insert UI 2020-04-27 21:40:41 +08:00
Robin Shen
2b1ef2b891 fix issue #113: Support search by display name or login name 2020-04-27 11:52:15 +08:00
Robin Shen
266ff76900 Remove /projects segment in http clone url 2020-04-27 11:20:12 +08:00
Robin Shen
df6f4d2604 Improve git ssh support
1. Call native git instead of jgit for better performance, git hook support.
   Also OneDev will be able to use new features in native git instead of
   waiting for support in jgit
2. Separate SimpleGitSshServer into SshServerLauncher and
   GitSshCommandCreator to decouple general ssh facility and git specific
   commands. With this change, other parts can use ssh facility by
   contributing to extension point SshCommandCreator
2020-04-27 10:39:06 +08:00
Robin Shen
9ec2046eee Fix scripting document link 2020-04-25 10:17:39 +08:00
Robin Shen
662a4826d0 Merge branch 'master' of https://code.onedev.io/projects/onedev-server 2020-04-24 23:24:34 +08:00
Robin Shen
f9aa0f1d17 Refactor various list to better support browser history 2020-04-24 23:23:45 +08:00
OneDev
a6ea13f444 Merge pull request #10 of project 'onedev-server' 2020-04-23 12:03:53 +00:00