All Versions
135
Latest Version
Avg Release Cycle
19 days
Latest Release
552 days ago

Changelog History
Page 14

  • v1.1.1 Changes

    May 04, 2017
    • ๐Ÿ›  BUGFIXES
      • Markdown Sanitation Fix #1646
      • Fix broken hooks #1376
      • Fix migration issue #1375
      • Fix Wiki Issues #1338
      • Forgotten migration for wiki githooks #1237
      • Commit messages can contain pipes #1218
      • Verify external tracker URLs #1236
      • Allow upgrade after downgrade #1197
      • 500 on delete repo with issue #1195
      • INI compat with CrowdIn #1192
  • v1.1.0 Changes

    March 09, 2017
    • ๐Ÿ’ฅ BREAKING
      • The SSH keys can potentially break, make sure to regenerate the authorized keys
    • ๐Ÿ”‹ FEATURES
      • Git LFSv2 support #122
      • API endpoints for repo watching #191
      • Search within private repos #222
      • Hide user email address on explore page #336
      • Protected branch system #339
      • Sendmail for mail delivery #355
      • API endpoints for org webhooks #372
      • Enabled MSSQL support #383
      • API endpoints for org teams #370
      • API endpoints for collaborators #375
      • Graceful server restart #416
      • Commitgraph / timeline on commits page #428
      • API endpoints for repo forks #509
      • API endpoints for releases #510
      • Folder jumping #511
      • Stars tab on profile page #519
      • Notification system #523
      • Push and pull through reverse proxy basic auth #524
      • Search for issues and pull requests #530
      • API endpoint for stargazers #597
      • API endpoints for subscribers #598
      • PID file support #610
      • Two factor authentication (2FA) #630
      • API endpoints for org users #645
      • Release attachments #673
      • OAuth2 consumer #679
      • Add ability to fork your own repos #761
      • Search repository on dashboard #773
      • Search bar on user profile #787
      • Track label changes on issue view #788
      • Allow using custom time format #798
      • Redirects for renamed repos #807
      • Track assignee changes on issue view #808
      • Track title changes on issue view #841
      • Archive cleanup action #885
      • Basic Open Graph support #901
      • Take back control of Git hooks #1006
      • API endpoints for user repos #1059
    • ๐Ÿ›  BUGFIXES
      • Fixed counting issues for issue filters #413
      • Added back default settings for SSH #500
      • Fixed repo permissions #513
      • Issues cannot be created with labels #622
      • Add a reserved wiki paths check to the wiki #720
      • Update website binding MaxSize to 255 #722
      • User can see the private activity on public history #818
      • Wrong pages number which includes private repositories #844
      • Trim whitespaces for search keyword #893
      • Don't rewrite non-gitea public keys #906
      • Use fingerprint to check instead content for public key #911
      • Fix random avatars #1147
    • โœจ ENHANCEMENTS
      • Refactored process manager #75
      • Restrict rights to create new orgs #193
      • Added label and milestone sorting #199
      • Make minimum password length configurable #223
      • Speedup conflict checking on pull requests #276
      • Added button to delete merged pull request branches #441
      • Improved issue references within markdown #471
      • Dutch translation for the landingpage #487
      • Added Gogs migration script #532
      • Support a .gitea folder for issue templates #582
      • Enhanced diff-view coloring #584
      • Added ETag header to avatars #721
      • Added option to config to disable local path imports #724
      • Allow custom public files #782
      • Added pprof endpoint for debugging #801
      • Added X-GitHub-* headers #809
      • Fill SSH key title automatically #863
      • Display Git version on admin panel #921
      • Expose URL field on issue API #982
      • Statically compile the binaries #985
      • Embed build tags into version string #1051
      • Gitignore support for FSharp and Clojure #1072
      • Custom templates for static builds #1087
      • Add ProxyFromEnvironment if none set #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 Changes

    February 21, 2017
    • ๐Ÿ›  BUGFIXES
      • Fixed issue counter #882
      • Fixed XSS vulnerability on wiki page #955
      • Add data dir without session to dump #587
      • Fixed wiki page renaming #958
      • Drop default console logger if not required #960
      • Fixed docker docs link on install page #972
      • Handle SetModel errors #957
      • Fixed XSS vulnerability on milestones #977
      • Fixed XSS vulnerability on alerts #981
  • v1.0.1 Changes

    January 05, 2017
    • ๐Ÿ›  BUGFIXES
      • Fixed localized MIN_PASSWORD_LENGTH #501
      • Fixed 500 error on organization delete #507
      • Ignore empty wiki repo on migrate #544
      • Proper check access for forking #563
      • Fix SSH domain on installer #506
      • Fix missing data rows on admin UI #580
      • Do not delete tags with releases by default #579
      • Fix missing session config data on admin UI #578
      • Properly show the version within footer on the UI #593
  • v1.0.0 Changes

    December 23, 2016
    • ๐Ÿ’ฅ BREAKING
      • We have various changes on the API, scripting against API must be updated
    • ๐Ÿ”‹ FEATURES
      • Show last login for admins #121
    • ๐Ÿ›  BUGFIXES
      • Fixed sender of notifications #2
      • Fixed keyword hijacking vulnerability #20
      • Fixed non-markdown readme rendering #95
      • Allow updating draft releases #169
      • GitHub API compliance #227
      • Added commit SHA to tag webhook #286
      • Secured links via noopener #315
      • Replace tabs with spaces on wiki title #371
      • Fixed vulnerability on labels and releases #409
      • Fixed issue comment API #449
    • โœจ ENHANCEMENTS
      • Use proper import path for libravatar #3
      • Integrated DroneCI for tests and builds #24
      • Integrated dependency manager #29
      • Embedded bindata optionally #30
      • Integrated pagination for releases #73
      • Autogenerate version on every build #91
      • Refactored Docker container #104
      • Added short-hash support for downloads #211
      • Display tooltip for downloads #221
      • Improved HTTP headers for issue attachments #270
      • Integrate public as bindata optionally #293
      • Integrate templates as bindata optionally #314
      • Inject more ENV variables into custom hooks #316
      • Correct LDAP login validation #342
      • Integrate conf as bindata optionally #354
      • Serve video files in browser #418
      • Configurable SSH host binding #431
    • MISC
      • Forked from Gogs and renamed to Gitea
      • Catching more errors with logs
      • Fixed all linting errors
      • Made the go linter entirely happy
      • Really integrated vendoring