Tags: fireae/gitea
Tags
* BREAKING * Fix deadline on update issue or PR via API (go-gitea#8698) * Hide some user information via API if user doesn't have enough permission (go-gitea#8655) (go-gitea#8657) * BUGFIXES * Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (go-gitea#8528) (go-gitea#8618) * Fix milestone close timestamp (go-gitea#8728) (go-gitea#8730) * Fix 500 when getting user as unauthenticated user (go-gitea#8653) (go-gitea#8663) * Fix 'New Issue Missing Milestone Comment' (go-gitea#8678) (go-gitea#8681) * Use AppSubUrl for more redirections (go-gitea#8647) (go-gitea#8651) * Add SubURL to redirect path (go-gitea#8632) (go-gitea#8634) * Fix template error on account page (go-gitea#8562) (go-gitea#8622) * Allow externalID to be UUID (go-gitea#8551) (go-gitea#8624) * Prevent removal of non-empty emoji panel following selection of duplicate (go-gitea#8609) (go-gitea#8623) * Update heatmap fixtures to restore tests (go-gitea#8615) (go-gitea#8616) * Ensure that diff stats can scroll independently of the diff (go-gitea#8581) (go-gitea#8621) * Webhook: set Content-Type for application/x-www-form-urlencoded (go-gitea#8600) * Fix go-gitea#8582 by handling empty repos (go-gitea#8587) (go-gitea#8594) * Fix bug on pull requests when transfer head repository (go-gitea#8564) (go-gitea#8569) * Add missed close in ServeBlobLFS (go-gitea#8527) (go-gitea#8542) * Ensure that GitRepo is set on Empty repositories (go-gitea#8539) (go-gitea#8541) * Fix migrate mirror 500 bug (go-gitea#8526) (go-gitea#8530) * Fix password complexity regex for special characters (go-gitea#8524) * Prevent .code-view from overriding font on icon fonts (go-gitea#8614) (go-gitea#8627) * Allow more than 255 characters for tokens in external_login_user table (go-gitea#8554)
* BREAKING * Hide some user information via API if user doesn't have enough permission (go-gitea#8655) (go-gitea#8658) * BUGFIXES * Fix milestone close timestamp (go-gitea#8728) (go-gitea#8731) * Fix deadline on update issue or PR via API (go-gitea#8699) * Fix 'New Issue Missing Milestone Comment' (go-gitea#8678) (go-gitea#8682) * Fix 500 when getting user as unauthenticated user (go-gitea#8653) (go-gitea#8662) * Use AppSubUrl for more redirections (go-gitea#8647) (go-gitea#8652) * Add SubURL to redirect path (go-gitea#8632) (go-gitea#8634) (go-gitea#8640) * Fix go-gitea#8582 by handling empty repos (go-gitea#8587) (go-gitea#8593) * Fix bug on pull requests when transfer head repository (go-gitea#8571) * Add missed close in ServeBlobLFS (go-gitea#8527) (go-gitea#8543) * Return false if provided branch name is empty for IsBranchExist (go-gitea#8485) (go-gitea#8492) * Create .ssh dir as necessary (go-gitea#8369) (go-gitea#8486) (go-gitea#8489) * Restore functionality for early gits (go-gitea#7775) (go-gitea#8476) * Add check for empty set when dropping indexes during migration (go-gitea#8475) * Ensure Request Body Readers are closed in LFS server (go-gitea#8454) (go-gitea#8459) * Ensure that LFS files are relative to the LFS content path (go-gitea#8455) (go-gitea#8458) * SECURITY * Ignore mentions for users with no access (go-gitea#8395) (go-gitea#8484) * TESTING * Update heatmap fixtures to restore tests (go-gitea#8615) (go-gitea#8617)
* BREAKING * Remove legacy handling of drone token (go-gitea#8191) * Change repo search to use exact match for topic search. (go-gitea#7941) * Add pagination for admin api get orgs and fix only list public orgs bug (go-gitea#7742) * Implement the ability to change the ssh port to match what is in the gitea config (go-gitea#7286) * FEATURE * Org/Members: display 2FA members states + optimize sql requests (go-gitea#7621) * SetDefaultBranch on pushing to empty repository (go-gitea#7610) * Adds side-by-side diff for images (go-gitea#6784) * API method to list all commits of a repository (go-gitea#6408) * Password Complexity Checks (go-gitea#6230) * Add option to initialize repository with labels (go-gitea#6061) * Add additional password hash algorithms (go-gitea#6023) * BUGFIXES * Fix errors in create org UI regarding team access permission (go-gitea#8506) * Fix bug on FindExternalUsersByProvider (go-gitea#8504) * Create .ssh dir as necessary (go-gitea#8486) * IsBranchExist: return false if provided name is empty (go-gitea#8485) * Making openssh listen on SSH_LISTEN_PORT not SSH_PORT (go-gitea#8477) * Add check for empty set when dropping indexes during migration (go-gitea#8471) * LFS files are relative to LFS content path, ensure that when deleting they are made relative to this (go-gitea#8455) * Ensure Request Body Readers are closed in LFS server (go-gitea#8454) * Fix template bug on mirror repository setting page (go-gitea#8438) * Fix migration v96 to keep issue attachments (go-gitea#8435) * Update strk.kbt.io/projects/go/libravatar to latest (go-gitea#8429) * Singular form for files that has only one line (go-gitea#8416) * Check for either escaped or unescaped wiki filenames (go-gitea#8408) * Allow users with explicit read access to give approvals (go-gitea#8382) * Fix editor commit to new branch if PR disabled (go-gitea#8375) * readd .markdown class to all markup renderers (go-gitea#8357) * Upgrade xorm to v0.7.9 to fix some bugs (go-gitea#8354) * Fix column name ambiguity in GetUserIssueStats() (go-gitea#8347) * Change general form binding to gogs form (go-gitea#8334) * Fix pull request commit status in user dashboard list (go-gitea#8321) * Fix repo_admin_change_team_access always checked in org settings (go-gitea#8319) * Update to github.com/lafriks/[email protected] (go-gitea#8317) * Show correct commit status in PR list (go-gitea#8316) * Bugfix for image compare and minor improvements to image compare (go-gitea#8289) * Update xorm (go-gitea#8286) * Fix API for edit and delete release attachment (go-gitea#8285) * Fix nil object access in some conditions when parsing cross references (go-gitea#8281) * Fix label count (go-gitea#8267) * Only show teams access for organization repositories on collaboration setting page (go-gitea#8265) * Test more reserved usernames (go-gitea#8263) * Rewrite reference processing code in preparation for opening/closing from comment references (go-gitea#8261) * Fix assets key on release webhook (go-gitea#8253) * Allow registration when button is hidden (go-gitea#8237) * Fix release API URL generation (go-gitea#8234) * Fix milestone num_issues (go-gitea#8221) * MS Teams webhook misses commit messages (go-gitea#8209) * Fix data race (go-gitea#8204) * Fix team user api (go-gitea#8172) * Fix pull merge 500 error caused by git-fetch breaking behaviors (go-gitea#8161) * Make show private icon when repo avatar set (go-gitea#8144) * Add reviewers as participants (go-gitea#8121) * Fix Go 1.13 private repository go get issue (go-gitea#8112) * feat: highlight issue references with : (go-gitea#8101) * Make AllowedUsers configurable in sshd_config (go-gitea#8094) * Strict name matching for Repository.GetTagID() (go-gitea#8074) * Avoid ambiguity of branch/directory names for the git-diff-tree command (go-gitea#8066) * Add change title notification for issues (go-gitea#8061) * [ssh] fix the config specification in the authorized_keys template (go-gitea#8031) * Fix reading git notes from nested trees (go-gitea#8026) * Fixes synchronize tags to releases for repository - makes sure we are only getting tag refs (go-gitea#7990) * Fix adding default Telegram webhook (go-gitea#7972) * Run CORS handler first for /api routes (go-gitea#7967) * Abort synchronization from LDAP source if there is some error. (go-gitea#7960) * Fix wrong sender when send slack webhook (go-gitea#7918) * Fix bug when migrating a private repository (go-gitea#7917) * Evaluate emojis in commit messages in list view (go-gitea#7906) * Fix upload file type check (go-gitea#7890) * lfs/lock: round locked_at timestamp to second (go-gitea#7872) * fix non existent milestone with 500 error instead of 404 (go-gitea#7867) * gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (go-gitea#7846) * Fix duplicate call of webhook (go-gitea#7821) * Enable switching to a different source branch when PR already exists (go-gitea#7819) * Convert files to utf-8 for indexing (go-gitea#7814) * Do not fetch all refs in pull-request compare (go-gitea#7797) * Fix multiple bugs with statuses endpoints at API (go-gitea#7785) * Restore functionality for early gits (go-gitea#7775) * Fix Slack webhook fork message (go-gitea#7774) * Rewrite existing repo units if setting is not included in api body (go-gitea#7763) * Fix rename failed when rewrite public keys (go-gitea#7761) * Fix approvals counting (go-gitea#7757) * Add migration step to remove old repo_indexer_status orphaned records (go-gitea#7746) * Fix repo_index_status lingering when deleting a repository (go-gitea#7734) * Remove camel case tokenization from repo indexer (go-gitea#7733) * Fix milestone completness calculation when migrating (go-gitea#7725) * Regression: Include "executable" files in the index, as they are not necessarily … (go-gitea#7718) * Fixes indexed repos keeping outdated indexes when files grow too large (go-gitea#7712) * Skip non-regular files (e.g. submodules) on repo indexing (go-gitea#7711) * Fix dropTableColumns sqlite implementation (go-gitea#7710) * Update gopkg.in/src-d/go-git.v4 to v4.13.1 (go-gitea#7705) * improve branches list performance and fix protected branch icon when no-login (go-gitea#7695) * Correct wrong datetime format for git (go-gitea#7689) * Move add to hook queue for created repo to outside xorm session. (go-gitea#7675) * sugestion to use range .Branches (go-gitea#7674) * Fix bug on migrating milestone from github (go-gitea#7665) * hide delete/restore button on archived repos (go-gitea#7658) * css: use flex to fix floating paginate (go-gitea#7656) * Fix syntax highlight initialization (go-gitea#7617) * Fix panic on push at - Merging pull request causes 500 error (go-gitea#7615) * Make PKCS8, PEM and SSH2 keys work (go-gitea#7600) * Fix mistake in arc-green.less split-diff css code. (go-gitea#7587) * Handle ErrUserProhibitLogin in http git (go-gitea#7586) * Fix bug create/edit wiki pages when code master branch protected (go-gitea#7580) * Fixes Malformed URLs in API git/commits response (go-gitea#7565) * Fix file header overflow in file and blame views (go-gitea#7562) * Improve SSH key parser to handle newlines in keys (go-gitea#7522) * Fix empty commits now showing in repo overview (go-gitea#7521) * Fix repository's pull request count error (go-gitea#7518) * Fix markdown invoke sequence (go-gitea#7513) * Remove duplicated webhook trigger (go-gitea#7511) * Update User.NumRepos atomically in createRepository (go-gitea#7493) * Fix settings page of repo you aren't admin print error - Settings pages giving UnitType error message (go-gitea#7482) * Fix redirection after file edit - Handles all redirects for Web UI File CRUD (go-gitea#7478) * cmd/serv: actually exit after fatal errors (go-gitea#7458) * Fix an issue with some pages throwing 'not defined' js exceptions (go-gitea#7450) * fix Dropzone.js integration (go-gitea#7445) * Fix regex for issues in commit messages (go-gitea#7444) * Diff: Fix indentation on unhighlighted code (go-gitea#7435) * Only show "New Pull Request" button if repo allows pulls (go-gitea#7426) * Upgrade macaron/captcha to fix random error problem (go-gitea#7407) * create class for inline positioned lists (go-gitea#7393) * Fetch refs for successful testing for tag (go-gitea#7388) * add missing template variable on organisation settings (go-gitea#7385) * fix post parameter - on issue list - unset assignee (go-gitea#7380) * fix/define autochecked checkboxes on issue list in firefox (go-gitea#7320) * only return head: null if source branch was deleted (go-gitea#6705) * ENHANCEMENT * Add nofollow to sign in links (go-gitea#8509) * vendor: update mvdan.cc/xurls/v2 to v2.1.0 (go-gitea#8495) * Update milestone issues numbers when save milestone and other code improvements (go-gitea#8411) * Add extra user information when migrating release (go-gitea#8331) * Require overall success if no context is given for status check (go-gitea#8318) * Transaction-aware retry create issue to cope with duplicate keys (go-gitea#8307) * Change link on issue milestone (go-gitea#8246) * Alwaywas return local url for users avatar (go-gitea#8245) * Move some milestone functions to a standalone package (go-gitea#8213) * Move create issue comment to comments package (go-gitea#8212) * Disable max height property of comment textarea (go-gitea#8203) * Add 'Mentioning you' group to /issues page (go-gitea#8201) * oauth2 with remote Gitea (go-gitea#8149) * Reference issues from pull requests and other issues (go-gitea#8137) * Fix webhooks to use proxy from environment (go-gitea#8116) * Add merged commit id on pull view when it's merged (go-gitea#8062) * Add teams to repo on collaboration page. (go-gitea#8045) * Update swagger to 0.20.1 (go-gitea#8010) * Make link last commit massages in repository home page and commit tables (go-gitea#8006) * Add API endpoint for accessing repo topics (go-gitea#7963) * Include description in repository search (go-gitea#7942) * Use gitea forked macaron (go-gitea#7933) * Fix pull creation with empty changes (go-gitea#7920) * Allow token as authorization for accessing attachments (go-gitea#7909) * Retry create issue to cope with duplicate keys (go-gitea#7898) * Move git diff codes from models to services/gitdiff (go-gitea#7889) * migrate gplus to google oauth2 provider (go-gitea#7885) * Remove unique filter from repo indexer analyzer. (go-gitea#7878) * Detect delimiter in CSV rendering (go-gitea#7869) * Import topics during migration (go-gitea#7851) * Move CreateReview to modules/pull (go-gitea#7841) * vendor: update pdf.js to v2.1.266 (go-gitea#7834) * Support SSH_LISTEN_PORT env var in docker app.ini template (go-gitea#7829) * Add Ability for User to Customize Email Notification Frequency (go-gitea#7813) * Move database settings from models to setting (go-gitea#7806) * Display ui time with customize time location (go-gitea#7792) * Implement webhook branch filter (go-gitea#7791) * Restrict repository indexing by glob match (go-gitea#7767) * Api: advanced settings for repository (external wiki, issue tracker etc.) (go-gitea#7756) * Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (go-gitea#7751) * deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (go-gitea#7749) * Apply emoji on commit graph page (go-gitea#7743) * Add a lot of extension to language mappings for syntax highlights (go-gitea#7741) * Add SQL execution on log and indexes on table repository and comment (go-gitea#7740) * Set DB connection error level to error (go-gitea#7724) * Check commit message hashes before making links (go-gitea#7713) * remove unnecessary fmt on generate bindata (go-gitea#7706) * Fix specific highlighting (CMakeLists.txt ...) (go-gitea#7686) * Add file status on API (go-gitea#7671) * Add support for DEFAULT_ORG_MEMBER_VISIBLE (go-gitea#7669) * Provide links in commit summaries in commits table/view list (go-gitea#7659) * Change length of some repository's columns (go-gitea#7652) * Move commit repo action from models to repofiles package (go-gitea#7645) * fix wrong email when use gitea as OAuth2 provider (go-gitea#7640) * [Branch View] add download button (go-gitea#7604) * Update to [email protected] (go-gitea#7596) * use 403 instead of 401 for ErrUserProhibitLogin (go-gitea#7591) * Removed unnecessary conversions (go-gitea#7557) * Un-lambda base.FileSize (go-gitea#7556) * Added missing error checks in tests (go-gitea#7554) * Move create release from models to a standalone package (go-gitea#7539) * Make default branch name link to default branch (go-gitea#7519) * Added total count of contributions to heatmap (go-gitea#7517) * Move mirror to a standalone package from models (go-gitea#7486) * Move models.PushUpdate to repofiles.PushUpdate (go-gitea#7485) * Include thread related headers in issue/coment mail (go-gitea#7484) * Refuse merge until all required status checks success (go-gitea#7481) * convert all js var to let/const (go-gitea#7464) * Only create branches for opened pull requestes when migrating from github (go-gitea#7463) * jQuery 3 (go-gitea#7425) * Add notification placeholder (go-gitea#7409) * Search Commits via Commit Hash (go-gitea#7400) * Move status table to cron package (go-gitea#7370) * wiki - page revisions list (go-gitea#7369) * Display original author and URL information when showing migrated issues/comments (go-gitea#7352) * Refactor filetype is not allowed errors (go-gitea#7309) * switch to use gliderlabs/ssh for builtin server (go-gitea#7250) * Remove settting dependency on modules/session (go-gitea#7237) * Move all mail related codes from models to services/mailer (go-gitea#7200) * Support git.PATH entry in app.ini (go-gitea#6772) * Support setting cookie domain (go-gitea#6288) * Move migrating repository from frontend to backend (go-gitea#6200) * Delete releases attachments if release is deleted (go-gitea#6068) * SECURITY * Ignore mentions for users with no access (go-gitea#8395) * Be more strict with git arguments (go-gitea#7715) * reserve .well-known username (go-gitea#7637) * TRANSLATION * Latvian translation for home page (go-gitea#8468) * Add home template italian translation (go-gitea#8352) * fix misprint (go-gitea#7452) * BUILD * use go 1.13 (go-gitea#8088) * MISC * add file line count info on UI (go-gitea#8396) * Make issues page left menu 100% width and add reponame as title attribute (go-gitea#8359) * [arc-green] white on hover for active menu items (go-gitea#8344) * Move ref (branch or tag) location on issue list page (go-gitea#8157) * apply emoji on dashboard issue list labels (go-gitea#8156) * 1148: Take up the full width when viewing the diff in split view. (go-gitea#8114) * Display description of 'make this repo private' as help text, not as tooltip (go-gitea#8097) * Fixes deformed emoji in pull request reviews (go-gitea#8047) * Add strike to old header on comment (go-gitea#8046) * Add tooltip for the visibility checkbox in /repo/create (go-gitea#8025) * Update github.com/lafriks/xormstore and tidy up mod.go (go-gitea#8020) * keep blame view buttons sequence consistent with normal view when view a file (go-gitea#8007) * Use "Pull Request" instead of "Merge Request" (go-gitea#8003) * Move line number to :before attr to hide from search on browser (go-gitea#8002) * Changed black color to white for (read) number label on issue list page (go-gitea#8000) * [Branch View] show "New Pull Request" Button only if posible (go-gitea#7977) * Fix hook problem by only setting the git environment variables if we are passed them (go-gitea#7854) * Prevent Commit Status and Message From Overflowing On Branch Page (go-gitea#7800) * Fix global search result CSS, misc CSS tweaks (go-gitea#7789) * Tweak label border CSS (go-gitea#7739) * Fix create menu item widths (go-gitea#7708) * Extract the username and password from the mirror url (go-gitea#7651) * [Branch View] Delete duplicate protection symbol (go-gitea#7624) * [Branch View] Delete Table Header (go-gitea#7622) * [Branch View] icons to buttons (go-gitea#7602) * update js dependencies (go-gitea#7462) * Add Extra Info to Branches Page (go-gitea#7461) * Bump lodash from 4.17.11 to 4.17.14 (go-gitea#7459) * wiki history improvements (go-gitea#7391) * ui fixes - compare view and archieved repo issues (go-gitea#7345) * dark theme scrollbars (go-gitea#7269) * wiki - editor - add buttons 'inline code', 'empty checkbox', 'checked checkbox' (go-gitea#7243) * Fix Statuses API only shows first 10 statuses: Add paging and extend API GetCommitStatuses (go-gitea#7141)
* BUGFIXES * Highlight issue references (go-gitea#8101) (go-gitea#8404) * Fix bug when migrating a private repository go-gitea#7917 (go-gitea#8403) * Change general form binding to gogs form (go-gitea#8334) (go-gitea#8402) * Fix editor commit to new branch if PR disabled (go-gitea#8375) (go-gitea#8401) * Fix milestone num_issues (go-gitea#8221) (go-gitea#8400) * Allow users with explicit read access to give approvals (go-gitea#8398) * Fix commit status in PR go-gitea#8316 and PR go-gitea#8321 (go-gitea#8339) * Fix API for edit and delete release attachment (go-gitea#8290) * Fix assets on release webhook (go-gitea#8283) * Fix release API URL generation (go-gitea#8239) * Allow registration when button is hidden (go-gitea#8238) * MS Teams webhook misses commit messages (backport v1.9) (go-gitea#8225) * Fix data race (go-gitea#8206) * Fix pull merge 500 error caused by git-fetch breaking behaviors (go-gitea#8194) * Fix the SSH config specification in the authorized_keys template (go-gitea#8193) * Fix reading git notes from nested trees (go-gitea#8189) * Fix team user api (go-gitea#8172) (go-gitea#8188) * Add reviewers as participants (go-gitea#8124) * BUILD * Use vendored go-swagger (go-gitea#8087) (go-gitea#8165) * Fix version-validation for GO 1.13 (go-macaron/cors) (go-gitea#8389) * MISC * Make show private icon when repo avatar set (go-gitea#8144) (go-gitea#8175)
* BUGFIXES * Fix go get from a private repository with Go 1.13 (go-gitea#8100) * Strict name matching for Repository.GetTagID() (go-gitea#8082) * Avoid ambiguity of branch/directory names for the git-diff-tree command (go-gitea#8070) * Add change title notification for issues (go-gitea#8064) * Run CORS handler first for /api routes (go-gitea#7967) (go-gitea#8053) * Evaluate emojis in commit messages in list view (go-gitea#8044) * Fix failed to synchronize tags to releases for repository (go-gitea#7990) (go-gitea#7994) * Fix adding default Telegram webhook (go-gitea#7972) (go-gitea#7992) * Abort synchronization from LDAP source if there is some error (go-gitea#7965) * Fix deformed emoji in commit message (go-gitea#8071) * ENHANCEMENT * Keep blame view buttons sequence consistent with normal view when viewing a file (go-gitea#8007) (go-gitea#8009)
* BUGFIXES * Fix wrong sender when send slack webhook (go-gitea#7918) (go-gitea#7924) * Upload support text/plain; charset=utf8 (go-gitea#7899) * Lfs/lock: round locked_at timestamp to second (go-gitea#7872) (go-gitea#7875) * Fix non existent milestone with 500 error (go-gitea#7867) (go-gitea#7873) * SECURITY * Fix No PGP signature on 1.9.1 tag (go-gitea#7874) * Release built with go 1.12.9 to fix security fixes in golang std lib, ref: https://groups.google.com/forum/#!msg/golang-announce/oeMaeUnkvVE/a49yvTLqAAAJ * ENHANCEMENT * Fix pull creation with empty changes (go-gitea#7920) (go-gitea#7926) * BUILD * Drone/docker: prepare multi-arch release + provide arm64 image (go-gitea#7571) (go-gitea#7884)
Add changelog of v1.9.1 (go-gitea#7859) * add changelog of v1.9.1 * Update CHANGELOG.md Co-Authored-By: Lauris BH <[email protected]> * mention releases build by go1.12.8 * Update CHANGELOG.md Co-Authored-By: Lauris BH <[email protected]>
* BREAKING * Better logging (go-gitea#6038) (go-gitea#6095) * SECURITY * Shadow the password on cache and session config on admin panel (go-gitea#7300) * Fix markdown invoke sequence (go-gitea#7513) (go-gitea#7560) * Reserve .well-known username (go-gitea#7638) * Do not leak secrets via timing side channel (go-gitea#7364) * Ensure that decryption of cookie actually suceeds (go-gitea#7363) * FEATURE * Content API for Creating, Updating, Deleting Files (go-gitea#6314) * Enable tls-alpn-01: Use certmanager provided TLSConfig for LetsEncrypt (go-gitea#7229) * Add command to convert mysql database from utf8 to utf8mb4 (go-gitea#7144) * Fixes go-gitea#2738 - Adds the /git/tags API endpoint (go-gitea#7138) * Compare branches, commits and tags with each other (go-gitea#6991) * Show Pull Request button or status of latest PR in branch list (go-gitea#6990) * Repository avatars (go-gitea#6986) * Show git-notes (go-gitea#6984) * Add commit statuses reports on pull request view (go-gitea#6845) * Number of commits ahead/behind in branch overview (go-gitea#6695) * Add CLI commands to manage LDAP authentication source (go-gitea#6681) * Add support for MS Teams webhooks (go-gitea#6632) * OAuth2 Grant UI (go-gitea#6625) * Add SUBJECT_PREFIX mailer config option (go-gitea#6605) * Include custom configuration file in dump (go-gitea#6516) * Add API for manipulating Git hooks (go-gitea#6436) * Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (go-gitea#6290) * Add option to blame files (go-gitea#5721) * Implement Default Webhooks (go-gitea#4299) * Telegram webhook (go-gitea#4227) * BUGFIXES * Send webhook after commit when creating issue with assignees (go-gitea#7681) (go-gitea#7684) * Upgrade macaron/captcha to fix random error problem (go-gitea#7407) (go-gitea#7683) * Move add to hook queue for created repo to outside xorm session. (go-gitea#7682) (go-gitea#7675) * Show protection symbol if needed on default branch (go-gitea#7660) (go-gitea#7668) * Hide delete/restore button on archived repos (go-gitea#7660) * Fix bug on migrating milestone from github (go-gitea#7665) (go-gitea#7666) * Use flex to fix floating paginate (go-gitea#7656) (go-gitea#7662) * Change length of some repository's columns (go-gitea#7652) (go-gitea#7655) * Fix wrong email when use gitea as OAuth2 provider (go-gitea#7640) (go-gitea#7647) * Fix syntax highlight initialization (go-gitea#7617) (go-gitea#7626) * Fix bug create/edit wiki pages when code master branch protected (go-gitea#7580) (go-gitea#7623) * Fix panic on push at go-gitea#7611 (go-gitea#7615) (go-gitea#7618) * Handle ErrUserProhibitLogin in http git (go-gitea#7586, go-gitea#7591) (go-gitea#7590) * Fix color of split-diff view in dark theme (go-gitea#7587) (go-gitea#7589) * Fix file header overflow in file and blame views (go-gitea#7562) (go-gitea#7579) * Malformed URLs in API git/commits response (go-gitea#7565) (go-gitea#7567) * Fix empty commits now showing in repo overview (go-gitea#7521) (go-gitea#7563) * Fix repository's pull request count error (go-gitea#7518) (go-gitea#7524) * Remove duplicated webhook trigger (go-gitea#7511) (go-gitea#7516) * Handles all redirects for Web UI File CRUD (go-gitea#7478) (go-gitea#7507) * Fix regex for issues in commit messages (go-gitea#7444) (go-gitea#7466) * cmd/serv: actually exit after fatal errors (go-gitea#7458) (go-gitea#7460) * Fix an issue with some pages throwing 'not defined' js exceptions go-gitea#7450 (go-gitea#7453) * Fix Dropzone.js integration (go-gitea#7445) (go-gitea#7448) * Create class for inline positioned lists (go-gitea#7439) (go-gitea#7393) * Diff: Fix indentation on unhighlighted code (go-gitea#7435) (go-gitea#7443) * jQuery 3 (go-gitea#7442) (go-gitea#7425) * Only show "New Pull Request" button if repo allows pulls (go-gitea#7426) (go-gitea#7432) * Fix vendor references (go-gitea#7394) (go-gitea#7396) * Only return head: null if source branch was deleted (go-gitea#6705) (go-gitea#7376) * Add missing template variable on organisation settings (go-gitea#7386) (go-gitea#7385) * Fix post parameter on issue list which had unset assignee (go-gitea#7380) (go-gitea#7383) * Fix migration tests due to issue 7 being resolved (go-gitea#7375) (go-gitea#7381) * Correctly adjust mirror url (go-gitea#6593) * Handle early git version's lack of get-url (go-gitea#7065) * Fix icon position in issue view (go-gitea#7354) * Cut timeline length with last element on issue view (go-gitea#7355) * Fix mirror repository webhooks (go-gitea#7366) * Fix api route for hooks (go-gitea#7346) * Fix bug conflict between SyncReleasesWithTags and InsertReleases (go-gitea#7337) * Fix pull view ui merge section (go-gitea#7335) * Fix 7303 - remove unnessesary buttons on archived repos (go-gitea#7326) * Fix topic bar to allow prefixes (go-gitea#7325) * Fixes go-gitea#7152 - Allow create/update/delete message to be empty, use default message (go-gitea#7324) * Fixes go-gitea#7238 - Annotated tag commit ID incorrect (go-gitea#7321) * Dark theme fixes (go-gitea#7319) * Gitea own dark codemirror theme (go-gitea#7317) * Fixes go-gitea#7292 - API File Contents bug (go-gitea#7301) * Fix API link header (go-gitea#7298) * Fix extra newlines when copying from diff in Firefox (go-gitea#7288) * Make diff line-marker non-selectable (go-gitea#7279) * Fix Submodule dection in subdir (go-gitea#7275) * Fix error log when loading issues caused by a xorm bug (go-gitea#7271) * Add .fa icon margin like .octicon (go-gitea#7258) * Fix hljs unintenionally highlighting commit links (go-gitea#7244) * Only check and config git on web subcommand but not others (go-gitea#7236) * Fix migration panic when Head.User is not exist (go-gitea#7226) * Only warn on errors in deleting LFS orphaned files during repo deletion (go-gitea#7213) * Fix duplicated file on pull request conflicted files (go-gitea#7211) * Allow colon between fixing word and issue (go-gitea#7207) * Fix overflow issues in repo (go-gitea#7190) * API error cleanup (go-gitea#7186) * Add error for fork already existing (go-gitea#7185) * Fixes diff on merged pull requests (go-gitea#7171) * If milestone id is zero don't get it from database (go-gitea#7169) * Fix pusher name via ssh push (go-gitea#7167) * Fix database lock when use random repository fallback image (go-gitea#7166) * Various fixes for issue mail notifications (go-gitea#7165) * Allow archived repos to be (un)starred and (un)watched (go-gitea#7163) * Fix GCArgs load from ini (go-gitea#7156) * Detect noreply email address as user (go-gitea#7133) * Avoid arbitrary format strings upon calling fail() function (go-gitea#7112) * Validate External Tracker URL Format (go-gitea#7089) * Repository avatar fallback configuration (go-gitea#7087) * Fix go-gitea#732: Add LFS objects to base repository on merging (go-gitea#7082) * Install page - Handle invalid administrator username better (go-gitea#7060) * Workaround for posting single comments in split diff view (go-gitea#7052) * Fix possbile mysql invalid connnection error (go-gitea#7051) * Fix charset was not saved after installation finished (go-gitea#7048) * Handle insecure and ports in go get (go-gitea#7041) * Avoid bad database state after failed migration (go-gitea#7040) * Fix wrong init dependency on markup extensions (go-gitea#7038) * Fix default for allowing new organization creation for new users (go-gitea#7017) * Fix content download and /verify LFS handler expecting wrong content-type (go-gitea#7015) * Fix missing repo description when migrating (go-gitea#7000) * Fix LFS Locks over SSH (go-gitea#6999) * Do not attempt to return blob on submodule (go-gitea#6996) * Fix U2F for Chrome >= 74 (go-gitea#6980) * Fix index produces problem when issues/pulls deleted (go-gitea#6973) * Allow collaborators to view repo owned by private org (go-gitea#6965) * Stop running hooks on pr merge (go-gitea#6963) * Run hooks on merge/edit and cope with protected branches (go-gitea#6961) * Webhook Logs show proper HTTP Method, and allow change HTTP method in form (go-gitea#6953) * Stop colorizing log files by default (go-gitea#6949) * Rotate serv.log, http.log and hook logs and stop stacktracing in these (go-gitea#6935) * Fix plain text overflow line wrap (go-gitea#6915) * Fix input size for dependency select (go-gitea#6913) * Change drone token name to let users know to use oauth2 (go-gitea#6912) * Fix syntax highlight in blame view go-gitea#6895 (go-gitea#6909) * Use AppURL for Oauth user link (go-gitea#6894) * Fixes go-gitea#6881 - API users search fix (go-gitea#6882) * Fix 404 when send pull request some situation (go-gitea#6871) * Enforce osusergo build tag for releases (go-gitea#6862) * Fix 500 when reviewer is deleted with integration tests (go-gitea#6856) * Fix v85.go (go-gitea#6851) * Make dropTableColumns drop columns on sqlite and constraints on all (go-gitea#6849) * Fix double-generation of scratch token (go-gitea#6832) (go-gitea#6833) * When mirroring we should set the remote to mirror (go-gitea#6824) * Fix the v78 migration "Drop is_bare" on MSSQL go-gitea#6707 (go-gitea#6823) * Change verbose flag in dump command to avoid colliding with global version flag (go-gitea#6822) * Fix go-gitea#6813: Allow git.GetTree to take both commit and tree names (go-gitea#6816) * Remove `seen` map from `getLastCommitForPaths` (go-gitea#6807) * Show scrollbar only when needed (go-gitea#6802) * Restore IsWindows variable assignment (go-gitea#6722) (go-gitea#6790) * Service worker js is a missing comma (go-gitea#6788) * Fix team edit API panic (go-gitea#6780) * Set user search base field optional in LDAP (simple auth) edit page (go-gitea#6779) * Ignore already existing public keys after ldap sync (go-gitea#6766) * Fix pulls broken when fork repository deleted (go-gitea#6754) * Fix missing return (go-gitea#6751) * Fix new team 500 (go-gitea#6749) * OAuth2 token can be used in basic auth (go-gitea#6747) * Fix org visibility bug when git cloning (go-gitea#6743) * Fix bug when sort repos on org home page login with non-admin (go-gitea#6741) * Stricter domain name pattern in email regex (go-gitea#6739) * Fix admin template error (go-gitea#6737) * Drop is_bare IDX only when it exists for MySQL and MariaDB (go-gitea#6736) * UI: Detect and restore encoding and BOM in content (go-gitea#6727) * Load issue attributes when editing an issue with API (go-gitea#6723) * Fix team members API (go-gitea#6714) * Unfortunately MemProvider Init does not actually Init properly (go-gitea#6692) * Fix partial reversion of go-gitea#6657 caused by go-gitea#6314 (go-gitea#6685) * Prevent creating empty sessions (go-gitea#6677) * Fixes go-gitea#6659 - Swagger schemes selection default to page's protocol (go-gitea#6660) * Update highlight.js to 9.15.6 (go-gitea#6658) * Properly escape on the redirect from the web editor (go-gitea#6657) * Fix go-gitea#6655 - Don't EscapePound .Link as it is already escaped (go-gitea#6656) * Use ctx.metas for SHA hash links (go-gitea#6645) * Fix wrong GPG expire date (go-gitea#6643) * upgrade version of lib/pq to v1.1.0 (go-gitea#6640) * Fix forking an empty repository (go-gitea#6637) * Fix issuer of OTP URI should be URI-encoded. (go-gitea#6634) * Return a UserList from /api/v1/admin/users (go-gitea#6629) * Add json tags for oauth2 form (go-gitea#6627) * Remove extra slash from twitter card (go-gitea#6619) * remove bash requirement in makefile (go-gitea#6617) * Fix Open Graph og:image link (go-gitea#6612) * Fix cross-compile builds (go-gitea#6609) * Change commit summary to full message in API (go-gitea#6591) * Fix bug user search API pagesize didn't obey ExplorePagingNum (go-gitea#6579) * Prevent server 500 on compare branches with no common history (go-gitea#6555) * Properly escape release attachment URL (go-gitea#6512) * Delete local branch when repo branch is deleted (go-gitea#6497) * Fix bug when user login and want to resend register confirmation email (go-gitea#6482) * Fix upload attachments (go-gitea#6481) * Avoid multi-clicks in oauth2 login (go-gitea#6467) * Hacky fix for alignment of the create-organization dialog (go-gitea#6455) * Change order that PostProcess Processors are run (go-gitea#6445) * Clean up ref name rules (go-gitea#6437) * Fix Hook & HookList in Swagger (go-gitea#6432) * Fixed unitTypeCode not being used in accessLevelUnit (go-gitea#6419) * Display correct error for invalid mirror interval (go-gitea#6414) * Don't Unescape redirect_to cookie value (go-gitea#6399) * Fix dump table name error and add some test for dump database (go-gitea#6394) * Fix migrations 82 to ignore unsynced tags between database and git data and missing is_archived on repository table (go-gitea#6387) * Make sure units of a team are returned (go-gitea#6379) * Fix bug manifest.json will not request with cookie so that session will created every request (go-gitea#6372) * Disable benchmarking during tag events on DroneIO (go-gitea#6365) * Comments list performance optimization (go-gitea#5305) * ENHANCEMENT * Update Drone docker generation to standard format (go-gitea#7480) (go-gitea#7496) (go-gitea#7504) * Add API Endpoint for Repo Edit (go-gitea#7006) * Add state param to milestone listing API (go-gitea#7131) * Make captcha and password optional for external accounts (go-gitea#6606) * Detect migrating batch size (go-gitea#7353) * Fix 7255 - wrap long texts on user profile info (go-gitea#7333) * Use commit graph files for listing pages (go-gitea#7314) * Add git command line commitgraph support global default true when git version >= 2.18 (go-gitea#7313) * Add LFS_START_SERVER option to control git-lfs support (go-gitea#7281) * Dark theme markdown fixes (go-gitea#7260) * Update go-git to v4.12.0 (go-gitea#7249) * Show lfs config on admin panel (go-gitea#7220) * Disable same user check for internal SSH (go-gitea#7215) * Add LastLogin to the User API (go-gitea#7196) * Add missing description of label on API (go-gitea#7159) * Use go method to calculate ssh key fingerprint (go-gitea#7128) * Enable Rust highlighting (go-gitea#7125) * Refactor submodule URL parsing (go-gitea#7100) * Change issue mail title. (go-gitea#7064) * Use batch insert on migrating repository to make the process faster (go-gitea#7050) * Improve github downloader on migrations (go-gitea#7049) * When git version >= 2.18, git command could run with git wire protocol version 2 param if enabled (go-gitea#7047) * Fix Erlang and Elixir highlight mappings (go-gitea#7044) * API Org Visibility (go-gitea#7028) * Improve handling of non-square avatars (go-gitea#7025) * Bugfix: Align comment label and actions to the right (go-gitea#7024) * Change UpdateRepoIndex api to include watchers (go-gitea#7012) * Move serv hook functionality & drop GitLogger (go-gitea#6993) * Add support of utf8mb4 for mysql (go-gitea#6992) * Make webhook http connections resuable (go-gitea#6976) * Move xorm logger bridge from log to models so that log module could be a standalone package (go-gitea#6944) * Refactor models.NewRepoContext to extract git related codes to modules/git (go-gitea#6941) * Remove macaron dependent on models (go-gitea#6940) * Add less linter via npx (go-gitea#6936) * Remove macaron dependent on modules/log (go-gitea#6933) * Remove macaron dependent on models/mail.go (go-gitea#6931) * Clean less files (go-gitea#6921) * Fix code overflow (go-gitea#6914) * Style orgs list in user profile (go-gitea#6911) * Improve description of branch protection (fix go-gitea#6886) (go-gitea#6906) * Move sdk structs to modules/structs (go-gitea#6905) * update sdk to latest (go-gitea#6903) * Escape the commit message on issues update and title in telegram hook (go-gitea#6901) * SearchRepositoryByName improvements and unification (go-gitea#6897) * Change the color of issues/pulls list, merged is purple and closed is red (go-gitea#6874) * Refactor table width to have more info shown in file list (go-gitea#6867) * Monitor all git commands; move blame to git package and replace git as a variable (go-gitea#6864) * Fix config ui error about cache ttl (go-gitea#6861) * Improve localization of git activity stats (go-gitea#6848) * Generate access token in admin cli (go-gitea#6847) * Update github.com/urfave/cli to version 1.2.0 (go-gitea#6838) * Rename LFS_JWT_SECRET cli option to include OAUTH2 as well (go-gitea#6826) * internal/ssh: ignore env command totally (go-gitea#6825) * Allow Recaptcha service url to be configured (go-gitea#6820) * update github.com/mcuadros/go-version to v0.0.0-20190308113854-92cdf37c5b75 (go-gitea#6815) * Use modules/git for git commands (go-gitea#6775) * Add GET requests to webhook (go-gitea#6771) * Move PushUpdate dependency from models to repofiles (go-gitea#6763) * Tweak tab text and icon colors (go-gitea#6760) * Ignore non-standard refs in git push (go-gitea#6758) * Disable web preview for telegram webhook (go-gitea#6719) * Show full name if DEFAULT_SHOW_FULL_NAME setting enabled (go-gitea#6710) * Reorder file actions (go-gitea#6706) * README WordPress the code is overflowing go-gitea#6679 (go-gitea#6696) * Improve issue reference on commit (go-gitea#6694) * Handle redirects for git clone commands (go-gitea#6688) * Fix one performance/correctness regression in go-gitea#6478 found on Rails repository. (go-gitea#6686) * API OTP Context (go-gitea#6674) * Remove local clones & make hooks run on merge/edit/upload (go-gitea#6672) * Bump github.com/stretchr/testify from 1.2.2 to 1.3.0 (go-gitea#6663) * Bump gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0 (go-gitea#6662) * Fix dropdown icon padding (go-gitea#6651) * Add more title attributes on shortened names (go-gitea#6647) * Update UI for topics labels on projects (go-gitea#6639) * Trace Logging on Permission Denied & ColorFormat (go-gitea#6618) * Add .gpg url (match github behaviour) (go-gitea#6610) * Support for custom GITEA_CUSTOM env var in docker(go-gitea#6608) * Show "delete branch" button on closed pull requests (go-gitea#6570) (go-gitea#6601) * Add option to disable refresh token invalidation (go-gitea#6584) * Fix new repo dropdown alignment (go-gitea#6583) * Fix mail notification when close/reopen issue (go-gitea#6581) * Pre-calculate the absolute path of git (go-gitea#6575) * Minor CSS cleanup for the navbar (go-gitea#6553) * Render SHA1 links as code blocks (go-gitea#6546) * Add username flag in create-user command (go-gitea#6534) * Unifies pagination template usage (go-gitea#6531) (go-gitea#6533) * Fixes pagination width on mobile view (go-gitea#5711) (go-gitea#6532) * Improve SHA1 link detection (go-gitea#6526) * Fixes go-gitea#6446 - Sort team members and team's repositories (go-gitea#6525) * Use stricter boundaries for auto-link detection (go-gitea#6522) * Use regular line-height on frontpage entries (go-gitea#6518) * Fixes go-gitea#6514 - New Pull Request on files and pulls pages the same (go-gitea#6515) * Make distinction between DisplayName and Username in email templates (go-gitea#6495) * Add X-Auto-Response-Suppress header to outgoing messages (go-gitea#6492) * Cleaned permission checks for API -> site admin can now do anything (go-gitea#6483) * Support search operators for commits search (go-gitea#6479) * Improve listing performance by using go-git (go-gitea#6478) * Fix repo sub_menu font color in arc-green (go-gitea#6477) * Show last commit status in pull request lists (go-gitea#6465) * Add signatures to webhooks (go-gitea#6428) * Optimize all images in public/img (go-gitea#6427) * Add golangci (go-gitea#6418) * Make "Ghost" not link to 404 page (go-gitea#6410) * Include more variables on admin/config page (go-gitea#6378) * Markdown: enable some more extensions (go-gitea#6362) * Include repo name in page title tag (go-gitea#6343) * Show locale string on timestamp (go-gitea#6324) * Handle CORS requests (go-gitea#6289) * Improve issue autolinks (go-gitea#6273) * Migration Tweaks (go-gitea#6260) * Add title attributes to all items in the repo list viewer (go-gitea#6258) * Issue indexer queue redis support (go-gitea#6218) * Add bio field for user (go-gitea#6113) * Make the version within makefile overwriteable (go-gitea#6080) * Updates to API 404 responses (go-gitea#6077) * Use Go1.11 module (go-gitea#5743) * UX + Security current user password reset (go-gitea#5042) * Refactor: append, build variable and type switch (go-gitea#4940) * Git statistics in Activity tab (go-gitea#4724) * Drop the bits argument when generating an ed25519 key (go-gitea#6504) * TESTING * Exclude pull_request from fetch-tags step, fixes go-gitea#7108 (go-gitea#7120) * Refactor and improve git test (go-gitea#7086) * Fix TestSearchRepo by waiting till indexing is done (go-gitea#7004) * Add mssql migration tests (needs go-gitea#6823) (go-gitea#6852) * Add tests for Org API (go-gitea#6731) * Context.ServerError and NotFound should log from their caller (go-gitea#6550) * TRANSLATION * Add french specific rule for translating plural texts (go-gitea#6846) * BUILD * Update mssql driver to last working version 20180314172330-6a30f4e59a44 (go-gitea#7306) * Alpine 3.10 (go-gitea#7256) * Use vfsgen instead of go-bindata (go-gitea#7080) * remove and disable package-lock (go-gitea#6969) * add make targets for js and css, add js linter (go-gitea#6952) * Added tags pull step to drone config to show correct version hashes i… (go-gitea#6836) * Make CustomPath, CustomConf and AppWorkPath configurable at build (go-gitea#6631) * chore: update drone format to 1.0 (go-gitea#6602) * Fix race in integration testlogger (go-gitea#6556) * Quieter Integration Tests (go-gitea#6513) * Drop the docker Makefile from the image (go-gitea#6507) * Add make version on gitea version (go-gitea#6485) * Fix go-gitea#6468 - Uses space match and adds newline for all sed flavors (go-gitea#6473) * Move code.gitea.io/git to code.gitea.io/gitea/modules/git (go-gitea#6364) * Update npm dependencies and various tweaks (go-gitea#7344) * Fix updated drone file (go-gitea#7336) * Add 'npm' and 'npm-update' make targets and lockfile (go-gitea#7246) * DOCS * Add work path CLI option (go-gitea#6922) * Fix logging documentation (go-gitea#6904) * Some logging documentation (go-gitea#6498) * Fix link to Hacking on Gitea on From-Source doc page (go-gitea#6471) * Fix typos in docs command-line examples (go-gitea#6466) * Added docker example for backup (go-gitea#5846)
* BUGFIXES * Fix regex for issues in commit messages (go-gitea#7444) (go-gitea#7466) * cmd/serv: actually exit after fatal errors (go-gitea#7458) (go-gitea#7460) * Fix an issue with some pages throwing 'not defined' js exceptions go-gitea#7450 (go-gitea#7453) * Fix Dropzone.js integration (go-gitea#7445) (go-gitea#7448) * Create class for inline positioned lists (go-gitea#7439) (go-gitea#7393) * Diff: Fix indentation on unhighlighted code (go-gitea#7435) (go-gitea#7443) * jQuery 3 (go-gitea#7442) (go-gitea#7425) * Only show "New Pull Request" button if repo allows pulls (go-gitea#7426) (go-gitea#7432) * Fix vendor references (go-gitea#7394) (go-gitea#7396) * Only return head: null if source branch was deleted (go-gitea#6705) (go-gitea#7376) * Add missing template variable on organisation settings (go-gitea#7386) (go-gitea#7385) * Fix post parameter on issue list which had unset assignee (go-gitea#7380) (go-gitea#7383) * Fix migration tests due to issue 7 being resolved (go-gitea#7375) (go-gitea#7381)<Paste>
PreviousNext