Tags: CaeruleusAqua/gitea
Tags
fix go get subpackage bug (go-gitea#2584) (go-gitea#2589) * fix go get subpackage bug * merge the duplicated funtions
* BUGFIXES * Fix migration from pre-v15 to 1.2.0 (go-gitea#2460) * Fix autolink javascript bug * Fix releases to be counted from database not tags (go-gitea#2389) * fix duplicated feed (go-gitea#2370) * Set version to 1.2.0-dev
* BUGFIXES * Fix rendering of external links (go-gitea#2292) (go-gitea#2315) * Fix deleted milestone bug (go-gitea#1942) (go-gitea#2300) * fix 500 error when view an issue which's milestone deleted (go-gitea#2297) (go-gitea#2299) * Fix SHA1 hash linking (go-gitea#2143) (go-gitea#2293) * back port from go-gitea#1709 (go-gitea#2291)
* BREAKING * Rename /forget_password url to /forgot_password (go-gitea#1219) * SSH keys management URL changed from `/user/settings/ssh` to `/user/settings/keys` (go-gitea#1293) * FEATURE * API: support '/orgs/:org/repos' (go-gitea#2047) * Add Gitea Webhook (go-gitea#1755) * Display all organization from user settings (go-gitea#1739) * Show commit status icon in commits table (go-gitea#1688) * Adding #issuecomment to the URL in E-Mail notifications (go-gitea#1674) * feat: add download count field and unit testing for attachment. (go-gitea#1512) * Add repo mirror sync API endpoint (go-gitea#1508) * Add markup package to prepare for org markup format (go-gitea#1493) * Repo size in admin panel (go-gitea#1482) * LDAP user synchronization (go-gitea#1478) * Support for custom html meta (go-gitea#1423) * [Notifications Step 6] Per issue/PR watch/unwatch (go-gitea#1410) * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (go-gitea#1369) * Fix FCGI (over TCP) support (go-gitea#1368) * Status-API (go-gitea#1332) * Show user OpenID URIs in their profile (go-gitea#1314) * Add change-password admin command (go-gitea#1304) * feat: Only use issue and wiki on repo. (go-gitea#1297) * Rework SSH key management UI to add GPG (go-gitea#1293) * Allow push to init a wiki repo (go-gitea#1279) * GPG commit validation (go-gitea#1150) * Dockerfile for aarch64 (go-gitea#1128) (go-gitea#1130) * Additional OAuth2 providers (go-gitea#1010) * Add units to team (go-gitea#947) * Batch updates for issues (go-gitea#926) * Implement GPG api (go-gitea#710) * Login via OpenID-2.0 (go-gitea#618) * BUGFIXES * Fix missing collabrative repos (go-gitea#2367) (go-gitea#2382) * Add more test for login links and fix a bug on action retrieve (go-gitea#2361) * Fix SQL condition bug in GetFeeds(..) (go-gitea#2360) * fix bug on create repo link on dashboard (go-gitea#2359) * Fix order of elements in dashboard html (go-gitea#2344) * Fix repo-search template errors for go1.7 (go-gitea#2336) * Add missing forks key for dashboard repository component (go-gitea#2325) * fix template error on explore repos (go-gitea#2319) * Trigger sync webhooks on UI commit (go-gitea#2302) * fix 500 error when view an issue which's milestone deleted (go-gitea#2297) * Only update needed columns when update user (go-gitea#2296) * Fix rendering of external links (go-gitea#2292) * Fix and improve dashboard repo UI (go-gitea#2285) * Make short link pattern greedy (go-gitea#2259) * Temporarily patch go-ini/ini with fork (go-gitea#2255) * Convert xorm literal queries to method calls (go-gitea#2253) * update code.gitea.io/git in vendor to fix delete branch fails (go-gitea#2250) * Replace calls to xorm UseBool with Where (go-gitea#2237) * rhel7 has a git version with four digits (1.8.3.1) (go-gitea#2236) * Fix internal requests when gitea listens to unix socket or only external IP (go-gitea#2234) * Check for access in /repositories/:id (go-gitea#2227) * Fixed robots.txt 404 error (go-gitea#2226) * Fix counts on issues dashboard (go-gitea#2215) * Fix unclosed session bug (go-gitea#2214) * Add collaborative repositories to the dashboard (go-gitea#2205) * Fix issue updated_unix bug (go-gitea#2204) * Fix Commits nil pointer dereference (go-gitea#2203) * Fix bare-repo bugs (go-gitea#2199) * Fix PR nil-dereference bug (go-gitea#2195) * Allow only single fork per user/organization (go-gitea#2193) * Fix key usage time update if the key is used in parallel for multiple operations (go-gitea#2185) * Only allow token authentication with 2FA enabled (go-gitea#2184) * Fix profile update for non-local users (go-gitea#2178) * Fix compiling without sqlite and gcc (go-gitea#2177) * Make compare button URL aware if current repo is a fork (go-gitea#2162) (go-gitea#2163) * Remove unit types commits and settings (go-gitea#2161) * Fix OpenID registration route (go-gitea#2160) * Fix repository settings collobration list display (go-gitea#2151) * Ignore invalid issue numbers in commit messages. Fixes go-gitea#2022 (go-gitea#2150) * Fix SHA1 hash linking (go-gitea#2143) * Fix repo API bug (go-gitea#2133) * Use POSIX complaint ! operator in find (go-gitea#2132) * Fix GET /users/:username/repos endpoint (go-gitea#2125) * Fix username rendering bug (go-gitea#2122) * Fix wiki preview links (go-gitea#2119) * vendor: update sqlite to fix "database is locked" errors (go-gitea#2116) * Fix unchecked error bug (go-gitea#2110) * Fix missing-return bug (go-gitea#2109) * Fix API for branches with slashes (go-gitea#2096) * Fix git hooks update to receive required arguments (go-gitea#2095) * upgrade git source code. (go-gitea#2094) * Fix SQL bug in models.PullRequests (go-gitea#2092) * Don't ignore gravatar error (go-gitea#2083) * Fix release display and correct paging (go-gitea#2080) * remove unnecessary blank lines and wrong error log (go-gitea#2079) * Check for valid renamed usernames (go-gitea#2077) * Update git module (go-gitea#2074) * Fix org hooks UI (go-gitea#2072) * Fix go-gitea#1271: Call location.reload after XHR finishes (go-gitea#2071) * Fix default ghost assignee bug (go-gitea#2069) * Fix bug in issue labels API (go-gitea#2048) * Load label ID in NewLabels (go-gitea#2045) * Fix: `http: multiple response.WriteHeader calls` (go-gitea#2038) * Pagination on releases page (go-gitea#2035) * repo/editor: fix breadcrumb path cuts parent dirs (go-gitea#3859) (go-gitea#2032) * Fix displaying commits and files of PR created from now deleted fork (go-gitea#2023) * Fix go-gitea#2001 and fix issue comments hidden (go-gitea#2016) * Update code.gitea.io/git (go-gitea#2014) * Keep sort when switching page (go-gitea#2013) * Important: wrong PR merge commit ID saved (go-gitea#2007) * Don't show non-comments in comments API (go-gitea#2001) * Fix "Dashboard shows deleted comments" (go-gitea#1995) * Make branch deletion URL more like GitHub's, fixes go-gitea#1397 (go-gitea#1994) * Fix fast-forward PR bug (go-gitea#1989) * Fix GPG email checking to be case insensitive (go-gitea#1988) * fix bug for normal user visit public repo (go-gitea#1984) * fix collborators lack of units on orgnization repositories (go-gitea#1968) * Fix diff of renamed and modified file (go-gitea#1967) * Fix uppercase default branch bug (go-gitea#1965) * Fix bug in Action.loadRepo() (go-gitea#1959) * Fix deleted milestone bug (go-gitea#1942) * Fix engine bug in getIssueByID (go-gitea#1934) * Switch to keybase go-crypto (for some elliptic curve key) + test (go-gitea#1925) * Fix setting.AppPath for integration tests (go-gitea#1923) * Fix search by issue type (go-gitea#1914) * Fix ghost user bug (go-gitea#1913) * Require token before checking membership/ownership (go-gitea#1905) * Bug fixes for org member API (go-gitea#1904) * A missing / to provide a correct endpoint (go-gitea#1903) * Fix 500 in public activity page (go-gitea#1901) * Center-aligned login topbar (go-gitea#1880) * Migration to fix existing owner team units (go-gitea#1873) * Fix paginater length (go-gitea#1866) * Fix bug in removeOrgRepo (go-gitea#1858) * Display draft releases (go-gitea#1854) * Fix 404 for external tracking issues (go-gitea#1852) * Update code.gitea.io/git (go-gitea#1849) * Fix user profile activity feed (go-gitea#1848) * Don't ignore error in getMergeCommit (go-gitea#1843) * Fix locking bug in removeOrgRepo (go-gitea#1842) * Fix status table race condition (go-gitea#1835) * Fix PR template error (go-gitea#1834) * Fix pull request compare link (go-gitea#1832) * Use ghost users in issues/PRs (go-gitea#1831) * Commitless repos should be bare (go-gitea#1829) * Update code.gitea.io/git (go-gitea#1824) * Fix invalid reference in feeds template (go-gitea#1820) * fix bug to deny to add orgnization as a member of an orgnization or team (go-gitea#1815) * xxx_active_code_live setting in printed in hours and minutes instead … (go-gitea#1814) * Fix deadlock in updateRepository (go-gitea#1813) * Give all units to owner team (go-gitea#1812) * Fix 500 for GET /teams/:id endpoints (go-gitea#1811) * fix bug not to trim space of login username (go-gitea#1796) * Fix renaming bug (go-gitea#1786) * Fix activity feed (go-gitea#1779) * Make navbar scroll on overflow (go-gitea#1777) * Delete repo redirects on repo deletion (go-gitea#1776) * Fix unloaded owner bug (go-gitea#1770) * Admin should always be allowed to create repositories even if hit limit (go-gitea#1765) * Update HighlightJS and fix YAML files highlighting (go-gitea#1764) * fix: go-gitea#1757 fix set MAX_CREATION_LIMIT as zero. (go-gitea#1762) * fix admin lost permission caused by go-gitea#947 (go-gitea#1753) * More fixes for dashboard search (go-gitea#1750) * fixes wrong after field in webhook payload (go-gitea#1746) * fix avatar update bug (go-gitea#1729) * Fix FOUC on Firefox (go-gitea#1728) * Fix changes introduce by update of go-swagger. (go-gitea#1727) * Fix go-gitea#1719 (go-gitea#1722) * Correct flash after sending password reset email (go-gitea#1718) * Fix and test for delete user (go-gitea#1713) * Fix rendering of issue checkboxes (go-gitea#1709) * Enforce netgo build tag while cross-compilation (go-gitea#1690) * fix bug when push a branch name with / & fix an integration test bug (go-gitea#1689) * fix potential sqlite lock (go-gitea#1680) * Fix commit sha1 URL rendering in markdown (go-gitea#1677) * Fix static files permission under public/ (go-gitea#1675) * fix: tag contain character ) will http 500 on release page (go-gitea#1670) * Fix CSS for code in wiki markdown (go-gitea#1660) * fix multiple readme file rendering and fix go-gitea#1657 (go-gitea#1658) * Add primary key and index to external login user table (go-gitea#1656) * fix go-gitea#1643 and improve integration test (go-gitea#1645) * Fix version in Makefile (go-gitea#1636) * Handle display of GPG key without end date (go-gitea#1628) * fix bug on issue view when not login (go-gitea#1624) * bug fixed for API to get user's repos (go-gitea#1622) * fix lost text color on button on set as primary email (go-gitea#1621) * Add create_at and updated_at in PR json (go-gitea#1616) * update git and fix go-gitea#1133 (go-gitea#1614) * fix bug on status API (go-gitea#1533) * Do not show empty collaborators segment (go-gitea#1531) * Fix markdown rendering (go-gitea#1530) * fix go get sub package and add domain on installation to let go get work defaultly (go-gitea#1518) * fix go-gitea#1501 ssh hangs caused by go-gitea#1461 (go-gitea#1513) * Fix empty file download (go-gitea#1506) * Fix broken v27 migration - change mirror interval from int to bigint (go-gitea#1504) * Do not allow commiting to protected branch from online editor (go-gitea#1502) * Add internal routes for ssh hook comands (go-gitea#1471) * Fix races within code.gitea.io/git.(*Command).RunInDirTimeoutPipeline (go-gitea#1465) * Simple quick fix for go-gitea#1418 (go-gitea#1456) * fix gpg API panic when no verification (go-gitea#1451) * fix migrate failed and org dashboard failed on MSSQL database (go-gitea#1448) * Optimize and fix autolink function (go-gitea#1442) (go-gitea#1444) * Fix and simplify repo branches (settings) UI (go-gitea#1435) * Fix disabled fields in repo settings UI (go-gitea#1431) * fixes pull request hanging when it contains normal and LFS files (go-gitea#1425) * Fix races in the log module by using syncmap (go-gitea#1421) * Add length check for the return string (go-gitea#1420) * Fix "Error: No issue number specified" when pushing (go-gitea#1393) * Corrected Mirror.NextUpdate not set (go-gitea#1388) * fix: remove `str2html` from org full name (go-gitea#1360) * Correct broken unaligned load/store in armv5 (go-gitea#1355) * Remove href on first/last link when on first/last page (go-gitea#1345) * Fix broken table layout (go-gitea#1344) * LFS: Fix SSH authentication for trailing arguments (go-gitea#1328) * Remove empty file (go-gitea#1326) * Fix delete user failed on sqlite (go-gitea#1321) * Fix inconsistency in layout (go-gitea#1316) * Fix gpg wrong column types (go-gitea#1303) * Fix wiki bugs (go-gitea#1294) * Fix missing less sources for oauth (go-gitea#1288) * Make sure both scripts/ can live side by side (go-gitea#1264) * Fix nil-dereference bug (go-gitea#1258) * rewrite pre-commit, post-commit and options hooks (fixes go-gitea#1250) (go-gitea#1257) * Commit search appearence fixes (go-gitea#1254) * Fix forget migration for wiki hooks (go-gitea#1227) * Fix repo settings external tracker failed and check external urls (go-gitea#1215) * Fix 500 caused by branches settings introduced by go-gitea#1198 (go-gitea#1214) * fix go-gitea#1189, commit messages containing a pipe (go-gitea#1203) * Bug fixed for delete repo failed (go-gitea#1193) * Fix migration failed when authorized_keys is not exist (go-gitea#1180) * Fix ini format incomiptable with crowdin (go-gitea#1177) * ENHANCEMENT * Move 3rd party js/css into `public/vendor` and document sources (go-gitea#2383) * Prevent conflicting TOTP accounts by adding AppURL to issuer parameter (go-gitea#2335) * Fix variable name typo (go-gitea#2327) * Make use of Vue more universal (go-gitea#2318) * Remove (almost) server side data rendering from repo-search component (go-gitea#2317) * Add OpenID configuration in install page (go-gitea#2276) * More tweaks to repo top panel (go-gitea#2267) * File path tweaks in UI (go-gitea#2264) * Make SHOW_USER_EMAIL also apply to profiles (go-gitea#2258) * EnableUnit() -> UnitEnabled() (go-gitea#2242) * Prevent selection of diff line numbers (go-gitea#2240) * Generate small and large logos at 4x resolution (go-gitea#2233) * remove unused variable on makefile (go-gitea#2225) * No error log entries for repo 404 (go-gitea#2200) * Add task to generate images from SVG and change to new logo (go-gitea#2194) * Refactor vue delimeters to use es6 template delimeters (go-gitea#2171) * Only show SSH clone URL if signed in (go-gitea#2169) (go-gitea#2170) * Only show "No Description" to repo admins (go-gitea#2167) * fix: replace tmp with TMPDIR. (go-gitea#2152) * Remove unused files (go-gitea#2124) * Improve org error handling (go-gitea#2117) * Absolute path for setting.CustomConf (go-gitea#2085) * Integration tests for issues API (go-gitea#2059) * Make time diff translatable (go-gitea#2057) * Smaller watch, star, and fork buttons (go-gitea#2052) * remove deprecated code for Gogs compitable (go-gitea#2041) * Display config file path on admin panel (go-gitea#2030) * Refactor session close as xorm already does everything needed internally (go-gitea#2020) * Always return valid go-get meta, even if unauthorized (go-gitea#2010) * Enable assignee e-mail notification (go-gitea#2003) * Let not-logged-in users view releases (go-gitea#1999) * SQLite has a query timeout. Hopefully fixes most 'database locked' errors (go-gitea#1961) * Use monospace font in githook editor (go-gitea#1958) * Fix import order (go-gitea#1951) * Gracefully handle bare repositories on API operations. (go-gitea#1932) * Fix errors caused by force push (go-gitea#1927) * Display URLs in integration test logs (go-gitea#1924) * No highlighting for .txt files (go-gitea#1922) * Set TMPDIR enviroment variable for dump command (go-gitea#1915) * Cache ctx.User in retrieveFeeds (go-gitea#1902) * Make `LocalCopyPath` a setting instead of a hard-coded path (go-gitea#1881) * feat: add check misspelling (go-gitea#1877) * Fix misspelled variables (go-gitea#1874) * gofmt (go-gitea#1868) * Rename misnamed migration (go-gitea#1867) * Support CRLF when splitting code lines for display (go-gitea#1862) * feat: add convert less css file step. (go-gitea#1861) * Prevent accidential selection of line numbers in code view (go-gitea#1860) * Setting to disable authorized_keys backup (go-gitea#1856) * Delete Public SSH Key tmp file after calculating fingerprint (go-gitea#1855) * Remove annoying difference in button heights. (go-gitea#1853) * Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (go-gitea#1845) * fix: only run test coverage on master branch. (go-gitea#1838) * fix: error from mktemp command in MacOS. (go-gitea#1837) * use writeTmpKeyFile in calcFingerprint (go-gitea#1828) * ROOT_URL setting use the default as shown in conf/app.ini (go-gitea#1823) * Make side nav on dashboard stackable (go-gitea#1778) * Directly show error if user hit repository limit (go-gitea#1767) * Rename RepoCreationNum -> MaxCreationLimit (go-gitea#1766) * Add button to admin ui (go-gitea#1738) * Change two factor code entry box from text to number (go-gitea#1733) * gofmt (go-gitea#1710) * Hide the create organization button (in dashboard/organization section) (go-gitea#1705) * Correct spelling mistakes (go-gitea#1703) * Adds Parent property to the repo API (go-gitea#1687) * Add configuration option for default permission to create Organizations (go-gitea#1686) * Remove sha1 hash display in repository table (go-gitea#1678) * Download files to their original filename (go-gitea#1676) * Exposes in API the Repo entity's Size and IsBare property (go-gitea#1668) * gofmt (go-gitea#1662) * Sort on repo size in admin panel (go-gitea#1654) * Improve dashboard repo search (go-gitea#1652) * Update xorm to latest version (go-gitea#1651) * Make openid support default false for compitable with v1.1 (go-gitea#1650) * Send mails as HTML as default. Setting for send as plain text. (go-gitea#1648) * fix potential lock when sqlite (go-gitea#1647) * Optimize png images via Google zopflipng [ci skip] (go-gitea#1639) * Upgrade alpine to v3.5 in Dockerfile (go-gitea#1633) * remove unused vendor packages (go-gitea#1620) * markup: microoptimise for many short filenames in directory (go-gitea#1534) * support health check via / and fix go-gitea#969 (go-gitea#1520) * Remove env user salt since no need to use (go-gitea#1515) * Drop db operations from hook commands (go-gitea#1514) * Better URL validation (go-gitea#1507) * Orgs: fix org page title when full name is not defined (go-gitea#1495) * Migrate WatchInfo struct to api (go-gitea#1492) * refactor: show command help message. (go-gitea#1486) * refactor update ssh key use time (go-gitea#1466) * Autofocus on 2fa passcode fields (go-gitea#1460) * Set VERSION from git once, in a variable (go-gitea#1447) * Remove unused mutex field (go-gitea#1440) * Mirror sync interval specified as duration string (go-gitea#1407) * Make issue in commit graph "clickable" (go-gitea#1392) * Use whole button (commit graph) as link (go-gitea#1390) * Simplify settings pages with item list (go-gitea#1389) * Minor improvements on commit graph UI (go-gitea#1380) * Clean-up PostgreSQL Tests (go-gitea#1361) * refactor: remove workaround after the golang 1.7 release. (go-gitea#1349) * Delete the useless code (go-gitea#1335) * Run "make fmt" with go-1.6 (go-gitea#1333) * LFS: Return 404 for unimplemented endpoints (go-gitea#1330) * Improve style of user OpenID setting page (go-gitea#1324) * Use font-awesome OpenID icon more (go-gitea#1320) * Use readonly input form to show the validated OpenID URI (go-gitea#1308) * Add captcha support to OpenID based signup (go-gitea#1307) * Refactor admin/auth/new.tmpl (go-gitea#1277) * Refactor repo/issue/view_content.tmpl (go-gitea#1276) * Cleaner ui for admin, repo settings, and user settings page (go-gitea#1269) (go-gitea#1270) * Cleaner UI for explore page (go-gitea#1253) (go-gitea#1255) * Synced licenses with github repo (go-gitea#1246) * Synced gitignores with github repo (go-gitea#1245) * Reserve the "explore" user/org name (go-gitea#1222) * Send notifications to partecipants in issue comments (go-gitea#1217) * Simplify RepositoryList.loadAttributes() (go-gitea#1211) * Move user_follow to separate file (go-gitea#1210) * Search bar fixes for go-gitea#1187 and go-gitea#1205 (go-gitea#1207) * Fix upgrade failed after ever rollback (go-gitea#1194) * Fix double borders on edit page (go-gitea#1152) (go-gitea#1153) * Reduce conditionals in signin/signup inner forms (go-gitea#1138) * Show a link to password reset from user settings requiring a password (go-gitea#862) * SECURITY * Sanitation fix from Gogs (go-gitea#1461) * TESTING * Add integration tests for signin (go-gitea#2363) * Add INTERNAL_TOKEN to integration .ini file (go-gitea#2346) * Add public links check (go-gitea#2323) * Fix hooks for integration repo (go-gitea#2216) * More integration tests for comment API (go-gitea#2156) * Cache session cookies in tests (go-gitea#2128) * Less verbose integration tests (go-gitea#2123) * Fix improper setup for integration tests (go-gitea#2050) * Improve integration test helper functions (go-gitea#2049) * Add integration test for issue creating (go-gitea#2002) * Use testing/benchmark interface (go-gitea#1993) * Add integration test for repository migration (go-gitea#1983) * Consolidate boilerplate in integration tests (go-gitea#1979) * Set console to debug for integration tests (go-gitea#1976) * Add pull-create integration test (go-gitea#1972) * Coverage reports for integration tests (go-gitea#1960) * Add integration test for pull-request merge (go-gitea#1912) * Add integration test for file editing (go-gitea#1907) * Add integration test for repository forking (go-gitea#1896) * Run unused test (go-gitea#1875) * Don't recreate database in integration tests (go-gitea#1697) * remove sqlite tag when integration test with mysql/postgres and recreate database when init integration test (go-gitea#1693) * MySQL, Postgres integration tests in drone (go-gitea#1638) * improve integration test to resue models/fixtures and store git repos with tests (go-gitea#1627) * Improve govendor testing (go-gitea#1623) * Integration test framework (go-gitea#1290) * Unit tests for issue_list (go-gitea#1209) * Add integration test for signup (go-gitea#1135) * TRANSLATION * update translation from crowdin (go-gitea#2368) (go-gitea#2380) * Small fixes (go-gitea#2144) * Missing signed commit display translations (go-gitea#2134) * Sync latest translations from crowdin (go-gitea#2104) * Add make command update-translations for update translations from crodwin (go-gitea#2097) * Fix some mistakes (go-gitea#1833) * Improve clarity between is_activated and prohibit_login (go-gitea#1788) * Improve grammar (go-gitea#1775) * Fix bad grammar and wordiness (go-gitea#1741) * Make strings translatable (go-gitea#1188) (go-gitea#1198) * BUILD * update latest xorm version to vendor (go-gitea#2353) * Remove integration test executables on `make clean` (go-gitea#2340) * refactor(Makefile): allow overriding default go program (go-gitea#2310) * Revert to upstream ini dependency (go-gitea#2304) * Use /dev/urandom to create random password (go-gitea#2298) * update drone sig file. (go-gitea#2262) * go get github.com/wadey/gocovmerge when needed (go-gitea#2235) * Update code.gitea.io/git dependency (go-gitea#2149) * fix typo (go-gitea#2145) * Revert "Reduce number of layer" (go-gitea#2086) * Reduce number of layer (go-gitea#2078) * Skip sqlite integration in CI (go-gitea#2058) * fix golint error and rename func for suggestion. (go-gitea#1997) * fix misspell (go-gitea#1996) * update drone sig file (go-gitea#1981) * send notification if status changed (go-gitea#1973) * switch gitter to discord for drone. (go-gitea#1971) * Fix missing backslash in Dockerfile.rpi (go-gitea#1952) * Don't run 'make release' on PRs (go-gitea#1908) * Update code.gitea.io/git (go-gitea#1892) * Use production version of vuejs (go-gitea#1869) * Add a variable for docker tag (go-gitea#1825) * resign drone and fix go-gitea#1816 (go-gitea#1819) * Separate generate swagger + fix sed os specific (go-gitea#1791) * Only run coverage on merges/pushes to master (go-gitea#1783) * Remove stale rule from Makefile (go-gitea#1782) * feat: upgrade drone docker image to support multi-stage build. (go-gitea#1732) * Realy don't cache apk index (go-gitea#1694) * Limit clone depth when drone-building (go-gitea#1644) * Refactor Dockerfile (go-gitea#1632) * Check if missing/modified/unused deps in vendor and fix errors (go-gitea#1468) * Add GOFLAGS and EXTRA_GOFLAGS (go-gitea#1438) * Include formatting check to the `make test` (and thus also `check`) rule (go-gitea#1366) * DOCS * fix webhook link (go-gitea#2289) * Improve swagger doc (go-gitea#2274) * Add changelog of release v1.1.3 (go-gitea#2252) * Add link to forum in issue template (go-gitea#2070) * add missing lfs config on example file (go-gitea#2039) * Add discourse link (go-gitea#2027) * Fix wording (go-gitea#2024) * Fix typo (go-gitea#1974) * [ci skip] add 1.1.2 change log. (go-gitea#1945) * Swagger docs for list/create forks (go-gitea#1941) * Update links to Discord server (go-gitea#1940) * [ci skip] update discord badge. (go-gitea#1930) * Change join chat from gitter to discord (go-gitea#1929) * Update changelog with v1.1.1 (go-gitea#1926) * Correct grammar in APIEmpty documentation (go-gitea#1748) * Add swagger comment for MirrorSync (go-gitea#1747) * Add "Table of Contents" in CONTRIBUTING.md (go-gitea#1634) * Fix service description in Debian init file (go-gitea#1538) * Use MAINTAINERS file in repository in CONTRIBUTING (go-gitea#1489) * Generate swagger json (go-gitea#1402) * Changed text when password reset disabled. (go-gitea#1364) * Removed email copyright year (go-gitea#1348) * Specify that time interval units are seconds (go-gitea#1311) * Gitea OpenID-2.0 login has been tested with livejournal.com too (go-gitea#1306) * Make wording of commit search more clear (go-gitea#1291) * Add notice that LFS mirroring is not supported (go-gitea#1251) * Fix typos in models/ and modules/ (go-gitea#1248) * Refactor and fix incorrect comment (go-gitea#1247) * Fix migration comment (go-gitea#1241) * Update locale_en-US.ini (go-gitea#1235) * Add LibreJS support (go-gitea#1201) * rename OSX to macOS (go-gitea#1176) * add mssql to app.ini db config comment (go-gitea#1172) * Add MSSQL to issues template (go-gitea#1171) * MISC * Add badge and link to the Matrix room (go-gitea#2348) * ignore coverage steps. (go-gitea#2257) * Use sqlite3 database as default for Docker image (go-gitea#2182) * update drone discord plugin to 0.0.4 version (go-gitea#1992) * fix typo (go-gitea#1990) * Applying to become maintainer (go-gitea#1671)
Release v1.1.3 * BUGFIXES * Fix PR template error (go-gitea#2008) * Fix markdown rendering (fix go-gitea#1530) (go-gitea#2043) * Fix missing less sources for oauth (backport go-gitea#1288) (go-gitea#2135) * Don't ignore gravatar error (go-gitea#2138) * Fix diff of renamed and modified file (go-gitea#2136) * Fix fast-forward PR bug (go-gitea#2137) * Fix some security bugs
Release v1.1.1 * BUGFIXES * Markdown Sanitation Fix [go-gitea#1646](go-gitea#1646) * Fix broken hooks [go-gitea#1376](go-gitea#1376) * Fix migration issue [go-gitea#1375](go-gitea#1375) * Fix Wiki Issues [go-gitea#1338](go-gitea#1338) * Forgotten migration for wiki githooks [go-gitea#1237](go-gitea#1237) * Commit messages can contain pipes [go-gitea#1218](go-gitea#1218) * Verify external tracker URLs [go-gitea#1236](go-gitea#1236) * Allow upgrade after downgrade [go-gitea#1197](go-gitea#1197) * 500 on delete repo with issue [go-gitea#1195](go-gitea#1195) * INI compat with CrowdIn [go-gitea#1192](go-gitea#1192)
v1.1.0 * BREAKING * The SSH keys can potentially break, make sure to regenerate the authorized keys * FEATURE * Git LFSv2 support [go-gitea#122](go-gitea#122) * API endpoints for repo watching [go-gitea#191](go-gitea#191) * Search within private repos [go-gitea#222](go-gitea#222) * Hide user email address on explore page [go-gitea#336](go-gitea#336) * Protected branch system [go-gitea#339](go-gitea#339) * Sendmail for mail delivery [go-gitea#355](go-gitea#355) * API endpoints for org webhooks [go-gitea#372](go-gitea#372) * Enabled MSSQL support [go-gitea#383](go-gitea#383) * API endpoints for org teams [go-gitea#370](go-gitea#370) * API endpoints for collaborators [go-gitea#375](go-gitea#375) * Graceful server restart [go-gitea#416](go-gitea#416) * Commitgraph / timeline on commits page [go-gitea#428](go-gitea#428) * API endpoints for repo forks [go-gitea#509](go-gitea#509) * API endpoints for releases [go-gitea#510](go-gitea#510) * Folder jumping [go-gitea#511](go-gitea#511) * Stars tab on profile page [go-gitea#519](go-gitea#519) * Notification system [go-gitea#523](go-gitea#523) * Push and pull through reverse proxy basic auth [go-gitea#524](go-gitea#524) * Search for issues and pull requests [go-gitea#530](go-gitea#530) * API endpoint for stargazers [go-gitea#597](go-gitea#597) * API endpoints for subscribers [go-gitea#598](go-gitea#598) * PID file support [go-gitea#610](go-gitea#610) * Two factor authentication (2FA) [go-gitea#630](go-gitea#630) * API endpoints for org users [go-gitea#645](go-gitea#645) * Release attachments [go-gitea#673](go-gitea#673) * OAuth2 consumer [go-gitea#679](go-gitea#679) * Add ability to fork your own repos [go-gitea#761](go-gitea#761) * Search repository on dashboard [go-gitea#773](go-gitea#773) * Search bar on user profile [go-gitea#787](go-gitea#787) * Track label changes on issue view [go-gitea#788](go-gitea#788) * Allow using custom time format [go-gitea#798](go-gitea#798) * Redirects for renamed repos [go-gitea#807](go-gitea#807) * Track assignee changes on issue view [go-gitea#808](go-gitea#808) * Track title changes on issue view [go-gitea#841](go-gitea#841) * Archive cleanup action [go-gitea#885](go-gitea#885) * Basic Open Graph support [go-gitea#901](go-gitea#901) * Take back control of Git hooks [go-gitea#1006](go-gitea#1006) * API endpoints for user repos [go-gitea#1059](go-gitea#1059) * BUGFIXES * Fixed counting issues for issue filters [go-gitea#413](go-gitea#413) * Added back default settings for SSH [go-gitea#500](go-gitea#500) * Fixed repo permissions [go-gitea#513](go-gitea#513) * Issues cannot be created with labels [go-gitea#622](go-gitea#622) * Add a reserved wiki paths check to the wiki [go-gitea#720](go-gitea#720) * Update website binding MaxSize to 255 [go-gitea#722](go-gitea#722) * User can see the private activity on public history [go-gitea#818](go-gitea#818) * Wrong pages number which includes private repositories [go-gitea#844](go-gitea#844) * Trim whitespaces for search keyword [go-gitea#893](go-gitea#893) * Don't rewrite non-gitea public keys [go-gitea#906](go-gitea#906) * Use fingerprint to check instead content for public key [go-gitea#911](go-gitea#911) * Fix random avatars [go-gitea#1147](go-gitea#1147) * ENHANCEMENT * Refactored process manager [go-gitea#75](go-gitea#75) * Restrict rights to create new orgs [go-gitea#193](go-gitea#193) * Added label and milestone sorting [go-gitea#199](go-gitea#199) * Make minimum password length configurable [go-gitea#223](go-gitea#223) * Speedup conflict checking on pull requests [go-gitea#276](go-gitea#276) * Added button to delete merged pull request branches [go-gitea#441](go-gitea#441) * Improved issue references within markdown [go-gitea#471](go-gitea#471) * Dutch translation for the landingpage [go-gitea#487](go-gitea#487) * Added Gogs migration script [go-gitea#532](go-gitea#532) * Support a .gitea folder for issue templates [go-gitea#582](go-gitea#582) * Enhanced diff-view coloring [go-gitea#584](go-gitea#584) * Added ETag header to avatars [go-gitea#721](go-gitea#721) * Added option to config to disable local path imports [go-gitea#724](go-gitea#724) * Allow custom public files [go-gitea#782](go-gitea#782) * Added pprof endpoint for debugging [go-gitea#801](go-gitea#801) * Added X-GitHub-* headers [go-gitea#809](go-gitea#809) * Fill SSH key title automatically [go-gitea#863](go-gitea#863) * Display Git version on admin panel [go-gitea#921](go-gitea#921) * Expose URL field on issue API [go-gitea#982](go-gitea#982) * Statically compile the binaries [go-gitea#985](go-gitea#985) * Embed build tags into version string [go-gitea#1051](go-gitea#1051) * Gitignore support for FSharp and Clojure [go-gitea#1072](go-gitea#1072) * Custom templates for static builds [go-gitea#1087](go-gitea#1087) * Add ProxyFromEnvironment if none set [go-gitea#1096](go-gitea#1096) * MISC * Replaced remaining Gogs references * Added more tests on various packages * Use Crowdin for translations again * Resolved some XSS attack vectors * Optimized and reduced number of database queries
v1.0.2 * BUGFIXES * Fixed issue counter [go-gitea#882](go-gitea#882) * Fixed XSS vulnerability on wiki page [go-gitea#955](go-gitea#955) * Add data dir without session to dump [go-gitea#587](go-gitea#587) * Fixed wiki page renaming [go-gitea#958](go-gitea#958) * Drop default console logger if not required [go-gitea#960](go-gitea#960) * Fixed docker docs link on install page [go-gitea#972](go-gitea#972) * Handle SetModel errors [go-gitea#957](go-gitea#957) * Fixed XSS vulnerability on milestones [go-gitea#977](go-gitea#977) * Fixed XSS vulnerability on alerts [go-gitea#981](go-gitea#981)
PreviousNext