summaryrefslogtreecommitdiffstats
path: root/options/locale
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-061-0/+5
|
* Pull request review/approval and comment on code (#3748)Lauris BH2018-08-061-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial ui components for pull request review * Add Review Add IssueComment types Signed-off-by: Jonas Franz <info@jonasfranz.software> (cherry picked from commit 2b4daab) Signed-off-by: Jonas Franz <info@jonasfranz.software> * Replace ReviewComment with Content Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add load functions Add ReviewID to findComments Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add create review comment implementation Add migration for review Other small changes Signed-off-by: Jonas Franz <info@jonasfranz.software> * Simplified create and find functions for review Signed-off-by: Jonas Franz <info@jonasfranz.software> * Moved "Pending" to first position Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add GetCurrentReview to simplify fetching current review Signed-off-by: Jonas Franz <info@jonasfranz.software> * Preview for listing comments Signed-off-by: Jonas Franz <info@jonasfranz.software> * Move new comment form to its own file Signed-off-by: Jonas Franz <info@jonasfranz.software> * Implement Review form Show Review comments on comment stream Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add support for single comments Showing buttons in context Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add pending tag to pending review comments Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add unit tests for Review Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fetch all review ids at once Add unit tests Signed-off-by: Jonas Franz <info@jonasfranz.software> * gofmt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Improved comment rendering in "Files" view by adding Comments to DiffLine Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add support for invalidating comments Signed-off-by: Jonas Franz <info@jonasfranz.software> * Switched back to code.gitea.io/git Signed-off-by: Jonas Franz <info@jonasfranz.software> * Moved review migration from v64 to v65 Signed-off-by: Jonas Franz <info@jonasfranz.software> * Rebuild css Signed-off-by: Jonas Franz <info@jonasfranz.software> * gofmt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Improve translations Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix unit tests by updating fixtures and updating outdated test Signed-off-by: Jonas Franz <info@jonasfranz.software> * Comments will be shown at the right place now Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add support for deleting CodeComments Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix problems caused by files in subdirectories Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add support for showing code comments of reviews in conversation Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add support for "Show/Hide outdated" Signed-off-by: Jonas Franz <info@jonasfranz.software> * Update code.gitea.io/git Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add support for new webhooks Signed-off-by: Jonas Franz <info@jonasfranz.software> * Update comparison Signed-off-by: Jonas Franz <info@jonasfranz.software> * Resolve conflicts Signed-off-by: Jonas Franz <info@jonasfranz.software> * Minor UI improvements * update code.gitea.io/git * Fix ui bug reported by @lunny causing wrong position of add button Add functionality to "Cancel" button Add scale effects to add button Hide "Cancel" button for existing comments Signed-off-by: Jonas Franz <info@jonasfranz.software> * Prepare solving conflicts Signed-off-by: Jonas Franz <info@jonasfranz.software> * Show add button only if no comments already exist for the line Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add missing vendor files Signed-off-by: Jonas Franz <info@jonasfranz.software> * Check if reviewer is nil Signed-off-by: Jonas Franz <info@jonasfranz.software> * Show forms only to users who are logged in Signed-off-by: Jonas Franz <info@jonasfranz.software> * Revert "Show forms only to users who are logged in" This reverts commit c083682 Signed-off-by: Jonas Franz <info@jonasfranz.software> * Save patch in comment Render patch for code comments Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add link to comment in code Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add reply form to comment list Show forms only to signed in users Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add 'Reply' as translatable Add CODE_COMMENT_LINES setting Signed-off-by: Jonas Franz <info@jonasfranz.software> * gofmt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix problems introduced by checking for singed in user Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add v70 Signed-off-by: Jonas Franz <info@jonasfranz.software> * Update generated stylesheet Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix preview Beginn with new review comment patch system Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add new algo to generate diff for line range Remove old algo used for cutting big diffs (it was very buggy) * Add documentation and example for CutDiffAroundLine * Fix example of CutDiffAroundLine * Fix some comment UI rendering bugs * Add code comment edit mode * Send notifications / actions to users until review gets published Fix diff generation bug Fix wrong hashtag * Fix vet errors * Send notifications also for single comments * Fix some notification bugs, fix link * Fix: add comment icon is only shown on code lines * Add lint comment * Add unit tests for git diff * Add more error messages * Regenerated css Signed-off-by: Jonas Franz <info@jonasfranz.software> * fmt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Regenerated CSS with latest less version Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix test by updating comment type to new ID Signed-off-by: Jonas Franz <info@jonasfranz.software> * Introducing CodeComments as type for map[string]map[int64][]*Comment Other minor code improvements Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix data-tab issues Signed-off-by: Jonas Franz <info@jonasfranz.software> * Remove unnecessary change Signed-off-by: Jonas Franz <info@jonasfranz.software> * refactored checkForInvalidation Signed-off-by: Jonas Franz <info@jonasfranz.software> * Append comments instead of setting Signed-off-by: Jonas Franz <info@jonasfranz.software> * Use HeadRepo instead of BaseRepo Signed-off-by: Jonas Franz <info@jonasfranz.software> * Update migration Signed-off-by: Jonas Franz <info@jonasfranz.de> * Regenerated CSS Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add copyright Signed-off-by: Jonas Franz <info@jonasfranz.software> * Update index.css Signed-off-by: Jonas Franz <info@jonasfranz.software>
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-301-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-272-0/+40
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-271-0/+18
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-261-0/+1
|
* Fix uk-UA locale. Fixes #4518Lauris BH2018-07-261-2/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-252-4/+51
|
* Add flash message after an account has been successfully activated (#4510)Lanre Adelowo2018-07-251-0/+1
| | | | * added new locale text
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-251-0/+25
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-242-1/+53
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-212-1/+61
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-2013-204/+26
|
* Improve English translation for new features. (#4481)bugreport02018-07-201-33/+32
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-202-1/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-191-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-192-11/+42
|
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+28
|
* Issue due date api (#3890)kolaente2018-07-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implemented basic api endpoint to manage deadlines * Fixed checking for permissions * Updating a deadline from the ui is now entirely done via the api * cleanup * Cosmetics * fixed lint + fmt * Added swagger model definition for deadline response * Updated gitea-sdk * Updated gitea-sdk * More cleanup * Generate swagger json * Merge branch 'master' of https://github.com/go-gitea/gitea into issue-due-date-api # Conflicts: # public/swagger.v1.json * Fixed permission to update a deadline via api * Re-added form to change a deadline * Added client-side validation + not ignore error messages from the api * Added locale for error message * Merge branch 'master' of https://github.com/go-gitea/gitea # Conflicts: # models/issue_comment.go * Proper date validation * Fixed indention * moved css to css file * added documentation for error codes * after merge cleanup * Added swagger description * DO NOTHING BUT TRIGGER THAT F*CKIN CI SO IT PICKS UP THE LATEST COMMIT AS IT SHOULD * DO NOTHING BUT TRIGGER THAT F*CKIN CI SO IT PICKS UP THE LATEST COMMIT AS IT SHOULD * regenerated stylesheets
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-151-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-142-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-131-8/+8
|
* Locale for button Edit on protected branch (#4442)Joel da Rosa2018-07-131-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-131-1/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-112-2/+306
|
* update TRANSLATORS (#4406)Niclas Kroon2018-07-111-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-082-0/+110
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-072-1/+12
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-051-0/+124
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-052-0/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-051-0/+29
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-042-0/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-049-35/+11
|
* Fix typos in i18n variable names. (#4080)Matthew Richardson2018-07-041-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-043-0/+21
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-0414-47/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-0323-41/+0
|
* Add `noreferrer` to rel='noopener` for <a> tags (#4328)cezar972018-07-031-5/+5
|
* #4354 Fix translation (#4355)Pofilo2018-07-031-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-031-0/+18
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-031-0/+22
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-031-1/+67
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-031-14/+14
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-021-0/+97
|
* Update TRANSLATORS (#4349)Guilhem Marion2018-07-021-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-011-15/+905
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-06-3015-83/+2715
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-06-271-1/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-06-264-3/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-06-251-0/+1
|