Skip to content

Releases: gogs/gogs

v0.6.9

05 Sep 09:21
Compare
Choose a tag to compare

Bug fixes

  • File name with double quotation mark makes the repository inaccessible #966
  • Time zone trouble #1500
  • Removing deploy key does not remove key #1535

Improvements

  • Add webhook last delivery status, recent deliveries and new events
  • Auto-remember visibility of last created repository #965
  • Support BindDN and TLS in LDAP #1145
  • Significantly enhanced LDAP support #1476
  • Support 'AUTH LOGIN' in mailer #1517
  • Add [markdown] ENABLE_HARD_LINE_BREAK to enable Markdown hard line break extension

Features

  • Add dashboard issues page for organization
  • Allow editing of past comments #1280
  • Support README template #1487

Others

v0.6.5

16 Aug 12:12
Compare
Choose a tag to compare

Bug fixes

  • Does not allow anonymous SSH clone
  • Private repository cannot trigger webhook by pushing through SSH
  • Owners cannot assign any issue to themselves #747
  • Issue assignee doesn't show organisation members #839
  • Can send multiple requests when create issue #1051
  • Attachments a file said "Could not parse JSON" #1233
  • Did not remove the temporary directory after initialized new repository #1331
  • Rename organization doesn't restrict Chinese #1439

Improvements

  • Allow custom avatar source #1457

Features

  • Add deploy key support #334
  • Generate random avatar based on e-mail when disable Gravatar
  • Able to sort issues

v0.6.3

02 Aug 05:50
Compare
Choose a tag to compare

Bug fixes

  • Label disappeared after edited a label #542
  • Filename cut off in DIFF when containing spaces #985
  • Migrate repository requires HTTPS address #1000
  • Private repositories issues included in "Public Activity" #1112
  • All users email are public #1127
  • API calls are not hidden behind sign in #1128
  • 404 on files with url-encoded names #1137
  • It is possible to access user profiles using organization URL #1169
  • Didn't check blank user name on LDAP #1207
  • Generated certificate doesn't have CN with the hostname #1231
  • Removing user from organization collaboration removes repositiory #1279
  • Create repo for other users by hacking uid field #1289

Improvements

  • Clearer error message for illegal characters #1070
  • Add full name field to admin's user edit page #1130
  • Hide organization email for non logged-in users #1204
  • Visit Repository home page with ".git" appended URL #1227

Features

  • Support realtime webhook #835

Others

  • Add Italian language support.
  • Disable Macaron color log in production mode to improve performance
  • Show repository owner name in explore page #1150

v0.6.1

26 Mar 15:05
Compare
Choose a tag to compare

Bug fixes

  • Inline code markdown with leading hash is rendered as issue index #637
  • Non-logged users can view organization page when REQUIRE_SIGNIN_VIEW = true #1101
  • New release button is always available to everyone #1114
  • Cannot update mirror repository after transfer ownership #1120
  • Other member of teams in same organization get access to repository when teams do not have relations to the repository
  • LDAP add and edit forms are misleading #1124
  • Team member access lost when adding repository collaborator #1143

Improvements

  • Hide Gravatar e-mail setting field when Gravatar is disabled #1098
  • Allow to migrate through git:// protocol #1105
  • Add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK to not check minimum key size with corresponding type #1133
  • Do not exposure database password when it's not first time launch installation #1140

Others

  • Use fake@gogs.local as default Git user.email setting rather than private e-mail #1089

v0.6.0

19 Mar 20:49
Compare
Choose a tag to compare

Bug fixes

  • Edit Account does not take into consideration password rules #851
  • Person in multiple teams has incorrect access #858
  • Issue label amount not updated on issue removal #933
  • Can push to mirror repository #948
  • Check template version before loading custom configuration #954
  • Didn't check if attachments and avatars path in configuration is a absolutely path
  • Duplicated suburl prefix in feeds #988
  • Cannot delete repository with LDAP account #1006
  • Cannot handle SubModule without a .gitmodules entry #1023
  • HTTP/HTTPS push update function call panic #1037
  • Missing suburl prefix on admin panel #1043
  • Landing page setting does not consider suburl prefix #1055
  • Missing link in bare repository page for Help #1082

Improvements

  • Allow MySQL socket connection instead of TCP #872
  • Able to use TLS client certificate for SMTP #943
  • Fix: 504 5.5.2 : Helo command rejected #973

Features

  • Able to import local Git repositories #99
  • Allow multiple e-mail addresses #755

v0.5.13

13 Feb 21:53
Compare
Choose a tag to compare

Bug fixes

  • Email addresses treated as at-mentions #737
  • Add Team Repository error in SQLite3 #739
  • Migrated repository does not have update hook #789
  • num_watchers not updated when adding a bare repository #819
  • Data racing when shoot webhook through SSH #827
  • XSS attacks in commit messages #828
  • User auto-completion fails #832
  • Choose wrong README sometimes #877
  • Problem in LDAP UTF-8 string decoding #916
  • Panic when try to watch as non-logged user #929

Improvements

  • Parse user information with the Go tools when migrate #822
  • Flexible SSH key format support: OpenSSH, SSH2 and base64 encoded key #825
  • Able to use ./gogs web -port 3001 to prevent first time run port conflict
  • Able to disable SSH feature #883
  • Add option for hiding "Sign Up" when register is disabled #884
  • Optionally do not verify certificate for webhooks #891
  • Link to previous committed source file instead of returning 404 for deleted files #911
  • Able to select-on-click clone URL then copy in case Flash is disabled #937

Features

  • Able to control issues in commit message #668
  • Able to rewrite full .ssh/authorized_key from database #818
  • Able to regenerate new update hook file for repositories
  • Add Russian and Japanese language support.
  • Highlighting selected code in diff view @makhov
  • Allow HTTP(S) Git actions using application token #842

v0.5.11

05 Jan 15:55
Compare
Choose a tag to compare

Bug fixes

  • Git SubModules result 500 error #741
  • Showing activities for private repositories in user profile #751
  • User who made activities no longer exists result 500 error #754
  • Auto-input username in organization invite page includes full name
  • Mirror repository does not work with SQLite3 #805
  • Wrong image address when rendering Markdown files #808

Improvements

  • Able to skip verification when send mails and use TLS when port is 465 #761
  • Optmize git-fsck config options #820

Features

  • Able to send mails with CRAM-MD5 authentication #762

v0.5.9

14 Dec 01:42
Compare
Choose a tag to compare

Bug fixes

  • Invalid links to user profile page in admin panel
  • Templating error on settings page of bare repository #643
  • Panic when no SSH authorized_keys file exists for command gogs fix location #659
  • Commits list doesn't show the oldest page #664
  • User home links in issue page no longer invalid #682
  • Avatar email addresses with uppercase resolve to wrong Gravatar hash #700
  • Markdown table requires padding #703
  • Cannot display GBK content in diff page #711
  • HTTP basic authentication failed when password contains : #723

Improvements

  • Expose full_name in user search API #677
  • Added issue link rendering in commit messages #712

Features

  • Able to upload custom avatar #139
  • Able to set explore page as non-logged users' landing page through config option [server] LANDING_PAGE #543
  • Run git fsck as cron job and git gc as admin operation #580
  • Able to view public key list of user by /:username.keys #652
  • Add Latvian language support.

v0.5.8

19 Nov 18:30
Compare
Choose a tag to compare

Bug fixes

  • Fix vulnerabilities CVE-2014-8681 CVE-2014-8682 CVE-2014-8683
  • Branch/tag name cannot contain / #101 #255
  • ENABLE_GZIP options does not work #412
  • Line numbers are misaligned on Firefox #457
  • Git hook does't filter \r character #546
  • File view raw and history buttons don't show #550
  • Some small problems about the alignment #554
  • Redis as cache adapter does not work
  • Cannot show relative path image in Markdown files
  • UI break when commit message is very long #570
  • HTTP/HTTPS clone does not handle GZIP encoding #572
  • Cannot see private repositories when view own profile page #605
  • Wrong MIT LICENSE content file #608

Improvements

  • Allow collaborators to see private repositories in profile page

Features

  • Able to fork repository #5
  • Drone CI integration #12
  • Able to view comparison page for 2 commits
  • Able to set [picture] GRAVATAR_SOURCE = duoshuo to use Chinese mirror of Gravatar
  • Able to delete all repositories archives through admin panel #635

v0.5.5

10 Oct 20:45
Compare
Choose a tag to compare

Bug fixes

  • Cannot download repository archive #495
  • Cannot view repository by tag
  • Cannot transfer repository from organization to individual
  • Error occurs when owner transfers repository to its collaborator
  • Does not support annotated tag #515
  • Broken authentication logic

Improvements

  • Improve e-mail security #249
  • Fix missing inline code Markdown style #491
  • Add directory level commit message in repository list view
  • Change issue title length limitation to 255 characters #522
  • Allow mail with self-signed certificates
  • Allow custom locale files

Features

  • Add support for Git hooks #264
  • Allow Gogs to run from a suburl behind a reverse proxy #463
  • Add gogs cert command to generate files for self-signed HTTPS #487
  • Add support for custom robots.txt
  • Add basic support for submodule
  • Add Franch, Dutch and Traditional Chinese languages.
  • Add system notices for admin.