1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-23 04:00:23 +00:00
Commit Graph

727 Commits

Author SHA1 Message Date
杨赫然
1288c1ec10 Merge branch '7.1' 2020-12-04 16:35:23 +08:00
欢乐马
218dbe182a add upgrade_7.1_8.0.sh (#424) 2020-12-04 16:20:15 +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
欢乐马
603d7046b0 fix setup sqlite (#422) v8.0.0-server 2020-11-25 11:45:41 +08:00
杨赫然
642ab7acc2 Merge branch '7.1' 2020-11-24 17:57:49 +08:00
feiniks
b8ba9feee1 Seafile controller remove ccnet and use seaf-server for test (#420) 2020-11-24 12:05:16 +08:00
Daniel Pan
ef188f6de7 Merge pull request #418 from haiwen/remove-ccnet-init
remove ccnet-init
2020-11-20 21:18:47 +08:00
skywalker
2fc4579b44 remove ccnet-init 2020-11-20 15:37:03 +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) seatable-1.4.0 seatable-1.5.0 seatable-1.6.0 2020-10-15 15:24:04 +08:00
Xiangyue Cai
005b0503d2 Allow seafdav to access seahub_settings.py (#414) 2020-10-10 16:53:02 +08:00
feiniks
4d65689c79 Return db error when failed to connect mysql (#413) 2020-09-25 10:56:59 +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) v7.1.5-server 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
Xiangyue Cai
17198b7527 use nonblock pipe (#392) 2020-08-24 18:23:05 +08:00
feiniks
3520282c22 Fix set group repo perm error (#394) 2020-08-24 18:21:42 +08:00
Xiangyue Cai
49332dfdb8 redirect seafdav python stderr to controller.log (#387) 2020-08-06 18:13:12 +08:00
feiniks
debc83cda5 Add check if dir downloadable rpc (#381)
* Add check if dir downloadable rpc

* modify format error
2020-07-22 16:13:21 +08:00
Jiaqiang Xu
1bb04296cf Revert "Add storage_id for create enc repo api (#373)" (#376)
This reverts commit ab167da336.
2020-07-08 22:03:51 +08:00
feiniks
ab167da336 Add storage_id for create enc repo api (#373) 2020-07-08 21:57:04 +08:00
Daniel Pan
56e8554b57 Merge pull request #370 from haiwen/sqlite-mysql
fix bug
2020-07-02 16:24:40 +08:00
lian
b1a2d4ddf4 fix bug 2020-07-02 16:20:18 +08:00
feiniks
cf7e938a33 Fix error when set max_connections to 0 (#366) 2020-06-28 12:02:46 +08:00
feiniks
95bef26164 mysql add connection pool and keepalive thread (#365) 2020-06-24 16:32:46 +08:00
feiniks
fa3409ea04 Modify upload error message (#355) 2020-05-28 17:55:34 +08:00
Xiangyue Cai
8c29938bdb set db error when get database connection failed (#353) 2020-05-26 18:27:26 +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
33536cc56c Del seaf-init and ccnet-init commands (#348) 2020-05-11 09:20:47 +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
cb696853c4 Fix errors that can't list shared repos (#345) seatable-0.9.8 seatable-1.0.0 seatable-1.1.0 seatable-1.2.0 seatable-1.3.0 v7.1.4-server 2020-05-06 11:44:35 +08:00
Jonathan Xu
708bfacc86 Remove compile dependency on ccnet. 2020-05-04 18:48:32 +08:00
feiniks
0adc97f37e Fix errors that can't list shared repos (#342) 2020-04-27 18:36:32 +08:00
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
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
Daniel Pan
a1101a1db0 Merge pull request #336 from haiwen/improve-seahub.sql
improve sqlite3 seahub.sql
seatable-0.9.7
2020-04-01 11:10:27 +08:00
王健辉
97041fbf6e improve sqlite3 seahub.sql 2020-04-01 11:01:21 +08:00
feiniks
9b28e93a09 continue get trash repo even if the repo is destroyed (#333) 2020-03-28 14:00:12 +08:00
feiniks
3bd274762a Modify stop server method (#330) 2020-03-26 15:47:36 +08:00
feiniks
de5721db72 start mysql service (#328) v7.1.3-server 2020-03-20 10:20:16 +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
seatable-0.9.6 v7.1.2-server
2020-02-21 15:27:47 +08:00
杨赫然
c20b17cdbc Merge branch '7.0' seatable-0.9.5 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
Jiaqiang Xu
fa22fcfc17 Merge pull request #314 from haiwen/use_git_action_in_master
Use github action as ci test.
2020-02-12 17:57:29 +08:00
Jiaqiang Xu
de6872020e Merge pull request #303 from haiwen/use_git_action
Use github action as ci test.
2020-02-12 13:01:07 +08:00
Jiaqiang Xu
546d362a01 Merge pull request #319 from haiwen/fix_bug_http2
Fix http2 break some functionalities
2020-02-10 17:57:11 +08:00