1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00
Commit Graph

2263 Commits

Author SHA1 Message Date
Aries
9d4c9b8f4b Feature/refactor move dialog (#6990)
* update move dialog ui

* create new folder in move dialog

* optimize create new folder

* optimize code

* update ui

* optimize ui, fix new folder bug

* update new folder button

* update create folder

* optimize ui

* optimize ui

* optimize ui

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
2024-11-08 18:04:48 +08:00
Michael An
fb227a588f fix search code bug (#7007) 2024-11-07 16:35:06 +08:00
Michael An
ff5b418a11 Change wiki nav scroll when change page (#7006)
* 01 fix wiki nav scroll bar position

* 02 fix search Wiki input height when too much pages

* 03 fix nav scroll when click another page

* 04 fix scroll when too much pages
2024-11-07 16:06:54 +08:00
shenzheng-1
59f24cb2b6 add_close_face_recognition (#6998)
* add_close_face_recognition

* update

* update

* update

---------

Co-authored-by: zheng.shen <zheng.shen@seafile.com>
2024-11-07 13:58:18 +08:00
JoinTyang
d823a02caf optimize wiki convert ui (#7004) 2024-11-07 11:38:36 +08:00
Michael An
57caaddd75 change Wiki2 search UI (#7000)
* change Wiki2 search UI

* change style when no pages
2024-11-06 20:13:12 +08:00
llj
b04cc17872 [library] added new 'settings' dialog(includes setting panels for (#7002)
'history', 'auto deletion', 'extended properties', and 'face
recognition')

- deleted 'history settings', 'auto deletion setting' in the dropdown
  menu & context menu of 'my library' & 'department library' items.
- fixed bug in the context menu of 'department library' items.
- deleted the 'more' menu(included 'extended properties' & 'face
  recognition') for library 'views'.
- click the 'extended properties' prompt in 'views', the new 'settings'
  dialog will be shown.
2024-11-06 20:12:39 +08:00
JoinTyang
cc625f7815 migrate old wiki to new wiki (#6987)
* migrate old wiki to new wiki

* change style

---------

Co-authored-by: Michael An <2331806369@qq.com>
2024-11-05 18:03:53 +08:00
杨国璇
2cb758e302 refactor: face ui (#6981)
* refactor: face ui

* feat: people pgotos

* feat: people pgotos

* feat: optimize ui

* feat: optimize ui

* feat: delete file

* optimize code

* feat: replace icon

* update

* feat: replace icon

* feat: optimize back btn

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
Co-authored-by: 杨国璇 <ygx@192.168.1.3>
Co-authored-by: ‘JoinTyang’ <yangtong1009@163.com>
2024-11-05 17:37:24 +08:00
cir9no
73aa876540 feat/seasearch: add wiki search api (#6606)
* feat/seasearch: add wiki search api

* optimize variable name

* feat(wikisearch): add simple ui for wiki search

* chore: delete redundant code
2024-11-04 13:51:56 +08:00
awu0403
c3173a66e8 update transfer repo (#6965)
* update

* optimize code

* optimize

* update sql

* test

* update

* optimize

* update UI

* change style

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: Michael An <2331806369@qq.com>
2024-11-04 09:46:03 +08:00
Michael An
d2fe01473c fix codemirror shell highlight (#6986) 2024-11-01 16:52:36 +08:00
lian
4d0b95f703 Merge branch '11.0' 2024-11-01 16:32:20 +08:00
Michael An
184497c971 change icon (#6980) 2024-11-01 11:50:12 +08:00
lian
b57fc52066 add About dialog (#6972)
* add About dialog

* lint fix
2024-10-31 17:24:15 +08:00
Michael An
73ddd29170 fix view file code-mirror bug (#6975) 2024-10-31 12:40:09 +08:00
Ranjiwei
20fde74744 update-dir-file-path-validation (#6958)
* update-dir-file-path-validation

* Update utils.js
2024-10-31 09:33:21 +08:00
Michael An
c0abad3564 change encrypted repo rotate image (#6969) 2024-10-30 16:16:06 +08:00
lian
096e9cb9fd update view pdf file page (#6966)
hide print button if can not download
2024-10-30 09:48:06 +08:00
llj
801b473b5d System admin api (#6967)
* [system admin] moved related APIs from seafile-js to system-admin-api.js; made related fixup & improvements, and etc.

* [system admin] use 'systemAdminAPI' instead of 'seafileAPI' for the pages

* [system admin] use 'systemAdminAPI' instead of 'seafileAPI' for the dialogs
2024-10-30 08:48:04 +08:00
杨国璇
6a91658638 fix: metadata gallery view toggle detail keep the current visible image (#6964)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-10-29 17:52:44 +08:00
杨国璇
7124d8792f fix: repo encrypted metdata (#6963)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-10-29 16:34:38 +08:00
Michael An
c714726411 Encrypted repo do not support metadata (#6959)
* encrypted-repo-do-not-support-metadata

* remove useless

* encrypted repo detail image
2024-10-29 14:01:07 +08:00
lian
97ab3ebd66 remove ADDITIONAL_APP_BOTTOM_LINKS (#6955) 2024-10-28 18:27:00 +08:00
Michael An
285f98a729 Fix published wiki url when switch to page (#6953)
* delete useless css

* fix URL when switch page in published Wiki
2024-10-28 17:24:09 +08:00
Michael An
f8a0ad52a6 Change view image in encrypted libraries (#6952)
* change-view-image-in-encrypted-libraries

* fix warnings
2024-10-28 11:53:44 +08:00
awu0403
0d877b2287 fix export file access log (#6944)
* fix

* update

* optimize export log

* update

* update

* update

* fomrat-update

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
2024-10-28 11:50:56 +08:00
杨国璇
2f13b4cfa7 fix: search zindex (#6947)
* fix: search zindex

* feat: update ui version

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-10-26 09:27:19 +08:00
杨国璇
0a8ba80d42 fix: gallery info toggle (#6945)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-10-25 17:03:49 +08:00
杨国璇
e7f15b30da fix: file view longtext editor icon (#6942)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-10-25 15:52:36 +08:00
Ranjiwei
9bc0f2af47 Merge pull request #6904 from haiwen/dep-repo-transfer
Department admin transfer depRepo
2024-10-25 11:50:45 +08:00
r350178982
28eb36e55c update 2024-10-25 11:42:25 +08:00
孙永强
f1fd929824 update 2024-10-25 11:42:25 +08:00
孙永强
e0d48c9fff add dep admin transfer dep repo 2024-10-25 11:42:24 +08:00
杨国璇
16267f0f65 refactor: location display 2024-10-25 11:04:31 +08:00
llj
4c4a11fb03 File view details panel (#6938)
* [PDF file view] replaced the current 'details' panel with a new one(which can display meta data details)

* ['file view' with 'third party editor'] fixup for the 'title' of the page

* ['file view'] replaced the 'details' panel with a new one(which can display meta data details) for the other types of files

- file types: IMAGE VIDEO AUDIO SVG XMIND TEXT DOCUMENT(HAS_OFFICE_CONVERTER) SPREADSHEET(HAS_OFFICE_CONVERTER)
2024-10-24 22:34:50 +08:00
杨国璇
9f3158f8f4 feat: map location (#6935)
* feat: map location

* feat: optimize display

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-10-24 18:21:01 +08:00
Michael An
6bac5d1537 fix transfer repo to department (#6936) 2024-10-24 16:38:11 +08:00
Michael An
4092082369 [11.0] tiff image use thumbnail image to preview in list view and grid view (#6933)
* [11] Tiff image use thumbnail image to preview

* only tiff use thumbnail
2024-10-23 10:17:27 +08:00
Michael An
bbeb36af8a Fix transfer group or repo bug (#6934)
* 01 fix transfer repo to other user

* 02 fix transfer group to other users

* 03 group no repo style
2024-10-23 07:43:02 +08:00
Aries
083b042fbc code file support syntax highlight (#6922)
* code file support syntax highlight

* add theme.js

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
2024-10-22 11:01:37 +08:00
llj
aaebfe27e4 [search] fixup 2024-10-21 18:46:04 +08:00
llj
a8b0403d3f [search] fixup 2024-10-21 18:42:00 +08:00
llj
6f2e9ed75c Merge branch '11.0'
Conflicts:
	frontend/src/components/search/search.js
	frontend/src/css/search.css
2024-10-21 18:01:50 +08:00
llj
45903274d9 [search] fixup & improvement(display at most 20 result items in the (#6930)
* [search] fixup & improvement(display at most 20 result items in the
dialog & a possile 'More' link)

- display at most 20 search result items in the dialog
- if there are more than 20 result items, display a 'More' link in the
  bottom of the dialog. click the link, an independent search result
  page will be shown, with all the search parameters kept.

* [search] add the missing icon
2024-10-21 17:39:24 +08:00
Michael An
b69c350917 fix metadata change view bug (#6929) 2024-10-21 17:38:17 +08:00
杨国璇
a5953c51d6 fix: face recognition toolbar (#6927)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-10-21 15:37:50 +08:00
Michael An
e04c3f367b fix share dialog link expire time (#6924) 2024-10-21 14:24:02 +08:00
Michael An
e3480b2a3c 01 change sort menu style (#6923) 2024-10-21 14:23:00 +08:00
Aries
51ef7ba50c remove redundant semicolon (#6925)
Co-authored-by: zhouwenxuan <aries@Mac.local>
2024-10-21 14:08:08 +08:00