1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-14 19:00:23 +00:00
Commit Graph

14464 Commits

Author SHA1 Message Date
Aries
db1ea4f07d
show date tag in all mode ()
Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-02-07 17:09:37 +08:00
Jerry Ren
10770501a4
fix(tag): update tag files link via set file tags () 2025-02-07 16:42:12 +08:00
lian
ae700f7fa9
oauth disable pwd login () 2025-02-07 16:33:35 +08:00
Michael An
5abb623306
update translation () 2025-02-07 16:31:01 +08:00
杨国璇
a87e662f55
Merge pull request from haiwen/optimize/file_name_in_table_view
Optimize/file name in table view
2025-02-07 14:00:44 +08:00
杨国璇
2033dbc19c feat: optimize code 2025-02-07 13:47:08 +08:00
zhouwenxuan
6cbfe0efd4 update ui component version 2025-02-07 10:32:21 +08:00
zhouwenxuan
7e70826a3b add click event handler on file name formatter 2025-02-07 09:42:01 +08:00
Ranjiwei
b8a1e0db0b
Update repos.py () 2025-02-06 14:09:30 +08:00
llj
6eb86005f7
[library history setting] modified the UI of the 'setting disabled' tip () 2025-02-06 13:07:15 +08:00
Michael An
a96990ebbc
fix heic format rotate image () 2025-02-06 10:50:09 +08:00
Aries
fef0d63712
fix recently used list ()
* fix recently used list

* fix recently used list

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-02-06 10:11:32 +08:00
mirfire
a2ea9c5383 fix: fix seaf-fuse.sh pgrep matching with itself
The script `seaf-fuse.sh` uses pgrep to check if `seaf-fuse` is already running and therefore matches with itself, as both the process and script contain `seaf-fuse`. So the script can never run.

This change changes the pgrep pattern from `seaf-fuse` to `bin/seaf-fuse` so that the binary is matched instead of both script and binary.
2025-02-05 13:47:18 +01:00
Jerry Ren
94914009c1
feat(tag): display tags sidebar with tree () 2025-01-26 17:56:49 +08:00
Aries
01791be348
not display suffix column in table ()
Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-01-26 15:55:27 +08:00
Aries
94e19c58c0
Optimize/map cluster ()
* optimize cluster position, clean up map view toolbar

* fix cluster position, optimize controller ui

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-01-26 15:54:20 +08:00
Michael An
f8112c0306
Fix some style ()
* 01 fix wiki custom-url-inputs style

* 02 fix library icon style
2025-01-24 14:12:56 +08:00
Michael An
bddd73411e
fix modify column width ()
* fix modify column width

* fix warnings
2025-01-23 17:44:03 +08:00
Aries
0e11cdf7b9
filter by suffix ()
Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-01-23 15:52:50 +08:00
Jerry Ren
b7d9f781fd
refactor(tag): parent tag files count includes children () 2025-01-23 14:37:57 +08:00
Aries
076d147d4e
Optimize/map marker cluster ()
* click overlay to preview

* updatea cluster plugin

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-01-23 14:35:46 +08:00
Ranjiwei
0b0e471c90
Fix org smart link ()
* Update file.py

* Update file.py
2025-01-23 13:40:47 +08:00
lian
cccd3a494a
update create group owned library logic () 2025-01-23 12:52:00 +08:00
Aries
7626ea3d89
optimize comtext menu ()
Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-01-23 12:50:26 +08:00
Michael An
f590e7741d
Fix download file bug in grid mode right click ()
* fix download file use different API

* change error message
2025-01-23 12:49:54 +08:00
Aries
689b5cba83
interchange position of slider and groupby setter ()
Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-01-23 10:42:43 +08:00
Michael An
ec507d07eb
fix my libs icon style () 2025-01-23 10:41:04 +08:00
Daniel Pan
2467734990
Revert "add repo in right tool panel ()" ()
This reverts commit b07f33e07c.
2025-01-23 09:50:56 +08:00
Daniel Pan
9cf1e9564a
Revert "Revert "[library list] added 'plus' icon to the toggle of the dropdow…" ()
This reverts commit b606f65f4e.
2025-01-23 09:39:38 +08:00
Aries
a4738295db
add folder in empty view tree ()
Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-01-22 17:53:03 +08:00
Michael An
c48aa43ead
fix Input auto complete with no name when create repo () 2025-01-22 16:10:19 +08:00
杨顺强
efee8f88ec update sdoc version and sdoc translate 2025-01-22 16:01:05 +08:00
Guodong SU
12e2151c11
feat(video):add video file ()
* feat(video):add video file

* optimize code

* optimize code

* optimize code

* add parameter
2025-01-22 15:42:05 +08:00
Michael An
b07f33e07c
add repo in right tool panel () 2025-01-22 14:38:40 +08:00
Aries
cfe507f178
record the capture info collapse status ()
* record the capture info collapse status

* fix typo

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-01-22 11:23:33 +08:00
Huang Junxiang
55c1d366cb
opt: remove code for migrating from ce () 2025-01-22 11:18:42 +08:00
lian
b51c26c4fa
use user limit to get org traffic limit () 2025-01-21 20:07:30 +08:00
lian
a49b940ae8
update customer permission of create () 2025-01-21 16:52:50 +08:00
Jerry Ren
16b361f932
feat(tag): support merge tags () 2025-01-21 15:08:52 +08:00
Daniel Pan
b606f65f4e
Revert "[library list] added 'plus' icon to the toggle of the dropdown menus …" ()
This reverts commit 798384a638.
2025-01-21 13:39:10 +08:00
Michael An
9900ffc43a
fix trash table bug () 2025-01-21 11:30:27 +08:00
llj
798384a638
[library list] added 'plus' icon to the toggle of the dropdown menus at the end of the headings () 2025-01-21 11:26:56 +08:00
杨顺强
458d783195 update sdoc version and sdoc translate 2025-01-21 10:12:06 +08:00
Ranjiwei
2b6e0522b1
update ()
* update

* Update search_user.py
2025-01-20 21:06:06 +08:00
JoinTyang
cc597b331c
script can update seasearch index () 2025-01-20 18:07:31 +08:00
杨顺强
3a71b7d80b
fix insert wiki title bug () 2025-01-20 17:57:39 +08:00
Michael An
22c08df773
fix sdoc history filename escapejs () 2025-01-20 17:47:32 +08:00
杨顺强
fae2040680 update sdoc version and sdoc translate 2025-01-20 15:58:48 +08:00
杨顺强
9d2047a4be update sdoc version and sdoc translate 2025-01-20 13:59:44 +08:00
lian
32406114d9
update adfs user login error msg ()
user "The number of users exceeds the limit."
2025-01-20 12:13:57 +08:00