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

12827 Commits

Author SHA1 Message Date
Ranjiwei
a2cd02f007 Admin share permissions (#6603)
* update

* update

* update

* Update urls.py

* Update share-permission-editor.js
2024-08-21 18:08:34 +08:00
lian
f356e5b85a add client login complete msg (#6602)
* add client login complete msg

* update test
2024-08-21 14:39:11 +08:00
lian
b0052dab7b fix bug when client sso login Non-root site (#6585) 2024-08-19 18:20:05 +08:00
lian
e90fb13edc fix bug when rename file via api2 (#6549) 2024-08-13 18:23:51 +08:00
skywalker
583cd25852 update translation 2024-08-13 13:09:48 +08:00
Michael An
f4908fa201 11.0 fix translation (#6544)
* remove useless translation (#6543)

* remove useless translation
2024-08-13 12:07:57 +08:00
欢乐马
c1fd9ddbe1 update-trans (#6531) 2024-08-12 12:19:51 +08:00
lian
79bae3cb09 show nickname in user password reset email (#6486) 2024-08-05 14:21:19 +08:00
杨顺强
d6af639d50 fix xss bug (#6479) 2024-08-02 15:12:22 +08:00
Ranjiwei
5219052028 update (#6440)
* update

* Update login.py
2024-07-30 18:22:07 +08:00
欢乐马
500562b2ed update sdoc upload file (#6424) 2024-07-26 11:58:25 +08:00
llj
640edbfe68 ['folder permission' dialog] fixup: added 'catch' for seafile API requests; fixed prop type checking (#6410) 2024-07-24 14:59:26 +08:00
lian
bb346e75ee update .github/workflows/dist.yml 2024-07-23 11:19:43 +08:00
欢乐马
31f49cfcce Ldap role list (#6386)
* ldap role_list

* USE_LDAP_ROLE_LIST_MAPPING
2024-07-22 14:03:20 +08:00
lian
dbe878199e only send activity in last 1 days (#6357)
* only send activity in last 7 days

* udpate

* udpate

* update
2024-07-17 10:44:10 +08:00
欢乐马
2ef646db02 fix ldap login multi base_dn (#6360) 2024-07-17 10:15:32 +08:00
lian
9243e137b7 fix warning about STATICFILES_DIR not exists when run manage.py commands (#6348) 2024-07-15 16:48:25 +08:00
lian
d3ab3c5460 rm REPLACE_FROM_EMAIL and other unused code (#6339)
* rm REPLACE_FROM_EMAIL and other unused code

* update

* update
2024-07-12 11:50:22 +08:00
lian
40cdedd8f7 update ocm 2024-07-08 16:37:46 +08:00
lian
d982009b77 optimize to_user field when receive share from other server (#6287) 2024-07-04 11:23:58 +08:00
欢乐马
1f75beeeef fix saml logout url (#6292) 2024-07-04 09:33:52 +08:00
Michael An
c8c58b4f6f fix system-admin user page bug (#6268) 2024-06-29 07:41:50 +08:00
Ranjiwei
58512dd17d update (#6253) 2024-06-24 17:20:24 +08:00
lian
2694bfffa5 add can_share_repo role permission (#6234)
* add can_share_repo role permission

* update

* update

---------

Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
2024-06-24 10:05:12 +08:00
杨顺强
ce19f90ec5 update seafile-editor translate 2024-06-21 11:42:31 +08:00
杨顺强
cc30f156dd update seafile-editor translate 2024-06-21 11:34:49 +08:00
lian
57a02c451a request rate limit (#6217)
* request rate limit

* update
2024-06-20 17:45:57 +08:00
lian
2f0d315bd9 use seafile-test-deploy 11.0 branch (#6237)
* use seafile-test-deploy 11.0 branch

* update
2024-06-20 14:25:18 +08:00
lian
32c4ee62c0 support view file via CollaboraOnline (#6200) 2024-06-18 16:11:38 +08:00
欢乐马
e12f941bfe seafile-monitor CLUSTER_MODE (#6209)
* seafile-monitor CLUSTER_MODE

* CLUSTER_MODE in env
2024-06-17 15:03:24 +08:00
awu0403
b718e37987 fix traffic user (#6192)
Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
2024-06-14 15:49:14 +08:00
Ranjiwei
2ee84c215b add-api-for-user-convert-to-team (#6179)
* add-api-for-user-convert-to-team

* Update user.py

* Update user.py

* Update users.py

* format-optimize

* code-optimize
2024-06-12 17:33:07 +08:00
lian
92445b16ef shib second uid (#6175)
* second uid for shibboleth

* update test
2024-06-12 17:24:24 +08:00
Willi Eggeling
ac1c00442e support named groups in SAML claim (#6156)
* support named groups in SAML claim

* support group names in addition to group IDs
* missing groups are automatically created
* comma-separated group values are trimmed

* add str for group_id in case of raise exception

---------

Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
2024-06-12 17:18:22 +08:00
lian
d1d8d0853c update migrations 2024-06-12 11:05:56 +08:00
llj
588816a755 [share dialog] fixup: made ADDITIONAL_SHARE_DIALOG_NOTE fully displayed (#6187) 2024-06-11 16:44:45 +08:00
Ranjiwei
be624fba40 Update views.py (#6186) 2024-06-11 15:58:09 +08:00
lian
7bcb54e817 Fix inst test (#6185)
* update institution test (#6149)

* update institution test

* update

* update inst test (#6150)
2024-06-11 11:48:17 +08:00
awu0403
8121772f9f fix org public links (#6174)
* fix org public links

* remove notes

* frontend code optimize

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
2024-06-11 11:39:27 +08:00
杨顺强
f2311b93b9 Merge pull request #6182 from haiwen/fix-help-scroll-bug
fix help right panel scroll bug
2024-06-07 15:53:38 +08:00
杨顺强
7f9c5421e1 fix help right panel scroll bug 2024-06-07 15:51:07 +08:00
Ranjiwei
98687c6172 Update accounts.py (#6178) 2024-06-07 14:26:45 +08:00
杨顺强
1a79a4d670 update seafile-editor version 2024-06-06 17:58:35 +08:00
Michael An
a0350a5bb4 change svg icon style (#6164) 2024-06-04 18:12:57 +08:00
欢乐马
bf4993f667 update subscription price url (#6162) 2024-06-04 17:50:35 +08:00
lian
34397e1e9d update admin get users api 2024-06-03 13:57:05 +08:00
lian
38a8af3984 fix institution bug 2024-05-31 17:14:12 +08:00
lian
856597f0fb update download-info api 2024-05-31 12:06:21 +08:00
Willi Eggeling
c0f7fe935a support comma-separated value for seafile_groups claim (#6131)
IDPs like Entra ID don't support multi-value claims except for group membership, but those values don't match up easily with Seafile group IDs.

This commit support a single-value input for seafile_groups to contain commas as separator, so it can easily be used with Entra ID static values and transformations like `Join()`.
2024-05-30 15:06:20 +08:00
杨顺强
7d1f6da240 Merge pull request #6141 from haiwen/fix-pdf-lib
optimize code
2024-05-30 14:48:24 +08:00