1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00
Commit Graph

69 Commits

Author SHA1 Message Date
Michael An
6233649970 12.0 remove font awesome (#6257)
* remove font-awesome

* remove font awesome 3.2.1
2024-06-28 08:39:44 +08:00
llj
046aa47022 [long name] fixup for UIs with long library/folder/file names (#5971)
* [long name] fixup for UIs with long library/folder/file names

* fixed code indentation
2024-03-07 15:37:09 +08:00
Michael An
adc8960fd8 change Operation to operation (#5878) 2024-01-03 18:08:24 +08:00
llj
0b67fe5db7 [favicon] use file type icon as favicon for 'file view, shared file view' pages for different types of files (#5775) 2023-11-22 11:29:01 +08:00
Michael An
2a6aa4b4d4 remove comment (#5650)
* remove comment

* remove useless third party lib

* remove comment
2023-09-18 18:15:54 +08:00
Michael An
14ce391007 Fix eslint warnings (#5635)
* 01 fix eslint warnings

* fix code warnings

* fix code warnings

* fix code warnings

* fix code warnings

* fix code warnings
2023-09-13 08:40:50 +08:00
llj
542e54ad05 Pdf viewer (#5574)
* [pdf viewer] use the latest PDFjs(v3.8.162)

* [pdf viewer] redesigned it: added side panel(thumbnail panel) and bottom bar(includes side panel toggle, 'file page manager', and 'zoom manager')

* [pdf file view] added 'print' to the top-right toolbar
2023-08-09 18:54:58 +08:00
llj
dd7dc6b368 [dir view, file view] removed 'participant list' & 'add participant' for 'info panel' & 'comment panel' (#5515) 2023-06-20 15:38:55 +08:00
杨顺强
87dc0289d1 Optimize internal link dialog cod (#5466)
* optimize code

* optimize code
2023-05-12 11:24:34 +08:00
llj
7ab352db18 Sdoc (#5434)
* [sdoc file view] added file view, history/trash file view for 'sdoc'

* [sdoc file view] sdoc-editor: upgraded it to the latest version(0.1.5)

- sdoc file view: enable 'auto save'
- sdoc shared/history/trash file view: use the read-only sdoc viewer

* [sdoc file view] fixup
2023-04-17 15:32:52 +08:00
shanshuirenjia
db8c2b6ab2 update seafile-editor import method 2022-05-25 15:22:43 +08:00
llj
0e180dd6b9 [comment panels] fixed bugs & cleaned up some code 2022-04-11 18:46:33 +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
eef9824233 [a11y] file view: added support for 'keyboard access' & bugfix for 'internal link' 2021-10-11 16:17:11 +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
f6e055b78b [markdown file view] added 'aria-label' to the operation buttons 2021-07-19 18:04:05 +08:00
llj
2a2ba8830a [file view] added 'aria-label' to the operation buttons 2021-07-14 10:57:21 +08:00
llj
372be49ae1 [markdown file view] toolbar: added 'download' & 'open via client', and etc. 2021-04-19 16:14:59 +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
04f29704b3 [eslint] updated eslintrc and improved the code (#4702) 2020-11-02 13:56:35 +08:00
llj
ec3d7434f2 [file share] fixup for 'internal link' (#4637) 2020-08-04 07:37:58 +08:00
llj
dccddea02f [share] offered 'internal link' for files and folders in encrypted libraries (#4621)
* offered 'share' for encrypted library in 'dir view' page
2020-07-21 11:16:33 +08:00
Michael An
cb3cea2cb9 Change editor participant (#3924)
* add API

* change style

t# interactive rebase in progress; onto 01448aa67
2019-07-27 16:33:18 +08:00
Michael An
ec87c48002 Change participants UI and API (#3889)
* change tooltip ID

* change dialog API

* change mention style

* change comment panel API

change detail panel API

* change Tooltip

* change mention color

update seafile-api

change comment content click
2019-07-26 16:51:47 +08:00
Michael An
e9ea1e56ba Add participant @ (#3907)
* add related users

add react mention

* detail panel @ participant

* update seafile api

* change catch error
2019-07-24 21:04:47 +08:00
Michael An
fc56ae5cec Add comment and participant (#3882)
* update handle error

* comment and add participant

* update nextProps
2019-07-22 16:34:25 +08:00
Michael An
2598cd433e add participants in file comment and detail panel (#3880) 2019-07-20 09:51:19 +08:00
plt
f491073d66 Merge branch '7.0' 2019-07-16 10:15:31 +08:00
杨顺强
04e791f14c Improve response catch module (#3848)
* add err hanlder for dialog ajax request

* add error handler for component ajax request

* repair code bug

* repair code bug

* add handler for page ajax module
2019-07-16 10:01:09 +08:00
plt
8743cf244e Merge branch '7.0' 2019-07-04 18:30:31 +08:00
llj
16015ee8e7 [file view] added 'catch' for requests
* added 'getErrorMsg' to utils.js
2019-07-04 16:20:13 +08:00
Michael An
a52a76826b many participant bug 2019-06-29 15:22:01 +08:00
Michael An
74360f8484 add participant avatar tooltip 2019-06-29 14:35:55 +08:00
Michael An
859908df06 multi select and fix image src 2019-06-29 11:47:34 +08:00
Michael An
4d6f637c0b update 2019-06-28 15:52:22 +08:00
Michael An
6eab883563 fix warnings and className 2019-06-28 10:50:38 +08:00
Michael An
e382d40df8 change participant dialog and detail panel style 2019-06-28 09:56:47 +08:00
Daniel Pan
40ecc53412 Merge pull request #3723 from haiwen/history-trash-file-view
[view history/snapshot/trash file] rewrote them with react
2019-06-25 21:35:21 +08:00
llj
0868add020 [view history/snapshot/trash file] rewrote them with react 2019-06-25 15:47:43 +08:00
Michael An
fdb39c7a02 change button color 2019-06-25 15:40:16 +08:00
Michael An
e92bc848b2 long name comment (#3537)
* long name comment

* reviewer dialog name
2019-05-28 17:53:51 +08:00
llj
057917126e [file view] removed 'open via client' 2019-05-16 12:25:12 +08:00
llj
2347e517be [file view] modification for browser compatibility 2019-04-30 12:14:23 +08:00
王健辉
cffda3ebf9 file history page rewrite 2019-04-23 11:53:26 +08:00
LeoSirius
0de9829258 add space between buttons 2019-04-22 12:12:43 +08:00
LeoSirius
571eb92766 optimize code detail 2019-04-22 11:31:39 +08:00
LeoSirius
e8185211f3 update txt saving mechanism to mobile client 2019-04-22 11:04:08 +08:00
LeoSirius
dc81840916 delete extra blanks 2019-04-19 22:44:41 +08:00
LeoSirius
9df8dcf64f fix with confilt files 2019-04-19 22:40:47 +08:00