1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/gitea-gitea

Имя тега
Описание
Сообщение коммита
Операция
v1.9.0-dev
19.03.2019 05:22
* BREAKING * Restrict permission check on repositories and fix some problems (#5314) * Show only opened milestones on issues page milestone filter (#5051) * FEATURE * Implement git refs API for listing references (branches, tags and other) (#5354) * Approvals at Branch Protection (#5350) * Add raw blob endpoint to get objects by SHA ID (#5334) * Add api for user to create org (#5268) * Create AuthorizedKeysCommand (#5236) * User action heatmap (#5131) * Refactor heatmap to vue component (#5401) * Webhook for Pull Request approval/rejection (#5027) * Add command for migrating database (#4954) * Search keyword by splitting provided values by , (#4939) * Create Progressive Web App (#4730) * Give user a link to create PR after push (#4716) * Add rebase with merge commit merge style (#3844) (#4052) * BUGFIXES * Fix bug on modifying sshd username (#5624) * Delete tags in mirror which are removed for original repo. (#5609) * Fix wrong text getting saved on editing second comment on an issue. (#5608) * Fix nil pointer when adding a due date (#5587) * Fix type mismatch of format string (#5574) * Fix bug on upload file name (#5571) * Issue is not overdue when it is on the same date #5566 (#5568) * Fix indexer reindex bug when gitea restart (#5563) * Fix table name typo on SQL (#5562) * Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key deletion (#5557) * Fix makefile generate buildstep (#5556) * Fix nil pointer base branch bug (#5555) * Fix permission check on api create org (#5523) * Fix detect force push failure on deletion of protected branches (#5522) * Fix approvals limitation (#5521) * Fix bug when a read perm user to edit his issue (#5516) * Fix adding reaction fail for read permission user (#5515) * Fixing MSSQL timestamp type (#5511) * Fix forgot deletion of notification when delete repository (#5506) * Fix empty wiki (#5504) * Fix clone wiki failed via ssh (#5503) * Fix code review on mssql (#5502) * Fix lfs version check warning log when using ssh protocol (#5501) * Fix topic name length on database (#5493) * Ensure that the `closed_at` is set for closed issues (#5449) * Admin should be able to delete repos via the API even if he is not a member of the organization (#5443) * Word-Break the WebHook url to prevent a ui-break (#5432) * Fix forgot removed records when deleting user (#5429) * Fix repository deletion when there is large number of issues in it (#5426) * Fix heatmap colors for Chrome/Safari (#5421) * Fix password variable shadowing (#5405) * Fix dependent issue searching when gitea is run in subpath (#5392) * Don't force a password change for the admin user when creating an account via cli (#5391) * API: '/orgs/:org/repos': return private repos with read access (#5383) * Don't send assign webhooks when creating issue (#5365) * Removing Labels via EditPullRequest API (#5348) * Migration fixes for gogs (0.11.66) to gitea (1.6.0) #5318 (#5341) * Fix bug when users have serval teams with different units on different repositories (#5307) * Fix U2F if gitea is configured in subpath (#5302) * Fix file edit change preview functionality (#5300) * Update gitignore list (#5258) * Fixed heatmap not working in mssql (#5248) * Fixed wrong api request url for instances running in subfolders (#5247) * Fix compatibility heatmap with mysql 8 (#5232) * Fix data race on migrate repository (#5224) * Fix sqlite and mssql lock (#5214) * Fix sqlite lock (#5210) * Fix: Accept web-command cli flags if web-command is commited (#5200) * Fix: Add secret to all webhook's payload where it has been missing (#5199) * Fix race on updatesize (#5190) * Fix create team, update team missing units (#5188) * Fix sqlite lock (#5184 & #5176) * Fix showing pull request link when delete a branch (#5166) * Fix JSON result of empty array in heatmap data array (#5154) * Update build tags for sqlite_unlock notify (#5144) * This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql (#5136) * Fix deadlock when sqlite (#5118) * Add comment replies (#5104) * Fix home page template regression (#5102) * Fix regex to support optional end line of old section in diff hunk (#5096) * LDAP via simple auth separate bind user and search base (#5055) * Fix markdown image with link (#4675) * Fix to 3819 - Filtering issues by tags on main screen issues (#3824) * ENHANCEMENT * Delete organization endpoint added (#5601) * Update Licenses (#5558) * Support reverse proxy providing email (#5554) * Add git protocol v2 support via SSH on Docker image (#5520) * Add tests for api user orgs (#5494) * Allow link verification for services like Mastodon (#5481) * Improve team members and repositories settings UI (#5457) * Remove the required class from optional ssh port in installation page (#5428) * Explicitly disable Git credential helper (#5367) * Setting Labels via EditPullRequest API (#5347) * Implement pasting image from clipboard for browsers that supports that (#5317) * Milestone issues and pull requests (#5293) * Support envs on external render commands (#5278) * Add option to disable automatic mirror syncing. (#5242) * Remove unused db init on commands serv, update, hooks (#5225) * Serve audio files using HTML5 audio tag (#5221) * Pass link prefixes to external markup parsers (#5201) * Add AutoHead functionality. (#5186) * Fix emojis not showing in commit messages (#5168) * Block registration based on email domain (#5157) * Update vendor/go-sqlite3 (#5133 & #5162) * Update x/net lib (#5169) * Show review summary in pull requests (#5132) * Use type switch (#5122) * Remove duplicated if bodies (#5121) * Remove check for negative length (#5120) * Make switch more clear (#5119) * Use named const instead of a raw string (#5115) * Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#5094) * Refactor: err != nil check, just return error instead (#5093) * Add notification interface and refactor UI notifications (#5085) * Use APP_NAME on home page (#5048) * Explicitly decide whether to use TLS in mailer's configuration (#5024) * Generate random password (#5023) * UX of link account (Step 1) (#5006) * Make sure argsSet verifies string isn't empty too (#4980) * Improve performance of dashboard (#4977) * Keys API changes (#4960) * Add must-change-password flag to cli for creating a user (#4955) * Use native go method to get current user rather than environment variable (#4930) * Make gitea serv use api/internal (#4886) * Add support for search by uid (#4876) * Allow to add organization members as collaborators on organization owned repositories (#4748) * TESTING * Kill testing processes if the test takes too long (#5174) * Update outdated Go toolchain version for .drone.yml (#5146) * Increase the retry limit to 20 times and the interval to 200ms (#5134) * Retry test-fixtures loading in case of transaction rollback (#5125) * Added test environment for mssql (#4282) * BUILD * Replace lint to revive (#5422) * Update golang version in Dockerfile (#5246) * DOCS * Typo in routers/api/v1/org/org.go fixed. (#5598) * Update the docs for sqlite_unlock_notify (#5145) * CN translation of docs part (#5049) * Kubernetes deployment file (#5046) * MISC * Upgrade alpine to 3.8 (#5423) * Git-Trees API (#5403) * Only chown directories during docker setup if necessary. Fix #4425 (#5064)
03.01.2019 18:46
* SECURITY * Limit uploaded avatar image-size to 4096x3072 by default (#4353) * Do not allow to reuse TOTP passcode (#3878) * FEATURE * Add cli commands to regen hooks & keys (#3979) * Add support for FIDO U2F (#3971) * Added user language setting (#3875) * LDAP Public SSH Keys synchronization (#1844) * Add topic support (#3711) * Multiple assignees (#3705) * Add protected branch whitelists for merging (#3689) * Global code search support (#3664) * Add label descriptions (#3662) * Add issue search via API (#3612) * Add repository setting to enable/disable health checks (#3607) * Emoji Autocomplete (#3433) * Implements generator cli for secrets (#3531) * ENHANCEMENT * Add more webhooks support and refactor webhook templates directory (#3929) * Add new option to allow only OAuth2/OpenID user registration (#3910) * Add option to use paged LDAP search when synchronizing users (#3895) * Symlink icons (#1416) * Improve release page UI (#3693) * Add admin dashboard option to run health checks (#3606) * Add branch link in branch list (#3576) * Reduce sql query times in retrieveFeeds (#3547) * Option to enable or disable swagger endpoints (#3502) * Add missing licenses (#3497) * Reduce repo indexer disk usage (#3452) * Enable caching on assets and avatars (#3376) * Add repository search ordered by stars/forks. Forks column in admin repo list (#3969) * Add Environment Variables to Docker template (#4012) * LFS: make HTTP auth period configurable (#4035) * Add config path as an optionial flag when changing pass via CLI (#4184) * Refactor User Settings sections (#3900) * Allow square brackets in external issue patterns (#3408) * Add Attachment API (#3478) * Add EnableTimetracking option to app settings (#3719) * Add config option to enable or disable log executed SQL (#3726) * Shows total tracked time in issue and milestone list (#3341) * TRANSLATION * Improve English grammar and consistency (#3614) * DEPLOYMENT * Allow Gitea to run as different USER in Docker (#3961) * Provide compressed release binaries (#3991) * Sign release binaries (#4188)
03.07.2018 23:24
* SECURITY * Limit uploaded avatar image-size to 4096x3072 by default (#4353) * Do not allow to reuse TOTP passcode (#3878) * FEATURE * Add cli commands to regen hooks & keys (#3979) * Add support for FIDO U2F (#3971) * Added user language setting (#3875) * LDAP Public SSH Keys synchronization (#1844) * Add topic support (#3711) * Multiple assignees (#3705) * Add protected branch whitelists for merging (#3689) * Global code search support (#3664) * Add label descriptions (#3662) * Add issue search via API (#3612) * Add repository setting to enable/disable health checks (#3607) * Emoji Autocomplete (#3433) * Implements generator cli for secrets (#3531) * ENHANCEMENT * Add more webhooks support and refactor webhook templates directory (#3929) * Add new option to allow only OAuth2/OpenID user registration (#3910) * Add option to use paged LDAP search when synchronizing users (#3895) * Symlink icons (#1416) * Improve release page UI (#3693) * Add admin dashboard option to run health checks (#3606) * Add branch link in branch list (#3576) * Reduce sql query times in retrieveFeeds (#3547) * Option to enable or disable swagger endpoints (#3502) * Add missing licenses (#3497) * Reduce repo indexer disk usage (#3452) * Enable caching on assets and avatars (#3376) * Add repository search ordered by stars/forks. Forks column in admin repo list (#3969) * Add Environment Variables to Docker template (#4012) * LFS: make HTTP auth period configurable (#4035) * Add config path as an optionial flag when changing pass via CLI (#4184) * Refactor User Settings sections (#3900) * Allow square brackets in external issue patterns (#3408) * Add Attachment API (#3478) * Add EnableTimetracking option to app settings (#3719) * Add config option to enable or disable log executed SQL (#3726) * Shows total tracked time in issue and milestone list (#3341) * TRANSLATION * Improve English grammar and consistency (#3614) * DEPLOYMENT * Allow Gitea to run as different USER in Docker (#3961) * Provide compressed release binaries (#3991) * Sign release binaries (#4188)
03.07.2018 23:24
* BREAKING * Restrict certificate type for builtin SSH server (#26789) * Refactor to use urfave/cli/v2 (#25959) * Move public asset files to the proper directory (#25907) * Remove commit status running and warning to align GitHub (#25839) * Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) * Set SSH_AUTHORIZED_KEYS_BACKUP to false (#25412) * SECURITY * Expanded minimum RSA Keylength to 3072 (#26604) * FEATURES * User details page (#26713) * Chore(actions): support cron schedule task (#26655) * Support rebuilding issue indexer manually (#26546) * Allow to archive labels (#26478) * Add disable workflow feature (#26413) * Support `.git-blame-ignore-revs` file (#26395) * Pre-register OAuth2 applications for git credential helpers (#26291) * Add `Retry` button when creating a mirror-repo fails (#26228) * Artifacts retention and auto clean up (#26131) * Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" (#25974) * Implement auto-cancellation of concurrent jobs if the event is push (#25716) * Newly pushed branches hints on repository home page (#25715) * Display branch commit status (#25608) * Add direct serving of package content (#25543) * Add commits dropdown in PR files view and allow commit by commit review (#25528) * Allow package cleanup from admin page (#25307) * Batch delete issue and improve tippy opts (#25253) * Show branches and tags that contain a commit (#25180) * Add actor and status dropdowns to run list (#25118) * Allow Organisations to have a E-Mail (#25082) * Add codeowners feature (#24910) * Support configuration variables on Gitea Actions (#24724) * Support downloading raw task logs (#24451) * API * Allow empty Conan files (#27092) * Next round of `db.DefaultContext` refactor (#27089) * Fix token endpoints ignore specified account (#27080) * Reduce usage of `db.DefaultContext` (#27073) * Make SSPI auth mockable (#27036) * Extract auth middleware from service (#27028) * Add `RemoteAddress` to mirrors (#26952) * Feat(API): add routes and functions for managing user's secrets (#26909) * Feat(API): add secret deletion functionality for repository (#26808) * Feat(API): add route and implementation for creating/updating repository secret (#26766) * Add Upload URL to release API (#26663) * Feat(API): update and delete secret for managing organization secrets (#26660) * Feat: implement organization secret creation API (#26566) * Add API route to list org secrets (#26485) * Set commit id when ref used explicitly (#26447) * PATCH branch-protection updates check list even when checks are disabled (#26351) * Add file status for API "Get a single commit from a repository" (#16205) (#25831) * Add API for changing Avatars (#25369) * ENHANCEMENTS * Increase auth provider icon size on login page (#27122) * Remove a `gt-float-right` and some unnecessary helpers (#27110) * Change green buttons to primary color (#27099) * Use db.WithTx for AddTeamMember to avoid ctx abuse (#27095) * Use `print` instead of `printf` (#27093) * More refactoring of `db.DefaultContext` (#27083) * Remove the useless function `GetUserIssueStats` and move relevant tests to `indexer_test.go` (#27067) * Search branches (#27055) * Display all user types and org types on admin management UI (#27050) * Ui correction in mobile view nav bar left aligned items. (#27046) * Chroma color tweaks (#26978) * Move some functions to service layer (#26969) * Improve "language stats" UI (#26968) * Replace `util.SliceXxx` with `slices.Xxx` (#26958) * Refactor dashboard/feed.tmpl (#26956) * Move repository deletion to service layer (#26948) * Fix the missing repo count (#26942) * Extract common code to new template (#26933) * Move createrepository from module to service layer (#26927) * Move notification interface to services layer (#26915) * Fix the secret regexp pattern on web page (#26910) * Move feed notification service layer (#26908) * Move ui notification to service layer (#26907) * Move indexer notification to service layer (#26906) * Move mail notification logic to service layer (#26905) * Extract common code to new template (#26903) * Show queue's active worker number (#26896) * Fix media description render for orgmode (#26895) * Remove CSS `has` selector and improve various styles (#26891) * Refactor "shortsha" (#26877) * Refactor `og:description` to limit the max length (#26876) * Move web/api context related testing function into a separate package (#26859) * S3: log human readable error on connection failure (#26856) * Improve opengraph previews (#26851) * Add more descriptive error on forgot password page (#26848) * Show always repo count in header (#26842) * Remove "TODO" tasks from CSS file (#26835) * Render code blocks in repo description (#26830) * Minor dashboard tweaks, fix flex-list margins (#26829) * Remove polluted `.ui.right` (#26825) * Display archived labels specially when listing labels (#26820) * Remove polluted ".ui.left" style (#26809) * Make it posible to customize nav text color via css var (#26807) * Refactor lfs requests (#26783) * Improve flex list item padding (#26779) * Remove fomantic `text` module (#26777) * Remove fomantic `item` module (#26775) * Remove redundant nil check in `WalkGitLog` (#26773) * Reduce some allocations in type conversion (#26772) * Refactor some CSS styles and simplify code (#26771) * Unify `border-radius` behavior (#26770) * Improve modal dialog UI (#26764) * Allow "latest" to be used in release vTag when downloading file (#26748) * Adding hint `Archived` to archive label. (#26741) * Move `modules/mirror` to `services` (#26737) * Add "dir=auto" for input/textarea elements by default (#26735) * Simplify helper CSS classes and avoid abuse (#26728) * Make web context initialize correctly for different cases (#26726) * Focus editor on "Write" tab click (#26714) * Remove incorrect CSS helper classes (#26712) * Fix review bar misalignment (#26711) * Add reverseproxy auth for API back with default disabled (#26703) * Add default label in branch select list (#26697) * Improve Image Diff UI (#26696) * Fixed text overflow in dropdown menu (#26694) * [Refactor] getIssueStatsChunk to move inner function into own one (#26671) * Remove fomantic loader module (#26670) * Add `member`, `collaborator`, `contributor`, and `first-time contributor` roles and tooltips (#26658) * Improve some flex layouts (#26649) * Use line-height: normal by default (#26635) * Improve the branch selector tab UI (#26631) * Improve show role (#26621) * Remove avatarHTML from template helpers (#26598) * Allow text selection in actions step header (#26588) * Improve translation of milestone filters (#26569) * Rewrite the DiffFileTreeItem and fix misalignment (#26565) * Add optimistic lock to ActionRun table (#26563) * Update team invitation email link (#26550) * Differentiate better between user settings and admin settings (#26538) * Check disabled workflow when rerun jobs (#26535) * Improve deadline icon location in milestone list page (#26532) * Improve repo sub menu (#26531) * Fix the display of org level badges (#26504) * Rename `Sync2` -> `Sync` (#26479) * Fix stderr usages (#26477) * Remove fomantic transition module (#26469) * Refactor tests (#26464) * Refactor project templates (#26448) * Fall back to esbuild for css minify (#26445) * Use correct pull request commit link instead of a generic commit link (#26434) * Refactor "editorconfig" (#26391) * Remove unnecessary template helper repoAvatar (#26387) * Remove unnecessary template helper DisableGravatar (#26386) * Use template context function for avatar rendering (#26385) * Rename code_langauge.go to code_language.go (#26377) * Use more `IssueList` instead of `[]*Issue` (#26369) * Improve CLI and messages (#26341) * Refactor backend SVG package and add tests (#26335) * Add link to job details and tooltip to commit status in repo list in dashboard (#26326) * Remove commit load branches and tags in wiki repo (#26304) * Add highlight to selected repos in milestone dashboard (#26300) * Delete `issue_service.CreateComment` (#26298) * Do not show Profile README when repository is private (#26295) * Tweak actions menu (#26278) * Start using template context function (#26254) * Use calendar icon for `Joined on...` in profiles (#26215) * Add 'Show on a map' button to Location in profile, fix layout (#26214) * Render plaintext task list items for markdown files (#26186) * Add tooltip to describe LFS table column and color `delete LFS file` button red (#26181) * Release attachments duplicated check (#26176) * De-emphasize issue sidebar buttons (#26171) * Fixing the align of commit stats in commit_page template. (#26161) * Allow editing push mirrors after creation (#26151) * Move web JSON functions to web context and simplify code (#26132) * Refactor improve NoBetterThan (#26126) * Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076) * Improve "gitea doctor" sub-command and fix "help" commands (#26072) * Add context parameter to some database functions (#26055) * Docusaurus-ify (#26051) * Improve text for empty issue/pr description (#26047) * Fix the truncate and alignment problem for some admin tables (#26042) * Categorize admin settings sidebar panel (#26030) * Remove redundant "RouteMethods" method (#26024) * Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) * Add a link to OpenID Issuer URL in WebFinger response (#26000) * Replace gogs/cron with go-co-op/gocron (#25977) * Fix UI for release tag page / wiki page / subscription page (#25948) * Support copy protected branch from template repository (#25889) * Fix margin on the new/edit project page. (#25885) * Show image size on view page (#25884) * Allow the use of alternative net.Listener implementations by downstreams (#25855) * Refactor "Content" for file uploading (#25851) * Show edit title button on commits tab of PR, too (#25791) * Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) * Don't stack PR tab menu on small screens (#25789) * Repository Archived text title center align (#25767) * Make route middleware/handler mockable (#25766) * Restructure issue list template, styles (#25750) * Move issue filters to shared template (#25729) * Add open/closed field support for issue index (#25708) * Some less naked returns (#25682) * Fix inconsistent user profile layout across tabs (#25625) * Update emoji set to Unicode 15 (#25595) * Move some files under repo/setting (#25585) * Add custom ansi colors and CSS variables for them (#25546) * Add log line anchor for action logs (#25532) * Use flex instead of float for sort button and search input (#25519) * Fix migrate page layout on mobile (#25507) * Update octicons and use `octicon-file-directory-symlink` (#25453) * Add toasts to UI (#25449) * Fine tune project board label colors and modal content background (#25419) * Import additional secrets via file uri (#25408) * Switch to ansi_up for ansi rendering in actions (#25401) * Store and use seconds for timeline time comments (#25392) * Support displaying diff stats in PR tab bar (#25387) * Use fetch form action for lock/unlock/pin/unpin on sidebar (#25380) * Refactor: TotalTimest return seconds (#25370) * Navbar styling rework (#25343) * Introduce shared template for search inputs (#25338) * Fix tags line no margin see #25255 (#25280) * Change form actions to fetch for submit review box (#25219) * Improve AJAX link and modal confirm dialog (#25210) * Disable `Create column` button while the column name is empty (#25192) * Refactor indexer (#25174) * Adjust style for action run list (align icons, adjust padding) (#25170) * Remove duplicated functions when deleting a branch (#25128) * Make confusable character warning less jarring (#25069) * Highlight viewed files differently in the PR filetree (#24956) * Fix duplicate Reviewed-by trailers (#24796) * Resolve issue with sort icons on admin/users and admin/runners (#24360) * Split lfs size from repository size (#22900) * Sync branches into databases (#22743) * Disable run user change in installation page (#22499) * Add merge files files to GetCommitFileStatus (#20515) * Show OpenID Connect and OAuth on signup page (#20242) * BUGFIXES * Fix: treat tab "overview" as "repositories" in user profiles without readme (#27124) * Fix NPE when editing OAuth2 applications (#27078) * Fix the incorrect route path in the user edit page. (#27007) * Allow users with write permissions for issues to add attachments with API (#26837) * Make "link-action" backend code respond correct JSON content (#26680) * Fix NPM packages name validation (#26595) * Return empty when searching issues with no repos (#26545) * Explain SearchOptions and fix ToSearchOptions (#26542) * Add missing triggers to update issue indexer (#26539) * Handle base64 decoding correctly to avoid panic (#26483) * Avoiding accessing undefined mentionValues (#26461) * Fix incorrect redirection in new issue using references (#26440) * Fix the bug when getting files changed for `pull_request_target` event (#26320) * Remove IsWarning in tmpl (#26120) * Fix loading `LFS_JWT_SECRET` from wrong section (#26109) * Fixing redirection issue for logged-in users (#26105) * Update minimum password length requirements (#25946) * Do not "guess" the file encoding/BOM when using API to upload files (#25828) * Fix issues indexer document mapping (#25619) * Use JSON response for "user/logout" (#25522) * Link to existing PR when trying to open a new PR on the same branches (#25494) * Do not publish docker release images on `-dev` tags (#25471) * Support `pull_request_target` event (#25229) * TESTING * Add tests for db indexer in indexer_test.go (#27087) * Speed up TestEventSourceManagerRun (#26262) * Add unit test for user renaming (#26261) * Improve unit test for caching (#26185) * TRANSLATION * Add locale for deleted head branch (#26296) * Improve multiple strings in en-US locale (#26213) * Fix broken translations for package documantion (#25742) * Correct translation wrong format (#25643) * BUILD * Use Go 1.21 and update dependencies (#26878) * Bump go to 1.21 (#26608) * Bump xgo to go-1.21.x and node to 20 in release-version (#26589) * Add template linting via djlint (#25212) * DOCS * Remove outdated paragraphs when comparing Gitea Actions to GitHub Actions (#27119) * Update brew installation documentation since gitea moved to brew core package (#27070) * Actions are no longer experimental, so enable them by default (#27054) * Add v1.20.4 changelog (#26974) * Add a documentation note for Windows Service (#26938) * Add sparse url in cargo package guide (#26937) * Update nginx recommendations (#26924) * Update backup instructions to align with archive structure (#26902) * Update info regarding internet connection for build (#26776) * Docs: template variables (#26547) * Update index doc (#26455) * Update zh-cn documentation (#26406) * Fix typos and grammer problems for actions documentation (#26328) * Update documentation for 1.21 actions (#26317) * Doc update swagger doc for POST /orgs/{org}/teams (#26155) * Doc sync authentication.md to zh-cn (#26117) * Doc guide the user to create the appropriate level runner (#26091) * Make organization redirect warning more clear (#26077) * Update blog links (#25843) * Fix default value for LocalURL (#25426) * Update `from-source.zh-cn.md` & `from-source.en-us.md` - Cross Compile Using Zig (#25194) * MISC * Upgrading the actions/checkout@4 (#27096) * Drop Node.js 16 and update js dependencies (#27094) * Apply lng2020 to maintainers (#27068) * Update snap package (#27021) * Fix: typo (#27009) * Improve hint when uploading a too large avatar (#26935) * Add @chenrui333 as maintainer (#26917) * Improve DeleteByID (#26904) * Expanding documentation in queue.go (#26889) * Relocate the `RSS user feed` button (#26882) * Replace deprecated `elliptic.Marshal` (#26800) * Updating the js libraries to latest version. (#26795) * Use Go 1.21 for golangci-lint (#26786) * Add auth-required to config.json for Cargo http registry (#26729) * Update JS dependencies (#26586) * Always show usernames in reaction tooltips (#26444) * Make `user-content-* ` consistent with github (#26388) * Do not highlight `#number` in documents (#26365) * Fix display problems of members and teams unit (#26363) * Fix 404 error when remove self from an organization (#26362) * Use yellow if an approved review is stale (#26312) * Remove nonsense `<a>` for commit status check icon (#26287) * Add some Wiki unit tests (#26260) * Fix typo in metadata (#26207) * Improve clickable area in repo action view page (#26115) * Fix minor capitalization error in string (#26100) * Remove nfnt/resize and oliamb/cutter (#25999) * Bump github.com/golang-jwt/jwt to v5 (#25975) * Fix "Flash" message usage (#25895) * Improve display of Labels/Projects/Assignees sort options (#25886) * Remove ref name in PR commits page (#25876) * Add error info if no user can fork the repo (#25820) * Upgrade go dependencies (#25819) * Fix `ref` for workflows triggered by `pull_request_target` (#25743) * Use frontend fetch for branch dropdown component (#25719) * Add unit test for `HashAvatar` (#25662) * Add elapsed time on debug for slow git commands (#25642) * Get latest commit statuses from database instead of git data on dashboard for repositories (#25605) * Adding branch-name copy to clipboard branches screen. (#25596) * Only show 'Manage Account Links' when necessary (#25311) * Improve 'Privacy' section in profile settings (#25309) * Substitute variables in path names of template repos too (#25294) * Use fetch to send requests to create issues/comments (#25258) * Reduce unnecessary DB queries for Actions tasks (#25199) * Modify the content format of the Feishu webhook (#25106) * Actions Artifacts support uploading multiple files and directories (#24874) * Support changing labels of Actions runner without re-registration (#24806)
20.09.2023 23:28
Start of the development of Gitea 1.22
21.09.2023 00:18
v1.21.0-dev
08.06.2023 01:21
v1.20.0-dev
22.02.2023 13:32
v1.19.0-dev
26.10.2022 03:20
v1.19.0-rc0
22.02.2023 13:32
start work on v1.18.0
18.06.2022 17:06
v1.18.0-rc0
26.10.2022 01:00
v1.17.0-dev
20.01.2022 00:55
v1.16.0-dev
15.07.2021 18:55
v1.15.0-dev
20.03.2021 02:45
v1.14.0-dev
15.10.2020 00:45
v1.13.0-dev
17.05.2020 19:59
v1.12.0-dev
09.03.2020 03:41
v1.11.0 development
15.10.2019 00:02
* BREAKING * Remove unused endpoints (#9538) * Prefix all user-generated IDs in markup (#9477) * Enforce Gitea environment for pushes (#8982) * Hide some user information via API if user have no enough permission (#8655) * Move startpage/homepage translation to crowdin (#8596) * FEATURES * Webhooks should only show sender if it makes sense (#9601) * Provide Default messages for merges (#9393) * Add description to labels on create issue (#9392) * Graceful Queues: Issue Indexing and Tasks (#9363) * Default NO_REPLY_ADDRESS to DOMAIN (#9325) * Allow FCGI over unix sockets (#9298) * Graceful: Xorm, RepoIndexer, Cron and Others (#9282) * Add API for Reactions (#9220) * Graceful: Cancel Process on monitor pages & HammerTime (#9213) * Graceful: Allow graceful restart for unix sockets (#9113) * Graceful: Allow graceful restart for fcgi (#9112) * Sign protected branches (#8993) * Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964) * Add Gitea icon to Emojis (#8950) * Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924) * Allow Custom Reactions (#8886) * Close/reopen issues by keywords in titles and comments (#8866) * Allow incompletely specified Time Formats (#8816) * Prevent upload (overwrite) of lfs locked file (#8769) * Template Repositories (#8768) * Add /milestones endpoint (#8733) * Make repository management section handle lfs locks (#8726) * Respect LFS File Lock on UI (#8719) * Add team option to grant rights for all organization repositories (#8688) * Enabling and disabling the commit button to prevent empty commits (web editor) (#8590) * Add setting to disable BASIC authentication (#8586) * Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) * Allow Protected Branches to Whitelist Deploy Keys (#8483) * Push to create repo (#8419) * Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) * Add basic repository lfs management (#7199) * BUGFIXES * Disable remove button on repository teams when have access to all (#9640) * Clean up old references on branch delete (#9614) * Hide public repos owned by private orgs (#9609) * Fix access issues on milestone and issue overview pages. (#9603) * Fix error logged when repos qs is empty (#9591) * Dont trigger notification twice on issue assignee change (#9582) * Fix mirror pushed commit actions (#9572) * Allow only specific columns to be updated on issue via API (#9189) (#9539) * Fix default avatar for ghost user (#9536) * Fix download of release attachments with same name (#9529) * Resolve deprecated INI conversion (#9525) * Ignore empty avatars during database migration (#9520) * Fix deleted branch isn't removed when push the branch again (#9516) * Fix repository issues pagination bug when there are more than one label filter (#9512) * Fix SetExpr failed (#9506) * Remove obsolete file private/push_update.go (#9503) * When recreating hooks, delete them first so they are recreated with the umask (#9502) * Properly enforce gitea environment for pushes (#9501) * Fix datarace on repo indexer queue (#9490) * Add call to load repo prior to redirect in add/remove dependency code (#9484) * Wrap the code indexer (#9476) * Use Req.URL.RequestURI() to cope with FCGI urls (#9473) * Set default ssh.minimum_key_sizes (#9466) * Fixed issue with paging in /repos/{owner}/{repo}/git/trees/{sha} api (#9459) * Fix wrong notification on merge (#9450) * Issue with Migration rule v111 (#9449) * Trigger webhook when deleting a branch after merging a PR (#9424) * Add migration to sanitize repository original_url (#9423) * Use OriginalURL instead of CloneAddr in migration logging (#9418) * Push update after branch is restored (#9416) * Fix wrong migration (#9381) * Fix show repositories filter (#9234) (#9379) * Fix Slack webhook payload title generation to work with Mattermost (#9378) * Fix double webhook for new PR (#9375) * AuthorizedKeysCommand should not query db directly (#9371) * Fix missed change to GetManager() (#9361) * Fix cache problem on dashboard (#9358) * RepoIndexer: DefaultBranch needs to be prefixed by BranchPrefix (#9356) * Fix protected branch using IssueID (#9348) * Fix nondeterministic behavior (#9341) * Fix PR/issue redirects when having external tracker (#9339) * Remove release attachments which repository has been deleted (#9334) * Fix issue indexer not triggered when migrating a repository (#9332) * Add SyncTags to uploader interface (#9326) * Fix bug that release attachment files not deleted when deleting repository (#9322) * Only sync tags after all migration release batches are completed (#9319) * File Edit: Author/Committer interchanged (#9297) * prebuild CSS/JS before xgo release binaries (#9293) * Log: Ensure FLAGS=none shows no flags (#9287) * Make Diff Detail on Pull Request Changed File UI always on Top (#9280) * Switch CSS minifier to cssnano (#9260) * Fix latest docker image haven't include static files. (#9252) * Don't link wiki revision to commit (#9244) * Change review content column to type text in db (#9229) * Fixed topic regex pattern and added search by topic links after save (#9219) * Add language to user API responce (#9215) * Correct tooltip message blocked by dependencies (#9211) * Add SimpleMDE and Fix Image Paste for Issue/Comment Editor (#9197) * Fix panic when diff (#9187) * Fix #9151 - smtp logger configuration sendTos should be an array (#9154) * Fix max length check and limit in multiple repo forms (#9148) * Always Show Password Field on Link Account Sign-in Page (#9147) * Properly fix displaying virtual session provider in admin panel (#9137) * Fix race condition on indexer (#9136) * Fix team links in HTML rendering (#9127) * Fix race condition in ReplaceSanitizer (#9123) * Fix what information is shown about user in API (#9115) * Fix nil context user for template repositories (#9099) * Hide given credentials for migrated repos. (#9097) * Fix reCAPTCHA API URL (#9083) * Fix password checks on admin create/edit user (#9076) * Update golang.org/x/crypto vendor to use acme v2 (#9056) * Ensure Written is set in GZIP ProxyResponseWriter (#9018) * Fix wrong system notice when repository is empty (#9010) * Fix broken link to branch from issue list (#9003) * Fix bug when pack js (#8992) * New review approvals shouldn't require a message (#8991) * Shadow password correctly for session config (#8984) * Don't send notification on pending reviews (#8943) * Fix Notify Create Ref Error on tag creation (#8936) * Convert EOL to UNIX-style to render MD properly (#8925) * Migrate temp_repo.go to use git.NewCommand (#8918) * Fix issue with user.fullname (#8902) * Add Close() method to gogitRepository (#8901) * Enable punctuations ending mentions (#8889) * Fix password complexity check on registration (#8887) * Fix require external registration password (#8885) * Fix edit content button on migrated issue content (#8877) * Fix permission checks for close/reopen from commit (#8875) * Fix API Bug (fail on empty assignees) (#8873) * Stop using git count-objects and use raw directory size for repository (#8848) * Fix count for commit graph last page (#8843) * Fix to close opened io resources as soon as not needed (#8839) * Improve notification (#8835) * Fix new user form for non-local users (#8826) * Fix: remove duplicated signed commit icons (#8820) * Fix (open/closed) issue count when label excluded (#8815) * Fix SSH2 conditional in key parsing code (#8806) * Fix 500 when edit hook (#8782) * On windows set core.longpaths true (#8776) * Fix commit expand button to not go to commit link (#8745) * Avoid re-issuing redundant cross-references. (#8734) * Fix milestone close timestamp function (#8728) * Move webhook codes from service to webhook notification (#8712) * Show zero lines on the line counter if the file empty (#8700) * Fix deadline on update issue or PR via API (#8696) * make call createMilestoneComment on newIssue func (#8678) * Send tag create and push webhook when release created on UI (#8671) * Prevent chrome download page as html with alt + click (#8669) * Fix 500 when getting user as unauthenticated user (#8653) * Graceful fixes (#8645) * Add SubURL to redirect path (#8632) (#8634) * Fix extra columns from `label` table (#8633) * Add SubURL to redirect path for transferred/renamed repos (#8632) * Fix bug when migrate from API (#8631) * Allow to merge if file path contains " or \ (#8629) * Prevent removal of non-empty emoji panel following selection of duplicate (#8609) * Ensure default gpg settings not nil and found commits have reference to repo (#8604) * Set webhook Content-Type for application/x-www-form-urlencoded (#8599) * Fix #8582 by handling empty repos (#8587) * Fix of the diff statistics view on pull request's (#8581) * Fix bug on pull requests when transfer head repository (#8564) * Fix template error on account page (#8562) * Allow externalID to be UUID (#8551) * Fix ignored error on editorconfig api (#8550) * Fix user avatar name (#8547) * Ensure that GitRepo is set on Empty repositories (#8539) * Add missed close in ServeBlobLFS (#8527) * Fix migrate mirror 500 bug (#8526) * Fix password complexity regex for special characters (on master) (#8525) * ENHANCEMENTS * Add a /user/login landing page option (#9622) * Some more e-mail notification fixes (#9596) * Add branch protection option to block merge on requested changes. (#9592) * Add footer extra links template (#9576) * Fix for a wrong URL in activity page of repository. (#9571) * Update default issue template (#9568) * Change markdown rendering from blackfriday to goldmark (#9533) * Extend file create api with dates (#9464) * Add ActionCommentPull action (#9456) * Response for context on retry database connection (#9444) * Refactor webhooks to reduce code duplication (#9422) * update couchbase deps for new license (#9419) * Add .ignore file for search tools (#9417) * Remove unsued struct (#9405) * Hide not allowed Reactions (#9387) * Remove text from action-only webhooks (#9377) * Move PushToBaseRepo from models to services/pull (#9352) * Site admin could view org's members (#9346) * Sleep longer if request speed is over github limitation (#9335) * Refactor comment (#9330) * Refactor code indexer (#9313) * Remove SavePatch and generate patches on the fly (#9302) * Move some pull request functions from models to services (#9266) * Update JS dependencies (#9255) * Show label list on label set (#9251) * Redirect issue if repo has configured external tracker. (#9247) * Allow kbd tags (#9245) * Remove unused comment actions (#9222) * Fixed errors logging in dump.go (#9218) * Expose release counter to repo API response (#9214) * Make consistent links to repository in the Slack/Mattermost notificiations (#9205) * Expose pull request counter to repo API response (#9202) * Extend TrackedTimes API (#9200) * Extend StopWatch API (#9196) * Move code indexer related code to a new package (#9191) * Docker: ask s6 to stop all service when gitea stop (#9171) * Variable expansion in repository templates (#9163) * Add avatar and issue labels to template repositories (#9149) * Show single review comments in the PR conversation tab (#9143) * Extract createComment (#9125) * Move PushUpdateOptions from models to repofiles (#9124) * Alternate syntax for cross references (#9116) * Add USE_SERVICE_WORKER setting (#9110) * Only show part of members on orgnization dashboard and add paging for orgnization members page (#9092) * Explore page: Add topic param to pagination (#9077) (#9078) * Markdown: Sanitizier Configuration (#9075) * Add password requirement info on error (#9074) * Allow authors to use act keywords in PR content (#9059) * Move modules/gzip to gitea.com/macaron/gzip (#9058) * Branch protection: Possibility to not use whitelist but allow anyone with write access (#9055) * Context menus for comments, add quote reply (#9043) * Update branch API endpoint to show effective branch protection. (#9031) * Move git graph from models to modules/graph (#9027) * Move merge actions to notification (#9024) * Move mirror sync actions to notification (#9022) * Add retry for migration http/https requests (#9019) * Rewrite delivery of issue and comment mails (#9009) * Add review comments to mail notifications (#8996) * Refactor pull request review (#8954) * Githook highlighter (#8932) * Add git hooks and webhooks to template repositories; move to services (#8926) * Only view branch or tag if it match refType requested. (#8899) * Drop Admin attribute based on LDAP when login (continue #1743) (#8849) * Add additional periods to activity page (#8829) * Update go-org to optimize code (#8824) * Move some actions to notification/action (#8779) * Webhook support custom proxy (#8760) * Fix API deadline removal (#8759) * Mark review comment as invalidated when file is deleted (#8751) * Move pull list code to a separate file (#8748) * Move webhook to a standalone package under modules (#8747) * Multi repo select on issue page (#8741) * apply exclude label on milestone issue list (#8739) * Move issue notifications and assignee man (#8713) * Move issue change content from models to service (#8711) * Move issue change status from models to service (#8691) * Move more issue assignee code from models to issue service (#8690) * Create PR on Current Repository by Default (#8670) * Improve Open Graph Protocol (#8637) * Batch hook pre- and post-receive calls (#8602) * Improve webhooks (#8583) * Move transfer repository and rename repository on a service package and start action notification (#8573) * Implement/Fix PR review webhooks (#8570) * Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to go-org (#8560) * Move some repositories' operations to a standalone service package (#8557) * Allow more than 255 characters for tokens in external_login_user table (#8554) * Move issue label operations to issue service package (#8553) * Adjust error reporting from merge failures and use LC_ALL=C for git (#8548) * Mail assignee when issue/pull request is assigned (#8546) * Allow committing / adding empty files using the web ui (#8420) (#8532) * Move sync mirror actions to mirror service package (#8518) * Remove arrows on numeric inputs (#8516) * Support inline rendering of CUSTOM_URL_SCHEMES (#8496) * Recalculate repository access only for specific user (#8481) * Add download button for rull request diff- and patch-file (#8470) * Add single sign-on support via SSPI on Windows (#8463) * Move change issue title from models to issue service package (#8456) * Add included tag on branch view (#8449) * Make static resouces web browser cache time customized on app.ini (#8442) * Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426) * Add pagination to commit graph page (#8360) * Use templates for issue e-mail subject and body (#8329) * Move clearlabels from models to issue service (#8326) * Move AddTestPullRequestTask to pull service package from models (#8324) * Team permission to create repository in organization (#8312) * Allows external rendering of other filetypes (#8300) * Add 'Alt + click' feature to exclude labels (#8199) * Configurable close and reopen keywords for PRs (#8120) * Configurable URL for static resources (#7911) * Unifies commit list in repository commit table and wiki revision page (#7907) * Allow cross-repository dependencies on issues (#7901) * Auto-subscribe user to repository when they commit/tag to it (#7657) * Restore Graceful Restarting & Socket Activation (#7274) * wiki - add 'write' 'preview' buttons to wiki edit like in issues (#7241) * Change target branch for pull request (#6488) * Display PR commits and diffs using base repo rather than forked (#3648) * SECURITY * Swagger hide search field (#9554) * Add "search" to reserved usernames (#9063) * Switch to fomantic-ui (#9374) * Only serve attachments when linked to issue/release and if accessible by user (#9340) * Hide credentials when submitting migration through API (#9102) * TESTING * Add debug option to serv to help debug problems (#9492) * Fix the intermittent TestGPGGit failures (#9360) * Testing: Update postgres sequences (#9304) * Missed defer prepareTestEnv (#9285) * Fix "data race" in testlogger (#9159) * Yet another attempt to fix the intermittent failure of gpg git test (#9146) * integrations: Fix Dropped Test Errors (#9040) * services/mirror: fix dropped test errors (#9007) * Fix intermittent GPG Git test failure (#8968) * Update Github Migration Tests (#8893) (#8938) * Update heatmap fixtures to restore tests (#8615) * TRANSLATION * Fix placeholders in the error message (#9060) * Fix spelling of admin.users.max_repo_creation (#8934) * Improve german translation of homepage (#8549) * BUILD * Update gitea.com/macaron to 1.4.0 (#9608) * Upgrade lato fonts to v16. (#9498) * Update alpine to 3.11 (#9440) * Upgrade blevesearch (#9177) * Remove built js/css files from git (#9114) * Move semantic.dropdown.custom.js to webpack (#9064) * Check compiled files during build (#9042) * Enable lazy-loading of gitgraph.js (#9036) * Pack web_src/js/draw.js to public/js/index.js (#8975) * Modernize js and use babel (#8973) * Move index.js to web_src and use webpack to pack them (#8598) * Restrict modules/graceful to non-windows build and shim IsChild (#8537) * Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501) * DOCS * Swagger info corrections (#9441) (#9558) * Add ALLOW_ONLY_EXTERNAL_REGISTRATION to config cheat sheet (#8986) * Rephrase comment about RuntimeDirectory option in systemd config (#8912) * Explicitly indicate the socket unit to use the service unit "gitea.service" (#8804) * Adjust the must-change-password help (#8755) * Add notice to docs for migrating from more recent versions of Gogs (#8724) * Add explicit info about customization of homepage (#8694) * Change external asciidoctor tool to embedded mode (#8677) * Add Docker fail2ban configuration (#8642) * Correct some outdated statements in the contributing guidelines (#8612) * Basic Design guidelines (describing different parts of the code) (#8601) * Display Gitea logo in Readme (#8592) * Fix building from source docs to ref AppWorkPath (#8567) * Update the provided gitea.service to mention socket activation (#8531) * Doc added how to setup email (#8520) * MISC * Add translatable Powered by Gitea text in footer (#9600) * Add contrib/environment-to-ini (#9519) * Remove unnecessary loading of settings in update hook (#9496) * Update gitignore list (#9437) * Update license list (#9436) * Fix background reactions in the arc-green theme (#9421) * Update and fix chardet import (#9351) * Ensure LF on checkouts and in editors (#9259) * Fixed topics margin (#9248) * Add comment to exported function WindowsServiceName (make revive) (#9241) * Remove empty lines on issues/pulls page (#9232) * Fix Add Comment Button's "+" Position (#9140) * Add first issue comment hashtag (#9052) * Change some label colors (#9051) * Fix double scroll in branch dropdown (#9048) * Add comment highlight when target from url (#9047) * Update display of reactions to issues and comments (#9038) * Button tooltip formatting under Branches (#9034) * Allow setting default branch via API (#9030) * Update dashboard context for PR reviews (#8995) * Show repository size in repo home page and settings (#8940) * Allow to add and remove all repositories to/from team. (#8867) * Show due date in dashboard issues list (#8860) * Theme arc-green: reverse heatmap colors (#8840) * Project files table style update (#8757) * gitignore debugging file from vscode (#8740) * Add API for Issue set Subscription (#8729) * Make 100% width search bar (#8710) * Update color theme for heatmap (#8709) * Add margin to title_wip_desc (#8705) * Improve visibility of "Pending" indicator (#8685) * Improve accessibility of dropdown menus (#8638) * Make /users/{username}/repos list private repos the current user has access to (#8621) * Prevent .code-view from overriding font on icon fonts (#8614) * Add id references on all issue events to allow internal linking (#8608) * Upgrade xorm to v0.8.0 (#8536) * Upgrade gopkg.in/ini.v1 (#8500) * Update CodeMirror to version 5.49.0 (#8381) * Wiki editor: enable side-by-side button (#7242)
08.01.2020 05:57
1
https://api.gitlife.ru/oschina-mirror/gitea-gitea.git
git@api.gitlife.ru:oschina-mirror/gitea-gitea.git
oschina-mirror
gitea-gitea
gitea-gitea