feiniks
41dba24d8b
del check group staff ( #339 )
2020-04-22 10:41:04 +08:00
feiniks
52586639ac
Merge the functions of ccnet-server into seafile-server ( #293 )
...
* merge the api of ccnet into seafile
* merge the api of ccnet into seafile
* Dont't need to include the header
* merge the api of ccnet into seafile
* add enable ldap
* The unit test dont't need to start ccnet-server
* Modify some funcion names and fuse don't need org management
* Modify indent
2020-04-15 10:21:04 +08:00
杨赫然
8a31a344c4
Add repo sort function
2020-01-08 12:13:59 +08:00
杨赫然
923e1821e2
Add repo sort function
2020-01-07 10:25:19 +08:00
杨赫然
af0dae864b
Add repo sort function
2019-12-31 14:38:24 +08:00
杨赫然
3230c31dff
Add repo sort function
2019-12-30 16:19:33 +08:00
ly1217
6048627c72
Merge branch '7.0'
2019-11-22 17:45:24 -08:00
ly1217
1dd89b1b7c
Add search repos by name rpc.
2019-11-17 21:21:28 -08:00
ly1217
fc4ab83f7f
Add error logs when fs backend read or write blocks.
2019-10-04 04:00:49 -07:00
Xiangyue Cai
c21d662cbe
remove redundant log
2019-09-09 13:36:45 +08:00
Xiangyue Cai
f01753c262
add ctime
2019-09-09 12:15:20 +08: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
Xiangyue Cai
efeac4bb99
add seaf_mq_manager_ prefix
2019-08-05 16:41:31 +08:00
caixiangyue
3ff52aee8a
fixed wrong free
2019-07-26 14:14:38 +08:00
Jonathan Xu
f9686872d7
Merge branch '7.0'
2019-07-25 17:55:37 +08:00
Jonathan Xu
b9877a78ca
Merge branch 'python3'
2019-07-25 12:08:00 +08: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
caixiangyue
62543c55f2
use diff to update repo size and file count
2019-07-09 10:02:10 +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
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
17ef884861
Encrypted library version 3: use different salt for each library.
2019-04-30 21:22:57 +08:00
cuihaikuo
dd0519d7c3
Create tables by script.
2019-03-28 14:20:33 +08:00
cuihaikuo
22f096a70a
Repo can be set 'read-only' or 'normal' status.
...
Return 'status' in get_repo(s) apis.
2019-03-14 11:07:42 +08:00
Jonathan Xu
78bef71a5f
Merge branch '6.3'
2019-03-13 14:46:47 +08:00
ly1217
be88b15b8e
Fix the bug that the last update time of sublibrarys isn't updated.
2019-02-20 00:58:26 -08:00
ly1217
d851199f06
Add byte-range upload.
2019-02-19 01:18:31 -08:00
ly1217
bcad787655
Fix the bug that seaf-server dumped caused by double free in diff_resolve_renames.
2018-12-13 00:51:37 -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
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
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
a8c66e1bc6
Fix config error.
2018-05-21 14:03:10 +08:00
cuihaikuo
0bfd0dea15
Merge branch '6.2'
2018-05-18 10:47:55 +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
ly1217
1fe121082d
Fix compilation with openssl 1.1.0.
2018-05-13 23:48:36 -07:00
Jiaqiang Xu
53bc208a2a
Merge pull request #148 from haiwen/config_problem
...
Changes on config manager.
2018-05-08 14:29:34 +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
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
b9d74500fa
Add primary key for mysql table.
...
Add column names in 'INSERT' and 'REPLACE' sql.
2018-04-18 15:07:49 +08:00
cuihaikuo
5a443b1bf8
Exit if failed to init http request.
...
Fix rollback issue.
2018-03-23 17:44:22 +08:00
cuihaikuo
caee7ef963
Support background task for indexing blocks.
2018-02-06 14:37:27 +08:00