1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-30 04:25:47 +00:00
Commit Graph

3499 Commits

Author SHA1 Message Date
Junxiang Huang
528670481e fix jwt to metadata server 2024-06-13 16:12:16 +08:00
Junxiang Huang
693e12dc23 optimize frontend 2024-06-12 15:32:52 +08:00
Junxiang Huang
2d4dae7d87 optimize frontend 2024-06-12 15:31:14 +08:00
Junxiang Huang
0e3886e254 optimize code and structure 2024-06-12 09:56:53 +08:00
Junxiang Huang
f68a6cc098 feat: metadata management enable 2024-06-11 18:35:26 +08:00
awu0403
ca83ef90dc
add pdf thumbnail (#6157)
Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
2024-06-04 16:06:57 +08:00
llj
0b84b22df9
['New Group'] redesigned it: moved it from the top bar of the 'Files' page to the side panel (#6161) 2024-06-03 20:47:44 +08:00
Ranjiwei
82b4dabb5e
admin add ilter api for users (#6127)
* admin add ilter api for users

* change filter users UI

* change code format

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: Michael An <2331806369@qq.com>
2024-06-03 12:03:41 +08:00
Michael An
80637c506c
12.0 redesign wiki list (#6155)
* 01 remove useless wiki codes

* 02 change delete wiki tip

* 03 fix code format

* 04 redesign wikis
2024-06-01 09:09:42 +08:00
Michael An
4b81908955
12.0 change wiki style (#6152)
* 01 change delete Wiki tip

* 02 remove modify time when wiki init
2024-05-31 16:12:53 +08:00
Michael An
7ea5517e40
support rename Wiki (#6142)
* 01 UI support rename Wiki

* rename wiki

* old wiki support rename

* fix wiki-v1 and wiki-v2 have same id

* fix format

---------

Co-authored-by: ‘JoinTyang’ <yangtong1009@163.com>
2024-05-31 10:59:59 +08:00
Michael An
7dfb931ea5
change wiki list style (#6151) 2024-05-31 10:33:17 +08:00
Michael An
dedc97c006 12.0 fix wiki owner avatar 2024-05-30 18:16:32 +08:00
Michael An
de58b17c3a fix old wiki avatar 2024-05-30 17:49:47 +08:00
Michael An
1eb4cbf4ee
change Wiki style (#6143) 2024-05-30 17:39:25 +08:00
杨顺强
7d512ea230 Merge branch 'master' into 12.0 2024-05-30 14:49:13 +08:00
杨顺强
fa54c18026
Revert "Udpate pdf to4.2.67 (#6123)"
This reverts commit cc8140119c.
2024-05-30 14:44:10 +08:00
liuhongbo
a0195d6c15 feat: update sdoc version 0.5.66 2024-05-30 14:40:16 +08:00
杨顺强
6741d7f3bd
Merge pull request #6138 from haiwen/fix-wiki-editor-side-tool-adjustice
feat: adjust ui
2024-05-30 14:30:15 +08:00
liuhongbo
c2fde58804 feat: adjust ui 2024-05-30 13:56:14 +08:00
lian
b24f9dab93
only pro version has Institution feature (#6133) 2024-05-30 11:59:59 +08:00
杨顺强
0a7dc93cb3
Merge pull request #6129 from haiwen/fix-sdoc-history-no-changes-show-icon
Fix sdoc history no changes show icon
2024-05-30 10:11:04 +08:00
杨顺强
3ab4fe82fb
Merge pull request #6128 from haiwen/fix-sdoc-no-history-style
fix sdoc history no result style
2024-05-30 10:10:32 +08:00
Michael An
2d6679343b
01 fix list can admin departments (#6132)
02 fix no departments message

03 change wiki long name style
2024-05-30 10:04:03 +08:00
llj
1997bc344e
[library 'Folder Permission' dialog] fixup: enable users to 'choose' the root folder; removed those unused prop type checking which caused errors (#6130) 2024-05-29 20:29:50 +08:00
Michael An
261c3a7510
change wikis list style (#6125) 2024-05-29 20:28:46 +08:00
Michael An
acb7dc94ba fix sdoc history no changes show icon 2024-05-29 16:54:35 +08:00
Michael An
c6f12bc092 fix sdoc history no result style 2024-05-29 16:41:14 +08:00
Michael An
94c92ad22b remove wiki2 markdown viewer and apis 2024-05-29 15:19:42 +08:00
Michael An
96aa207802
12.0 change sdoc content (#6121)
* fix warnings in 12.0

* get wiki sdoc content from sdoc server

* optimize code

* change page search params

* Add repo_name for wiki name

---------

Co-authored-by: ‘JoinTyang’ <yangtong1009@163.com>
2024-05-29 11:51:52 +08:00
杨顺强
b76bad303a Merge branch 'master' into 12.0 2024-05-29 11:50:33 +08:00
杨顺强
cc8140119c
Udpate pdf to4.2.67 (#6123)
* update pdf to 4.6.27

* update pdf version to 4.2.67

* optimize code

* delete unnecessary code
2024-05-29 11:35:36 +08:00
llj
af3522d312
Dir view file view toolbar redesign (#6122)
* [dir view] redesigned the toolbar for 'view a markdown file'

* [dir view] markdown file view: don't use secondary dropdown menu for the toolbar
2024-05-28 18:17:53 +08:00
Michael An
c604bb2a94
add wiki support owner department (#6113)
* add wiki support owner department

* wiki can select owner

---------

Co-authored-by: ‘JoinTyang’ <yangtong1009@163.com>
2024-05-28 16:31:00 +08:00
llj
db4ed716aa
[dir view] toolbar for the current folder: modified UI details (#6119) 2024-05-27 19:46:40 +08:00
JoinTyang
dc0c220364
wiki page saved in doc uuid dir (#6110)
* wiki page saved in doc uuid dir

* optimize del page and dir

* optimize code

* rebase
2024-05-27 17:19:58 +08:00
llj
69011567a3
[dir view] redesigned the toolbar for the current folder (#6117)
* [dir view] redesigned the toolbar for the current folder

* [dir view] toolbar for the current folder: code cleanup

* [dir view] toolbar for the current folder: updated the 'upload' icon; modified UI details
2024-05-27 16:47:19 +08:00
杨顺强
d24d71420e Merge branch 'master' into 12.0 2024-05-27 10:39:14 +08:00
杨顺强
8b345cb979 update sdoc version and sdoc translate 2024-05-27 10:36:31 +08:00
Michael An
7f2ce4c8a8
12.0 fix icon style (#6115)
* 01 update font

* 02 change icon color

* 03 change icon
2024-05-25 15:09:24 +08:00
杨顺强
317320d3e9 Merge branch 'master' into 12.0 2024-05-25 11:42:18 +08:00
liuhongbo
d17ca4ec92 feat: update sdoc-editor version 0.5.63 2024-05-25 10:48:33 +08:00
llj
eac54b1255
[dir view] redesigned the top toolbar for the selected dirent(s) (#6111)
* [dir view] redesigned the top toolbar for the selected dirent(s)

* code cleanup
2024-05-24 19:20:36 +08:00
Michael An
34582dbf51
12.0 change edit wiki page style (#6109)
* 00 change className from app

* change wiki2 side panel style
2024-05-24 11:06:54 +08:00
JoinTyang
6c2af87eac
optimize wiki2 permission (#6108) 2024-05-23 17:16:44 +08:00
llj
5c0518ef22
Icons (#6106)
* [icon] replaced 'sf2-icon-caret-down' with the new 'sf3-font-more'

* ['delete' icon] replaced all the 'sf2-icon-delete' icon with the new 'sf3-font-delete1' icon

* [UI] modified the colors of the operation icons in pages
2024-05-23 12:09:54 +08:00
杨顺强
84381426d5
Merge pull request #6105 from haiwen/fix-wiki-editor-readonly
fix: change status setting trigger
2024-05-22 17:02:21 +08:00
liuhongbo
565659a45c fix: change status setting trigger 2024-05-22 15:53:30 +08:00
llj
21e8443964
[dir view] redesigned the 'view modes' UI (#6103) 2024-05-22 14:33:03 +08:00
liuhongbo
0d2dc81a9e feat: update sdoc-editor version 2024-05-22 10:28:48 +08:00