1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00
Commit Graph

696 Commits

Author SHA1 Message Date
llj
75c7cb86c6 [group] manage members: modified UI details 2021-10-27 16:58:37 +08:00
llj
5ef3750090 [group] redesigned the UI of 'search group members' button 2021-10-27 15:52:16 +08:00
llj
a6470470d5 [group] added 'search group members'
- 'search group members' is offered only when there are more than 10
members in the group
2021-10-25 17:19:44 +08:00
llj
33401fcc35 [pdf viewer] use the latest PDFjs(v2.10.377)
- added 'loadingBar'
- show 'error info', 'password dialog' when needed
2021-10-20 15:22:21 +08:00
lian
23dc12f6b0 search group member 2021-10-14 14:55:23 +08:00
llj
457f799c43 [a11y] share dialog: added 'keyboard access' support for 'custom sharing perm' 2021-10-12 11:41:26 +08:00
llj
b92ada3f4a [a11y] group: make 'settings', 'members', 'manage members' dialog accessible by keyboard 2021-10-11 17:11:49 +08:00
llj
aef44a8605 [a11y] added 'keyboard access' for 'dir view - dirent' & fixed bugs 2021-10-11 16:17:10 +08:00
llj
95a810858a [a11y] dir view - file tag: improvements & added support for 'keyboard access' 2021-10-11 14:01:43 +08:00
llj
6c5d5b8b1c [a11y] system notification: refactored it & added support for keyboard access 2021-10-11 14:01:42 +08:00
王健辉
07df610e43 custom share permission (#4967)
* custom share permission

* remove path field

* add permission manager ui

* optimize custom permission manager style

* add permission setting

* add normalize_custom_permission_name

* optimize repo custom permission

* delete useless code

* optimize code

* optimize code

* optimize markdown file page

* fix a few bugs

* add permission control

* repair modify permission

* optimize style

* optimize copyright

* add try-except

* optimize code

* move file&folder

* batch operation item

* repair batch move item

* update copyright

* optimize move permission control

* optimize code

* optimize code

* optimize code & fix code wranning

* optimize code

* delete unsupport permission

* optimize code

* repair code bug

* add pro limit

* optimize code

* add permission handle for permission editor

* repair new file&folder bug

* optimize file uploader code

* custom permission user can not visit custom permission module

* optimize code

* forbid comment&detail module

* optimize code

* optimize modify/preview permission

* optimize custom permission share perm

* optimize view file module: file-toolbar

* optimize custom drag move operation

* repair column view bug

* optimize drag operation code

* repair code bug

* optimize code

Co-authored-by: shanshuirenjia <978987373@qq.com>
2021-09-13 10:37:07 +08:00
llj
47b504f2d6 [published library] fixup for 'search' 2021-07-20 15:27:49 +08:00
songjiaqi1
973c9a978f fix seahub button style (#4861) 2021-04-02 18:23:49 +08:00
llj
06254447e4 File view op (#4836)
* [file view] added 'Details' & 'open via client'

* [file view] adjusted places of operations

* [file view] 'open via client': use a new icon

* [file view] 'open via client': updated the icon
2021-03-18 17:31:21 +08:00
llj
45afd8c323 [share dialog] added QR code for share/upload links (#4798) 2021-01-22 18:18:13 +08:00
llj
03fd92dce9 [mobile] published library: fixup for 'side panel' (#4790)
* [mobile] published library: fixup for 'side panel'

* [mobile] published library: close the side panel when visit a md file
2021-01-14 23:22:24 +08:00
杨顺强
dd0515cd99 optimize code (#4762) 2020-12-22 12:04:03 +08:00
杨顺强
cf4abe5e3e Optimize css (#4760)
* optimize code

* optimize css

* update seafile-editor font

* revert back to default
2020-12-21 16:21:51 +08:00
lian
5ec3928d90 search file by name (#4713)
* search file by name

* [for non-pro] redesigned 'search files in a library'

* improvement

Co-authored-by: lian <lian@seafile.com>
Co-authored-by: llj <lingjun.li1@gmail.com>
2020-11-16 10:45:19 +08:00
llj
7000c1f364 Share link file upload (#4633)
* [share dialog] fixed permission bugs; added 'download and upload'
permission

* share link: fixed permission bug for library
* upload link: fixed permission bug
* share link: added 'download and upload' permission for folder

* [folder share link] added 'file upload' for folder share link with 'can_upload' permission
2020-10-20 16:24:58 +08:00
llj
25cee90eda [shared upload link] rewrote it with react (#4611)
* [shared upload link] rewrote it with react

* modification
2020-10-20 16:24:25 +08:00
lian
dcff1ff5e1 update dir shared item api (#4648)
* update dir shared item api

return contact_email and avatar_url field

* [share dialog] share to user: show avatar & user details popover for shared user

Co-authored-by: lian <lian@seafile.com>
Co-authored-by: llj <lingjun.li1@gmail.com>
2020-08-14 14:47:42 +08:00
lian
12b200f3e1 enable show contact email when search user (#4641)
* enable show contact email when search user

* [user-select] added new user option with email shown

Co-authored-by: lian <lian@seafile.com>
Co-authored-by: llj <lingjun.li1@gmail.com>
2020-08-14 14:45:44 +08:00
杨顺强
66300cf07b update readonly toolbar effect (#4605) 2020-06-24 18:35:38 +08:00
llj
1f08158663 [share dialog] share link / upload link: enable user to choose expira… (#4557)
* [share dialog] share link / upload link: enable user to choose expiration time

* fixup & improvement for 'share link / upload link'

* fixup for pages in which there is no 'share'

* for pages in which the variables are not returned

* [date-and-time picker] fixed UI.

* updated version of '@seafile/seafile-calendar' to fix its 'selected time' UI problem

* [share dialog] expiration time: improved 'disabledDate'

* update create share/upload link api

handle expiration_time parameter

* update

* update

* update

Co-authored-by: lian <lian@seafile.com>
2020-05-21 11:32:02 +08:00
llj
bb716b9acc [share dialog] improvements (#4540) 2020-04-21 19:56:28 +08:00
llj
1cff5912c6 [shared file view] fixup for video files (#4539) 2020-04-21 10:56:44 +08:00
llj
9fcd777121 [mobile] make 'about' dialog shown on top of 'side nav' (#4504) 2020-04-14 14:18:48 +08:00
llj
2796c7a648 improved dialogs (#4505)
* improved dialogs

* redesigned 'share' dialog and 'folder permission' dialog for mobile
* improved 'API token' dialog

* [dialogs] modification for mobile

* [dialogs] improvement & bugfix
2020-04-04 14:32:11 +08:00
shanshuirenjia
e9f3f8ed2e conflict fixed 2020-04-01 11:19:09 +08:00
杨顺强
6c417b6fb4 Improve hu requirement (#4502)
* optimize code

* optimize code

* optimize code
2020-03-25 20:20:56 +08:00
llj
a81e5023b8 [dir view, file view] file comment: fixup for 'submit' btn (#4496) 2020-03-24 17:38:21 +08:00
llj
24b3b516bd [user notifications] rewrote it with react (#4486)
* [user notifications] rewrote it with react

* rewrote 'user notifications' page with react
* cleaned up the related files & code
* fixed 'popup notices'

* [seafile-js] updated the version
2020-03-24 15:24:47 +08:00
lian
2de4d4846e dingtalk (#4426)
Co-authored-by: lian <lian@seafile.com>
2020-03-19 20:15:26 +08:00
llj
bacd350667 Pdf zoom (#4430)
* [pdf file view] added 'zoom in/out'

* [pdf file view] redesigned 'zoom toolbar'
2020-02-08 09:24:23 +08:00
llj
a5ad32d3c4 [system admin] improved pagination for all (#4404)
* [system admin] improved pagination for all

* [paginator] show 'current page'

* redesigned paginator

* [pagination] cleanup
2020-01-13 12:07:24 +08:00
llj
1c76000843 [search] redesigned 'show more' for search in wiki (#4383)
* [search] redesigned 'show more' for search in wiki

* [search] modification

* [search] added wiki-search.js

* [wiki] search: modified placeholder text; removed 'arrow'
2019-12-31 16:58:45 +08:00
llj
ec6535af8a [wiki] dir view: redesigned the UI for mobile; fixed 'can not scroll' bug (#4352) 2019-12-12 22:34:53 +08:00
llj
d4964d6b6e [dtable] cleanup: removed unused css/svg/html files (#4346) 2019-12-10 20:11:50 +08:00
llj
c399879011 [terms & conditions] accept: rewrote it with React (#4279) 2019-11-21 11:34:08 +08:00
zxj96
fe0940e4c4 System management statistics function reconstruction (#4243)
* System management statistics function reconstruction

* translation update

* optimizated code

* Replace date component

* Modify component language

* add sort function

* optimizated code

* optimizated code
2019-11-13 17:13:48 +08:00
杨顺强
3791a4653e reapir side-panel scroll bug (#4247) 2019-11-13 15:32:16 +08:00
Leo
803c15730d sysadmin reconstruct terms and conditions pages (#4231)
* sysadmin reconstruct terms and conditions pages

* update seafile-js version

* add term content dialog

* optimized code struct

* fix redirect logic after add term

* optimized code

* optimized code

* update seafile-editor version
2019-11-12 21:59:55 +08:00
Michael An
a6c36c24c3 Change share dialog (#4245)
* fix share dialog dropdown memu style

* fix some warnings
2019-11-12 14:43:33 +08:00
llj
5f6ecc42c3 improved component commit-details.js (#4236) 2019-11-07 15:24:19 +08:00
llj
06eaebee01 [system admin] settings: modification for some browsers (#4227) 2019-11-06 16:27:48 +08:00
plt
2ced0bda04 Merge branch '7.0' 2019-10-21 16:44:49 +08:00
杨顺强
a30d0d3469 repair wiki scroll bug (#4147) 2019-10-14 11:52:02 +08:00
Leo
63bd44acf7 Sysadmin reconstruct settings (#3946)
* sysadmin reconstruct settings page

* [system admin] settings: refactored it

* fixup & improvement
2019-09-29 18:19:25 +08:00
zxj96
77c7012907 Dtable homepage (#4120)
* dtable homepage

* style

* add search dtable

* warning

* logo url

* dtable-logo
2019-09-27 17:57:57 +08:00