1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 11:01:14 +00:00
Commit Graph

127 Commits

Author SHA1 Message Date
Huang Junxiang
5fc9b4877c
perf: read db & redis conf from .env (#7774)
* perf: read db & redis conf from .env

* perf: remove locmeme cache

* perf: remove db conf in init
2025-04-27 10:49:11 +08:00
欢乐马
b43ad4132b
seafile.sh IS_PRO_VERSION (#7765) 2025-04-24 12:15:57 +08:00
欢乐马
52e020e227
13.0.2 sql (#7756) 2025-04-22 10:49:22 +08:00
Michael An
344cd865b2 Merge branch '12.0' 2025-04-15 14:19:50 +08:00
r350178982
ee61bbd7c5 Update setup-seafile-mysql.py 2025-04-08 13:21:12 +08:00
JoinTyang
cc99ce2e90
seasearch support fulltext search (#7696) 2025-04-02 11:47:06 +08:00
欢乐马
f06981267d
rm CCNET_CONF_DIR (#7670) 2025-03-28 14:40:42 +08:00
欢乐马
592354b3cf
13.0 repo_metadata sql (#7652) 2025-03-20 18:36:34 +08:00
欢乐马
20866e43cc
update 13.0 sql (#7633) 2025-03-17 17:57:14 +08:00
欢乐马
9e2d9c49bb
13.0-sql (#7617) 2025-03-15 12:09:31 +08:00
欢乐马
8ae5eedf03
rm ADD INDEX IF NOT EXISTS in sql (#7543) 2025-03-03 15:59:30 +08:00
skywalker
1d8df18ca0 fix seafile-fuse.sh 2025-02-25 13:47:51 +08:00
欢乐马
cebadb9769
Merge pull request #7433 from mirfire/fix/seaf-fuse-selfmatching
fix: fix seaf-fuse.sh pgrep matching with itself
2025-02-20 10:37:41 +08:00
skywalker
481365fe64 fix seaf-import 2025-02-20 10:35:11 +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
Huang Junxiang
55c1d366cb
opt: remove code for migrating from ce (#7406) 2025-01-22 11:18:42 +08:00
JoinTyang
cc597b331c
script can update seasearch index (#7395) 2025-01-20 18:07:31 +08:00
feiniks
dd3003a693
Catch exception in thread pool when migrate repos (#7320)
* Catch exception in thread pool when migrate repos

* Add comment and use different exit code

* Check exception only

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2025-01-13 16:58:56 +08:00
欢乐马
de75571ae6
update scripts read env (#7356) 2025-01-13 15:48:10 +08:00
skywalker
14790ecd36 fix ENABLE_SEAFDAV 2025-01-06 15:01:37 +08:00
feiniks
bcde649294
Multi-storage back-end support for repeated migrations (#7287)
Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2024-12-31 12:12:50 +08:00
skywalker
2652a0c389 init mysql connection close 2024-12-30 15:05:22 +08:00
Huang Junxiang
b83e272f94
Fix background task no logs in failure (#7267)
* fix: background task no logs in failure status

* fix: background task no logs in failure status

* fix: background task no logs in failure status
2024-12-27 20:48:13 +08:00
欢乐马
b7b42b5854
update SEAFILE_LOG_TO_STDOUT (#7256) 2024-12-25 22:15:32 +08:00
JoinTyang
bd013174a9
update file and wiki index (#7220) 2024-12-19 15:00:57 +08:00
cir9no
39f06ce855
feat(wiki): add wiki es search sup (#7087)
* feat(wiki): add wiki es search sup

* chore: optimize wiki check

* chore: fix index_local path

* fix: fix unit test
2024-12-03 13:39:38 +08:00
欢乐马
49cd661163
UserActivity remove ForeignKey (#7125)
* UserActivity remove ForeignKey

* UserActivity clean_db_records
2024-12-02 13:50:43 +08:00
欢乐马
6543dd3bb8
remove validate_mysql_user_host (#7105) 2024-11-26 16:02:33 +08:00
欢乐马
be62042e0e
set_env_config add default config (#7067) 2024-11-21 16:31:22 +08:00
feiniks
9c178886ef
Support gc online (#7074)
* Support gc online

* Delete check-db-type.py

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2024-11-21 10:33:08 +08:00
欢乐马
2494d33073
fix seafile-ce start (#7071) 2024-11-20 17:42:15 +08:00
欢乐马
a004e65b10
fix SEAFDAV_CONF (#7062)
* fix SEAFDAV_CONF

* rm env SEAFES_INDEX_LOGFILE
2024-11-19 18:05:17 +08:00
skywalker
1b89962f90 fix start_fileserver 2024-11-15 10:28:39 +08:00
欢乐马
922c53b3da
env SEAFILE_MYSQL_DB_CCNET_DB_NAME (#7036) 2024-11-14 16:43:45 +08:00
欢乐马
74df9d370b
delete upgrade scripts before version 6 (#7039) 2024-11-14 16:43:15 +08:00
skywalker
9f320ab1d1 fix mkdir ccnet_dir 2024-11-12 14:58:13 +08:00
skywalker
91c50d6765 fix seafile.sh pids path 2024-11-12 11:46:14 +08:00
欢乐马
a5d4870526
rm ccnet.conf (#7028) 2024-11-11 20:05:26 +08:00
欢乐马
3235466eb3
12.0.3 sql (#7018) 2024-11-09 14:53:14 +08:00
欢乐马
010f360cdf
Remove seaf controller (#7013)
* remove seafile-controller

* set_file_config
2024-11-09 12:39:13 +08:00
欢乐马
d32ca4e8fd
notification-server in docker (#6993) 2024-11-06 17:45:27 +08:00
欢乐马
0afc97885b
fix set_jwt_private_key (#6968) 2024-10-30 19:09:34 +08:00
feiniks
9a814124e5
Check container name (#6971)
Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2024-10-30 17:25:58 +08:00
欢乐马
9e67fd714e
update repo_metadata sql (#6962) 2024-10-29 14:56:46 +08:00
欢乐马
c5d721644d
12.0.2 sql (#6948) 2024-10-26 11:18:26 +08:00
欢乐马
1345fc0254
set_jwt_private_key (#6774)
* set_jwt_private_key

* update set_jwt_private_key
2024-09-14 17:01:17 +08:00
skywalker
db1777d1bd rm notification jwt_private_key 2024-09-10 16:01:34 +08:00
欢乐马
604175e5e3
is_manually_set_contact_email (#5702)
* is_manually_set_contact_email

* update profile sql
2024-09-10 12:24:15 +08:00
欢乐马
63e1802bcf
SEAFILE_SERVER_PROTOCOL (#6734) 2024-09-09 12:09:28 +08:00
skywalker
ac396659d3 fix SERVICE_URL 2024-09-05 10:55:07 +08:00