Commit Graph

  • d86a3533ca Add: route for uploading file HFO4 2019-11-15 18:12:34 +0800
  • 71e668c005 Add: model/file HFO4 2019-11-15 16:36:48 +0800
  • 4c1ece4b96 Add: model/folder HFO4 2019-11-15 16:32:43 +0800
  • ceb8ee72d8 Fix: warnings in unit test HFO4 2019-11-14 14:51:59 +0800
  • ade2bf1812 Test: policy model HFO4 2019-11-14 14:45:06 +0800
  • c867916c3a Fix: uint test HFO4 2019-11-14 14:24:39 +0800
  • 4309653160 Feat: model/policy HFO4 2019-11-14 14:18:10 +0800
  • 41e0dec74c Test: captcha HFO4 2019-11-13 18:34:29 +0800
  • 9660d2f9c1 Feat: captcha config HFO4 2019-11-13 17:22:45 +0800
  • 7d4e212d4e Feat: captcha HFO4 2019-11-13 17:03:55 +0800
  • c7e47293db Add: model - group / Test: group HFO4 2019-11-13 16:28:14 +0800
  • 079c730319 Test: SessionAuthCheck HFO4 2019-11-12 16:53:32 +0800
  • 2cdbfde83a Fix: failed testing HFO4 2019-11-12 16:23:24 +0800
  • c8c85501e4 Test: middleware/auth HFO4 2019-11-12 16:18:58 +0800
  • 589c399488 Feat: User/Me HFO4 2019-11-12 15:34:54 +0800
  • 80f30465e9 Test: User login router HFO4 2019-11-12 14:45:27 +0800
  • 2ae2c9b784 Modify: using memstore to store session HFO4 2019-11-12 13:55:33 +0800
  • 1db0c6116e Test: Ping route HFO4 2019-11-11 19:20:33 +0800
  • 6f96018223 Feat: User login HFO4 2019-11-11 19:13:17 +0800
  • 943c84320c Feat: Setting model HFO4 2019-11-10 17:07:35 +0800
  • 29fe6047a1 Modify: GetSettingByName returns string HFO4 2019-11-09 20:32:15 +0800
  • f453b3e918 Fix: rand seeding error / Test: conf/version and util HFO4 2019-11-09 19:47:26 +0800
  • 3ed1a5dc43 Add: default settings rows in migration HFO4 2019-11-09 19:27:47 +0800
  • e858cbe2cf Feat: Decide whether to do database migration based on `version.lock` HFO4 2019-11-09 19:04:48 +0800
  • c5493fd1f1 Delete temp test file when exist HFO4 2019-11-09 18:09:32 +0800
  • ec7ab83d7c Test: conf HFO4 2019-11-09 18:06:29 +0800
  • 53da4655ad Reading config file HFO4 2019-11-08 18:29:12 +0800
  • 370ee8405d Update: compile test HFO4 2019-11-07 16:19:29 +0800
  • c44216e626
    Create README.md AaronLiu 2019-11-07 16:17:21 +0800
  • 46bd970824 Delete useless json HFO4 2019-11-07 16:16:07 +0800
  • 3d82521d42
    Create .travis.yml AaronLiu 2019-11-07 16:04:42 +0800
  • aca8bde521 User model/migrations and gorm init HFO4 2019-11-07 15:56:05 +0800
  • ece1bca11a Update .gitignore HFO4 2019-11-06 22:36:24 +0800
  • 2c9e0c1119 Testing for controller/main.go HFO4 2019-11-06 22:35:31 +0800
  • 6ba4d1ae82 Param error message generate HFO4 2019-11-06 16:42:13 +0800
  • 6539ae20fa Basic check for User controller HFO4 2019-11-05 19:49:56 +0800
  • 74b5bf24a8 Add: Ping router HFO4 2019-11-05 12:31:22 +0800
  • 86896aedd0 Init HFO4 2019-11-04 20:30:12 +0800
  • cd1f3be22d
    Initial commit AaronLiu 2019-11-04 20:28:34 +0800
  • 67067db739 修复PHP7.3下filter_var废弃FILTER_FLAG_HOST_REQUIRED造成的错误 修复查询字段错误造成的文件夹创建500错误 #175 zmmfly 2019-07-10 04:12:22 +0800
  • 5e369a9bc1
    Update README.md AaronLiu 2019-04-21 16:43:39 +0800
  • 8e7704e254
    Fix: Browse files from all users in filter mode (#148) AaronLiu 2019-03-28 17:13:00 +0800
  • 17f763d6ea Fix: Browse files from all users in filter mode #148 HFO4 2019-03-28 17:10:25 +0800
  • 7a530f5d58 Feat: Color option in dashboard 2.0.0-alpha.1 HFO4 2019-03-17 21:49:35 +0800
  • 88fac85ca5 Fix: markdown page js file import order HFO4 2019-03-17 17:06:01 +0800
  • 9f658e86ec Fix: css name HFO4 2019-03-17 16:45:25 +0800
  • ebee2b09d9 Remove: extra description HFO4 2019-03-17 16:35:25 +0800
  • 836cb1a9c7 Remove: Unused import HFO4 2019-03-17 16:32:59 +0800
  • 3c7aedc195 Fix: default theme options HFO4 2019-03-17 14:48:11 +0800
  • a11f81966d Feat: Composer install script with fetching static file HFO4 2019-03-17 11:43:11 +0800
  • 2c2e8b6052 Modify: Disable cmd install HFO4 2019-03-17 11:00:46 +0800
  • 3b7e9298b5 Merge branch 'master' of https://github.com/HFO4/Cloudreve HFO4 2019-03-17 10:49:54 +0800
  • b341d3bc2c Modify: static file in .gitignore HFO4 2019-03-17 10:49:27 +0800
  • fd03047ed2 Delete: static file HFO4 2019-03-17 10:48:58 +0800
  • f15499d274 Fix: Installer missing static file HFO4 2019-03-17 09:38:18 +0800
  • 889b65163b
    Update README.md AaronLiu 2019-03-16 16:11:07 +0800
  • 1c05b9a0d3
    Update README.md AaronLiu 2019-03-16 16:04:26 +0800
  • 00a2b452c4
    Update README.md AaronLiu 2019-03-16 15:57:09 +0800
  • 721dad4abe
    Update README.md AaronLiu 2019-03-16 15:55:08 +0800
  • ebb95b31c2 Fix: Qiniu thumb error HFO4 2019-03-16 15:39:49 +0800
  • d854913cd2 Fix: Broken context menu in FireFox HFO4 2019-03-16 15:23:57 +0800
  • 94c3dd7420 放宽邮箱验证规则 / 七牛缩略图尺寸调整 HFO4 2019-03-16 14:55:09 +0800
  • 9d8646c6f6
    Merge pull request #143 from HFO4/dev AaronLiu 2019-03-16 14:22:12 +0800
  • 560e455618 Fix: broken getUpToken in qiniu policy #143 HFO4 2019-03-16 14:19:35 +0800
  • 51f8be8681
    Merge pull request #142 from HFO4/dev AaronLiu 2019-03-16 14:13:34 +0800
  • df8581e238
    Delete Download.html AaronLiu 2019-03-16 14:12:51 +0800
  • bf2f5e621f Fix: array to string error #142 HFO4 2019-03-16 14:11:46 +0800
  • a4439ba210
    Merge pull request #141 from HFO4/dev AaronLiu 2019-03-16 14:04:14 +0800
  • 822d9b4bba Add: gziped frontend resources #141 HFO4 2019-03-16 14:02:18 +0800
  • 18bcd93d97 Feat: Use official s3 SDK / support minio HFO4 2019-03-16 13:29:23 +0800
  • 76ea49890d Feat: Login / Reg / Find pwd form HFO4 2019-03-16 10:41:12 +0800
  • 74d0afb441 Feat: 自定义分片大小 HFO4 2019-03-14 19:37:07 +0800
  • b2d5547199 Fix: 一些情况下离线下载失败后临时文件无法删除 HFO4 2019-03-14 19:03:35 +0800
  • ef636bc2d1 Feat: My share HFO4 2019-03-14 11:29:09 +0800
  • 3a4912083c Feat: User profile HFO4 2019-03-14 10:00:53 +0800
  • 737665c62c Feat: Change prefer theme color HFO4 2019-03-13 19:38:23 +0800
  • df42ac0e96 Feat: User setting HFO4 2019-03-11 21:46:05 +0800
  • 4880972d77 Feat: Referer check HFO4 2019-03-11 18:11:19 +0800
  • 84e2ec0f19 Feat: Theme config HFO4 2019-03-11 16:21:17 +0800
  • 53c79bfa65 Feat: Single file share HFO4 2019-03-11 15:04:35 +0800
  • 41d1294ebf Feat: Folder share HFO4 2019-03-10 19:07:01 +0800
  • d84b00f35d Feat: markdown editor HFO4 2019-03-10 13:14:32 +0800
  • da4f152438 Feat: Video preview HFO4 2019-03-10 11:09:20 +0800
  • 3d82929a3b Feat: Remember path HFO4 2019-03-09 19:27:25 +0800
  • 2e2357e794 Feat: file type filter &Fix: cannot create torrent remote download in onedrive policy HFO4 2019-03-08 21:27:17 +0800
  • c94e17a4da Fix: img preview wont require height and width anymore HFO4 2019-03-07 17:20:18 +0800
  • c741d79677 Feat: Search file api HFO4 2019-03-07 15:29:22 +0800
  • e0b4b42ec6 Fix: file rename validate HFO4 2019-03-06 09:42:21 +0800
  • 65dcedb3ca Fix: blocking while get uptoken HFO4 2019-03-05 19:28:55 +0800
  • 422f9d8d6a Feat:initial test HFO4 2019-03-03 20:26:25 +0800
  • 1fc4956a3f
    Merge pull request #135 from HFO4/revert-104-patch-2 AaronLiu 2019-02-16 18:15:26 +0800
  • 564578aefb
    Revert "order 字段名添加分隔符" #135 AaronLiu 2019-02-16 18:14:38 +0800
  • 12f98dd0f5
    Update README.md AaronLiu 2019-02-16 10:05:29 +0800
  • c33b6d587f
    Merge pull request #125 from Yuanuo/patch-04 AaronLiu 2019-01-21 10:18:41 +0800
  • 277f882e8d 修复重命名文件时验证失败的问题 文件重命名时,文件后缀名之前的‘.’会导致验证失败,后台做校验时应该先去除后缀名部分。 #125 Yuanuo 2019-01-17 14:05:18 +0800
  • 68399a5877
    fix: route checking AaronLiu 2018-12-22 12:23:52 +0800
  • 6b4f999bc4
    fix: route checking AaronLiu 2018-12-22 12:19:56 +0800
  • 3514ff437c
    Update README.md AaronLiu 2018-12-19 19:08:36 +0800
  • 8c344b456d
    Merge pull request #104 from Instrye/patch-2 AaronLiu 2018-11-02 13:34:16 +0800
  • ff4fa3f9b2
    order 字段名添加分隔符 #104 Instrye 2018-11-02 11:10:25 +0800