1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-16 08:16:55 +00:00
Commit Graph

258 Commits

Author SHA1 Message Date
Michael An
10d7082d90
fix get image index bug (#7139) 2024-12-03 17:40:08 +08:00
杨顺强
4093c27ed7
Fixed the bug that the lock button is displayed only when the page is refreshed (#7102) 2024-11-25 18:13:08 +08:00
杨国璇
e7a4e29239
fix: tag files ui (#7095)
* fix: tag files ui

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize ui

* feat: optimize ui

* feat: optimize ui

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
Co-authored-by: 杨国璇 <ygx@192.168.1.2>
2024-11-24 20:25:52 +08:00
Aries
e999be4320
Feature/update copy dialog (#7047)
* update copy dirent dialog

* optimize code

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
2024-11-18 21:21:33 +08:00
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
lian
4d0b95f703 Merge branch '11.0' 2024-11-01 16:32:20 +08:00
Michael An
c0abad3564
change encrypted repo rotate image (#6969) 2024-10-30 16:16:06 +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
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
杨国璇
8200113b7f
feat: optimize commonjs (#6906)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-10-21 11:29:17 +08:00
Jerry Ren
e46192ee78
fix: select multiple files via click checkbox with shift key (#6895) 2024-10-14 16:29:56 +08:00
Michael An
1229577a12
Change rotate image in list mode (#6839)
* fix grid mode rotateImage

* list mode

* dir column nav
2024-09-24 11:27:47 +08:00
Michael An
5f1669a92d
fix list mode selected item when no thumbnail (#6816) 2024-09-21 09:53:14 +08:00
Michael An
f1a180b23d
Fix create thumbnail error (#6798)
* fix create thumbnail in dirent grid item

* fix create thumbnail in dirent list item

* optimise codes

* change thumbnail start

* change 2 thumbnail centers
2024-09-20 14:29:37 +08:00
Ranjiwei
026e66b8ec
file-download-url-update (#6804) 2024-09-20 12:35:42 +08:00
Ranjiwei
86770c47f9
add-download-url (#6771)
* add-download-url

* update unitest

* update

* update

* update

* update

* Update test_view_lib_file.py

* code-optimize

* Update shared-dir-view.js

* code-optimize
2024-09-19 11:12:10 +08:00
Michael An
631bafe4b1
fix dirent key={index} bug (#6754) 2024-09-12 15:00:42 +08:00
Michael An
5bebec6aee
improve/add-empty-tip-when-no-file (#6760) 2024-09-12 14:03:29 +08:00
JoinTyang
a0ca3b2f79
import and export sdoc (#6508)
* import and export sdoc

* rebase and optimize

* update

* optimize code

* update iconfont

* update seafile-js version

* update

---------

Co-authored-by: 杨顺强 <978987373@qq.com>
2024-09-09 15:58:33 +08:00
Michael An
fba6f9735e
change default thumbnail size (#6710)
* change default thumbnail size

* change py test file

* change thumbnail image size
2024-09-05 14:56:52 +08:00
Aries
89b4e92fa6
update image dialog, add download, delete and view original image button (#6670)
* update image dialog, add download, delete and view original image button

* update react-image-lightbox

* add-image-rotate-api

* support restore in image previewer

* support image rotate

* upgrade react-image-lightbox

* fix bug - first image auto previewed in list layout, improve delete and restore action

* remove raise

* fix last line

---------

Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
Co-authored-by: Michael An <2331806369@qq.com>
2024-09-03 10:31:42 +08:00
llj
1495314544
"['dir view'] display file access log in a dialog instead of an independent page (#6673)
- click 'Access Log' in the menu for files in list/grid mode, or
  single-selected file
2024-08-30 07:02:29 +08:00
llj
c7c059c601
['dir view'] 'list' mode: removed the underline when hover on the star/unstar icons (#6624) 2024-08-23 14:46:07 +08:00
杨国璇
f7a7636867
fix: browser spell (#6533)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-08-12 14:25:37 +08:00
Michael An
5c2f05ee8d
fix folder do not have file then select all bug (#6482) 2024-08-02 22:30:16 +08:00
Aries
73ac3e7e69
revise isMutipleOperation to isMultipleOperation (#6471) 2024-08-02 11:41:07 +08:00
Michael An
2838789744
Change sdoc frozen icon (#6439)
* 01 change sdoc frozen icon

* 02 optimize codes
2024-07-30 10:33:45 +08:00
Michael An
cea111274f
change seadoc menu sequence (#6437) 2024-07-29 14:53:40 +08:00
Michael An
749aa3b735
fix text bug (#6431) 2024-07-26 17:38:55 +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
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
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
67210c7363
fix code format (#6365) 2024-07-18 11:58:42 +08:00
Michael An
ab56b68887
change context menu style (#6333)
* change menu context style

* change tree view menu context
2024-07-17 10:45:53 +08:00
Michael An
d0faafbfba
12.0 change some icons (#6278)
* 01 history back icon

* 02 change download icons

* 03 fix code format

* 04 change copy icons

* 05 tree icon more color

* change icon
2024-07-01 18:33:57 +08:00
Michael An
6233649970
12.0 remove font awesome (#6257)
* remove font-awesome

* remove font awesome 3.2.1
2024-06-28 08:39:44 +08:00
Michael An
cbc6c6c837
12.0 fix click spaces and select input (#6230) 2024-06-26 10:15:23 +08:00
Michael An
b7e686786a
12.0 change triangle icon (#6233)
* change main page

* change main panel icon to #666666

* change wiki icon

* change sort icons

* change hidden header table

* change style
2024-06-21 12:07:58 +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
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
杨顺强
50be4b437c
Optimize sdoc created (#6031)
* optimize code

* optimize code
2024-04-22 17:39:13 +08:00
llj
1b881ca914
[A11y] improvements for pages (#6030)
* [A11y] improvements for pages

* [A11y] added 'user-scalable=no' back
2024-04-22 10:36:42 +08:00
lian
52aff8242c
unfreeze sdoc (#6016) 2024-04-11 18:26:48 +08:00
llj
4375115548
[draft] removed related code & files (#5993)
* [draft] removed related code & files

* [draft] removed related code & files
2024-03-25 17:22:01 +08:00
Michael An
9ff9a5610a
fix click dirent no close popover (#5961) 2024-02-23 16:21:51 +08:00
llj
23785bb28b
[dir view] Tags: don't send the 'get tags' request when open the 'tags' popover/dialog (handled 6 cases); removed the repeated 'get tags' request after creating a new tag; improved the 'no tags' tip (#5936) 2024-02-02 20:52:58 +08:00
yinjianfei
ad4d0464eb update-icon 2024-01-16 14:00:40 +08:00
Michael An
adc8960fd8
change Operation to operation (#5878) 2024-01-03 18:08:24 +08:00
lian
ab72e093d5
export/convert sdoc to docx (#5837)
* sdoc to docx

* update
2023-12-26 17:50:06 +08:00
Michael An
429eecdd06
fix warnings and rename unsafe lifecycle function (#5814) 2023-12-06 17:24:05 +08:00