1
0
Fork 0

Upgrade changelog

This commit is contained in:
Chocobozzz 2018-03-29 13:42:03 +02:00
parent 09becad8e8
commit d8c2e37988
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,20 @@
# Changelog
## v1.0.0-beta.2
### Features
* Add hover background color in menu
* Add info about the initial user quota in the registration form
* Add link to register in the login form
* Prevent brute force login attack
### Bug fixes
* Fix bad federation with videos with special utf characters in description (again)
* Fix views system behind a reverse proxy
## v1.0.0-beta.2
### Features
@ -37,6 +52,7 @@
* Fix communication of a PeerTube instance and Mastodon
* Fix custom configuration with number values
## v1.0.0-beta.1
Nothing new here, but PeerTube is stable enough for being in beta now.

View File

@ -134,8 +134,6 @@ async function createApplicationIfNotExist () {
// Nothing to do, application already exist
if (exist === true) return undefined
logger.info('Creating Application table.')
logger.info('Creating application account.')
const application = await ApplicationModel.create({