summaryrefslogtreecommitdiffstats
path: root/options/locale
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-262-0/+4
|
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-211-0/+1
| | | | | | | | | | | | * add dingtalk webhook type * add vendor * some fixes * fix name check * fix name check & improvment
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-211-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-201-11/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-171-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-161-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-162-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-159-18/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-1510-10/+0
|
* Update go-ini dependency and remove semicolon hack in translations (#2913)Lauris BH2017-11-151-2/+2
|
* Add owner to delete repo message (#2886)Ethan Koenig2017-11-151-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-145-48/+838
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-1417-293/+4696
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-142-20/+415
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-136-30/+682
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-135-32/+489
|
* Fix localization texts that contain semicolon (#2900)Lauris BH2017-11-131-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-131-12/+12
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-112-24/+24
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-115-75/+1212
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-082-26/+491
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-071-0/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-071-3/+0
|
* "[skip ci] Updated translations via Crowdin"GiteaBot2017-11-041-1/+1
|
* Update TRANSLATORS (#2843)Discusal Media2017-11-041-0/+1
| | | | | | * Update TRANSLATORS * Change order to alphabetical
* "[skip ci] Updated translations via Crowdin"GiteaBot2017-11-041-7/+7
|
* "[skip ci] Updated translations via Crowdin"GiteaBot2017-11-041-5/+5
|
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-031-24/+474
|
* Translator pt-BR (#2838)Joel da Rosa2017-11-031-0/+2
| | | | | | * Translator pt-BR * rectification translators pt-BR
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-021-39/+39
|
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-023-38/+489
|
* added myself to the translation list (#2828)Jonathan Lozada D2017-11-021-0/+1
|
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-0125-0/+400
|
* Revert en-US locale (#2821)Lauris BH2017-11-021-55/+55
|
* '[skip ci] Updated translations via Crowdin'lunny2017-11-0125-8065/+273
|
* '[skip ci] Updated translations via Crowdin'lunny2017-11-0123-736/+751
|
* '[skip ci] Updated translations via Crowdin'appleboy2017-11-0125-1119/+2699
|
* Fix Various Grammar Issues and Adjust Unnatural Wording (#2737)Omar Assadi2017-10-281-16/+16
| | | | | | | | | | | | | | | | | | | | | | * Fix Comma Splices Replace comma splices with more fitting punctuation—usually semicolons. Signed-off-by: Omar Assadi <omar@assadi.ru> * Turn Some Conjunctions into Sentences Turn conjunctions—which are capable of standing on their own—into their standalone sentences. Signed-off-by: Omar Assadi <omar@assadi.ru> * Reword Sections and Fix Issues in Docs Reword sections of the contributing docs and readme file to be more natural and clear. Additionally, fix the majority of the grammar mistakes. Signed-off-by: Omar Assadi <omar@assadi.co.il>
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+4
| | | Indexed search of repository contents (for default branch only)
* Show Sendmail settings on admin config page (#2782)Jonas Bröms2017-10-261-0/+3
| | | | | | * Show Sendmail settings on admin config page * Remove unecessary if statement
* Add branch overiew page (#2108)Bwko2017-10-261-0/+10
| | | | | | | | * Add branch overiew page * fix changed method name on sub menu * remove unused code
* Admin grammar fixes and improvements (#2056)Patrick G2017-10-211-19/+19
|
* Merge password and 2fa page on user settings (#2695)Lunny Xiao2017-10-161-0/+1
| | | * merge password and 2fa page on user settings
* Create new branch from branch selection dropdown (#2130)Lauris BH2017-10-151-0/+6
| | | | | | | | | | * Create new branch from branch selection dropdown and rewrite it to VueJS * Make updateLocalCopyToCommit as not exported * Move branch name validation to model * Fix possible race condition
* Fix activity locale (#2709)Ethan Koenig2017-10-151-1/+1
|
* Remove direct user adding to organization members (#2641)Lauris BH2017-10-151-2/+0
|
* Add Activity page to repository (#2674)Lauris BH2017-10-151-0/+42
| | | | | | | | | | | | | | * Add Activity page to repository * Add request data for activity * Add issue data for activity * Add user unit right checks * Add releases to activity * Log repository unit loading error
* Complete push webhooks (#2530)David Schneiderbauer2017-09-211-0/+2
| | | | | | | | | | | | | | | | | * implemented missing 'delete' push webhooks moreover created ActionDeleteBranch and ActionDeleteTag * add CommitRepoAction tests for tag/branch creation/deletion * fixed error where push webhook not called if is new branch or tag removed unnecessary code * moved prepare unit test environment into separate method to be used across unit tests * add missing if clause in pushUpdate Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* Make basic functionality work without JavaScript (#2541)Jorge Maldonado Ventura2017-09-191-0/+1
|
* Implementation of all repositories of a user from user->settings (#1740)Rémy Boulanouar2017-09-141-0/+2
| | | | | | | | | | | | * Implementation of all repositories of a user from user->settings * Update message when no repository found * Update according to comments * Change UI to have a better look * improved user repositories UI