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

v0.1.3-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rhilip Rhilip released this 16 Mar 12:50
· 384 commits to master since this release

Build

  • Compatible: Remove Compatible Model (f1ca9d9)
  • Environment: Upgrade Dependency of Mysql and PHP (4324780)

Chore

  • Git: Fix gitkeep file lost (6c995d8)
  • Server: Change the server printing (ec68e4a)
  • Static File: Move fonts to public path (7c61422)

Docs

  • Debug: End Error Handle Debug (94906eb)
  • Demo: Change demo site link (0eed6a0)
  • Readme: Add Demo Site Information (f599825)
  • Readme: Update Readme.md (7ae98b5)
  • Release: Release v0.1.3-alpha (8b4031b)

Feat

  • Favour: Add full favour support (1c83715)
  • Framework: Add Record of execute sql and redis key hit (4799813)
  • Front: Add lib notice.js (a4fcfff)
  • Helper: Add Simple String crypt helper (ef5fab2)
  • RSS: Start Build rss feed (4e38460)
  • Torrent: Save Torrent File Structure in Table torrents (96e110e)
  • Torrent: Clean temp upload torrent file after success upload (ffca1e7)
  • Torrent: Add Torrent FileList View (3101a63)
  • Torrent: Finish Torrent's Structure part (b95112b)
  • Torrent: Add Torrent Content Cache (0038a7d)
  • Torrent Upload: Add utf-8 path support for torrent upload (1901e17)
  • UBB: Add ubb converter (59ffa46)
  • User: Add User Active Seed/Leech Count (e22b04c)
  • User: Add User Confirm Support (9277978)
  • User: Add user load by passkey (b93d94c)
  • View: Add ram use status in footer (ec415ac)
  • i18n: Add i18n Support (2a48b4c)

Fix

  • Auth: Fix layout fo Auth Point (7f36ddf)
  • Auth: Fix 'errors/action_fail' view should not be touch in AuthController (e2f1bbb)
  • Auth: Update description texts in /auth/login (cbff703)
  • Bencode: Add full parse check (a24638b)
  • Compatible: Fix Compatible Model not work (a1fb974)
  • Database: Change Foreign Key behaviour (e263e07)
  • Nameplace: Fix error nameplace of compatible (3daf17b)
  • Namespace: Namespace miss change (4262301)
  • Torrent: Fix Torrent Download Dict miss (3a1780b)
  • Upload: Fix Upload Torrent can't save in database (26d3902)
  • UserTrackerStatus: Fix redis cache key miss (0ad2d64)
  • View: Fix View Don't change after service reload (2119c2c)
  • View: Fix admin/redis_key of wrong array echo (6447136)
  • View: Fix cost time miss in render (9cd155b)

Perf

  • Admin: Call redis key info only when pattern give (22b1e80)
  • Bencode: Remove Bencode Library sandfoxme/bencode (0e1a6ab)
  • Config: Create \Swoole\Table as Dynamic Config Provider in Master Process (0a7bfba)
  • Error: Fix Error Page (c58c8bb)
  • Mailer: Make Mailer Provider extends BaseObject but not Component (6dc635a)
  • Middleware: Fix Middleware behaviour (eb9c905)
  • Psr: Use Psr\Log to simple Rid\Log Component (342300f)
  • Session: Not resend set-cookies header for session (8fa31bc)
  • User: Quickly get user peer status (020a96f)
  • Validator: load base rules from call parent method (9d7191b)
  • i18n: Quick load (20b8a15)

Refactor

  • DynamicConfig: Remove DynamicConfig provider by Redis (d644d0b)
  • Framework: Resort Component folder (80c7608)
  • Framework: Rename Mix to Rid (9c0350d)
  • Framework: Refactor framework from upstream (605e111)
  • Helpers: Remove JsonHelper (df5d57e)
  • Output: Remove \Rid\Console\Output (2ffc1ac)
  • Route: Fix Route of Torrent (c2282ec)
  • Validator: Change Validator Provider (6d56295)
  • View: Change template system (ae2a7b7)
  • XML: Remove XML support (169440c)

Revert

  • CSS_TAG: re-add debug for css_tag (e143301)
  • Config: Add back Dynamic Config provider by Redis (043ad5c)
  • UploadFile: Add back some attributes of UploadFile (f6f9e6c)

Style

  • CSS: Add css tag (c6e9211)
  • Git: Fix git style in private path (5bffbd9)
  • Validator: Separate File and Captcha Validate to Trait object (58b86ac)
  • View: Change View Layout (ac91bf3)

BREAKING CHANGE

New db structure bookmarks

dbstructure of Users Change

Change Validator Provider

frontend framework and backend driver change

Remove Compatible Model

Mysql Version changes from 5.7 to 8.0