1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-27 15:37:43 +00:00
Commit Graph

53 Commits

Author SHA1 Message Date
杨顺强
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
杨顺强
6d953a6ef7 repair history nav bug (#3195) 2019-03-29 18:27:43 +08:00
Michael An
8cf07d4b1b Add delete-tag-dialog callback function (#3164)
* fix-bug

* update
2019-03-25 15:23:37 +08:00
zxj96
b9aca2aba9 add copy and move effect (#3142)
* add copy and move effect

* Add copy and move effect

* Add move and copy effects

* Add move and copy effects
2019-03-20 11:04:36 +08:00
Michael An
7e072871b8 selected-file-detail (#3140) 2019-03-19 18:20:45 +08:00
杨顺强
413f82b484 record sord type&order (#3133) 2019-03-19 10:35:21 +08:00
Michael An
3472f3c5a6 Add selected menu (#3121) 2019-03-18 17:32:49 +08:00
杨顺强
7502ce83df Wiki mode improve (#3100)
* repair internal link bug

* add tags for path

* add share&editTag feature

* add related-file for column-mode

* repair edit tag bug

* update implement logic
2019-03-15 10:10:24 +08:00
王健辉
8a641ba298 [fix bug] repo update toast (#3058) 2019-03-06 14:59:24 +08:00
陈钦亮
7e587c8b93 update draft ui (#3049) 2019-03-05 15:37:51 +08:00
杨顺强
e08aa4d91f repair rename bug (#3046) 2019-03-05 13:36:31 +08:00
陈钦亮
6137e720f0 Refactor draft (#3018)
* refactor draft

* update
2019-03-01 16:49:35 +08:00
杨顺强
22feb7093b repair column view file loading error (#3013)
* repair column view file loading error

* optimized judegment
2019-02-28 15:36:14 +08:00
杨顺强
344eca259a Dir mode optimized (#2992)
* optimized isRepoOwner&isAdmin

* optimized isAdmin

* optimized encrypted porps

* optimized showShareBtn judgement

* repair share bug

* update showShareBtn logic

* delete unnecessary comment
2019-02-27 13:53:36 +08:00
杨顺强
ad8556a2d8 Dir view mode bug repair (#2988)
* repair history go back bug

* repair switch mode bug

* add Comment
2019-02-23 11:59:26 +08:00
杨顺强
da875a5e57 repair scroll bug&file padding bug (#2976) 2019-02-21 18:09:17 +08:00