1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-12 22:49:15 +00:00
Commit Graph

11715 Commits

Author SHA1 Message Date
王健辉
ddcc772e69
improve onlyoffice log (#5282) 2022-10-11 14:29:43 +08:00
王健辉
83fff09294
improve onlyoffice error log (#5281) 2022-10-11 14:01:21 +08:00
Thomas Marko
c58b4896a9
Fixed issue #5032 (#5277) 2022-10-11 11:05:43 +08:00
王健辉
d280786e76
update translation (#5279) 2022-10-10 10:09:29 +08:00
llj
04f2bf94ba
Merge pull request #5278 from haiwen/fixup
fixup for i18n; avoid XSS
2022-10-09 18:35:51 +08:00
llj
a14e45ca96 fixup for i18n; avoid XSS
- fixup for PR#5256
2022-10-09 18:32:03 +08:00
lian
c924f1015b
update password check when create share/upload link (#5272)
Password can only contain number, upper letter, lower letter and other symbols.

Co-authored-by: lian <lian@seafile.com>
2022-10-09 11:29:05 +08:00
lian
d07bacc540
update admin get user info (#5270)
return last_access_time and last_login info

Co-authored-by: lian <lian@seafile.com>
2022-10-08 09:59:41 +08:00
lian
151ec816a9
fix bug when view snapshot file (#5271)
Co-authored-by: lian <lian@seafile.com>
2022-10-07 22:29:41 +08:00
lian
647123fd2c
not send notification email to inactive user (#5275)
Co-authored-by: lian <lian@seafile.com>
2022-10-07 22:26:24 +08:00
杨顺强
b0a521a92e
repair shared md viewed bug in mobile (#5269) 2022-09-28 13:27:13 +08:00
王健辉
195d366c89
update reset-admin.sh (#5266) 2022-09-26 10:09:19 +08:00
lian
af8b33a5f4
change log level to warning when can not get doc_key from database (#5264)
Co-authored-by: lian <lian@seafile.com>
2022-09-22 10:43:59 +08:00
王健辉
e63bbad7ec
fix wiki display table (#5262)
* fix wiki display table

* fix test
2022-09-19 17:28:13 +08:00
llj
d8230f1fd4 [seafile-js] updated the version 2022-09-15 16:51:19 +08:00
lian
a71fb53660
chech if user is active when get auth token via login id (#5260)
Co-authored-by: lian <lian@seafile.com>
2022-09-15 16:23:45 +08:00
王健辉
a771c75ec3
improve background_task loglevel (#5258) 2022-09-13 12:08:18 +08:00
lian
880b3c145e
disallow preview office file in encrypted repo (#5257)
on history/trash/snapshot page

Co-authored-by: lian <lian@seafile.com>
2022-09-09 17:06:41 +08:00
杨顺强
91d1751a57
Repair xss bug (#5256)
* repair upload file with same script name bug

* update repo name xss bug

* fix: transform lib xss bug

* optimize code
2022-09-08 16:42:55 +08:00
王健辉
db77c8e8ad
update seahub.sh (#5255) 2022-09-08 11:53:18 +08:00
王健辉
1fdd392392
fix markdown xss (#5254) 2022-09-06 12:34:56 +08:00
shuntian
534c906338 update seafile-editor version 2022-09-05 14:24:58 +08:00
欢乐马
84ea5c9243
fix admin work weixin email (#5253) 2022-09-03 16:08:53 +08:00
杨顺强
363df789c4
update seafile-edtior-version (#5252)
* update seafile-edtior-version

* update seafile-edtior version
2022-09-01 14:10:59 +08:00
lian
78937f3e08
fix ocm bug when share repo to two user (#5250)
Co-authored-by: lian <lian@seafile.com>
2022-09-01 13:41:28 +08:00
lian
80c6823d8d
show org name on org admin info page (#5251)
Co-authored-by: lian <lian@seafile.com>
2022-09-01 13:36:38 +08:00
lian
e460a6cede
use doc info from cache (#5248)
Co-authored-by: lian <lian@seafile.com>
2022-08-29 11:14:24 +08:00
lian
1eecd49472
fix bug when sending share link email (#5247)
Co-authored-by: lian <lian@seafile.com>
2022-08-24 14:51:25 +08:00
lian
1252e7b6ef
remove repo share when delete custom share perm (#5241)
Co-authored-by: lian <lian@seafile.com>
2022-08-17 11:20:19 +08:00
王健辉
5e356c1b65
optimize auto delete (#5245)
* use batch delete files

* check enabled_repo_auto_del via seafevents config

* fix code
2022-08-17 11:16:50 +08:00
feiniks
b4c78adc82
Add migrate repos in trash (#5244)
* Add migrate repos in trash

* Add function

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2022-08-15 18:39:36 +08:00
王健辉
0cf73131f5
fix shibboleth update_user_quota (#5242) 2022-08-15 11:37:15 +08:00
杨顺强
a3eb82f3fb
optimize permission limit (#5238) 2022-08-11 10:55:53 +08:00
杨顺强
245972cec8
update style (#5239) 2022-08-11 10:27:35 +08:00
feiniks
60bbd58c00
Support migrate between different storages (#5227)
* Support migrate between different storages

* Don't use subquery to filter repo_id

* Modify variable names

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2022-08-06 15:50:54 +08:00
杨顺强
893a78cf2c
Optimize wiki title code (#5236)
* optimize code

* optimize code
2022-08-05 17:59:12 +08:00
shuntian
adacbd60a2 update seafile-js version 2022-08-05 17:53:08 +08:00
lian
79a850142d fix wiki h1 head bug 2022-08-05 16:48:48 +08:00
王健辉
a377c1b452
update translation (#5232) 2022-08-05 15:32:10 +08:00
lian
fc04a91eea
fix "(insecure_transport) OAuth 2 MUST utilize https." error (#5231)
Co-authored-by: lian <lian@seafile.com>
2022-08-05 14:16:40 +08:00
lian
16bff600d1
use head and repo name as title on wiki page (#5230)
* use head and repo name as title on wiki page

* update

* update page title by change file

* optimize style

* fix unordered_list display

* update translation

Co-authored-by: lian <lian@seafile.com>
Co-authored-by: shuntian <978987373@qq.com>
Co-authored-by: 王健辉 <40563566+mrwangjianhui@users.noreply.github.com>
2022-08-05 14:15:37 +08:00
shuntian
d00c50b566 update seafile-editor version 2022-08-05 10:15:47 +08:00
lian
5708886faa
list device errors by page (#5225)
Co-authored-by: lian <lian@seafile.com>
2022-08-05 09:53:01 +08:00
lian
8392120fd4
check if nextis safe url (#5228)
Co-authored-by: lian <lian@seafile.com>
2022-08-04 15:21:34 +08:00
lian
dec935d0a3
admin search repo by id (#5221)
* admin search repo by id

* id => ID

Co-authored-by: lian <lian@seafile.com>
2022-08-04 15:19:27 +08:00
杨顺强
9c7f0fb149
optimize code (#5229) 2022-08-03 15:11:57 +08:00
shuntian
4aec2f93b0 update seafile-editor version 2022-08-03 12:05:43 +08:00
王健辉
9a94878233
fix import lxml (#5226)
* fix import lxml

* optimize code
2022-08-02 17:42:44 +08:00
lian
e21a46ba8d fix bug when get file info 2022-08-02 12:04:51 +08:00
王健辉
d4f5527b04
fix get_service_url (#5224) 2022-07-29 12:23:25 +08:00