Tags: mrexodia/gitea
Tags
* BREAKING * Make URL scheme unambiguous (go-gitea#2408) * FEATURE * Add branch overiew page (go-gitea#2108) * Code/repo search (go-gitea#2582) * Add Activity page to repository (go-gitea#2674) * Issue Timetracking (go-gitea#2211) * Add orgmode document type on file view and readme (go-gitea#2525) * Add external markup render support (go-gitea#2570) * Implementation of discord webhook (go-gitea#2402) * Webhooks for repo creation/deletion (go-gitea#1663) * Complete push webhooks (go-gitea#2530) * Add possibility to record branch information in an issue (go-gitea#780) * Create new branch from branch selection dropdown (go-gitea#2130) * Implementation of all repositories of a user from user->settings (go-gitea#1740) * Add LFS object verification step after upload (go-gitea#2868) * Configurable SSH cipher suite (go-gitea#913) * Disable custom Git Hooks globally via configuration file (go-gitea#2450) * Sync releases table with tags on push and for mirrors (go-gitea#2459) * BUGFIXES * Fix issue link rendering in commit messages (go-gitea#2897) * Fix adding a new authentication source after selecting OAuth (go-gitea#2889) * Fix new branch creation to new url scheme (go-gitea#2884) * Allow spaces in username for LDAP users (go-gitea#2880) * Fix LFS not returning correct content length when requesting a range … (go-gitea#2864) * Fix fork repository cycle to self (go-gitea#2860) * Fix click create pull request button 404 (go-gitea#2859) * Fix API raw file content access for default branch (go-gitea#2849) * Clean repository ROOT directory name with filepath.Clean (go-gitea#2846) * Fix API raw requests for commits and tags (go-gitea#2841) * Fix order of comments (go-gitea#2835) * Issue content should not be updated when closing with comment (go-gitea#2833) * Fix ordering in app.ini and fix run mode option (go-gitea#2829) * Fix redirect url of legacy commits route (go-gitea#2825) * Fix commits page url (go-gitea#2823) * Fix wrong translations (go-gitea#2818) * Fix dropdown menu position when explore repos (go-gitea#2808) * Fix Git LFS object/repo link storage in database and small refactoring (go-gitea#2803) * Use relative URLs for avatars on the dashboard (go-gitea#2800) * Add checks for commits with missing author and time (go-gitea#2771) * Fix emojify image URL (go-gitea#2769) * Hide unactive on explore users and some refactors (go-gitea#2741) * Fix IE unsupported javascript construction in branch dropdown (go-gitea#2736) * Only update mirror last update after successful sync (go-gitea#2730) * Fix semantic-ui style conflict with v-cloak (go-gitea#2722) * Fixing wrong translation on sort type oldest/latest (go-gitea#2720) * Fix PR, milestone and label functionality if issue unit is disabled (go-gitea#2710) * Fix plain readme didn't render correctly on repo home page (go-gitea#2705) * Fix organization removal from watch table migration (go-gitea#2703) * Fix repository search function (go-gitea#2689) * fix panic on gogs webhook creation (go-gitea#2675) * Fix orgnization user watch repository (go-gitea#2670) * GPG key email verification no longer case sensitive (go-gitea#2661) (go-gitea#2663) * Fix index column deletion (go-gitea#2651) * table `pull_request` wasn't updated correctly (go-gitea#2649) * Fix go get response if only app URL is custom in configuration (go-gitea#2634) * Fix doubled issue tab introduced in migration v16 (go-gitea#2611) * Rewrite migrations to not depend on future code changes (go-gitea#2604) * Fix implementation of repo Home func (go-gitea#2601) * Fix translation upload to crowdin (go-gitea#2599) * Reduce usage of allcols on update (go-gitea#2596) * fix go get subpackage bug (go-gitea#2584) * Fix broken migration to add can_push field back to table (go-gitea#2574) * fix readme view bug (go-gitea#2566) * Fix sending mail with a non-latin display name. go-gitea#2102 (go-gitea#2559) * Restricting access to fork functioanlity to users with Code access (go-gitea#2534) * fix updated update on public key (go-gitea#2514) * Added bucket name to s3 drone plugin (go-gitea#2505) * fixes 500 error on dashboard when using MSSQL (go-gitea#2504) * fix wrong rendering of commit detail page (go-gitea#2503) * Hotfix: Add time manually adds time in nanoseconds (go-gitea#2499) * Remove repository mirrors from "collaborative" list (go-gitea#2497) * fix release failed since the wrong token name (go-gitea#2496) * Fix slice out of bounds error in mailer (go-gitea#2479) * Fix go-gitea#2470 (go-gitea#2477) * fix orgnization webhooks (go-gitea#2422) * fix webhook test (go-gitea#2415) * fix missing orgnization discord webhook (go-gitea#2414) * Fix route handler order (go-gitea#2409) * Prevent sending emails and notifications to inactive users (go-gitea#2384) * Move themes to plugin directory. Fixes go-gitea#2372 (go-gitea#2375) * fix duplicated feed (go-gitea#2370) * Fix missing collabrative repos (go-gitea#2367) * Only check at least one email gpg key (go-gitea#2266) * don't check minimum key size when disabled (go-gitea#1754) * Fix run command race (go-gitea#1470) * fix .netrc authentication (go-gitea#2700) * Fix so that user can still fork his own repository to his organizations (go-gitea#2699) * Fix can_push value to false in protected_branch (go-gitea#2560) * Fix copy in email templates (go-gitea#2801) * Fix inconsistencies in user settings UI (go-gitea#2901) * Fix attachments icon size on zoom in/out (go-gitea#2853) * Fix ignored errors in API route (go-gitea#2850) * Fix activity css conflit with semantic ui (go-gitea#2758) * Fix notifications tabs according to semantic-ui docs (go-gitea#2733) * Fix typos in app.ini (go-gitea#2732) * Fix duplicated rel attribute (go-gitea#2549) * Fix tests code to prevent some runtime errors (go-gitea#2381) * ENHANCEMENT * Use api.TrackedTime in API (go-gitea#2807) * Configurable SSH key exchange algorithm and MAC suite (go-gitea#2806) * Add Safari pinned tab icon (go-gitea#2799) * Improve force push detect when push (go-gitea#2798) * Add wrapping to long diff lines (go-gitea#2789) * Link members and repositories count to each page on org home. (go-gitea#2787) * Show Sendmail settings on admin config page (go-gitea#2782) * Add commit count caching (go-gitea#2774) * Use identicon image for default gravatar. (go-gitea#2767) * Add default ssh ciphers (go-gitea#2761) * Remove manual of unsupported option (go-gitea#2757) * Add search mode option to /api/repo/search (go-gitea#2756) * Move swagger-ui under /api/v1 (go-gitea#2746) * Add support for extra sendmail arguments (go-gitea#2731) * Use buffersize to reduce database connection when iterate (go-gitea#2724) * Render plain text README.txt monospaced (go-gitea#2721) * Integration test for activity page (go-gitea#2704) * Merge password and 2fa page on user settings (go-gitea#2695) * Allow custom SSH user in UI for built-in SSH server (go-gitea#2617) (go-gitea#2678) * Refactor duplicated code in repo handlers (go-gitea#2657) * Replace deprecated Id method with ID (go-gitea#2655) * Remove redudant functions and code (go-gitea#2652) * hide navbar when only 1 sign-in method is available (go-gitea#2444) (go-gitea#2648) * Change default sort order (go-gitea#2647) * Change pull description text (go-gitea#2075) (go-gitea#2646) * Remove direct user adding to organization members (go-gitea#2641) * Use session when creating user (go-gitea#2638) * Use Semantic UI's Search component for user and repo search (go-gitea#2636) * Use AfterLoad instead of AfterSet on Structs (go-gitea#2628) * Remove redudant CheckUnit calls in router (go-gitea#2627) * Remove repo unit index (go-gitea#2621) * Remove redudant issue LoadAttributes() calls (go-gitea#2614) * Make indexer code more reusable (go-gitea#2590) * Use custom type and constants to hold available order by options (go-gitea#2572) * Use named ActionType constants in template helper (go-gitea#2545) * Make basic functionality work without JavaScript (go-gitea#2541) * Ctrl + Enter to submit forms (go-gitea#2540) * Automatically regenerate indexer for incompatible versions (go-gitea#2524) * Set default lfs content path to data/lfs (go-gitea#2521) * Convert spaces to tabs in footer.tmpl (go-gitea#2520) * Sort repository tree entries in natural way (go-gitea#2506) * Open external wiki in new window (go-gitea#2489) * Use created & updated instead BeforeInsert & BeforeUpdate (go-gitea#2482) * Hide branch on pull request view or create UI (go-gitea#2454) * improve protected branch to add whitelist support (go-gitea#2451) * some refactors for issue and comments (go-gitea#2419) * Restructure markup & markdown to prepare for multiple markup language… (go-gitea#2411) * Improve issue search (go-gitea#2387) * Add UseCompatSSHURI setting (go-gitea#2356) * Use custom search for each filter type in dashboard (go-gitea#2343) * Failed authentication are now properly logged (go-gitea#2334) * Add environment variable support for Docker image (go-gitea#2201) * Set session and indexers' data files rel to AppDataPath (go-gitea#2192) * Display commit status on landing page of repo (go-gitea#1784) * TESTING * Add integration test for logging out (go-gitea#2892) * Integration test for user deleting account (go-gitea#2891) * Use different directories for session files in integration tests (go-gitea#2834) * Add deleted_branch table fixture (go-gitea#2832) * Include HTTP method in test error message (go-gitea#2815) * Add repository search unit and integration tests (go-gitea#2575) * Expand fixtures (go-gitea#2571) * Fix /api/repo/search integration tests (go-gitea#2550) * Make integration tests more user-friendly (go-gitea#2536) * Fix unit test race condition (go-gitea#2516) * Add missing fixture to clean gpg_key table (go-gitea#2494) * Hotfix for integration testing (go-gitea#2473) * Make repo private to not interfere with other tests (go-gitea#2467) * Error message for integration test (go-gitea#2410) * Fix "index out of range" runtime error in repo_list tests (go-gitea#2376) * Add git clone test on integration test (go-gitea#1682) * TRANSLATION * Fix localization texts that contain semicolon (go-gitea#2900) * Fix activity locale (go-gitea#2709) * Update translation from crowdin (go-gitea#2368) * BUILD * change the email and name to GitBot account. (go-gitea#2848) * Fix removing backslash before quotes in translations (go-gitea#2831) * add gitea remote in drone. (go-gitea#2817) * add remote name for git push. (go-gitea#2816) * Launch Gitea with custom UID/GID for 'git' user (fixes go-gitea#2286) (go-gitea#2791) * Download and pushing translations (go-gitea#2727) * Automatic update of translations (go-gitea#2585) * Add pre-build step for nodejs stuff (go-gitea#2581) * Compress css with nodejs (go-gitea#2580) * Remove go version check for make fmt (go-gitea#2558) * Fix lint errors (go-gitea#2547) * Always run fmt check in CI (go-gitea#2546) * Fix fmt errors (go-gitea#2544) * add codecov.io service. (go-gitea#2493) * Fix some tests : make coverage -> test (go-gitea#2492) * Fix fmt error in mailer (go-gitea#2490) * Allow changing integration test database connection using env variables (go-gitea#2484) * Add changelog config file for generate changelog (go-gitea#2461) * Changes for latest DroneCI (go-gitea#2362) * Use standard lessc and minify CSS using Node.js (go-gitea#2337) * DOCS * Update screenshots on README (go-gitea#2910) * Gogs -> Gitea (go-gitea#2909) * Update swagger documentation (go-gitea#2899) * Fix typo (go-gitea#2810) * Fix Polish language name spelling (go-gitea#2766) * Fix Various Grammar Issues and Adjust Unnatural Wording (go-gitea#2737) * Add maintainer label for docker file (go-gitea#2658) * Link to gitea-specific Vagrant example (go-gitea#2624) * add release notes of v1.1.4 (go-gitea#2463) * Wrap most paragraphs to 80 columns (go-gitea#2396) * Update CONTRIBUTING following go-gitea#2329 discussion (go-gitea#2394) * Update hard-coded version to 1.3.0+dev (go-gitea#2390) * Clarify Translation Process. Also fix branch names (go-gitea#2378) * Admin grammar fixes and improvements (go-gitea#2056) * MISC * Sync MaxGitDiffLineCharacters with conf/app.ini (go-gitea#2779) * Dockerfile: Updated alpine image to 3.6. (go-gitea#2486) * Basic VSCode configuration for building and debugging (go-gitea#2483) * Added vendor dir for js/css libs; Documented sources (go-gitea#1484) (go-gitea#2241)
* BUGFIXES * Only require one email when validating GPG key (go-gitea#2266, go-gitea#2467, go-gitea#2663) (go-gitea#2788) * Fix order of comments (go-gitea#2835) (go-gitea#2839)
* BUGFIXES * Add checks for commits with missing author and time (go-gitea#2771) (go-gitea#2785) * Fix sending mail with a non-latin display name (go-gitea#2559) (go-gitea#2783) * Sync MaxGitDiffLineCharacters with conf/app.ini (go-gitea#2779) (go-gitea#2780) * Update vendor git (go-gitea#2765) (go-gitea#2772) * Fix emojify image URL (go-gitea#2769) (go-gitea#2773)
* BUGFIXES * Fix PR, milestone and label functionality if issue unit is disabled (go-gitea#2710) (go-gitea#2714) * Fix plain readme didn't render correctly on repo home page (go-gitea#2705) (go-gitea#2712) * Fix so that user can still fork his own repository to his organizations (go-gitea#2699) (go-gitea#2707) * Fix .netrc authentication (go-gitea#2700) (go-gitea#2708) * Fix slice out of bounds error in mailer (go-gitea#2479) (go-gitea#2696)
* SECURITY * Sanitation fix from Gogs (go-gitea#1461) * BREAKING * Rename /forget_password url to /forgot_password (go-gitea#1219) * FEATURE * Logo: Add task to generate images from SVG and change to new logo (go-gitea#2194) * Status-API (go-gitea#1332) * Show commit status icon in commits table (go-gitea#1688) * Additional OAuth2 providers (go-gitea#1010) * GPG commit validation (go-gitea#1150) * Rework SSH key management UI to add GPG (go-gitea#1293) * Implement GPG api (go-gitea#710) * Login via OpenID-2.0 (go-gitea#618) * Add units to team (go-gitea#947) * Batch updates for issues (go-gitea#926) * Add Gitea Webhook (go-gitea#1755) * API: support '/orgs/:org/repos' (go-gitea#2047) * Display all organization from user settings (go-gitea#1739) * LDAP user synchronization (go-gitea#1478) * Adding #issuecomment to the URL in E-Mail notifications (go-gitea#1674) * 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) * Support for custom html meta (go-gitea#1423) * Per issue/PR watch/unwatch (go-gitea#1410) * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (go-gitea#1369) * Repo size in admin panel (go-gitea#1482) * Show user OpenID URIs in their profile (go-gitea#1314) * Add change-password admin command (go-gitea#1304) * Only use issue and wiki on repo. (go-gitea#1297) * Allow push to init a wiki repo (go-gitea#1279) * ENHANCEMENT * Make time diff translatable (go-gitea#2057) * Smaller watch, star, and fork buttons (go-gitea#2052) * Display config file path on admin panel (go-gitea#2030) * Only show SSH clone URL if signed in (go-gitea#2169) (go-gitea#2170) * Only show "No Description" to repo admins (go-gitea#2167) * 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) * No highlighting for .txt files (go-gitea#1922) * Make side nav on dashboard stackable (go-gitea#1778) * Setting to disable authorized_keys backup (go-gitea#1856) * Hide the create organization button (in dashboard/organization section) (go-gitea#1705) * LFS: Return 404 for unimplemented endpoints (go-gitea#1330) * Show a link to password reset from user settings requiring a password (go-gitea#862) * Reserve the "explore" user/org name (go-gitea#1222) * Send notifications to partecipants in issue comments (go-gitea#1217) * 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) * Minor improvements on commit graph UI (go-gitea#1380) * 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) * Autofocus on 2fa passcode fields (go-gitea#1460) * Sort on repo size in admin panel (go-gitea#1654) * Improve dashboard repo search (go-gitea#1652) * Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (go-gitea#1845) * 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) * Change two factor code entry box from text to number (go-gitea#1733) * Directly show error if user hit repository limit (go-gitea#1767) * Generate small and large logos at 4x resolution (go-gitea#2233) * Tags listed in releases tab (go-gitea#2389) (go-gitea#2424) * BUGFIXES * Fix adding branch as protected to not allow pushing to it (go-gitea#2556) * Orgs: fix org page title when full name is not defined (go-gitea#1495) * Fix double borders on edit page (go-gitea#1152) (go-gitea#1153) * Search bar fixes for go-gitea#1187 and go-gitea#1205 (go-gitea#1207) * Fix upgrade failed after ever rollback (go-gitea#1194) * Fix FCGI (over TCP) support (go-gitea#1368) * Backport of migration fixes (go-gitea#2604) (go-gitea#2677) * fix panic on gogs webhook creation (go-gitea#2675) (go-gitea#2676) * Backport: Fixes 500 error on dashboard when using MSSQL (go-gitea#2504) (go-gitea#2662) * Fix go get response if only app URL is custom in configuration (go-gitea#2634) (go-gitea#2640) * Fix deletion of unprotected branches (go-gitea#2630) * Backport of 2611 / Fix doubled issue tab introduced in migration v16 (go-gitea#2622) * v38 migration used an outdated version of RepoUnit model (go-gitea#2602) * fix go get subpackage bug (go-gitea#2584) (go-gitea#2589) * Backport: Sync releases table with tags on push and for mirrors (go-gitea#2459) (go-gitea#2554) * Backport: Restricting access to fork functioanlity to users with Code access (go-gitea#2542) * Fix migration from pre-v15 to 1.2.0 (go-gitea#2460) (go-gitea#2465) * Fix migration from pre-v15 to 1.2.0 (go-gitea#2460) * fix duplicated feed (go-gitea#2370) (go-gitea#2413) * Fix releases to be counted from database not tags (go-gitea#2389) * 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) * TESTING * Integration tests for issues API (go-gitea#2059) * 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 * Dockerfile for aarch64 (go-gitea#1128) (go-gitea#1130) * backport from v1.2 branch: add secrets for github release (go-gitea#2588) (go-gitea#2598) * Add secrets for github release to fix drone failed (go-gitea#2588) * Backport changes for latest drone (go-gitea#2586) * Removing .drone.yml.sig (go-gitea#2579) * Fix drone for tags (go-gitea#2573) (go-gitea#2576) * Backport: Remove go version check for make fmt (go-gitea#2558) (go-gitea#2561) * Backport: Fix lint, fmt and integration testing errors (go-gitea#2553) * 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) * 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 wrong changelog title (go-gitea#2395) * fix webhook link (go-gitea#2289) * Improve swagger doc (go-gitea#2274) * 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) * 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) * 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) * Remove unused variable on makefile (go-gitea#2225) * No error log entries for repo 404 (go-gitea#2200) * Refactor vue delimeters to use es6 template delimeters (go-gitea#2171) * 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) * remove deprecated code for Gogs compitable (go-gitea#2041) * Refactor session close as xorm already does everything needed internally (go-gitea#2020) * 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) * 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) * Add check misspelling (go-gitea#1877) * Fix misspelled variables (go-gitea#1874) * Gofmt (go-gitea#1868, go-gitea#1710, go-gitea#1662) * Rename misnamed migration (go-gitea#1867) * Support CRLF when splitting code lines for display (go-gitea#1862) * Add convert less css file step. (go-gitea#1861) * Prevent accidential selection of line numbers in code view (go-gitea#1860) * Delete Public SSH Key tmp file after calculating fingerprint (go-gitea#1855) * Remove annoying difference in button heights. (go-gitea#1853) * Only run test coverage on master branch. (go-gitea#1838) * 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) * Rename RepoCreationNum -> MaxCreationLimit (go-gitea#1766) * Add button to admin ui (go-gitea#1738) * Correct spelling mistakes (go-gitea#1703) * 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) * 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) * Set VERSION from git once, in a variable (go-gitea#1447) * Remove unused mutex field (go-gitea#1440) * Simplify settings pages with item list (go-gitea#1389) * 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) * 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) * Simplify RepositoryList.loadAttributes() (go-gitea#1211) * Move user_follow to separate file (go-gitea#1210) * Reduce conditionals in signin/signup inner forms (go-gitea#1138)
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
PreviousNext