1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-14 05:05:58 +00:00
Commit Graph

64 Commits

Author SHA1 Message Date
ilearnit
c29e958436 fix draft bug 2019-04-17 05:08:47 +00: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
王健辉
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
陈钦亮
6137e720f0 Refactor draft (#3018)
* refactor draft

* update
2019-03-01 16:49:35 +08:00
杨顺强
a7b0fb17f4 Combine view mode (#2959) 2019-02-20 11:54:25 +08:00
王健辉
53153d83c5 chuck away useless filetag (#2943) 2019-02-14 16:48:46 +08:00
杨顺强
e57701fa38 Prop type check repair (#2919)
* repair intent check wraning

* change doublequote to singlequote, add semicolon

* optimized code

* modify type-check wraning
2019-01-31 17:37:02 +08:00
C_Q
362f673f35 update list wiki dir (#2909) 2019-01-30 11:48:15 +08:00
llj
d9a2f6ded9 [share] added permission check (#2900) 2019-01-29 10:06:26 +08:00
杨顺强
c53a1f0b3b Wiki improve (#2894) 2019-01-28 16:48:03 +08:00
杨顺强
69b4db2afa Double name bug repair (#2879) 2019-01-25 15:44:04 +08:00
llj
6e99897335 User perm check (#2876)
* added 'user permission check'

* added 'can add repo' check

* [dir view, repo wiki mode] added condition check for 'share current dir'

* [dir view, repo wiki mode] modified var name
2019-01-24 10:02:18 +08:00
杨顺强
123a442319 improve tree loading for Wiki mode (#2842) 2019-01-23 16:25:14 +08:00
lian
0fb958d9bd Update dir api (#2869)
* update dir api

return dict format response

* [listDir] modified listDir after api updated
2019-01-22 18:27:51 +08:00
C_Q
d1f55247ff Show draft review info at repo info bar (#2832) 2019-01-18 14:50:42 +08:00
杨顺强
4444a4120a optimized path check method (#2846) 2019-01-17 16:33:27 +08:00
llj
ca4dee899b [dir view, repo wiki mode] show images with popup (#2834)
* [dir view, repo wiki mode] show images with popup

* [image pupup] modification
2019-01-16 17:45:46 +08:00
杨顺强
07f80069ac bug repair (#2835) 2019-01-16 15:04:02 +08:00
杨顺强
3c1bc00d82 Internal link repair (#2828) 2019-01-15 15:17:40 +08:00
llj
377681422c [dir view, repo wiki mode] show thumbnails for image files (#2805)
* [dir view, repo wiki mode] show thumbnails for image files

* modification for 'thumbnail' after api was updated
2019-01-11 16:16:07 +08:00
C_Q
1e4ba68f7d fix drop file (#2809) 2019-01-11 10:58:10 +08:00
杨顺强
8cf7b3aa02 optimized wiki-mode params naming (#2801) 2019-01-10 11:39:20 +08:00
王健辉
ca117bd2f0 display readme.md (#2772) 2019-01-09 12:10:33 +08:00
杨顺强
d3d4650071 update new file postion arithmetic (#2776) 2019-01-07 12:41:24 +08:00
杨顺强
77e557820e Dir view bug repair (#2770)
* history back bug repair

* rename uploadedFolders to notifiedFolders

* encode repoName
2019-01-05 17:52:26 +08:00
杨顺强
6dbd69c436 Upload improve (#2753) 2019-01-05 11:43:33 +08:00
llj
6004ccb6fe [dir view, repo wiki mode] added 'sort' (#2754) 2019-01-04 15:06:27 +08:00
王健辉
01bc288865 root path show file_tag && tagged_files_count (#2715) 2019-01-02 16:45:40 +08:00
王健辉
fbc9f2a9de Improve current folder updated notification (#2704) 2018-12-25 10:25:08 +08:00
shanshuirenjia
d64afe71e2 update create file api 2018-12-21 18:49:33 +08:00
wangjianhui
0349918272 modify collab server 2018-12-20 17:48:27 +08:00
wangjianhui
5d0386bbad add collabServer 2018-12-20 17:44:52 +08:00
wangjianhui
c0651fbf5f get dir_id from headers 2018-12-20 17:44:11 +08:00
wangjianhui
d6aa80c72e dirent list view update info 2018-12-20 17:44:11 +08:00
Daniel Pan
bd13a10a50
Merge pull request #2648 from haiwen/repo-share
Repo share
2018-12-17 15:22:44 +08:00
ilearnit
273ea3886f add review && draft 2018-12-17 04:15:31 +00:00
ilearnit
1fc0882b10 update wiki mode 2018-12-17 04:15:31 +00:00
Daniel Pan
ce5e3a0cc7
Merge pull request #2642 from haiwen/encrypt-libs
lib decrypt
2018-12-17 11:29:11 +08:00
shanshuirenjia
d7564bcbba repair file view bug 2018-12-17 11:21:54 +08:00
ilearnit
5c26a4e1c5 repo wiki mode lib decrypt 2018-12-16 13:34:01 +00:00
shanshuirenjia
eb349bd2ff add search module 2018-12-13 20:42:51 +08:00
shanshuirenjia
2f4b881c12 update Toast to toaster 2018-12-07 14:58:37 +08:00
Michael An
955e27b91d fix-open-scroll (#2602) 2018-12-06 14:10:36 +08:00
C_Q
4b74fcee56 import markdown viewer from seafile-editor (#2572)
* import markdown viewer from seafile-editor

* refactor code

* page-scroll
2018-12-06 10:04:32 +08:00
C_Q
5f206a1b95 Load css at the bottom of the head (#2597) 2018-12-05 13:36:19 +08:00
杨顺强
c00d4f30bd View repo content in list mode (#2579) 2018-11-29 17:55:14 +08:00
杨顺强
330407be0b abstract dir-operation-toolbar and view-mode-toolbar (#2569) 2018-11-28 08:57:42 +08:00
杨顺强
5ca5fb9cee Optimized wiki code (#2566)
* optimized path component

* abstract component

* repair copy bug

* move copy&move&download to list-item

* add modal portal
2018-11-27 14:47:19 +08:00
杨顺强
9a34b1d1cd Wiki mutiple chioce (#2559) 2018-11-23 20:19:42 +08:00