aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-251-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-2126-52/+41
|
* Improve strings (#13548)Norwin2020-11-201-2/+2
| | | | | | | | | | | * 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>
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-181-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-161-10/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-153-0/+5
|
* Add email validity check (#13475)Chris Shyi2020-11-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-132-3/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-121-0/+13
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-111-3/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-101-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-091-9/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-091-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-081-0/+2
|
* Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show ↵zeripath2020-11-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-081-0/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-071-0/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-052-1/+26
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-051-4/+9
|
* Tags cleanup (#13428)John Olheiser2020-11-051-0/+1
| | | | | | | | | * Tags cleanup Signed-off-by: jolheiser <john.olheiser@gmail.com> * fmt Signed-off-by: jolheiser <john.olheiser@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-041-1/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-041-7/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-031-1/+26
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-031-0/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-0317-17/+0
|
* Add the tag list page to the release page (#12096)a10121127962020-11-021-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-021-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-11-011-2/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-311-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-311-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-301-6/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-301-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-292-1/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-271-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-262-0/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-2617-34/+7
|
* Group Label Changed Comments in timeline (#13304)Pedro Alves2020-10-251-2/+5
| | | | | | | | | | | | | * Create function to group label comments * Combine multiple label additions into one * Group removed and added labels in the same comment * Fix indentation on comments.tmpl Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-252-0/+11
|
* #12897 - add mastodon provider (#13293)Divyam Bhasin2020-10-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * added mastodon provider to oauth code * changed go.mod and vendor/modules.txt to add updated goth * vendored mastodon and new goth * committing result of go mod tidy && go mod vendor * added pic and mastodon to oauth models * handled instance url * applied lafriks suggestion * Update web_src/js/index.js Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <matti@mdranta.net>
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-251-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-241-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-241-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-2425-64/+3
|
* Rearrange the order of the merged by etc. in locale (#13284)zeripath2020-10-231-4/+4
| | | | | Fix #13260 Signed-off-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-231-1/+12
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-231-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-221-1/+19
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-221-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-221-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2020-10-221-0/+10
|