1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-24 20:48:01 +00:00
Commit Graph

212 Commits

Author SHA1 Message Date
Jonathan Xu
9311ccd588 Fix returned string invalid issue for MySQL. 2017-11-15 17:15:06 +08:00
Daniel Pan
21dbae0e2b Merge pull request #92 from haiwen/gunicorn-works
update gunicorn conf
v6.2.3-server
2017-11-03 17:11:19 +08:00
lian
c5c35fb9bb update gunicorn conf
works = 5
2017-11-03 16:02:47 +08:00
cuihaikuo
ca58a7afe8 Fix subdir cannot be unshared issue. 2017-11-01 10:25:20 +08:00
cuihaikuo
ac6172b49e Fix a typo in search_ldapusers(). 2017-11-01 10:21:51 +08:00
cuihaikuo
1fecbf26bc Add del_org_group_repo() to seafile_api. 2017-11-01 10:21:51 +08:00
cuihaikuo
5f2201f69e Fix wrong comment. 2017-10-31 14:41:29 +08:00
cuihaikuo
1ed203814e Add rpc get_shared_repo_by_path(). 2017-10-31 11:02:52 +08:00
cuihaikuo
e195ab4178 Add rpc get_group_shared_repo_by_path(). 2017-10-30 17:44:33 +08:00
cuihaikuo
fa1e439633 Allow to generate at most 100 filenames with suffix. 2017-10-16 13:30:28 +08:00
Jonathan Xu
79b43a0490 [fileserver] Add API to check repo head commit ids in batch. 2017-10-11 15:44:08 +08:00
cuihaikuo
229c300ee8 Fix incorrect filename problem in safari download. 2017-10-11 14:05:44 +08:00
Jonathan Xu
e69809b720 Improvements to repo size computation.
- Don't generate update conflicts.
- Set repo size and file count in one transaction.
- Print queue size every 5 minutes.
2017-10-10 18:36:53 +08:00
cuihaikuo
6978d2cb2e Fix problems in sqlite upgrade. v6.2.1-server v6.2.2-server 2017-09-18 16:05:24 +08:00
cuihaikuo
c130c9fceb Don't set config to database when read config from seafile.conf. 2017-09-18 16:05:15 +08:00
Jonathan Xu
b7a18d70d0 Merge branch '6.1' 2017-09-13 13:53:03 +08:00
Jonathan Xu
5601724050 Allow configure worker threads number in file server.
Also change default worker thread number to 10.
2017-09-13 12:02:23 +08:00
cuihaikuo
a7883a3696 Add upgrade_6.1_6.2.sh. v6.2.0-server 2017-09-12 17:35:12 +08:00
Jiaqiang Xu
20da7d028e Merge pull request #70 from haiwen/config_manager
Support loading configuration from database.
2017-09-09 09:49:49 +08:00
cuihaikuo
b11f861fbd Support loading configuration from database. 2017-09-07 17:01:56 +08:00
cuihaikuo
a5c966ef14 Remove database configurations in ccnet.conf 2017-09-07 14:49:19 +08:00
Jiaqiang Xu
6dd8e4a911 Merge pull request #63 from haiwen/more-threads-gunicorn
Use more threads for each gunicorn process.
2017-09-06 10:36:42 +08:00
cuihaikuo
1dbc15f38e Add set_reference_id() to ccnet_api 2017-09-06 10:20:54 +08:00
Jonathan Xu
fee2899575 Merge branch '6.1' 2017-09-05 18:10:28 +08:00
cuihaikuo
3fdce0d321 Fix a bug that may cause a core dump. 2017-08-28 17:14:55 +08:00
Jonathan Xu
3cd87afd70 Fix memory usage issues when checking share permission. 2017-08-25 19:48:29 +08:00
Jonathan Xu
3e42e2d0b5 Merge branch '6.1' 2017-08-23 15:28:19 +08:00
Jonathan Xu
a87db5b58e Improved concurrent update handling. 2017-08-16 17:50:34 +08:00
Daniel Pan
d94a542de9 Merge pull request #65 from haiwen/mkdir_with_parents
Add rpc mkdir_with_parents()
v6.1.2-server
2017-08-14 14:22:20 +08:00
“cuihaikuo”
cf19311a0d Add rpc mkdir_with_parents() 2017-08-14 13:32:52 +08:00
Jiaqiang Xu
62023c10a3 Merge pull request #62 from haiwen/trash_repo_owner
Add rpc for getting trash repo owner
2017-08-14 11:49:37 +08:00
Daniel Pan
711117d767 Merge pull request #64 from haiwen/export-user
add export-users.sh
2017-08-13 12:19:24 +08:00
lian
25b599f2b5 add export-users.sh
export users to '../users.xlsx' via `./export-users.sh`
2017-08-10 15:04:49 +08:00
Shuai Lin
05c423f1bf Use more threads for each gunicorn process. 2017-08-07 11:03:33 +08:00
cuihaikuo
3204e11073 Add rpc for getting trash repo owner 2017-08-03 13:52:28 +08:00
Jonathan Xu
e406d81efd Merge branch '6.1' 2017-07-25 17:45:20 +08:00
cuihaikuo
f257becc8a Fix a few problems in uploading a folder 2017-07-25 17:43:44 +08:00
Jonathan Xu
cc37fe4f0b Merge branch '6.1' 2017-07-25 16:58:29 +08:00
Jiaqiang Xu
dc74f977be Merge pull request #59 from haiwen/optimize_sql
Optimize search sql in getting file number and storage APIs
2017-07-25 16:55:12 +08:00
cuihaikuo
5689c56531 Optimize search sql in getting file number and storage APIs 2017-07-25 15:20:20 +08:00
cuihaikuo
b16ba2ec7c Add a function to seafile_api 2017-07-21 17:34:34 +08:00
cuihaikuo
628bf6c9bf Check block size before open a block file 2017-07-10 16:48:55 +08:00
Jonathan Xu
0db8ef8f2d Merge branch '6.1' 2017-07-07 11:19:27 +08:00
Jonathan Xu
548026895d Free last_modifier field in seaf_repo_free(). 2017-07-07 11:15:48 +08:00
Jonathan Xu
e096ccdfa8 Fix GC bug when specify "-r" and "-D" options together. 2017-07-05 18:13:29 +08:00
Jiaqiang Xu
578f68c6cf Merge pull request #56 from haiwen/pack_empty_folder
Fix a bug that an empty folder can't be packed
2017-07-05 14:46:24 +08:00
cuihaikuo
c418919332 Fix a bug that an empty folder can't be packed 2017-07-05 14:06:38 +08:00
Jiaqiang Xu
95952c2e86 Merge pull request #55 from haiwen/file_count_info
Add rpc for getting file count info
2017-07-04 15:45:25 +08:00
cuihaikuo
36ecb21a58 Add rpc for getting file count info 2017-07-04 14:50:05 +08:00
cuihaikuo
4378cb60ab Merge branch '6.1' of https://github.com/haiwen/seafile-server into 6.1 2017-07-01 10:59:16 +08:00