* Fix auto index follow
* Fix CLI scripts with URLs ending with a `/`
- * Fix `--since` and `--until` timezone in `peertube-import-videos` script
+ * Fix `--since` and `--until` timezone in `peertube-import-videos` script ([@fflorent](https://github.com/fflorent))
* Avoid circular error in logger
* Fix start/stop of first element when loading a playlist
* `git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server`
* `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and quit after initialization
* `git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server`
- * `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and check migrations does not fail
+ * `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and check migrations do not fail
* Run `rm -r node_modules && rm -r client/node_modules && yarn install --pure-lockfile && npm run build` to see if all the supported languages compile correctly
* Update https://peertube2.cpy.re and check it works correctly
* Check CI tests are green