1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-23 04:00:23 +00:00
Commit Graph

727 Commits

Author SHA1 Message Date
Jiaqiang Xu
241ba8e621 Merge pull request #260 from haiwen/add_zip_download_test
Add zip download test.
2019-09-09 05:38:48 +02:00
ly1217
8c5808e13a Add zip download test. 2019-08-27 22:12:54 -07:00
Jiaqiang Xu
99ca5800c3 Merge pull request #261 from haiwen/fix_test_passwd
Fix password test.
2019-08-28 10:33:33 +08:00
ly1217
fb92641caa Fix password test. 2019-08-27 00:37:56 -07:00
ly1217
8a08577a6b Check if obj already exists when write obj. 2019-08-26 19:54:21 -07:00
ly1217
b224a39fb9 Fix check block exists. 2019-08-26 19:53:36 -07:00
Jiaqiang Xu
9a1b17fe87 Merge pull request #257 from haiwen/modify_scripts
Modify scripts to support python3.
2019-08-16 13:48:18 +08:00
ly1217
e0b4a11667 Modify scripts to support python3. 2019-08-15 21:11:18 -07:00
Jonathan Xu
a300c1277a Minor bug fixes.
- set HAVE_MYSQL macro when MariaDB is used.
- fix a crash bug when wrong database is configured.
2019-08-07 19:29:08 +08:00
Jonathan Xu
bb33ea7741 Remove unused options from seaf-server. 2019-08-07 14:21:14 +08:00
Jiaqiang Xu
63a4395817 Merge pull request #256 from haiwen/add_seaf_mq_manager_prefix
add seaf_mq_manager_ prefix
2019-08-07 12:14:17 +08:00
Xiangyue Cai
efeac4bb99 add seaf_mq_manager_ prefix 2019-08-05 16:41:31 +08:00
Jiaqiang Xu
5d555a8d24 Merge pull request #254 from haiwen/fixed-wrong-free
fixed wrong free
2019-07-26 17:45:56 +08:00
caixiangyue
3ff52aee8a fixed wrong free 2019-07-26 14:14:38 +08:00
Jonathan Xu
bc821f8c69 [CI] Use master branch from libsearpc and ccnet-server for testing. 2019-07-25 17:57:41 +08:00
Jonathan Xu
f9686872d7 Merge branch '7.0' 2019-07-25 17:55:37 +08:00
Jonathan Xu
75eeadbfaf [CI] Use 7.0 branchs from libsearpc, ccnet-server for testing. 2019-07-25 17:41:00 +08:00
Jonathan Xu
b9877a78ca Merge branch 'python3' 2019-07-25 12:08:00 +08:00
Jiaqiang Xu
f4582f8b7f Merge pull request #249 from haiwen/add_upload_and_update_test
Add the unit test of uploading and updating file.
v7.0.4-server
2019-07-24 11:45:59 +08:00
ly1217
b3d8f3db4c Add the unit test of uploading and updating file. 2019-07-23 03:07:21 -07:00
Xiangyue Cai
aa0185203b add rpc publish_event() , pop_event() and remove cevent (#253) 2019-07-22 11:18:32 +08:00
ly1217
48c2a03d5f Fix get repo status. (#252) 2019-07-17 10:16:29 +08:00
Xiangyue Cai
b85d194b4b fixed ci in python3 (#251)
* fixed ci in python3

* remove python2 compatible code
2019-07-16 12:00:45 +08:00
Jiaqiang Xu
71fea8c73c Merge pull request #250 from haiwen/upgrade-seafile-controller
use pid-file monitor ccnet-server
2019-07-15 17:04:22 +08:00
caixiangyue
2e6c9d5592 use pid-file monitor ccnet-server 2019-07-15 16:57:51 +08:00
Jiaqiang Xu
ce3c1951f1 Merge pull request #246 from haiwen/fix_check_repo_usage
Fix the problems of checking repo usage when copy or move.
2019-07-11 13:41:21 +08:00
ly1217
cd68e1a2d6 Fix the problems of checking repo usage when copy or move. 2019-07-09 00:36:42 -07:00
Jiaqiang Xu
1c75190713 Merge pull request #245 from haiwen/use_diff
use diff to update repo size and file count
2019-07-09 13:59:14 +08:00
caixiangyue
62543c55f2 use diff to update repo size and file count 2019-07-09 10:02:10 +08:00
Jiaqiang Xu
0c09ffee5b Merge pull request #242 from haiwen/check_repo_usage
Check repo space when copy or move files.
2019-07-08 10:39:17 +08:00
ly1217
87d952b7c2 Check repo space when copy or move files. 2019-07-06 03:00:09 -07:00
Jonathan Xu
b94cb65263 Fix chunked upload bug in file server. v7.0.3-server 2019-07-04 14:52:57 +08:00
Jonathan Xu
a229aa7f39 Fix zip download bug. 2019-07-03 16:52:06 +08:00
Jiaqiang Xu
c7cda22fc9 Merge pull request #243 from haiwen/Fixed-seaf-fsck-repair-multi-damaged-blocks
fixed seaf-fsck can not repair multi damaged blocks file correctly
2019-07-02 10:37:27 +08:00
caixiangyue
b90bf8af97 fixed seaf-fsck can not repair multi damaged blocks file correctly 2019-07-02 10:35:39 +08:00
Jonathan Xu
c142d4bf4f Improve code after use named pipe for RPC and support python 3. 2019-07-01 16:50:25 +08:00
ly1217
c73916ef77 Upadte to python3. 2019-06-27 22:30:31 -07:00
Jonathan Xu
bda91af9d3 Make mysqlclient dependency optional. 2019-06-24 15:06:06 +08:00
Jiaqiang Xu
523fad7b2a Merge pull request #239 from haiwen/db-layer-refactor
Rewrite database access layer.
2019-06-21 17:25:01 +08:00
Jonathan Xu
2327ed11cc Rewrite database access layer.
Remove support for PostgreSQL at the same time.
2019-06-21 17:09:39 +08:00
Jonathan Xu
d6fec719c7 Fix bug when moving files. v7.0.1-server v7.0.2-server 2019-05-30 20:37:43 +08:00
Jiaqiang Xu
dc085c8dbe Merge pull request #233 from haiwen/fix_unit_test_errors
Fix unit test error.
2019-05-29 13:56:06 +08:00
ly1217
bb340aad5f Fix unit test error. 2019-05-28 22:17:20 -07:00
Jiaqiang Xu
b336bc8c75 Merge pull request #232 from haiwen/add_web_upload_temp_files
Fix upgrage sql: create WebUploadTempFiles table if not exists.
2019-05-29 12:33:31 +08:00
ly1217
9730d07bb1 Fix upgrage sql: create WebUploadTempFiles table if not exists. 2019-05-28 21:07:05 -07:00
Jonathan Xu
182fdb2028 Fix upgrade sql: create RepoSyncError table if not exists. v7.0.0-server 2019-05-23 14:53:16 +08:00
Jonathan Xu
d20e4857e8 Remove some python libraries check in setup scripts. 2019-05-23 11:00:39 +08:00
Jonathan Xu
8ed31a188b [build] Copy hidden files and directories from seahub thirdpart dir. 2019-05-23 10:41:07 +08:00
Jiaqiang Xu
6f4a8dbc5c Merge pull request #228 from haiwen/modify_create_table_sql
Modified create table sqls to be consistent with pro version.
2019-05-22 15:33:10 +08:00
ly1217
068c256004 Create tables from sqls when unit test. 2019-05-21 23:49:47 -07:00