1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-27 07:28:42 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Michael An
479350dc77 fix-warnings 2019-06-21 13:59:17 +08:00
zxj96
36a51ba551 modify func name 2019-06-12 21:43:33 +08:00
zxj96
59c57cccba Remove extra spaces 2019-06-12 21:18:31 +08:00
zxj96
e3738aa7b6 delete compare func 2019-06-12 21:14:12 +08:00
zxj96
7bc32c807a optimization code 2019-06-12 20:50:12 +08:00
zxj96
147e94d011 modify func name 2019-06-12 17:59:08 +08:00
zxj96
5f7c16b868 optimization code 2019-06-12 17:50:55 +08:00
zxj96
8e5a01feea Modify variable name 2019-06-12 15:12:42 +08:00
zxj96
e33637dcc8 modify move_copy sync api 2019-06-12 14:59:33 +08:00
shanshuirenjia
649a68829c improve delete message 2019-06-05 21:10:42 +08:00
zxj96
b772030c71 delete rename successful tips 2019-06-03 14:22:55 +08:00
Daniel Pan
82cbbe2d06
Merge pull request #3573 from haiwen/sort_size
Sort size
2019-05-31 20:37:20 +08:00
zxj96
864f8778f9 Copyitems into the current directory 2019-05-31 12:13:24 +08:00
Michael An
3b5d9e2e36 update comment panel 2019-05-30 10:38:07 +08:00
zxj96
8eba860bcb File size sort 2019-05-29 13:57:12 +08:00
杨顺强
742a327e1c Add delete message 2 (#3560)
* add delete Folder(file) message

* add delete my-libs repo message

* add group-view delete repo message

* optimzed code
2019-05-28 17:48:44 +08:00
shanshuirenjia
8eede90d59 repair code error 2019-05-17 16:04:42 +08:00
zxj96
cf5894503d Give hint when permission is not enough 2019-05-17 14:47:06 +08:00
zxj96
b5bd705516 Open the edit page when the content is not empty (#3458)
* Open the edit page when the content is not empty

* Use size instead of content

* change func name

* Replace getMarkdownSize with showColumnMarkdownFile
2019-05-14 16:58:59 +08:00
zxj96
3cc43d9041 Resolve warring (#3454)
* Resole project warrings

* Delete extra blank lines

* resolve dir-column-nav warnings
2019-05-14 10:15:09 +08:00
zxj96
edc223e520 Session optimization (#3423) 2019-05-12 15:05:53 +08:00
zxj96
4d00ba9d58 Column update (#3434) 2019-05-10 15:40:01 +08:00
zxj96
893adc8f49 Automatically update pages without having to manually update the page 2019-05-09 14:49:21 +08:00
zxj96
12ac2d3c24 Add a semicolon 2019-05-07 10:14:29 +08:00
zxj96
cd56076f0d Modify some formatting issues 2019-05-07 10:06:24 +08:00
zxj96
00c35d011f File move to list view and inaccurate refresh after moving 2019-05-05 17:20:37 +08:00
shanshuirenjia
5a04a22ad6 open draft in new window 2019-04-26 17:08:16 +08:00
Daniel Pan
e9201be344
Merge pull request #3349 from haiwen/list-optimization
List optimization
2019-04-24 15:27:04 +08:00
zxj96
d2d23379ba merge code 2019-04-24 15:24:27 +08:00
zxj96
813a702ab5 modify function name 2019-04-24 15:16:26 +08:00
zxj96
9cd68756ff Restore code 2019-04-24 14:39:46 +08:00
zxj96
c7d9eb8ec0 Display quantity up 2019-04-24 13:52:09 +08:00
zxj96
870c32113c Use one variable instead of two 2019-04-24 13:37:48 +08:00
zxj96
978288eb39 Modify some naming conventions 2019-04-23 16:50:17 +08:00
zxj96
7245d9dcc5 modify state 2019-04-23 15:58:06 +08:00
zxj96
624871fc9c Use state change directory array 2019-04-23 14:43:47 +08:00
shanshuirenjia
88e480b575 repair history.back&history.go bug 2019-04-22 18:05:18 +08:00
shanshuirenjia
f3d3cd331b repair new draft bug 2019-04-19 15:50:27 +08:00
shanshuirenjia
c30aac483a repair bug 2019-04-18 18:02:40 +08:00
Michael An
fea12cbb3e handle delete item details panel bug 2019-04-18 15:01:51 +08:00
ilearnit
c29e958436 fix draft bug 2019-04-17 05:08:47 +00:00
zxj96
8d5b16505f Add tag (#3281) 2019-04-17 10:48:44 +08:00
杨顺强
11d43de63a repair mode change bug (#3264) 2019-04-13 11:56:44 +08:00
杨顺强
4415b3a873 Active improve 2 (#3262)
* improve active-item logic

* update interactive
2019-04-13 10:45:11 +08:00
杨顺强
fce77f9985 Active item bug repair (#3260)
* repair interactive bug

* modify active color

* repair bug
2019-04-13 09:57:44 +08:00
杨顺强
611e2aefb1 Active item improve (#3258)
* optimized code

* add active interaction

* repair interactive bug
2019-04-12 20:21:54 +08:00
zxj96
f721ecb0a0 Items cookie (#3253)
* my-lib and itmes use the same cookie

* Modify the cookie name

* All sorts use the same cookie
2019-04-12 14:30:08 +08:00
杨顺强
5d2a2b238c Contextmenu improve (#3238)
* add a commen contextmenu component

* optimized translate for menu

* repair contextmenu bug

* optimized share btn show code

* repair showShareBtn bug

* optimized contextmenu

* optimized contextmenu code

* complete dirent-item-menu logic

* optimized contextmenu code

* complete dirent-container-menu logic

* complete tree-node-contextmenu logic

* delete unnecessary code

* optimized contextmenu func

* repair bug

* optimized code style

* optimized code style

* add a dirent-none-view for dir-list-view mode

* optimized dirent-container-menu&dirent-item-menu

* add select-item contextmenu

* repair rebase bug
2019-04-11 21:04:47 +08:00
zxj96
b54bea4ecb Modify tips (#3236)
* File move/copy feedback information improvement

* Add a prompt box when move/copy fails

* Encapsulated into a public function

* Modify some formats

* Add a semicolon

* modify movesuccessmessage function

* add semicolon
2019-04-11 11:07:31 +08:00
Michael An
d1f509e8fd Detail panel (#3232)
* update dirent detail btn

* update icon

* add animation

* update
2019-04-10 16:04:26 +08:00