1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-13 23:14:29 +00:00
Commit Graph

2652 Commits

Author SHA1 Message Date
llj
965f440585
[share dialog] 'share link' panel: added 'export selected links' (#5427) 2023-04-08 17:35:26 +08:00
llj
c3a452bbc3
[share dialog] 'share link' panel: improvement(added 'copy' & used icons instead of text for 'details') for link items in the list (#5424) 2023-04-06 17:38:19 +08:00
llj
dce6670c61
[share dialog] 'share link' panel: added 'empty tip' & etc. (#5423) 2023-04-04 18:07:27 +08:00
llj
b79a46fde1 [seafile-js] updated the version 2023-04-04 16:43:54 +08:00
lian
9f78eddb2f
batch generate share links (#5417)
* add MultiShareLinksBatch

* [share dialog] 'share link' panel: redesigned it(enable 'generate links in batch')

* update

---------

Co-authored-by: llj <lingjun.li1@gmail.com>
2023-04-04 16:12:53 +08:00
WJH
f584902e9c
improve sso to thirdpart (#5420) 2023-04-04 10:45:03 +08:00
llj
93afb46ed0
Share link (#5419)
* [share dialog] 'share link' panel: display details of a new link after generating it

* [share dialog] 'share link' panel: modified 'Details' UI & added 'mouse hover' effects for link items

* [share dialog] 'share link' panel: fixup & improvement for 'link details'(refactored it)
2023-03-30 17:31:31 +08:00
llj
d6b418a8da [seafile-js] updated the version 2023-03-28 17:09:40 +08:00
WJH
b89b446037
multi share links (#5412)
* support more than one share link for each user for a file/folder

* improve frontend page

* optimize frontend page

* [share dialog] 'share link' panel: redesign(list links & offer 'Details' for each link)

---------

Co-authored-by: llj <lingjun.li1@gmail.com>
2023-03-28 16:29:34 +08:00
lian
3fdec9f09f
send search user request after one second (#5411)
* send search user request after one second

* [user select] cleaned up code & improvement

---------

Co-authored-by: llj <lingjun.li1@gmail.com>
2023-03-22 15:21:51 +08:00
llj
d397eaebb1 [seafile-js] updated the version 2023-03-17 11:31:55 +08:00
lian
ac93d4e103
clean invalid share/upload links (#5403)
* clean invalid share/upload links

* update
2023-03-17 09:44:20 +08:00
llj
70babf6a88 [org admin] settings: fixup & improvement; removed unused file 2023-03-16 14:02:42 +08:00
mrwangjianhui
4ca0986384
sso to thirdpart website (#5401) 2023-03-15 15:40:19 +08:00
mrwangjianhui
988bedbdb9
decodeURIComponent email (#5397) 2023-03-11 15:54:03 +08:00
lian
7c87378bd0
update org admin settings page (#5398) 2023-03-11 13:07:00 +08:00
杨顺强
397afa816b update seafile-js version 2023-03-11 11:37:30 +08:00
lian
5674618904
org admin set file_ext_white_list (#5396) 2023-03-11 11:14:54 +08:00
杨顺强
873da514f0 update seafile-js version 2023-03-09 10:23:12 +08:00
mrwangjianhui
13aafe5f47
Improve saml login (#5392)
* improve saml login

* fix code

* optimize frontend page
2023-03-09 09:55:02 +08:00
llj
df67171a1f [seafile-js] updated the version 2023-03-07 18:33:40 +08:00
lian
0f8542e894
org admin update name/logo (#5385) 2023-03-07 18:11:33 +08:00
llj
f50eda3999 [seafile-js] updated the version 2023-03-01 16:59:53 +08:00
lian
146c79ba44
clean orphan share/upload links (#5383)
* clean orphan share/upload links

* update style

* [share admin - links] fixup & improvements for 'deleted' tip & 'clean orphan links'

---------

Co-authored-by: llj <lingjun.li1@gmail.com>
2023-03-01 16:51:36 +08:00
mrwangjianhui
2f0466226a
Update translation (#5378)
* update translation

* [l10n] update

* [user settings] WebDAV Password: fixup & improvements

* [i18n] fixed text

* upgrade transifex

* update local command

* pull & make

* update po.files

* [l10n] update

* update translation

---------

Co-authored-by: llj <lingjun.li1@gmail.com>
2023-02-15 21:37:24 +08:00
杨顺强
30666c3713
repair code bug (#5376) 2023-02-13 11:14:35 +08:00
llj
f086d4705b
Monitor shared repos (#5375)
* [shared with me] added 'watch/unwatch file changes' for libraries

* [groups, group] added 'watch/unwatch file changes' for libraries

* [shared with me] only libraries shared with 'r', 'rw' permissions can be monitored

* [groups, group] only libraries shared with 'r', 'rw' permissions can be monitored

* [shared with me] improved the interaction for library items

* [groups, group] cleaned up the code
2023-02-11 17:40:43 +08:00
杨顺强
ac84fc7992
optimize style (#5371) 2023-02-07 12:05:49 +08:00
llj
f40beb9853
[video file view] added 'playback rate' options (#5366) 2023-02-04 21:14:17 +08:00
llj
4c62d5086f
Watch file changes (#5364)
* [my libraries] redesigned 'watch/unwatch file changes'

- added 'watch file changes' & 'unwatch file changes' to the operation
menu
- added icon & tooltip for monitored libraries
- added support for mobile

* [my libs] updated 'watch/unwatch file changes'

* [notifications] update for 'watch/unwatch file changes'
2023-02-03 09:51:18 +08:00
llj
139e8fb334
[system admin] mobile: added toggle for the side panel; fixup for 'wechat', 'dingTalk', 'abuse reports' pages (#5362) 2023-01-29 18:16:00 +08:00
lian
ff9a0e92f9
Webdav secret (#5357)
* not show webdav password on user profile setting page

* hash webdav password

* show webdav url and username on user profile setting page

* update test

* update

* update

Co-authored-by: lian <lian@seafile.com>
2023-01-18 09:59:53 +08:00
杨顺强
501050683c
Reapir starred bug (#5358)
* repair starred module bug

* optimize code
2023-01-16 20:22:40 +08:00
lian
00b1007cae
repo monitor (#5265)
Co-authored-by: lian <lian@seafile.com>
2023-01-16 17:56:05 +08:00
杨顺强
8576b101a0
update seafile-editor version (#5356) 2023-01-13 14:38:58 +08:00
杨顺强
05aac42244
repair open dir bug (#5355) 2023-01-13 12:18:49 +08:00
lian
7d0faaa7ae
check if is pro for upload rate limit feature (#5354) 2023-01-13 11:19:29 +08:00
shuntian
755b0287a5 update seafile-js version 2023-01-12 17:11:31 +08:00
lian
4f9dcb344b
Rate limit (#5169)
* set upload/download rate limit by user role

* admin set user upload/download rate limit

* update

Co-authored-by: lian <lian@seafile.com>
2023-01-12 16:56:31 +08:00
杨顺强
9f96732782
update seafile-editor version (#5352) 2023-01-12 10:40:57 +08:00
杨顺强
120ad5684a
update seafile-editor version (#5351) 2023-01-09 11:57:39 +08:00
杨顺强
f8db3a9614
Update dependency 5 (#5349)
* update dependency

* update dependency

* update dependency
2022-12-31 19:38:51 +08:00
杨顺强
3a4cb45fcf
Update dependency 4 (#5348)
* react react-dom reach-router react-image-lightbox

* update seafile-editor version

* optimize codemirror code

* optimize code

* repair code bug

* optimize code

* optimize code

* optimize seafile-editor version

* update seafile-editor version

* optimize code

* optimize code
2022-12-29 12:21:47 +08:00
mrwangjianhui
4b82c58b0f
multi tenancy adfs login (#5330)
* multi tenancy adfs login

* custom saml login url

* improve code

* fix code

* optimize code
2022-12-26 09:56:51 +08:00
杨顺强
3faa4acb8e
Update dependency 3 (#5344)
* update react react-dom prop-types

* update seafile-editor version

* install deep-copy denpendency

* update router version

* repair focus bug

* optimize code

* optimize code
2022-12-24 10:41:34 +08:00
杨顺强
80b4b5fd6c
Update dependency 2 (#5342)
* update react-select version

* update react-responsive

* delete unnecessary dependency

* update react-mentions
2022-12-22 16:02:11 +08:00
杨顺强
90075181ba
repair upgrade codemirror bug (#5341) 2022-12-22 14:35:31 +08:00
杨顺强
ca041cc81b
Update dependency (#5337)
* update node version

* update dependency

* updat i18n

* update seafile-js version

* remove unnecessary dependency

* update seafile-js version

* update react react-dom version

* update react-dev-utils version

* delete unnecessary dependency

* optimize code
2022-12-21 13:30:29 +08:00
lian
c50fe209ba
10.0 dependency (#5333)
* update requirments.txt

* update build json

* update webpack bundle version

Co-authored-by: shuntian <978987373@qq.com>
2022-12-20 14:13:19 +08:00
Daniel Pan
1dbec803cc
Revert "update webpack bundle version (#5326)" (#5327)
This reverts commit 0b1de55c69.
2022-12-05 21:00:28 +08:00