1408 Commits (b4f8da533e1771eb1e0d222d8d586b4220447e4c)

Author SHA1 Message Date
GiteaBot 029836c34c [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot e674478227 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot cf6f8b22ca [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot de06ee6a30 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot d07b8a75d7 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot f8e9a3df40 [skip ci] Updated translations via Crowdin 4 years ago
silverwind 1837e647eb
Diff stat improvements (#13954)
* Diff stat improvements

- Combine number to just total number of changes
- Add tooltip over stats bar
- Increase contrast on file name
- Refactor classes and CSS to be more reusable

* misc tweaks

* make count bold
4 years ago
GiteaBot 5fdf500ace [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 0c5fca2d85 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot bc1cf6e5d3 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 338bfeebe7 [skip ci] Updated translations via Crowdin 4 years ago
Lunny Xiao 2d71cdb668
Add pull request manually merge instruction (#13840)
* add pull request command line instructions

* Add pull request manually merge instuction

* Fix styles

* Fix lint

* Move inline style to class file

* add space between merge button and hint text

* Add sentence end charcter

* Change the language file

* adjust secondary bg

* further adjustment

Co-authored-by: silverwind <me@silverwind.io>
4 years ago
GiteaBot b830eca720 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 654c480c99 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 557479642d [skip ci] Updated translations via Crowdin 4 years ago
6543 48a3bb7a32
User Settings: Ignore empty language codes & validate (#13755) 4 years ago
GiteaBot 5d43d2965a [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot c2ac1c73f2 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 4f82a0b12e [skip ci] Updated translations via Crowdin 4 years ago
a1012112796 9c26dc1f3a
Add block on official review requests branch protection (#13705)
Signed-off-by: a1012112796 <1012112796@qq.com>

Co-authored-by: Lauris BH <lauris@nix.lv>
4 years ago
GiteaBot 72e62ac12b [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot de1e4b2da9 [skip ci] Updated translations via Crowdin 4 years ago
Norwin b651409c0a
Improve strings (#13548)
* Correct oauth signup title

When linking accounts, a password is not required anymore,
so this string becomes confusing

* string "remenber me": be more precise

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot 6626a048df [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 859e3d3db6 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot f0ed71251e [skip ci] Updated translations via Crowdin 4 years ago
Chris Shyi d025d84d91
Add email validity check (#13475)
* Improve error feedback for duplicate deploy keys

Instead of a generic HTTP 500 error page, a flash message is rendered
with the deploy key page template so inform the user that a key with the
intended title already exists.

* API returns 422 error when key with name exists

* Add email validity checking

Add email validity checking for the following routes:
[Web interface]
1. User registration
2. User creation by admin
3. Adding an email through user settings
[API]
1. POST /admin/users
2. PATCH /admin/users/:username
3. POST /user/emails

* Add further tests

* Add signup email tests

* Add email validity check for linking existing account

* Address PR comments

* Remove unneeded DB session

* Move email check to updateUser

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot d0a676c8ff [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot ee7133d135 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 6838bacc4c [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 9155f13bf8 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot ffa712e783 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot ef2ffc6aed [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 004b40dad0 [skip ci] Updated translations via Crowdin 4 years ago
zeripath c05a8abc76
Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, (#12766)
* Multiple GitGraph improvements.

Add backend support for excluding PRs, selecting branches and files.

Fix #10327

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per @silverwind

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per @silverwind

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Only show refs in dropdown we display on the graph

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per @silverwind

Signed-off-by: Andrew Thornton <art27@cantab.net>

* use flexbox for ui header

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Move Hide Pull Request button to the dropdown

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add SHA and user pictures

Signed-off-by: Andrew Thornton <art27@cantab.net>

* fix test

Signed-off-by: Andrew Thornton <art27@cantab.net>

* fix test 2

Signed-off-by: Andrew Thornton <art27@cantab.net>

* fixes

* async

* more tweaks

* use tabs in tmpl

Signed-off-by: Andrew Thornton <art27@cantab.net>

* remove commented thing

Signed-off-by: Andrew Thornton <art27@cantab.net>

* fix linting

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update web_src/js/features/gitgraph.js

Co-authored-by: silverwind <me@silverwind.io>

* graph tweaks

* more tweaks

* add title

Signed-off-by: Andrew Thornton <art27@cantab.net>

* fix loading indicator z-index and position

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
4 years ago
GiteaBot d4e0b28655 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot ed47da2e29 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 3c7908b51c [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 5b636bdec7 [skip ci] Updated translations via Crowdin 4 years ago
John Olheiser 7c68ac8f7d
Tags cleanup (#13428)
* Tags cleanup

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* fmt

Signed-off-by: jolheiser <john.olheiser@gmail.com>
4 years ago
GiteaBot dd882f6a69 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 59c3cf6388 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 951a333733 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot fa8492fb70 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot be880d4063 [skip ci] Updated translations via Crowdin 4 years ago
a1012112796 b687707014
Add the tag list page to the release page (#12096)
* Add the tag list page to the release page

* Add the tags list view
* Add the delete tag way on ui
* Not delete tag and clear message when delete a release

Signed-off-by: a1012112796 <1012112796@qq.com>

* Apply suggestions from code review

Co-authored-by: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: zeripath <art27@cantab.net>

* fix ui

* Add to header

* ui

* permission

* ui

* Update options/locale/locale_en-US.ini

Co-authored-by: Lauris BH <lauris@nix.lv>

* tweaks

* monospace commit hashes

* Add read permission check

* fix permission

* fix nit

* Update web_src/less/_base.less

Co-authored-by: silverwind <me@silverwind.io>

* ui fixes

* title tweaks

* fix lint

* fix test

* fix test and some ui nits

* Apply suggestions from code review

Co-authored-by: silverwind <me@silverwind.io>

Co-authored-by: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: silverwind <me@silverwind.io>
4 years ago
GiteaBot fc40cdfa89 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 8176ba6573 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot e7750e0f6a [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot d01d39d6cf [skip ci] Updated translations via Crowdin 4 years ago