summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* Fix label comments for French locale (#3017)Lauris BH2017-11-291-2/+2
| | | | | | * Fix label comments for French locale * Fix wrong translation text
* [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
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-3/+11
| | | | | | | | | | | | | | | | | | | | * improve protected branch to add whitelist support * fix lint * fix style check * fix tests * fix description on UI and import * fix test * bug fixed * fix tests and languages * move isSliceInt64Eq to util pkg; improve function names & typo
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added comment's hashtag to url for mail notifications. * Added explanation to return statement + documentation. * Replacing in-line link generation with HTMLURL. (+gofmt) * Replaced action-based model with nil-based model. (+gofmt) * Replaced mailIssueActionToParticipants with mailIssueCommentToParticipants. * Updating comment for mailIssueCommentToParticipants * Added link to comment in "Dashboard" * Deleting feed entry if a comment is going to be deleted * Added migration * Added improved migration to add a CommentID column to action. * Added improved links to comments in feed entries. * Fixes #1956 by filtering for deleted comments that are referenced in actions. * Introducing "IsDeleted" column to action. * Adding design draft (not functional) * Adding database models for stopwatches and trackedtimes * See go-gitea/gitea#967 * Adding design draft (not functional) * Adding translations and improving design * Implementing stopwatch (for timetracking) * Make UI functional * Add hints in timeline for time tracking events * Implementing timetracking feature * Adding "Add time manual" option * Improved stopwatch * Created report of total spent time by user * Only showing total time spent if theire is something to show. * Adding license headers. * Improved error handling for "Add Time Manual" * Adding @sapks 's changes, refactoring * Adding API for feature tracking * Adding unit test * Adding DISABLE/ENABLE option to Repository settings page * Improving translations * Applying @sapk 's changes * Removing repo_unit and using IssuesSetting for disabling/enabling timetracker * Adding DEFAULT_ENABLE_TIMETRACKER to config, installation and admin menu * Improving documentation * Fixing vendor/ folder * Changing timtracking routes by adding subgroups /times and /times/stopwatch (Proposed by @lafriks ) * Restricting write access to timetracking based on the repo settings (Proposed by @lafriks ) * Fixed minor permissions bug. * Adding CanUseTimetracker and IsTimetrackerEnabled in ctx.Repo * Allow assignees and authors to track there time too. * Fixed some build-time-errors + logical errors. * Removing unused Get...ByID functions * Moving IsTimetrackerEnabled from context.Repository to models.Repository * Adding a seperate file for issue related repo functions * Adding license headers * Fixed GetUserByParams return 404 * Moving /users/:username/times to /repos/:username/:reponame/times/:username for security reasons * Adding /repos/:username/times to get all tracked times of the repo * Updating sdk-dependency * Updating swagger.v1.json * Adding warning if user has already a running stopwatch (auto-timetracker) * Replacing GetTrackedTimesBy... with GetTrackedTimes(options FindTrackedTimesOptions) * Changing code.gitea.io/sdk back to code.gitea.io/sdk * Correcting spelling mistake * Updating vendor.json * Changing GET stopwatch/toggle to POST stopwatch/toggle * Changing GET stopwatch/cancel to POST stopwatch/cancel * Added migration for stopwatches/timetracking * Fixed some access bugs for read-only users * Added default allow only contributors to track time value to config * Fixed migration by chaging x.Iterate to x.Find * Resorted imports * Moved Add Time Manually form to repo_form.go * Removed "Seconds" field from Add Time Manually * Resorted imports * Improved permission checking * Fixed some bugs * Added integration test * gofmt * Adding integration test by @lafriks * Added created_unix to comment fixtures * Using last event instead of a fixed event * Adding another integration test by @lafriks * Fixing bug Timetracker enabled causing error 500 at sidebar.tpl * Fixed a refactoring bug that resulted in hiding "HasUserStopwatch" warning. * Returning TrackedTime instead of AddTimeOption at AddTime. * Updating SDK from go-gitea/go-sdk#69 * Resetting Go-SDK back to default repository * Fixing test-vendor by changing ini back to original repository * Adding "tags" to swagger spec * govendor sync * Removed duplicate * Formatting templates * Adding IsTimetrackingEnabled checks to API * Improving translations / english texts * Improving documentation * Updating swagger spec * Fixing integration test caused be translation-changes * Removed encoding issues in local_en-US.ini. * "Added" copyright line * Moved unit.IssuesConfig().EnableTimetracker into a != nil check * Removed some other encoding issues in local_en-US.ini * Improved javascript by checking if data-context exists * Replaced manual comment creation with CreateComment * Removed unnecessary code * Improved error checking * Small cosmetic changes * Replaced int>string>duration parsing with int>duration parsing * Fixed encoding issues * Removed unused imports Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Only check at least one email gpg key (#2266)Antoine GIRARD2017-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Only require one email (possibly not yet validated) * Update message error and check validation of commit * Add integrations tests * Complete integration for import * Add pre-check/optimization * Add some test (not finished) * Finish * Fix fixtures * Fix typo * Don't guess key ID
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-0/+2
| | | | | | | | * Webhooks for repo creation/deletion * add createHookTask * Add handles for GetSlackPayload and GetDiscordPayload
* Implementation of discord webhook (#2402)Lunny Xiao2017-08-281-0/+3
| | | | | | | | | | | | * implementation of discord webhook * fix webhooks * fix typo and unnecessary color values * fix typo * fix imports and revert changes to webhook_slack.go
* Add possibility to record branch or tag information in an issue (#780)Zsombor2017-08-241-0/+1
|
* update translation from crowdin (#2368)Lunny Xiao2017-08-2323-172/+698
|
* Add OpenID configuration in install page (#2276)Sandro Santilli2017-08-191-0/+4
|
* Add missing forks key for dashboard repository component (#2325)Lauris BH2017-08-181-0/+1
| | | Missing key that is used in #2285
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-171-0/+5
| | | | | | | | | | | | | | | | * Fix and improve dashboard repo UI * Change order of scripts loading * Remove "mirror" tab * Remove single tab panel for "org user" * Add localization strings * Create vue component and change event for search * Add "mirrors" filter