4c1bcf0da2
实现分享、访问分享功能
2024-02-17 16:43:39 +08:00
5a8c4f1ac8
分享功能的准备工作
2024-02-16 15:13:29 +08:00
7154ee9ce1
杂七杂八的清理工作
2024-02-16 13:59:54 +08:00
b09d2e6c36
实现复制粘贴功能
2024-02-16 13:37:15 +08:00
1551514abf
新增批量删除功能,修复故障的单文件删除功能
2024-02-16 12:10:27 +08:00
a522af833d
解压功能实现
2024-02-16 11:51:53 +08:00
7743e2db67
一点点清洁工作
2024-02-16 11:17:55 +08:00
a8902fd449
batch-zip-btn功能实现
...
今天写的有点多了
有点烦躁起来了
2024-02-15 18:37:06 +08:00
e7eed036f1
batch-zip-download-btn按钮功能实现
2024-02-15 15:08:17 +08:00
112617a1a0
实现文件夹打包下载
2024-02-15 12:10:41 +08:00
4bde08c394
update
2024-02-15 10:14:23 +08:00
a845774163
新增功能 新建文件夹、刷新
...
修复了一些奇怪的逻辑问题
不得不说,有些地方传参数 压根没传进模型,都是后期补进去或直接就在外面操作了
2024-02-14 21:35:54 +08:00
a466b65f77
修复错误的正则表达式
...
实现文件夹上传功能
*文件夹上传功能使用了webkitdirectory,故Firefox android版以及IOS设备不支持这一功能
2024-02-14 19:12:09 +08:00
468b37b85a
初步完成上传功能
...
为了个进度条整了一堆活
目前功能还没有完善(包括文件重复的检测)
2024-02-13 20:44:01 +08:00
0b262321df
update
2024-02-12 14:11:49 +08:00
45a6c663ba
新增文件大小和文件文件夹修改时间的显示
...
更新正则表达式,从白名单改成黑名单,效果更佳
2024-02-12 14:04:13 +08:00
69b8c80543
实现文件/文件夹删除功能
...
对传入参数存在的安全问题进行检查
2024-02-12 13:02:28 +08:00
b4b45b3c6b
修复已知安全问题,新增文件删除功能
2024-02-12 12:49:18 +08:00
0ce6a052f1
修正删除请求的接受方式
2024-02-12 11:59:55 +08:00
480796d55d
一定的改进
...
新增重命名功能
下载功能暂未完成
一点点界面的美化
*目前已知一些安全问题待解决
2024-02-11 16:04:21 +08:00
fab67a308a
美化工作
2024-02-11 12:39:05 +08:00
9159880f12
update
...
new feature: simple file manage
目前只实现了目录切换 路径显示 文件下载
2024-02-10 17:41:07 +08:00
dcdecdad7d
修复错误显示的验证错误时恢复的表单内容
2024-02-10 12:02:29 +08:00
7303af1048
add login,register page
...
尚未检验登录注册是否工作
2024-02-09 12:47:48 +08:00
cde47b6261
update
2024-02-09 12:15:09 +08:00
Luke English
94bfe89845
Update to PHP 7.4 and codeception/verify 2.2 ( #260 )
...
Co-authored-by: Luke English <luke.english@ec2i.biz>
2022-02-25 17:58:50 +03:00
SilverFire - Dmitry Naumenko
24ed409e71
Minor
2018-02-19 00:29:21 +02:00
Sohel Ahmed Mesaniya
fc82ba48d0
Set password to empty string when reloading login form ( #158 )
2017-11-16 12:03:46 +03:00
Nikolay Oleynikov
2ac711fa20
Fix incorrect type hints ( #115 ) [skip ci]
2017-04-11 15:47:45 +03:00
Kalinin Alexandr
ddeab345bb
Update SiteController.php ( #61 ) [skip ci]
2016-06-19 16:56:22 +03:00
Alexander Makarov
f002567220
Removed unnecessary slash
2016-03-09 18:47:19 +03:00
MaximAL
8a1f362e9f
Remove redundant else
s
2015-06-05 17:39:43 +03:00
Qiang Xue
4f00e23565
Moved all filter classes to namespace yii\filters
2014-04-05 01:00:14 -04:00
SonicGD
93cc82c4bf
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
Johnny Theill
7227889464
Fix newlines and missing parameter description
2014-02-16 03:14:28 +01:00
Johnny Theill
a6c43f5eb7
Update doc-blocks and small fixes according to coding standards
2014-02-15 17:53:57 +01:00
Johnny Theill
0eff9fb382
Fixed minor consistency bugs in apps * Added 'return' to goHome() calls in actions * Changed $_POST to Yii::$app->request->post()
2014-02-15 16:32:24 +01:00
Alexander Makarov
4df6370173
Modified application templates so when trying to log in when already logged in it just redirects to homepage instead of throwing exceptions
2013-11-07 01:19:36 +04:00
Yakir Sitbon
332030325f
Convert to short syntax (array)
2013-10-18 09:48:27 +00:00
Carsten Brandt
44b1fce99b
added web\Controller::goBack() as shortcut
...
goBack() will redirect user to his returnUrl
fixes #925
2013-10-01 20:01:14 +02:00
Qiang Xue
8a599e9474
Added support for data-method and data-confirm.
2013-09-18 23:11:55 -04:00
Alexander Makarov
f7a28f3df0
Basic application enhancements.
...
- Turned on CSRF validation by default.
- Application params are now readed before config is defined to be able to use values from params when configuring.
- Added access control for login and logout.
2013-09-16 02:41:19 +04:00
Qiang Xue
19a872c422
Added Controller::goHome().
2013-08-12 13:19:37 -04:00
Qiang Xue
5072e526be
Refactored the basic app.
2013-08-10 07:33:24 -04:00
Qiang Xue
37f69a52d7
Fixed the basic app template.
2013-08-08 21:56:58 -04:00
Qiang Xue
42cad0bbe3
Fixed debugger with the new bootstrap.
2013-08-08 21:06:40 -04:00
Qiang Xue
da0afe1957
Reorganized captcha code.
2013-08-03 07:20:39 -04:00
Qiang Xue
7f05967cf5
Added more YII_ENV constants.
2013-07-31 07:18:59 -04:00
Qiang Xue
72dd7acbef
Removed test code.
2013-07-08 06:47:10 -04:00
Qiang Xue
7efa64c733
debugger furnishing
2013-07-08 06:44:22 -04:00
Qiang Xue
eace6dca8c
Added Model::load(). Added Controller::refresh() and redirect().
2013-06-26 08:34:27 -04:00
Qiang Xue
955f351e6d
Added acceptance tests for the basic app.
2013-06-22 20:26:22 -04:00
Qiang Xue
37b579fad6
Revert "Merge pull request #548 from cebe/action-response"
...
This reverts commit 9d7597d61a51ae7030b667f740c2a97471cf7f6e, reversing
changes made to 6b6390f72b6a6010cfbe614aab236a90d10b1a00.
2013-06-16 19:45:58 -04:00
Carsten Brandt
452bd8e5e3
Changed existing code to match the changes regarding response
2013-06-16 18:52:56 +02:00
Qiang Xue
a8053352f2
Refactored the way of sending response in controller actions.
2013-06-13 23:39:18 -04:00
Qiang Xue
f026d360de
removed test line.
2013-06-10 07:44:30 -04:00
Qiang Xue
7e6ed22ec6
Response WIP
2013-06-09 09:47:41 -04:00
Qiang Xue
cb76b82e09
Renamed apps/bootstrap to apps/basic.
2013-05-24 10:14:49 -04:00