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

13877 Commits

Author SHA1 Message Date
Aries
559dfff42b
Grid view support drag drop item to path (#6429)
* feature - drag and drop file to target path in grid view

fix typo

* update target path item background color when drag enter

* fix bug - select-all checkbox is actived after the last item is moved to another path

* fix bug - drag drop action conflict with multi-select by keyboard

* remove console log

* fix type error
2024-07-27 12:04:33 +08:00
awu0403
953f17e717
Group to department (#6411)
* change group to department

* update group quota

* admin change group

* optimize code

* Update change-group-dialog.js

* update

* code-optimize

* code-optimize

* Update groups.py

* update

* fix group-name

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
2024-07-27 11:21:59 +08:00
Michael An
ed1424d4f9
[wiki] change drag page into another page (#6422)
* 01 change drag page into another page

* 02 delete useless codes

* update move page

* fix invalid position

* delete useless codes

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
2024-07-27 07:52:12 +08:00
杨国璇
2056b73c91
Fix metadata single select filter bug (#6432)
* fix: metadata single select filter bug

* feat: optimzie code

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-07-26 17:54:38 +08:00
Michael An
749aa3b735
fix text bug (#6431) 2024-07-26 17:38:55 +08:00
杨国璇
1d2ee1ac52
feat: metadata filter (#6430)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-07-26 17:15:52 +08:00
Aries
3a06447faf
Grid view support multi-select by drag (#6420)
* grid view support multiple selection by drag

* fix conflict with multiple selection by keyboard

* improve selection experience and code format

* fix bug - select failed when file name include '...'
2024-07-26 17:15:18 +08:00
Aries
fa46b89b0d
12.0 list view support multiple selection (#6421)
* Feature - multiple selection with ctrl/shift

* update grid view context menu list in multiple selection mode

* list view support multiple selection

* improve list view selection experience

* before remove activeDirent state

* improve list view selection experience

* fix warnings
2024-07-26 17:07:26 +08:00
llj
9aeaeed894
['dir view' page] 'file/folder tree panel': make it fully shown as an independent panel in mobile (#6428) 2024-07-26 16:58:23 +08:00
shenzheng-1
accef80b5b
add_location_metadata (#6427)
Co-authored-by: zheng.shen <zheng.shen@seafile.com>
2024-07-26 14:37:58 +08:00
r350178982
5456aa19ed Merge branch '11.0' 2024-07-26 12:01:16 +08:00
欢乐马
500562b2ed
update sdoc upload file (#6424) 2024-07-26 11:58:25 +08:00
杨国璇
808e802499
feat: metadata add geoloaction (#6425)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-07-26 11:42:09 +08:00
杨顺强
37251e5e36 update sdoc version and sdoc translate 2024-07-26 10:48:51 +08:00
awu0403
9d227661b3
share wiki (#6413)
* share wiki

update leave and return

update get group info

* format optimize

* Update wikis.js

* Update wiki2.py

* fix empty group_wikis

* update

* remove-useless-code

* add-owner-nickname

* Update wiki2.py

* Update wiki2.py

* Update wiki2.py

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
2024-07-25 17:28:55 +08:00
杨顺强
aa477190f2 update seafile-editor version 2024-07-25 17:08:28 +08:00
杨国璇
8a5bcf1c14
feat: metadata editor(number、single select、collaborator) (#6385)
* feat: metadata editor(number、single select)

* feat: optimize code

* feat: optimize code

* feat: add checkbox editor

* feat: optimzie code

* feat: delete code

* feat: optimzie code

* feat: optimzie eslint

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-07-25 16:42:18 +08:00
cir9no
24ad6cda3e
12.0 integrate filename seasearch (#6412)
* seafevents integrate filename seasearch

* feat: integrate filename seasearch

* control seasearch open and close at seafevents conf

* fix post redundant api

* feat/seasearch: change seasearch control option

* cancel seasearch url verify

* fix bug

* add es search control  field

* delete redundant seafile ai code

* update

---------

Co-authored-by: ‘JoinTyang’ <yangtong1009@163.com>
2024-07-25 14:17:24 +08:00
Michael An
113a88d850
[Refactor] Do not run mobile functions on PC devices (#6408)
* 01 refactor dirent-list-item

* 02 refactor upload links

* 03 refactor linked devices

* 04 refactor user-settings linked-devices

* 05 refactor invitation view

* 06 refactor share-links

* 07 refactor starred page

* 08 refactor share-admin folders

* 09 refactor share-admin libraries

* 10 refactor shared-libs
2024-07-25 11:04:36 +08:00
Michael An
5f99c77596
change dir tools style (#6417) 2024-07-25 11:02:55 +08:00
llj
2c5ccf5551
['help' pages] fixup: make the side nav panel restore scrollable (#6418) 2024-07-24 18:08:33 +08:00
JoinTyang
47feabe06a
optimize enable metadata (#6416) 2024-07-24 18:06:42 +08:00
Michael An
cf7db4b6b8
change org-admin dialog (#6414) 2024-07-24 16:43:43 +08:00
llj
14aa066395 Merge branch '11.0' 2024-07-24 15:55:01 +08:00
llj
640edbfe68
['folder permission' dialog] fixup: added 'catch' for seafile API requests; fixed prop type checking (#6410) 2024-07-24 14:59:26 +08:00
JoinTyang
ce4e91a365
supplementary file types (#6409) 2024-07-24 14:44:33 +08:00
yinjianfei-user
e1ea06ec19
update-file-history-page (#6401) 2024-07-24 09:51:52 +08:00
Michael An
51d617c9cc
fix code bug when enableOnlyOffice (#6407) 2024-07-24 00:33:12 +08:00
Aries
be84e505d0
12.0 grid view support multiple selection (#6403)
* Feature - multiple selection with ctrl/shift

* update grid view context menu list in multiple selection mode

* fix code format

* optimize codes
2024-07-23 23:08:53 +08:00
Michael An
2bc5ef7957
change share to user style (#6406) 2024-07-23 21:15:02 +08:00
lian
ffe3987bc9
rm user notification list page (#6405)
* rm user notification list page

* update

* update
2024-07-23 18:10:09 +08:00
llj
e74921f952
Verification code email fixup (#6402)
* [share link] email address verification: fixed the content in the 'verification code' email

* [share link] email address verification: improvement for the 'verification code' email
2024-07-23 15:28:51 +08:00
Michael An
0fd8c9275a
Fix create wiki with department owner name (#6400)
* 01 fix add wiki department id change to email

* 02 fix wiki with same name
2024-07-23 14:40:52 +08:00
llj
cd5a9b824c
[share link] email address verification: redesigned the 'verification form' UI & the 2 emails (#6399) 2024-07-23 13:30:09 +08:00
lian
bb346e75ee update .github/workflows/dist.yml 2024-07-23 11:19:43 +08:00
Michael An
c64bb90669
12.0 optimize wiki nav style (#6398)
* delete useless classnames

* change icon style

* fix click trigger area
2024-07-23 10:49:42 +08:00
Ranjiwei
22f41631fa
Update metadata_manage.py (#6396) 2024-07-23 07:22:23 +08:00
awu0403
ebc5c669ee
update user info (#6352)
* update user role

* update set user role

* remove admin user role

* Update user-info.js

* Update user-info.js

* Update user-info.js

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
2024-07-22 14:21:42 +08:00
Michael An
019e09cb15
fix double click image (#6393) 2024-07-22 14:12:22 +08:00
欢乐马
31f49cfcce
Ldap role list (#6386)
* ldap role_list

* USE_LDAP_ROLE_LIST_MAPPING
2024-07-22 14:03:20 +08:00
杨顺强
e94eb3ab66
optimize page cover style (#6392)
* optimize page cover style

* update sdoc editor version
2024-07-22 14:01:34 +08:00
Ranjiwei
29ebcaef00
update (#6391) 2024-07-22 12:43:30 +08:00
Aries
64aba5bb4e
display thumbnail after upload file (#6382) 2024-07-22 11:41:30 +08:00
杨顺强
340cdbd254
fix first child style (#6389) 2024-07-22 11:14:39 +08:00
杨国璇
245965cbe6
feat: repalace api.getviews with api.getview when load view (#6388)
* feat: repalace api.getviews with api.getview when load view

* fix: bug

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-07-22 10:52:21 +08:00
Ranjiwei
3b0cd4fcbe
repo-metadata-views (#6344)
* repo-metadata-views

* Update metadata_manage.py

* feat: add view

* feat: refresh view tool bar

* update

---------

Co-authored-by: 杨国璇 <ygx@192.168.124.14>
2024-07-22 09:45:08 +08:00
Ranjiwei
0facf2951e
update (#6387)
* update

* Update utils.py
2024-07-21 18:42:47 +08:00
Ranjiwei
add4689b02
add-share-link-authentication (#6201)
* add-share-link-authentication

* [share link - link creation] 'set scope': redesigned it

* update

* Update share_link_auth.py

* Update share_link_auth.py

* Update share_link_auth.py

* Update share_link_auth.py

* Update share_link_auth.py

* Update share_link_auth.py

* [share link - link details] redesigned the panel

* [share dialog - share link] 'authenticated users/emails' panels: redesigned them

* [share dialog - share link'] UI details, UX, and code improvements for 'link detais, authenticated users/emails' panels

* [share dialog - share link] updated the 'submit' handler for the 'authenticated emails/users' panels; fixup for 'set scope' in the 'link creation' panel'

* [share dialog - share link] deleted 'share-link-api.js', moved api modification to seafile-js; fixed 'change scope'  & etc. in 'link details'

* [share dialog - share link] link authenticated users: update 'submit' handler according to the python API update

* [share dialog - share link] added 'share-link-api.js' back & used it

* [share dialog - share link] handled eslint warnings and etc.

---------

Co-authored-by: llj <lingjun.li1@gmail.com>
2024-07-19 18:12:35 +08:00
Michael An
69eb6263cf fix code error 'isDropdownToggleShown' 2024-07-19 16:20:49 +08:00
lian
557f345467 Merge branch 'master' into 12.0 2024-07-19 14:58:02 +08:00