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

281 Commits

Author SHA1 Message Date
cuihaikuo
c4a6722937 Add ccnet_api for listing child groups and members. 2018-05-08 14:00:03 +08: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
yixiang-zhang
48950167c2 fix commit block fs directory to be created 2018-05-08 11:45:23 +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
392396dc6b Update ccnet_api.is_group_user(). 2018-05-07 18:07:07 +08:00
cuihaikuo
f0aa5c0a07 Changes on config manager. 2018-05-02 18:22:15 +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
793bd76150 Don't force to check seahub thirdpart in build scipt. 2018-04-27 14:38:45 +08:00
cuihaikuo
d90f40594b Update seahub.sql 2018-04-26 18:25:32 +08:00
Daniel Pan
8ddc7afd09 Merge pull request #144 from haiwen/master-add-seafevents-upgrade
add the logic about seafevents
2018-04-23 17:58:55 +08:00
zming
d7f75c7a31 add the logic about seafevents 2018-04-23 17:34:54 +08:00
Jiaqiang Xu
f9a40acaa0 Merge pull request #143 from haiwen/alter_primary_key
Sql upgrade scripts.
2018-04-20 11:15:56 +08:00
cuihaikuo
b84fc32348 Sql upgrade scripts. 2018-04-19 18:01:31 +08:00
Daniel Pan
c087d6545f Merge pull request #142 from haiwen/upgrade-gunicorn
add add_gunicorn_conf to upgrade_6.2_6.3.sh
2018-04-18 18:35:12 +08:00
lian
2347aa9f4b add add_gunicorn_conf to upgrade_6.2_6.3.sh 2018-04-18 18:32:18 +08:00
Daniel Pan
b5b62603ea Merge pull request #141 from haiwen/gunicorn-conf
add conf/gunicorn.conf
2018-04-18 18:14:45 +08:00
lian
df546983ce add conf/gunicorn.conf 2018-04-18 18:10:28 +08:00
Jiaqiang Xu
a9d7992396 Merge pull request #140 from haiwen/table_standardized
Table standardized
2018-04-18 16:37:16 +08:00
cuihaikuo
6e2bbbc53d Add upgrade scripts. 2018-04-18 15:22:31 +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
Jonathan Xu
688764808d Merge branch '6.2' 2018-04-18 10:23:24 +08:00
Jiaqiang Xu
485af956e9 Merge pull request #135 from haiwen/multi-tier-groups
Update ccnet_api for multi-tier-groups and add test.
2018-04-09 18:07:56 +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
82a9f5bcd5 Update ccnet_api for multi-tier-groups and add test. 2018-04-09 17:25:51 +08:00
Jiaqiang Xu
93e900eeaa Merge pull request #139 from haiwen/controller_restart_ccnet
Restart ccnet if seaf-server is down.
2018-04-09 15:55:25 +08:00
cuihaikuo
122aaad60b Restart ccnet if seaf-server is down. 2018-04-03 11:19:13 +08:00
cuihaikuo
5a443b1bf8 Exit if failed to init http request.
Fix rollback issue.
2018-03-23 17:44:22 +08:00
Jonathan Xu
e470b9e551 Merge branch '6.2' 2018-03-21 11:58:28 +08:00
Jiaqiang Xu
dc2174af88 Merge pull request #104 from haiwen/index_block_task
Support background task for indexing blocks.
2018-03-07 16:28:57 +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
Shuai Lin
7e2f018256 Use local seaserv python lib when testing 2018-01-29 19:42:41 +08:00
Shuai Lin
b4148aea30 Use local seaf-server when running tests 2018-01-29 19:30:13 +08:00
Shuai Lin
7827725598 tests: small refactor 2018-01-18 12:21:51 +08:00
yixiang-zhang
65df973661 share repo to group (#123) 2018-01-18 11:18:51 +08:00
Shuai Lin
4fb355865a tests: run with mysql + sqlite3 2018-01-18 11:09:21 +08:00
yixiang-zhang
0548274afe remove repo share test (#121) 2018-01-16 19:01:54 +08:00
Shuai Lin
4853ff8317 travis ci: silent the make outputs 2018-01-16 18:23:18 +08:00
Shuai Lin
9be16db6ba Update testing README 2018-01-16 18:19:33 +08:00
Shuai Lin
3a986104fc travis ci: add slack notification 2018-01-16 18:17:48 +08:00
Shuai Lin
52f7823fb4 Add a README for testing 2018-01-16 17:10:56 +08:00
Shuai Lin
b2d058badc Add functional tests (#120)
* functional tests setup

* add a test case
2018-01-16 17:10:26 +08:00
Jiaqiang Xu
cdb6d2ae46 Merge pull request #116 from haiwen/return_group_name
Return group_name in get_group_repos_by_user().
v6.2.4-server v6.2.5-server
2018-01-15 13:53:19 +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
Jiaqiang Xu
3dc450fa6f Merge pull request #110 from haiwen/cancel_zip_task
Add rpc cancel_zip_task().
2018-01-06 15:54:51 +08:00