2022-03-28 |
Hash password when reset it (#3026)
Naoki Takezoe
authored
on 28 Mar 2022
GitHub
committed
on 28 Mar 2022
|
---|---|
Reset password email by users themselves (#3023)
Naoki Takezoe
authored
on 28 Mar 2022
GitHub
committed
on 28 Mar 2022
|
|
2022-01-30 |
Report commit failure caused by hook (#2984)
Naoki Takezoe
authored
on 30 Jan 2022
GitHub
committed
on 30 Jan 2022
|
2021-12-06 |
Enhance Git Reference APIs (#2937)
Naoki Takezoe
authored
on 6 Dec 2021
GitHub
committed
on 6 Dec 2021
|
2021-12-05 |
Fix refs API as far as Jenkins github-branch-source plugin can detect tags (#2936)
...
Naoki Takezoe
authored
on 5 Dec 2021
GitHub
committed
on 5 Dec 2021
|
2021-11-28 |
Fix SSH server handling (#2930)
Naoki Takezoe
authored
on 28 Nov 2021
GitHub
committed
on 28 Nov 2021
|
Remove unused imports
Naoki Takezoe
committed
on 28 Nov 2021
|
|
Merge branch 'master' into custom-ssh-url
Naoki Takezoe
authored
on 28 Nov 2021
GitHub
committed
on 28 Nov 2021
|
|
2021-11-02 |
resolve #2907 API - not milestone data in issue list (#2908)
Mira
authored
on 2 Nov 2021
GitHub
committed
on 2 Nov 2021
|
2021-10-31 |
Relax max password length limitation to 40 (#2906)
Naoki Takezoe
authored
on 31 Oct 2021
GitHub
committed
on 31 Oct 2021
|
2021-08-29 |
Closes #2818 - Supporting custom SSH URL's when hosting behind a proxy
Logan McGrath
committed
on 29 Aug 2021
|
2021-08-09 |
use `forall` or `exists` instead of `map(f).getOrElse`
xuwei-k
committed
on 9 Aug 2021
|
`map(f).flatten` => `flatMap`
xuwei-k
committed
on 9 Aug 2021
|
|
use `foreach` instead of `map`
xuwei-k
committed
on 9 Aug 2021
|
|
fix typo
xuwei-k
committed
on 9 Aug 2021
|
|
remove semicolons
xuwei-k
committed
on 9 Aug 2021
|
|
remove redundant `toString`
xuwei-k
committed
on 9 Aug 2021
|
|
2021-07-18 |
unprotect plugin-assets (#2825)
Lilian BENOIT
authored
on 18 Jul 2021
GitHub
committed
on 18 Jul 2021
|
2021-07-11 |
Ignore submodules in repository archive downloading (#2817)
Naoki Takezoe
authored
on 11 Jul 2021
GitHub
committed
on 11 Jul 2021
|
2021-07-10 |
Add new option to disable XSS protection in image rendering (#2806)
Naoki Takezoe
authored
on 10 Jul 2021
GitHub
committed
on 10 Jul 2021
|
2021-06-26 |
Handle slash contained tag name correctly in releases (#2805)
Naoki Takezoe
authored
on 26 Jun 2021
GitHub
committed
on 26 Jun 2021
|
2021-06-20 |
Fix Repository Contents API issues (#2802)
Naoki Takezoe
authored
on 20 Jun 2021
GitHub
committed
on 20 Jun 2021
|
Drop the use of SyntaxSugars.defining from codebase (#2800)
Naoki Takezoe
authored
on 20 Jun 2021
GitHub
committed
on 20 Jun 2021
|
|
2021-04-17 |
Use account name as pusher for commits by WebUI (#2745)
Naoki Takezoe
authored
on 17 Apr 2021
GitHub
committed
on 17 Apr 2021
|
Minor fix for WebHook testing UI (#2744)
Naoki Takezoe
authored
on 17 Apr 2021
GitHub
committed
on 17 Apr 2021
|
|
2021-04-07 |
Abolish the pull request title length limitation (#2731)
Naoki Takezoe
authored
on 7 Apr 2021
GitHub
committed
on 7 Apr 2021
|
Eliminate context.loginAccount.get() by adding context.withLoginAccount() (#2729)
Naoki Takezoe
authored
on 7 Apr 2021
GitHub
committed
on 7 Apr 2021
|
|
2021-04-04 |
Remove unused import statements (#2726)
Naoki Takezoe
authored
on 4 Apr 2021
GitHub
committed
on 4 Apr 2021
|
Fix repository creation permission check (#2725)
Naoki Takezoe
authored
on 4 Apr 2021
GitHub
committed
on 4 Apr 2021
|
|
2021-03-14 |
|