1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 15:57:31 +00:00
Commit Graph

14075 Commits

Author SHA1 Message Date
JoinTyang
cfdc87c54e
optimize copy sdoc image (#7151) 2024-12-06 17:11:57 +08:00
杨顺强
9283c2cb1d update sdoc version and sdoc translate 2024-12-06 17:09:48 +08:00
lian
25351e48f5
update work weixin avatar (#7147) 2024-12-06 15:18:41 +08:00
Michael An
37cfac8813
fix notice translation (#7148) 2024-12-06 15:17:30 +08:00
Michael An
19ea6d7dd7
change join wechat group text (#7146) 2024-12-06 11:21:36 +08:00
Michael An
1c6fbc5c93
fix admin chart option (#7144) 2024-12-05 14:11:52 +08:00
Michael An
becf34fe9c
Update translation (#7143) 2024-12-05 11:45:17 +08:00
awu0403
f344d26841
fix about (#7142)
Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
2024-12-05 09:55:36 +08:00
Jerry Ren
90764f9520
update group in real time (#7141) 2024-12-04 17:49:42 +08:00
JoinTyang
3a4db4bf70
optimize face cluster (#7069)
* optimize face cluster

* update

* optimize code
2024-12-04 17:13:47 +08:00
杨顺强
2addf8d01f update sdoc version and sdoc translate 2024-12-04 17:01:08 +08:00
llj
a771e1ddb1
['share' dialog] fixup for 'get initial active tab' (#7140) 2024-12-04 16:21:54 +08:00
awu0403
c9f9fe070b
fix system admin create repo (#7116)
* fix system admin create repo

* optimize code

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
2024-12-04 12:14:08 +08:00
杨顺强
89213daeed update sdoc version and sdoc translate 2024-12-04 11:56:30 +08:00
杨国璇
1d117bf647
feat: face view support move (#7137)
* feat: face view support move

* feat: optimize code

* feat: optimize code

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-12-04 10:05:17 +08:00
llj
44d0c2c3db
[wiki] fixup for 'published wiki pages rendered as blank pages' (#7138)
- caused by 'page title'
2024-12-04 10:01:28 +08:00
杨顺强
c3af1fd214 update sdoc version and sdoc translate 2024-12-03 18:15:20 +08:00
杨顺强
b87c529b2e update sdoc version and sdoc translate 2024-12-03 17:43:53 +08:00
Michael An
10d7082d90
fix get image index bug (#7139) 2024-12-03 17:40:08 +08:00
杨顺强
c60dcf817a update sdoc version and sdoc translate 2024-12-03 14:26:13 +08:00
lian
453a17e51d
update weixin/work_weixin/dingtalk sso (#7136)
use request.session.get
2024-12-03 14:15:39 +08:00
cir9no
39f06ce855
feat(wiki): add wiki es search sup (#7087)
* feat(wiki): add wiki es search sup

* chore: optimize wiki check

* chore: fix index_local path

* fix: fix unit test
2024-12-03 13:39:38 +08:00
llj
5f34ff95ea
[wiki side panel] redesigned it (added 'Pages' & 'Other' header bars) (#7134) 2024-12-02 21:47:14 +08:00
Michael An
faf213856e
fix delete all departements (#7135) 2024-12-02 21:46:24 +08:00
杨国璇
54a18ed4ea
feat: metadata support ctrl+x、ctrl+z、ctrl+shift+z (#7132)
* feat: metadata support ctrl+x、ctrl+z、ctrl+shift+z

* feat: optimize code

* feat: optimize code

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-12-02 21:45:40 +08:00
杨国璇
9a581fde52
fix: md info (#7133)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-12-02 17:53:28 +08:00
shenzheng-1
fd5d998044
image tags (#7124)
* image tags

* update

* update

---------

Co-authored-by: zheng.shen <zheng.shen@seafile.com>
2024-12-02 16:42:22 +08:00
欢乐马
49cd661163
UserActivity remove ForeignKey (#7125)
* UserActivity remove ForeignKey

* UserActivity clean_db_records
2024-12-02 13:50:43 +08:00
Michael An
6a514d87eb
fix create Wiki new page in root (#7131) 2024-12-02 10:38:12 +08:00
杨顺强
b831b25263 update sdoc version and sdoc translate 2024-12-02 10:31:44 +08:00
Michael An
d63b68e8ab
Wiki add new page below or above (#7118)
* Wiki add new page below or above

* change var name

* remove sibling page

* update create wiki page logic

* fix page does not exist

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
2024-11-29 22:03:59 +08:00
llj
51d5706aa6
[size unit] changed 'bytes' to 'B' (#7128) 2024-11-29 17:41:35 +08:00
llj
429a2f39d3
[sdoc history page] changed the direction icons in the 'History Versions' side panel (#7130) 2024-11-29 17:41:10 +08:00
Michael An
8ba060bcdd
remove 48x48 library icons (#7126) 2024-11-29 14:42:08 +08:00
llj
9048035920
['view mode'] changed the shortcuts to solve the "input !@" problems (#7117)
- It used 'shift + 1' & 'shift + 2' as shortcuts. That caused problems.
  when a user input '!' or '@' in an input on the page, the 'view mode'
  was changed.
- solution: replaced 'shift + 1/2' to 'ctrl/cmd + shift + 1/2'
2024-11-29 11:29:56 +08:00
Ranjiwei
61fd67b8bb
Merge pull request #7079 from haiwen/admin-audit-log-update
update
2024-11-29 11:23:12 +08:00
杨顺强
2223561985 update seafile editor version 2024-11-29 10:42:57 +08:00
杨国璇
7d206bc691
feat: detail support tag (#7119)
* feat: detail support tag

* feat: optimize code

* feat: optimize code

* feat: optimize code

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-11-29 09:53:51 +08:00
杨国璇
af0ad3e81c
feat: metadata all tags scroll (#7115)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-11-28 20:47:38 +08:00
llj
19257fb177
[system admin] 'Settings' page: changed titles of all the setting items to natural English strings, and offered i18n (#7123) 2024-11-28 20:46:22 +08:00
Michael An
b91d2404b7
Fix webp image preview (#7121)
* 01 webp image can preview

* 02 search result page can preview webp

* 03 format codes
2024-11-28 20:44:27 +08:00
杨顺强
0e546a91dd update seafile editor translate 2024-11-28 18:11:44 +08:00
杨顺强
acf730283a update seafile-editor version 2024-11-28 18:10:53 +08:00
Michael An
d6256c7bed
change i18n steps (#7122) 2024-11-28 17:42:58 +08:00
杨顺强
7b7fb111fd update sdoc version and sdoc translate 2024-11-28 16:30:13 +08:00
llj
1a74f9dabf
['wiki' page] redesigned the 'change cover' button (#7120) 2024-11-28 16:05:28 +08:00
杨顺强
ab8d16e2f8 update sdoc version and sdoc translate 2024-11-27 17:19:13 +08:00
杨顺强
72816df9cd update sdoc version and sdoc translate 2024-11-27 16:41:31 +08:00
Michael An
07e75b3900
fix i18n link (#7114) 2024-11-27 12:14:24 +08:00
杨国璇
0ba3a66ed5
fix: metadata refresh display (#7113)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-11-27 12:06:30 +08:00