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

514 Commits

Author SHA1 Message Date
shanshuirenjia
d50f7a0af6 optimize seafile-editor 2022-05-20 16:26:53 +08:00
shanshuirenjia
d518cf2a56 optimize toolbar code 2022-05-13 14:26:51 +08:00
llj
6999d3be76 [draft view] removed the vertical resizer between the main panel & the side panel 2022-04-12 14:23:19 +08:00
llj
1869489c0e [draft view] side panel: improved the 'info' panel 2022-04-11 18:51:25 +08:00
llj
0e180dd6b9 [comment panels] fixed bugs & cleaned up some code 2022-04-11 18:46:33 +08:00
llj
e086097a69 [draft view] redesigned the 'comment' panel 2022-04-11 17:57:24 +08:00
llj
be69c6d7ce [dir view] redesigned the 'comment panel' for file items 2022-04-09 17:11:17 +08:00
llj
cc9dbd346c [file view] redesigned the comment panel 2022-04-09 14:55:40 +08:00
llj
6993247423 [related files] removed all the related functions 2022-03-11 18:38:57 +08:00
llj
58dba9caa7 [tags] 'Tags' dialog: updated style for the 'delete' icons 2022-03-04 13:49:53 +08:00
llj
bfb3bb45b1 [tags] modified UI details for 'Tags' dialog 2022-03-04 11:23:05 +08:00
llj
33ff193d8d [pdf viewer] improved loading
- display a loading icon instead of a blue progress bar in the `#loadingBar`
- added loading icons for pdf pages
2022-03-03 14:43:48 +08:00
llj
97da4f2b63 [tags] redesigned 'Tags' dialog
- redesigned 'tag color edit', 'tag name edit', 'tag delete'
2022-02-26 10:51:10 +08:00
llj
8862328958 [tags] redesigned 'color options' in 'New Tag' dialog 2022-02-22 15:06:50 +08:00
llj
955f3617ad [tags] redesigned the 'select tags' dialog 2022-02-21 17:22:52 +08:00
llj
2d15945e10 [select-editor] improved it 2021-12-10 13:42:43 +08:00
Michael An
442f91edc1 fix manage member style 2021-11-25 11:32:23 +08:00
llj
9cd52bb245 Merge branch '8.0'
Conflicts:
	frontend/package.json
	frontend/src/components/dialog/manage-members-dialog.js
	frontend/src/css/manage-members-dialog.css
	frontend/src/utils/utils.js
2021-11-02 11:41:41 +08:00
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