mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 17:23:36 +01:00
4.6 KiB
4.6 KiB
Changelog
1.0.2 - 2017-02-21
- 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
1.0.1 - 2017-01-05
- 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
1.0.0 - 2016-12-23
- BREAKING
- We have various changes on the API, scripting against API must be updated
- FEATURE
- 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
- ENHANCEMENT
- 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