Commit Graph

328 Commits (a1747073df245b458c3bce4e38d24b869711b8a6)

Author SHA1 Message Date
HFO4 cf9416ef88 Feat: archive download and sign temp url
5 years ago
HFO4 e8aa0435c5 Feat: archive & download routers for test
5 years ago
HFO4 ba34a092d1 Feat: group options in database scheme
5 years ago
HFO4 d0bb123e03 Test: get source URL of files
5 years ago
HFO4 9f26c0c8ab Test: signRequired middleware
5 years ago
HFO4 297b507ca7 Feat: get file content via anonymous url
5 years ago
HFO4 36d5f51495 Feat: sign file source url
5 years ago
HFO4 e871f6e421 Feat: HMAC auth and check
5 years ago
HFO4 4649ddbae2 Fix: failed uint test due to dirty cache
5 years ago
HFO4 6d6255e759 Test: redis cache
5 years ago
HFO4 cb61945125 Feat: redis driver for cache
5 years ago
HFO4 c3c0e92964 Test: thumbnail and authn / Modify: read thumbnail config from file
5 years ago
HFO4 f35c585edf Feat experimental WebAuth API
5 years ago
HFO4 0932a10fed Feat: generate thumbnails for image file
5 years ago
HFO4 6eff13c80a Test: modified folder methods and filesystem
5 years ago
HFO4 05c802e0fa Test: modified folder methods
5 years ago
HFO4 56b1ae9f31 Modify: use pure tree structure in file system scheme
5 years ago
HFO4 10a2ef4267 Feat: rename file
5 years ago
HFO4 f4c414c0f6 Fix: uint may overflow / Test: get user storage
5 years ago
HFO4 06bcb3d6eb Test: user.afterCreate
5 years ago
HFO4 7375cc01f1 Feat: cache in-memory store
5 years ago
HFO4 5d50e7ed1e Test: moveOrCopyFolder / File
5 years ago
HFO4 362a7c389d Test: middleware / file / folder
5 years ago
HFO4 c15b8a047d Feat: copy files and folders
5 years ago
HFO4 c09fc535dc Feat: unit test coverage report
5 years ago
HFO4 5424115e51 Fix: failed test due to database type
5 years ago
HFO4 a13530f969 Fix: skip the wrong root folder in move path handler
5 years ago
HFO4 adf7f3deeb Fix: handler move files in top levels
5 years ago
HFO4 d28e5632d5 Fix: unique index check failed due to soft delete
5 years ago
HFO4 fd02425547 Feat: move files/directories
5 years ago
HFO4 081c92067f Test: delete objects related methods
5 years ago
HFO4 ceb25ce1c3 Modify: add unique index for folder & file
5 years ago
HFO4 b3f13c56bc Modify: remove PositionAbsolute scheme in folder
5 years ago
HFO4 b4cfa6b601 Test: delete object route
5 years ago
HFO4 93010e3525 Feat: delete objects
5 years ago
HFO4 b3ef833afd Fix: test error / missing AfterFind hook in user model
5 years ago
HFO4 4156a71adf Feat: file download in service level
5 years ago
HFO4 451bdb4ee1 Modify: parameters in headers should be URIEncoded
5 years ago
HFO4 28df5ca833 Modify: return user information in siteConfig while logged in
5 years ago
HFO4 5e1e76719f Test: list folder & filesystem/path & model/folder/list
5 years ago
HFO4 b431f3674c Feat: list objects in specific path
5 years ago
HFO4 a89c3cb11a Feat: create folder / Modify: add index to some column
5 years ago
HFO4 948059ec1c Feat: CORS / Test: site/config route
5 years ago
HFO4 7cb27b2102 Test: filesystem/file, filesystem, filesystem/hook, model/file/Create
5 years ago
HFO4 438ce02420 Modify: re-organize structure of filesystem
5 years ago
HFO4 e09294d388 Feat: insert file record to database
5 years ago
HFO4 20ea86eaf6 Fix: test failed due to `Policy.AutoName`
5 years ago
HFO4 88a543ef74 Feat: `{path}` marker in name rule representing the virtual path of the file
5 years ago
HFO4 2e9f256462 Feat: after uploading finished hook
5 years ago
HFO4 aa17aa8e6a Feat: after uploading hooks and checks
5 years ago
HFO4 631c23f065 Feat: recycling file storage and user capacity when uploading canceled
5 years ago
HFO4 99e7eecab7 Feat: file upload handler
5 years ago
HFO4 8dd411f5d4 Feat: memory database for testing
5 years ago
HFO4 f46b52b6ba Feat: support sqlite
5 years ago
HFO4 e05ba1030c Modify: package name
5 years ago
HFO4 79caf635f9 Feat: basic file validator
5 years ago
HFO4 71e668c005 Add: model/file
5 years ago
HFO4 4c1ece4b96 Add: model/folder
5 years ago
HFO4 ceb8ee72d8 Fix: warnings in unit test
5 years ago
HFO4 ade2bf1812 Test: policy model
5 years ago
HFO4 c867916c3a Fix: uint test
5 years ago
HFO4 4309653160 Feat: model/policy
5 years ago
HFO4 9660d2f9c1 Feat: captcha config
5 years ago
HFO4 c7e47293db Add: model - group / Test: group
5 years ago
HFO4 2cdbfde83a Fix: failed testing
5 years ago
HFO4 c8c85501e4 Test: middleware/auth
5 years ago
HFO4 589c399488 Feat: User/Me
5 years ago
HFO4 80f30465e9 Test: User login router
5 years ago
HFO4 2ae2c9b784 Modify: using memstore to store session
5 years ago
HFO4 6f96018223 Feat: User login
5 years ago
HFO4 943c84320c Feat: Setting model
5 years ago
HFO4 29fe6047a1 Modify: GetSettingByName returns string
5 years ago
HFO4 3ed1a5dc43 Add: default settings rows in migration
5 years ago
HFO4 e858cbe2cf Feat: Decide whether to do database migration based on `version.lock`
5 years ago
HFO4 ec7ab83d7c Test: conf
5 years ago
HFO4 53da4655ad Reading config file
5 years ago
HFO4 aca8bde521 User model/migrations and gorm init
5 years ago
HFO4 2c9e0c1119 Testing for controller/main.go
5 years ago