1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-25 14:42:52 +00:00
Commit Graph

505 Commits

Author SHA1 Message Date
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
Jiaqiang Xu
e1ce4e6d17 Merge pull request #190 from haiwen/do_not_clear_token
Do not clear token when change repo owner.
2018-11-24 14:35:53 +08:00
ly1217
1d5f1639f0 Do not clear token when change repo owner. 2018-11-23 22:31:44 -08:00
cuihaikuo
a0357e02b8 Update ccnet_api get_emailusers_in_list(). 2018-11-19 12:03:19 +08:00
cuihaikuo
8f025d9a08 Add get_emailusers_in_list() to ccnet_api. 2018-11-13 15:44:53 +08:00
Jiaqiang Xu
9ee337cdc9 Merge pull request #189 from haiwen/fix_list_dir_with_perm
Fix the invalid arguments process of list_dir_with_perm.
2018-11-09 17:52:20 +08:00
ly1217
98acf57065 Fix the invalid arguments process of list_dir_with_perm. 2018-11-09 01:35:07 -08:00
Jiaqiang Xu
9b19043667 Merge pull request #186 from haiwen/fix_virtual_repo_rename
Fix the problem that when change the name of a virtual repo, the name…
2018-10-29 13:56:11 +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
Jiaqiang Xu
2947005d90 Merge pull request #185 from haiwen/optimize_algorithm
Optimize the algorithm of getting file count and repo size.
2018-10-17 17:19:52 +08: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
f0eba1cfee Add get_org_id_by_repo_id() to seafile_api. v6.3.4-server 2018-09-13 16:20:58 +08:00
ly1217
2d5c951739 Fix seaf-server tests. 2018-09-09 20:09:38 -07:00
cuihaikuo
dbff878d63 Return a list in seafile_api.get_shared_groups_by_repo(). 2018-09-10 10:57:45 +08:00
cuihaikuo
e233a9a3de Update seahub.sql. v6.3.3-server 2018-09-06 14:14:34 +08:00
cuihaikuo
6669fdce86 Return 400 if base commit is lost when syncing. 2018-09-05 14:36:07 +08:00
cuihaikuo
2aa1ad7bde Update seahub.sql. 2018-09-05 14:30:02 +08:00
Daniel Pan
4c5cc65fe0 Merge pull request #182 from haiwen/gunicorn-log
update setup/update scritps
2018-09-05 12:05:47 +08:00
cuihaikuo
98b8084274 Update test_groups.py. 2018-09-05 12:04:31 +08:00
lian
b2289a9ddc update setup/update scritps
rm gunicorn access/error log
2018-09-05 12:02:25 +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
f079e32ac1 Add argument 'including_org' to get_top_groups(). 2018-08-17 15:17:52 +08:00
cuihaikuo
06df579d5c Optimize getting quota usage. 2018-08-17 11:48:18 +08:00
Jiaqiang Xu
75c15a8a81 Merge pull request #173 from haiwen/seaf-server-test
Add test scripts of seaf-server api.
2018-08-14 18:06:29 +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
Jiaqiang Xu
2be53470b2 Merge pull request #175 from haiwen/get_shared_users_by_repo
Get all shared users by repo including group users.
2018-07-19 17:59:54 +08:00
cuihaikuo
089cb55eb3 Get all shared users by repo including group users. 2018-07-19 14:56:53 +08:00
Jiaqiang Xu
37a69717cf Merge pull request #176 from haiwen/support-cors
Support cors in upload_api() and update_api().
2018-07-19 11:57:40 +08:00
cuihaikuo
5cc3ed84e9 Support cors in upload_api() and update_api(). 2018-07-19 11:33:45 +08:00
cuihaikuo
e5ae34bef7 Ignore OperationalError in db upgrade. v6.3.2-server 2018-07-09 18:09:42 +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
fe76dd1468 Ignore non-fatal errors in database upgrade. 2018-07-04 12:09:00 +08:00
Daniel Pan
f8a3a2e570 Merge pull request #171 from haiwen/seafevents-upgrade
seafevents upgrade
2018-07-04 11:57:24 +08:00
Hu
ea3476c4fd seafevents upgrade 2018-07-04 11:46:58 +08:00
cuihaikuo
c96bb50c40 Add parameter 'in_structure' for ccnet_api check_group_staff(). v6.3.1-server 2018-06-21 11:12:45 +08:00
Jiaqiang Xu
a73de86a33 Merge pull request #164 from haiwen/auto-test
Reconstruct test code and add test for sharing dir.
2018-06-13 16:22:04 +08:00
cuihaikuo
fe47330b89 Reconstruct test code and add test for sharing dir. 2018-06-11 17:31:42 +08:00
cuihaikuo
8cd7ef9bea Update sql scripts. 2018-06-11 11:50:24 +08:00
Daniel Pan
0215868209 Merge pull request #163 from haiwen/mysql-set-gunicorn
update gunicorn conf when mysql new setup
2018-06-09 16:04:05 +08:00
lian
09648efaf7 update gunicorn conf when mysql new setup
add `limit_request_line = 8190`
2018-06-09 16:01:38 +08:00
cuihaikuo
ed91554d8e Update seahub.sql. 2018-06-09 14:10:46 +08:00
Daniel Pan
64bb5360f5 Merge pull request #162 from haiwen/gunicorn
update gunicorn conf
2018-06-08 13:14:21 +08:00
lian
9239470e5a update gunicorn conf
add `limit_request_line = 8190`
2018-06-08 12:19:51 +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