Skip to content

Tags: samask/gitea

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
tboerger Thomas Boerger
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

Toggle v1.0.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
tboerger Thomas Boerger
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)

v1.0.1

Toggle v1.0.1's commit message
Added 1.0.1 to changelog (go-gitea#595)

(cherry picked from commit 0ac40cc)

v1.0.0

Toggle v1.0.0's commit message
Properly handle drone tags and release/* branches (go-gitea#466)

v0.9.99

Toggle v0.9.99's commit message
Fix mention in comments like (@DblK) (go-gitea#3655)

* Fix mention in comments like (@DblK)

* Better fix to avoid making link for "Hello@DblK"