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
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
Jonathan Xu
e3851a9f2f Merge branch '6.0' 2017-04-27 18:06:16 +08:00
cuihaikuo
73426f3143 Fix sql bug when checking repo share permission 2017-04-26 10:25:49 +08:00
cuihaikuo
1dc5798f4a Allow to upload folder 2017-04-25 11:34:18 +08:00
Jiaqiang Xu
4dfa99882b Merge pull request #40 from haiwen/path_check
Path check
2017-04-20 16:51:50 +08:00
cuihaikuo
ed05760019 Check path when revert file and directory 2017-04-19 17:16:38 +08:00
cuihaikuo
ca0a2bd541 Check path when get file id by commit and path 2017-04-19 17:15:20 +08:00
Jonathan Xu
f3a4d32ce7 Add "order by" to sql for querying owned repos. v6.0.10-server 2017-04-14 14:29:18 +08:00
cuihaikuo
72e7b68c66 Replace 'seaf_db_check_for_existence' with 'seaf_db_statement_exists' 2017-04-14 11:34:22 +08:00
cuihaikuo
e2fe612293 Use sql to check group permission instead of loop 2017-04-14 11:33:44 +08:00
Jonathan Xu
a9ed059634 A few optimizations for SQL queries related to repos.
- Support paging for listing owned repos
- Reduce SQL queries for getting and listing repos.
2017-04-06 17:33:37 +08:00
cuihaikuo
345d4ad286 Modify sql syntax for pgsql v6.0.8-server v6.0.9-server 2017-02-17 10:39:51 +08:00
Jiaqiang Xu
bf0151011f Merge pull request #22 from haiwen/statistics
Fix statistic error
2017-02-15 14:34:39 +08:00
Jonathan Xu
4ce41cfd6a Fix bug in returning deleted files. 2017-02-11 17:24:33 +08:00
Jiaqiang Xu
08fb1cb827 Merge pull request #25 from haiwen/logrotate
Add logrotate support for controller.log
2017-02-11 10:46:07 +08:00
cuihaikuo
345a7e3e61 Add logrotate support for controller.log 2017-02-10 14:37:06 +08:00
Jiaqiang Xu
b8670b200b Merge pull request #21 from haiwen/ldap
[python] Read LDAP config from ccnet.conf
2017-02-10 13:51:29 +08:00
Jonathan Xu
13c6936502 [python] Add documentation for get_file_revisions API. 2017-02-10 12:18:32 +08:00
cuihaikuo
87a9a49623 Fix statistic error 2017-01-21 14:31:52 +08:00
zhengxie
60a5ac7371 [python] Read LDAP config from ccnet.conf 2017-01-20 16:03:54 +08:00
Jiaqiang Xu
741d26f0aa Merge pull request #19 from haiwen/search_group
Add rpc for searching groups by name
2017-01-19 17:54:00 +08:00
Jiaqiang Xu
28a65946b2 Merge pull request #18 from haiwen/pgsql_port_setting
Postgresql port setting
2017-01-17 16:27:27 +08:00
cuihaikuo
4407927e37 Add rpc for searching groups by name 2017-01-17 13:47:54 +08:00
cuihaikuo
bcd7ad8f0b Postgresql port setting 2017-01-16 15:56:51 +08:00