1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-18 16:35:42 +00:00
Commit Graph

144 Commits

Author SHA1 Message Date
ly1217
17196fc288 Optimize getting repo list and add test unit of getting repo list. 2019-01-08 22:58:18 -08:00
ly1217
11d95b55fd Fix the problem that xlsx,pptx.docx changed to be xls,ppt,doc when download file by IE. 2018-12-21 11:34:23 +08:00
Jonathan Xu
ef362bda37 Ignore 'need_idx_progress' parameter when handling upload requests.
There is a bug in cloud file browser that can cause high number of concurrent uploads.

Also reduce the number retries when updating head commit in db.
2018-12-08 11:37:54 +08:00
ly1217
1d5f1639f0 Do not clear token when change repo owner. 2018-11-23 22:31:44 -08:00
ly1217
98acf57065 Fix the invalid arguments process of list_dir_with_perm. 2018-11-09 01:35:07 -08:00
ly1217
89c8fa1225 Fix the problem that when change the name of a virtual repo, the name in share repo list is not changed. 2018-10-28 22:50:01 -07:00
ly1217
928322e940 Optimize the algorithm of getting file count and repo size. 2018-10-17 00:18:38 -07:00
cuihaikuo
f610061c7f Fix '(null)' user problem in traffic statistics. 2018-09-27 13:43:16 +08:00
cuihaikuo
6669fdce86 Return 400 if base commit is lost when syncing. 2018-09-05 14:36:07 +08:00
cuihaikuo
ba089662b6 Fix an uninitialization problem. 2018-08-30 17:22:23 +08:00
Jiaqiang Xu
480f940508 Merge pull request #180 from haiwen/traffic_info
Support traffic statistics.
2018-08-20 12:55:03 +08:00
cuihaikuo
06df579d5c Optimize getting quota usage. 2018-08-17 11:48:18 +08:00
ly1217
739053dff0 Add test scripts of seaf-server api. 2018-08-14 17:03:36 +08:00
cuihaikuo
ac5f26fef8 Support traffic statistics. 2018-08-10 17:47:19 +08:00
cuihaikuo
1991a68bcf Convert origin repo path to available repo path. 2018-08-07 18:24:12 +08:00
cuihaikuo
5cc3ed84e9 Support cors in upload_api() and update_api(). 2018-07-19 11:33:45 +08:00
cuihaikuo
7c09f53be6 Only mysql can use config option 'create_tables'. 2018-07-09 15:18:06 +08:00
cuihaikuo
6eab55e149 Add config option 'create_tables'. 2018-07-05 11:58:33 +08:00
cuihaikuo
25dcf165f7 Fix that table SystemInfo can't be created in sqlite db. 2018-06-07 11:59:32 +08:00
Jiaqiang Xu
6a9a52d546 Merge pull request #159 from haiwen/description_in_modification_history_fixed
Fix the problem that the description of newly created library is empt…
2018-06-04 20:53:05 +08:00
cuihaikuo
6c536b5758 Fix a segment fault when restoring a non-existent repo. 2018-06-04 17:58:20 +08:00
ly1217
94a8fe55ce Fix the problem that the description of newly created library is empty in history page 2018-06-03 19:21:57 -07:00
cuihaikuo
3a184986b7 Fix wrong comment. 2018-05-29 16:57:36 +08:00
ly1217
20169acefe Fix the segment fault when seafserv-gc , seaf-fsck and seaf-migrate receive a unrecognized option 2018-05-26 02:30:00 -07:00
cuihaikuo
a8c66e1bc6 Fix config error. 2018-05-21 14:03:10 +08:00
cuihaikuo
08096cff42 Fix a mistake in merging. 2018-05-18 11:04:57 +08:00
cuihaikuo
0bfd0dea15 Merge branch '6.2' 2018-05-18 10:47:55 +08:00
cuihaikuo
985c9d5e99 Fix problem of fsck core dump. 2018-05-17 18:03:11 +08:00
Jiaqiang Xu
985e8db0f0 Merge pull request #151 from haiwen/openssl-error-fixed
Fix compilation with openssl 1.1.0.
2018-05-17 13:00:15 +08:00
cuihaikuo
3fd9ecb481 Add rpc for getting shared users. 2018-05-17 11:52:21 +08:00
cuihaikuo
cca240c2af Add argument for ccnet_get_groups_by_user(). 2018-05-15 11:29:17 +08:00
ly1217
1fe121082d Fix compilation with openssl 1.1.0. 2018-05-13 23:48:36 -07:00
Jiaqiang Xu
ffb94306f0 Merge pull request #146 from haiwen/is_repo_shared
Add rpc repo_has_been_shared().
2018-05-08 12:23:43 +08:00
Jiaqiang Xu
fedef3faeb Merge pull request #145 from haiwen/upload_folder
Support uploading a folder by upload_api.
2018-05-08 11:39:27 +08:00
cuihaikuo
330fc7597e Add rpc repo_has_been_shared(). 2018-05-02 11:05:43 +08:00
cuihaikuo
cc00c76477 Fix a error in listing repos with group_name. 2018-04-28 15:26:31 +08:00
cuihaikuo
1d5087a3c2 Support uploading a folder by upload_api. 2018-04-28 14:23:16 +08:00
cuihaikuo
c1fd0a8306 Handle problem of sql key word. 2018-04-27 16:57:17 +08:00
cuihaikuo
b9d74500fa Add primary key for mysql table.
Add column names in 'INSERT' and 'REPLACE' sql.
2018-04-18 15:07:49 +08:00
cuihaikuo
3e721537ed Don't call ccnet_get_org_groups_by_user() cuz it's not necessary. 2018-04-09 17:57:22 +08:00
cuihaikuo
5a443b1bf8 Exit if failed to init http request.
Fix rollback issue.
2018-03-23 17:44:22 +08:00
cuihaikuo
a4434c4d5e Free index progress if error occurred. 2018-03-05 16:05:14 +08:00
cuihaikuo
caee7ef963 Support background task for indexing blocks. 2018-02-06 14:37:27 +08:00
cuihaikuo
05dd212f52 Support svg online viewing. 2018-02-05 14:22:41 +08:00
cuihaikuo
34d1212909 Return group_name in get_group_repos_by_user(). 2018-01-11 16:47:16 +08:00
Jiaqiang Xu
361c021e78 Merge pull request #113 from haiwen/set_subdir_perm_by_path
Fix that sometimes shared folder can't be set permission .
2018-01-06 16:00:46 +08:00
cuihaikuo
88e6d82fa3 Add log for packing dirs. 2018-01-06 15:36:52 +08:00
cuihaikuo
17aeec7304 Add rpc cancel_zip_task(). 2018-01-06 15:35:38 +08:00
cuihaikuo
533755377f Fix that shared folder can't be set permission. 2018-01-06 15:28:11 +08:00
cuihaikuo
bb89603e5b Fix sql syntax. 2018-01-05 13:01:47 +08:00