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

135 Commits

Author SHA1 Message Date
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
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
cuihaikuo
768c576afc Add documents for deleting,copying and moving files. 2017-07-01 10:55:10 +08:00
Jiaqiang Xu
5fd6ed24bc Merge pull request #54 from haiwen/return_encrypted
Return 'encrypted' in get_trash_repos_by_owner api
2017-06-30 18:00:27 +08:00
Jonathan Xu
2597fa4df5 Use 8MB as block size for files uploaded from web. 2017-06-30 17:48:42 +08:00
cuihaikuo
6f0018c770 Return 'encrypted' in get_trash_repos_by_owner api 2017-06-30 16:49:40 +08:00
cuihaikuo
961e570653 Add get_system_default_repo_id() to seafile_api 2017-06-30 14:30:19 +08:00
cuihaikuo
cc4ab3885b A few improvements for posting multiple files 2017-06-29 23:17:55 +08:00
cuihaikuo
ffd92675be Create only one commit when move or copy multiple files 2017-06-29 14:23:22 +08:00
Jonathan Xu
475e941961 Merge branch '6.1' 2017-06-29 11:58:39 +08:00
Jonathan Xu
62833505af Update repo size and file count after creating an empty file. 2017-06-28 13:35:26 +08:00
Jonathan Xu
279ac80824 Fix bug of get shared repo list RPC. 2017-06-27 14:41:37 +08:00
Jonathan Xu
30fa575bb3 Set file_count when getting repo object. 2017-06-27 14:02:38 +08:00
Jonathan Xu
9d83fd9a0c Revert "Return file_count when getting or listing repos."
This reverts commit f285dde083.
2017-06-27 12:06:08 +08:00
Jonathan Xu
f285dde083 Return file_count when getting or listing repos. 2017-06-27 11:49:33 +08:00
cuihaikuo
c98978c245 Set 'last_modified' in repo info 2017-06-26 18:30:58 +08:00
cuihaikuo
fd0dbd0160 A few performance improvements for listing repos.
- Record repo name, update time, etc in database
        - Sort repo list results in update time.
2017-06-23 14:23:59 +08:00
cuihaikuo
bd5c585466 Fix a memory-free problem 2017-06-21 11:45:23 +08:00
Jiaqiang Xu
2166e2ac2b Merge pull request #53 from haiwen/mem_bug
Fix a bug that may cause a memory leak
2017-06-20 18:32:39 +08:00
cuihaikuo
ab08ec51e2 Fix a bug that may cause a memory leak 2017-06-19 16:24:16 +08:00
Jiaqiang Xu
d16737b298 Merge pull request #51 from haiwen/return_modifier
Return modifier when list dirs
2017-06-19 12:06:01 +08:00
cuihaikuo
1e72bec16d Return modifier when list dirs 2017-06-12 18:12:57 +08:00
cuihaikuo
339cfe1ed9 Merge pull request #49 from haiwen/6.0
Create only one commit when delete multiple files
v6.1.1-server
2017-06-08 13:58:24 +08:00
cuihaikuo
5dddbf4e07 Create only one commit when delete multiple files 2017-06-05 14:49:32 +08:00
Jonathan Xu
4617be966b Fix upgrade sql script name. v6.1.0-server 2017-05-09 16:01:01 +08:00
Jonathan Xu
568e6ac57d Update 6.1.0 upgrade sql. 2017-05-09 15:05:09 +08:00
Jonathan Xu
3773cbc7c2 [script] Add upgrade script for 6.1.0. 2017-05-08 10:40:59 +08:00
Shuai Lin
0b300d65c0 seahub.sh added an "python-env" to set up env for debugging. 2017-05-02 18:07:30 +08:00
Shuai Lin
05d2f19ec9 setup script: do not try to resolve hostname (#42)
* setup script: do not try to resolve hostname

* Fixed pil install in travis ci.
2017-04-28 06:46:28 +00:00