Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

v0.1.4-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rhilip Rhilip released this 28 Jun 10:27
· 318 commits to master since this release

Chore

  • User: Make User component as Part of App but not framework (233e62d)

Docs

  • Licence: Add Licence Checker By FOSSA (295205c)
  • Migration: Update Nginx config (900c999)
  • README: Fix Mailer Env typo (1c1f31b)
  • release: v0.1.4-alpha (fb8c96f)

Feat

  • Auth: Add UserRecover Form (ecf68a9)
  • Auth: Add full Advanced Options for Login (a184a65)
  • Cleanup: Add disable cleanup job by set priority to 0 (be94de3)
  • Cleanup: Cleanup dead peers (0d83408)
  • Debug: Add extend debug output (9d4f0cb)
  • Debug: Remove DebugMiddleware (07c7fd1)
  • Email: Add email template (af4c102)
  • Form Validator: Add library bootstrap-validator library (2476921)
  • Frontend: Add localforage As Cache Provider (f830f22)
  • Invite: Finish invite system (904476c)
  • Invite: Add base invite table (c556644)
  • Links: Add full Links manage (68a5ac5)
  • News: Fix news tag not appear in index (51dfebc)
  • News: Add Site News model (e9397fb)
  • Register: Can't copy password and paste to retyep_password (2cb15e6)
  • Response: Add redirect code (5d8742d)
  • Task: Add task process support (241ef8d)
  • Timer: Add Timer Example (4413b46)
  • Torrent: Add folder size sum in torrent file modal (3072c39)
  • Typo: Fix Typo of secret (f3f6206)
  • framework: Remove Swoole Task Support (8188df9)

Fix

  • Admin Panel: Fix index num in Redis Keys Page (b8ca4c4)
  • Auth: Fix Broken Auth page after frontend framework change (21dca47)
  • Captcha: Fix style of captcha (a43f9be)
  • DATABASE: Fix CURRENT_TIMESTAMP Extra error (096333b)
  • Email: Fix Email Can't Send (5e5634e)
  • Error: Fix Error Handler (3fd6821)
  • Invite: Add Fine-grained control of recycle pending (c56a705)
  • Links: Remove extra meta section (50f0728)
  • Register: Add captcha checker (bacee6d)
  • TorrentUpload: Fix length 0 file cause ParseErrorException (e580577)
  • Tracker: Add miss port check for field ipv6_port (ff6351d)
  • View: Fix Conversion::setDefault() (bec2fc0)
  • View: remove view helper function get_torrent_uploader_id (65f09ff)
  • View: Fix view function redeclare (81c8aff)

Perf

  • BBCode: Use mjohnson/decoda to parse and cache BBCode (fbc98ad)
  • Config: Add quick ref config() (ae2a359)
  • Config: Remove configTable_construct_lock (a9cd0b9)
  • DATABASE: Drop Table files (c3e329d)
  • Tracker: Use Task process to quick response Tracker Announce Action (671a551)
  • Tracker: Add passkey and info_hash Filter (c28d695)

Refactor

  • InviteAction: Use InviteActionFrom instead of func in Controller (7fa7069)
  • Mailer: Use phpmailer to replace swiftmailer (c7e66db)
  • Redis: Add more Redis arguments in debug output (8b887f8)
  • Session: Add Session Format Docs (a2a1ce1)
  • SiteConfig: change namespace authority.route_ to route. (037ca71)
  • Tracker: Separate announce data update function (22d69bc)
  • Validator: Add function buildDefaultValue() (d263c6c)
  • ext2Icon: Add more File format (e8c9962)
  • timer: Change Namespace of Timer (766d823)

Revert

  • Http: Remove Request::getUserAgent() (ada223c)

Style

  • Admin Panel: Fix Broken View Admin Panel (e834831)
  • Auth: Not output extend debug info for anonymous. (In route /auth) (152331b)
  • Frontend: Back frontend framework to Zui (b08c2ed)
  • View: Add top util by layui.util (282d5a4)

Pull Requests

  • Merge pull request #2 from fossabot/master

BREAKING CHANGE

Remove Swoole Task Support

DATABASE structure changed

Database Structure of Table invite,user_invitations Change

Some Table added or name changed

Database Structure of users_confirm Change

Database Stucture of users_confirms change

DB structure change: TABLE news added

dbstructure of site_crontab Change