1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00
Commit Graph

14790 Commits

Author SHA1 Message Date
孙永强
ee39aa6c1a Update lib-content-view.js 2025-04-09 14:10:48 +08:00
孙永强
7c4eaffe19 Update lib-content-view.js 2025-04-09 14:03:16 +08:00
孙永强
a61d72cc7a Update lib-content-view.js 2025-04-09 13:30:36 +08:00
孙永强
524002ae62 fix get dirRouter 2025-04-09 12:09:41 +08:00
孙永强
8beffe4a87 update 2025-04-09 11:35:11 +08:00
Michael An
1be01e5186 Change generate tags UI (#7712)
* 01 change header icon class

* 02 change tags UI

* 03 change modal header title
2025-04-08 16:47:35 +08:00
杨国璇
e67fc4a3d9 fix: metadata switch classname (#7717)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2025-04-08 16:35:47 +08:00
Aries
cb69c6662e Feature/filters in search dialog (#7681)
* search results filters

* hide filters for seasearch

* optimize

* filter by suffix

* fix dropdown menu z-index

* update ui

* optimise css

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
Co-authored-by: Michael An <1822852997@qq.com>
2025-04-08 15:46:58 +08:00
杨国璇
53bedae485 feat: metadata status callback (#7716)
* feat: metadata status callback

* feat: optimzie code

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2025-04-08 15:00:02 +08:00
Lewis
a865aecb6f Merge pull request #7695 from haiwen/change-notice-icon
change notice close icon style
2025-04-08 14:58:07 +08:00
Aries
b28e97970f optimize view tree render (#7713)
Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-04-08 11:21:36 +08:00
Aries
641eb1fca5 check tags status before initialize repo tags (#7711)
Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-04-08 10:40:10 +08:00
小强
dfa86ebc45 update sdoc editor version 2025-04-07 17:28:54 +08:00
Michael An
ee09f7b0f8 Fix search tags not by RGB color (#7708)
* remove search tag by RGB color

* remove search tag by tag RGB color
2025-04-07 16:04:14 +08:00
Ranjiwei
09581a961a Merge pull request #7026 from haiwen/lock-notification
Lock notification
2025-04-03 13:23:59 +08:00
Michael An
247a5b06ae change format 2025-04-03 09:28:42 +08:00
孙永强
6d32b4409b handle repo-update 2025-04-03 09:28:41 +08:00
孙永强
b27198bf02 update 2025-04-03 09:28:41 +08:00
孙永强
acd1a4a957 listen notification
optimize code

Update user-api.js

optimize code

optimize code

Update lib-content-view.js

Update lib-content-view.js

remove-userless-code

update settings

optimize cur code

add max number of reconnections
2025-04-03 09:28:36 +08:00
Michael An
56d4ebc785 migrate tags UI and delete old tags (#7699)
* basic codes

remove useless

* remove useless

* remove useless codes

* remove useless codes
2025-04-02 16:04:39 +08:00
小强
894679436c update sdoc-editor version 2025-04-02 15:59:12 +08:00
awu0403
073af84027 Add wiki freeze (#7673)
* freeze wiki page

* optimize

* optimize

* update

* update

* update

* update

* update

* Update wiki2.py

* update ui

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
2025-04-02 13:05:17 +08:00
JoinTyang
cc99ce2e90 seasearch support fulltext search (#7696) 2025-04-02 11:47:06 +08:00
杨国璇
e332873d8e Merge pull request #7697 from haiwen/fix-metadata-status
fix: metadata status
2025-04-01 18:36:10 +08:00
杨国璇
75460d1d7c fix: metadata status 2025-04-01 17:30:16 +08:00
lian
792135a224 remove share/upload links when user is deleted (#7694) 2025-04-01 16:54:25 +08:00
Michael An
f6ede9c8a7 change notice close icon style 2025-04-01 14:40:27 +08:00
Michael An
6614fd20a6 change register page style (#7693)
* change register page style

* remove useless file
2025-04-01 12:23:39 +08:00
awu0403
efe9ecce29 remove xmind (#7688)
Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
2025-03-31 18:28:47 +08:00
Michael An
d58584e0d7 hide AI icon when SeafileAI is false (#7692)
* hide AI icon when SeafileAI is false

* fix test env
2025-03-31 18:27:31 +08:00
Ranjiwei
13098287d3 Update share_links.py (#7691) 2025-03-31 16:20:48 +08:00
Huang Junxiang
6d9d952079 revert: Python 3.8 compatibility (#7690)
* revert: Python 3.8 compatibility

* update(settings.py): default value for CACHE

* fix(settings.py): fetch redis cfg locations from env

* update requirements

* feat(gitcli::test.yml): support redis test

* feat(gitcli::test.yml): support redis test

* style(gitcli::test.yml): trailing blank line
2025-03-31 15:50:11 +08:00
Michael An
dd3f25e216 remove useless lib (#7689) 2025-03-31 15:01:19 +08:00
lian
c39c7c1f34 fix Uncontrolled data used in path expression (#7686)
* fix Uncontrolled data used in path expression

* Potential fix for code scanning alert no. 195: Uncontrolled data used in path expression

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Potential fix for code scanning alert no. 196: Uncontrolled data used in path expression

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-03-31 13:48:08 +08:00
zhichaona
700e933863 exdraw icon (#7687) 2025-03-31 11:48:13 +08:00
Huang Junxiang
71da2e685e perf: read conf from env (#7680) 2025-03-31 10:50:25 +08:00
Ranjiwei
4ef9496557 update (#7682) 2025-03-31 09:53:39 +08:00
Michael An
2ed3b81934 Merge pull request #7684 from haiwen/fix/delete_image_failed
fix delete image failed when previewing in tag files view
2025-03-29 17:33:53 +08:00
Aries
8eb1c65ae3 fix edit detail failed in image previewer (#7685)
Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-03-29 17:27:24 +08:00
小强
da16173f35 update sdoc editor version 2025-03-29 16:07:39 +08:00
zhouwenxuan
a4835a9d7b fix delete image failed when previewing in tag files view 2025-03-29 15:57:34 +08:00
JoinTyang
beef890a47 fix file type (#7679) 2025-03-29 13:59:05 +08:00
JoinTyang
7723ef6fb7 add exdraw (#7678) 2025-03-29 13:40:23 +08:00
seafile-dev
5eb303c76b fix Use of a broken or weak cryptographic hashing (#7671)
Co-authored-by: lian <imwhatiam123@gmail.com>
2025-03-29 13:16:01 +08:00
llj
c8026ddb6c 2fa redesign (#7677)
* ['enable 2fa' page] redesigned it

* ['2fa - backup tokens' page] redesigned it.

* ['disable 2fa' page] redesigned it
2025-03-29 13:14:29 +08:00
llj
872ae595b8 [shared dir view] display the loading icon in the content area when the users visit a folder (#7676) 2025-03-29 11:07:08 +08:00
Aries
796600eef6 collapse tag node by default (#7675)
Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-03-29 10:34:10 +08:00
小强
281a81cbd2 update sdoc translate 2025-03-28 18:01:13 +08:00
awu0403
ebe1c54153 Add group audit log 13 (#7661)
* add group audit log

* Update mysql.sql

* optimize parameters

* update

* update

* update

* optimize

* code optimize

* update

* Update operation-logs.js

* update

* Update models.py

* update

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
2025-03-28 17:51:29 +08:00
Guodong SU
29c8c12fa8 update newly created wiki page name (#7666) 2025-03-28 16:27:19 +08:00