1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-07-31 06:49:58 +00:00
Commit Graph

257 Commits

Author SHA1 Message Date
Xiangyue Cai
27dac89bb3
fix get form field (#482) 2021-07-28 16:00:49 +08:00
Xiangyue Cai
2aacf83e44 fixed fsck crash (#352) 2021-07-28 10:39:54 +08:00
Xiangyue Cai
8a234215c4
improve get_deleted rpc (#479)
* improve get_deleted rpc

* improve code
2021-07-22 17:51:13 +08:00
Xiangyue Cai
4ed89cbdf2
return null when token not exists (#478) 2021-07-14 17:55:09 +08:00
Xiangyue Cai
2844d69d94
remove redundant log (#477) 2021-07-09 15:21:26 +08:00
caixiangyue
1d4d3d7e95 remove redundant log 2021-07-09 13:19:03 +08:00
Xiangyue Cai
af6fc07e91
modify query_zip_progress rpc (#476) 2021-07-09 11:21:18 +08:00
Xiangyue Cai
739b8fffde
add file_count (#475)
* add file_count

* fix get file_count
2021-06-30 10:27:09 +08:00
Xiangyue Cai
0bdf63c684
fixed compile warning (#464) 2021-06-09 11:03:17 +08:00
Jonathan Xu
527f6605aa Further fix for boundary detection in file upload. 2021-03-20 11:23:23 +08:00
caixiangyue
baa76682ea Revert "Set compute fs-id-list thread to 10 (#450)"
This reverts commit 90427f9f78.
2021-03-17 15:36:29 +08:00
Xiangyue Cai
993d464cda
Return 400 when find blank line after boundary (#456) 2021-03-11 16:24:32 +08:00
Xiangyue Cai
3a3c29e963
disable async compute fs id list (#455) 2021-03-11 16:19:25 +08:00
feiniks
e71d76de98
Add test config options (#451) 2021-02-22 10:12:08 +08:00
feiniks
90427f9f78
Set compute fs-id-list thread to 10 (#450) 2021-02-22 10:07:07 +08:00
Jonathan Xu
02d3ca7edc Fix detection of upload boundary.
Sometime a boundary can be splitted and received in two read operations.
2021-02-18 09:52:37 +08:00
feiniks
f94baf09c3
Improve fs-id-list API (#431) (#441)
* Improve fs-id-list API

* Del unused log

* Del invalid parameter log

* Don't return json error
2021-01-05 15:14:02 +08:00
feiniks
3130d27b5d
Don't check block integrity when block is missing (#429)
* Don't check block integrity when block is missing

* Continue check block when block is missing and don't set io error when block is missing
2020-12-24 12:13:26 +08:00
feiniks
f31ec3bfc4
Handle upload boundary without CRLF (#427)
Handle boundary for form field without CRLF
2020-12-22 18:38:44 +08:00
杨赫然
1288c1ec10 Merge branch '7.1' 2020-12-04 16:35:23 +08:00
feiniks
4a0eb5431c
Get accessible repo list return 500 when db error exists (#423)
* Get accessible repo list return 500 when db error exists

* CI should use 7.1 branch
2020-11-28 14:40:27 +08:00
杨赫然
642ab7acc2 Merge branch '7.1' 2020-11-24 17:57:49 +08:00
feiniks
be8231ffc2
Add search files RPC (#417)
* Add search files RPC

* Not case sensitive when searching files
2020-10-27 18:06:37 +08:00
feiniks
50ab9a8ffe
Get group members add LIMIT (#416) 2020-10-15 15:26:01 +08:00
feiniks
063bf731c7
Get group members add LIMIT (#415) 2020-10-15 15:24:04 +08:00
feiniks
7ff3282975
Support encrypted repo of V4 (#411)
* Support encrypted repo of V4

* Use aes128 for V3 encrypted repo
2020-09-22 17:06:15 +08:00
feiniks
11b3fc45e3
Fsck add log when block is missing (#407) 2020-09-15 18:33:45 +08:00
feiniks
cd9bb75e63
Add content security policy when access file (#395) 2020-08-29 19:51:18 +08:00
feiniks
3520282c22
Fix set group repo perm error (#394) 2020-08-24 18:21:42 +08:00
feiniks
fa3409ea04
Modify upload error message (#355) 2020-05-28 17:55:34 +08:00
feiniks
50882b41f4
Regularly cleanup files in the httptemp directory (#343)
* Regularly cleanup files in the httptemp directory

* Add scan http temp dir default configuration

* Fix mem leak for scan httptemp dir

* Modify int to gint64
2020-05-20 18:36:38 +08:00
feiniks
72de8b5997
Add update emailuser id RPC (#349)
* Add update emailuser id RPC

* Add test shareing and group relationship when update user id
2020-05-15 14:21:27 +08:00
feiniks
d50359c908
Add and del ccnet compilation dependency in seafile (#347)
* Add and del ccnet compilation dependency in seafile

* Del import ccnet

* Del extra ccnet compilation dependencies

* Del support WIN32
2020-05-09 16:31:47 +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
feiniks
500e35fe9b
Fix segment fault when group_repos is NULL (#338)
* Fix segment fault when group_repos is NULL

* Parse group repos when repos is not NULL
2020-04-10 19:56:53 +08:00
feiniks
9b28e93a09
continue get trash repo even if the repo is destroyed (#333) 2020-03-28 14:00:12 +08:00
feiniks
5dd4148b5f
Add get accessible repo list API on seafhttp (#327)
* Add get accessible repo list API on seafhttp

* Return once per repo

* Fix get owner and distinguish org

* Del handle org

* when the repo is shared to multi group,get the highest permission

* if last permission is rw,ignore it
2020-03-19 15:02:16 +08:00
feiniks
150c90df40
Add rpc pipe path (#326)
* Add rpc pipe path

* Add seahub.sh env and change pipe path
2020-02-21 15:27:47 +08:00
杨赫然
c20b17cdbc Merge branch '7.0' 2020-02-17 12:02:50 +08:00
feiniks
07058405c6
improve update file api (#320)
* improve update file api

* Modify function name
2020-02-13 10:28:30 +08:00
杨赫然
381d328dfe Fix http2 break some functionalities 2020-02-10 17:12:17 +08:00
caixiangyue
13e406a169 fixed computing repo size crash problem 2020-02-04 15:51:34 +08:00
杨赫然
64503ea424 Get repo list desc 2020-01-13 15:08:37 +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
杨赫然
9fc27776e9 Remove quota check for dtable@seafile 2019-12-17 13:53:56 +08:00
Jiaqiang Xu
d1b615e1c2
Merge pull request #296 from haiwen/fix_get_repo_list
seaf_repo_manager_get_repo_list should get all the repos in a loop
2019-12-09 14:55:16 +08:00
杨赫然
ed94680e9c Fix find deleted api 2019-12-09 11:58:08 +08:00