zeripath
8ddd2e9cad
Install page - Handle invalid administrator username better ( #7060 )
* Install page - detect invalid admin username before installing
* Also fix #6954
6 years ago
GiteaBot
00ab30371d
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
78ccd102bb
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
caeaac9270
[skip ci] Updated translations via Crowdin
7 years ago
Vladimir Panteleev
3de43a0d6d
Show git-notes ( #6984 )
* Show git-notes
* Make git-notes heading text localizable
* Refactor git-notes data fetching to a separate function
* Display the author and time of git notes
* Move note bubble inside the commit bubble
* Revert "Move note bubble inside the commit bubble"
This reverts commit c0951fe0e3 .
* Add test for git-notes
* testing ui
* Polish CSS
* Apply suggestions from code review
Co-Authored-By: Lauris BH <lauris@nix.lv>
7 years ago
Lunny Xiao
e491c46a28
Add support of utf8mb4 for mysql ( #6992 )
7 years ago
GiteaBot
0b27434d7b
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
625167eef2
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
2bba360e73
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
e758b920ef
[skip ci] Updated translations via Crowdin
7 years ago
Jannik Beyerstedt
e800731fae
improve description of branch protection ( fix #6886 ) ( #6906 )
The branch protection description text were not quite accurate.
7 years ago
GiteaBot
eff8b945eb
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
662f929407
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
de184bdf7b
[skip ci] Updated translations via Crowdin
7 years ago
Lunny Xiao
b22b06dc27
Improve migrations to support migrating milestones/labels/issues/comments/pullrequests ( #6290 )
* add migrations
* fix package dependency
* fix lints
* implements migrations except pull requests
* add releases
* migrating releases
* fix bug
* fix lint
* fix migrate releases
* fix tests
* add rollback
* pull request migtations
* fix import
* fix go module vendor
* add tests for upload to gitea
* more migrate options
* fix swagger-check
* fix misspell
* add options on migration UI
* fix log error
* improve UI options on migrating
* add support for username password when migrating from github
* fix tests
* remove comments and fix migrate limitation
* improve error handles
* migrate API will also support migrate milestones/labels/issues/pulls/releases
* fix tests and remove unused codes
* add DownloaderFactory and docs about how to create a new Downloader
* fix misspell
* fix migration docs
* Add hints about migrate options on migration page
* fix tests
7 years ago
GiteaBot
b49ee52d42
[skip ci] Updated translations via Crowdin
7 years ago
Lunny Xiao
dfcdc4d245
fix config ui error about cache ttl ( #6861 )
7 years ago
GiteaBot
ddcac074c4
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
0918202561
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
ddfabd1b44
[skip ci] Updated translations via Crowdin
7 years ago
Simon
9f82390a7f
Add GET requests to webhook ( #6771 )
* Add GET requests to webhook
* make fmt
* Handle invalid http method on webhook
* Uppercase http method in webhook
* Rename v85.go to v86.go
* make fmt
7 years ago
GiteaBot
1da8be84d4
[skip ci] Updated translations via Crowdin
7 years ago
Lauris BH
7e28e57a3a
Improve localization of git activity stats ( #6848 )
7 years ago
Lauris BH
0fd52d34fd
Git statistics in Activity tab ( #4724 )
* Initial implementation for git statistics in Activity tab
* Create top user by commit count endpoint
* Add UI and update src-d/go-git dependency
* Add coloring
* Fix typo
* Move git activity stats data extraction to git module
* Fix message
* Add git code stats test
7 years ago
GiteaBot
3f175fd414
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
0f801c6545
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
61c718f352
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
88a4718d2d
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
3772b8b1e9
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
0133a5f0b0
[skip ci] Updated translations via Crowdin
7 years ago
Mario Lubenka
6323dd3607
Show "delete branch" button on closed pull requests ( #6570 ) ( #6601 )
* Show button to delete a pull request branch after a pull request has been closed (#6570 )
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Update routers/repo/pull.go
Co-Authored-By: saitho <mario.lubenka@googlemail.com>
7 years ago
GiteaBot
21105def7a
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
a26424c5c7
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
4ec3cf1e79
[skip ci] Updated translations via Crowdin
7 years ago
Andrzej Ressel
58f7080969
Add option to blame files ( #5721 )
7 years ago
Daniel Grier
cb44e25d56
Add support for MS Teams webhooks ( #6632 )
7 years ago
GiteaBot
bbd899ce72
[skip ci] Updated translations via Crowdin
7 years ago
techknowlogick
b9839dfe6e
Telegram webhook ( #4227 )
7 years ago
AJ ONeal
3950e63137
UX + Security current user password reset ( #5042 )
* allow current user to reset their own password
* handle reset password edge cases properly and consistently
* remove dangling assignment
* properly label account recovery instead of reset password
* remove 'Click here' from button
* update English-only account-recovery templates
7 years ago
GiteaBot
399099a94a
[skip ci] Updated translations via Crowdin
7 years ago
Richard Mahn
0f5cb632d2
Fixes 4762 - Content API for Creating, Updating, Deleting Files ( #6314 )
7 years ago
GiteaBot
03a2cb368e
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
3fa802e494
[skip ci] Updated translations via Crowdin
7 years ago
Jonas Franz
c29076e2b5
OAuth2 Grant UI ( #6625 )
* Add oauth2 grants ui
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add delete functionality
Add translations
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix unit tests
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix unit tests
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Refactor DeleteOAuth2Grant
Use results.Close()
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Refactor DeleteOAuth2Grant (again)
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Check if user ID is zero
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Check if grant ID is zero
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
GiteaBot
1ce5ceee1b
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
b3331b6b93
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
86073e95a1
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
8db705964a
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
feb85e423f
[skip ci] Updated translations via Crowdin
7 years ago
zeripath
e031e6c741
Correctly adjust mirror url ( #6593 )
7 years ago