1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-02 23:52:18 +00:00
Commit Graph

59 Commits

Author SHA1 Message Date
cuihaikuo
5f831a8579 Fix pgsql memory occupation problem 2017-01-11 15:02:03 +08:00
xiez
e64aaaa162 Merge pull request #16 from haiwen/add-utf-8-py-header
Add utf8 encoding python header line
2017-01-07 15:34:13 +08:00
Shuai Lin
4505a8faf6 Fixed setup script. 2017-01-07 12:23:08 +08:00
Shuai Lin
268c51687b Fixed pylint warnings. 2017-01-07 11:20:18 +08:00
Shuai Lin
902a205f93 Specify utf8 encoding in generated seahub_settings.py 2017-01-07 11:17:38 +08:00
Jiaqiang Xu
ef8fa4a309 Merge pull request #13 from haiwen/statistics
Count total file number and storage occupation
2017-01-04 14:00:17 +08:00
cuihaikuo
90fb2b8515 Count total file number and storage occupation 2016-12-30 16:57:33 +08:00
Jiaqiang Xu
53efff88c4 Merge pull request #14 from haiwen/winserver-6.x
Winserver 6.x
2016-12-29 14:59:05 +08:00
Jonathan Xu
30e16a80bd Remove trailing spaces from values when reading config file. 2016-12-28 15:04:13 +08:00
Jonathan Xu
6f70a910e1 [lib] Don't install libseafile and headers. 2016-12-27 16:52:43 +08:00
Shuai Lin
715f072c1b Fixed content length formatting on windows. 2016-12-27 15:02:58 +08:00
Shuai Lin
adc08a28e4 Enabled msyql on windows. 2016-12-27 10:40:46 +08:00
Shuai Lin
302fa48fe6 Improved python installation on win32. 2016-12-23 23:36:38 +08:00
Shuai Lin
d2cd397ae9 Fixed iconv on win server. 2016-12-23 18:26:34 +08:00
Shuai Lin
28ff6970fa Added scripts for windows server 6.0 2016-12-23 16:22:20 +08:00
Jiaqiang Xu
f654d77ee9 Get content-length from header when handling web upload. 2016-12-22 18:23:10 +08:00
cuihaikuo
63cb88e944 Add record to GarbageRepos when delete a broken repo 2016-12-13 16:49:50 +08:00
cuihaikuo
beab14ffe1 spelling mistake 2016-12-12 10:40:09 +08:00
cuihaikuo
3678ea37e2 jpeg mime type 2016-12-09 14:14:18 +08:00
Shuai Lin
04ce91f864 Fixed a typo in upgrade scripts. 2016-11-28 14:38:57 +08:00
Daniel Pan
6dfd391df6 Merge pull request #10 from haiwen/remove-ccnet-peer-name
Remove ccnet peer name
2016-11-25 18:30:46 +08:00
Shuai Lin
46310d12a9 No need to set ccnet peer name anymore. 2016-11-25 17:21:27 +08:00
Shuai Lin
df540c4730 Allow mysql root password to be empty.
E.g. The mysql root pw of mariadb on ubuntu 16.04 is empty.
2016-11-14 10:55:33 +08:00
Shuai Lin
1b3c13d827 Create admin user without user interaction. 2016-11-12 11:30:44 +08:00
Jiaqiang Xu
c93f9fe1c1 Merge pull request #7 from haiwen/rename_virtual_repo
Rename virtual repo while renaming the source folder
2016-11-08 16:05:13 +08:00
Jiaqiang Xu
4e0abc351f Merge pull request #9 from haiwen/share_subdir_return_value
return vrepo_id when share subdir
2016-11-08 15:49:06 +08:00
cuihaikuo
06a41b3eef Rename virtual repo while renaming the source folder 2016-11-07 18:26:29 +08:00
cuihaikuo
46b8d8fda9 return vrepo_id when share subdir 2016-11-05 11:57:44 +08:00
Jiaqiang Xu
4e5f47c8ff Merge pull request #8 from haiwen/handle_jpeg_type
Fix "jpeg displayed on IE" problem
2016-11-05 10:41:08 +08:00
cuihaikuo
53a2d3ddee Fix "jpeg displayed on IE" problem 2016-11-05 10:05:36 +08:00
Jiaqiang Xu
40c6706acc Fix SQLite "database is locked" problem.
Need to use shared cache mode to open db connections.
Also use "unlock_notify" API instead of timed retry.
2016-10-29 15:07:20 +08:00
Jiaqiang Xu
4b1fe6daef Merge pull request #5 from haiwen/download_head_request
Download head request
2016-10-20 14:37:30 +08:00
Jiaqiang Xu
0fdc2ae048 Fix block order bug of block upload apis. 2016-10-09 17:30:49 +08:00
Jiaqiang Xu
19990b9955 Don't use 'as' syntax in SQL. 2016-10-09 16:05:42 +08:00
cuihaikuo
96cf61d819 Processing HEAD Request 2016-10-08 16:09:22 +08:00
Jiaqiang Xu
2c6539b016 [pgsql] Fix SQL for set history limit. 2016-10-08 13:43:09 +08:00
cuihaikuo
0699a9e2e6 Add config options: fixed_block_size and web_token_expire_time 2016-10-08 11:32:26 +08:00
Jiaqiang Xu
72ae505def Add "client_version" attribute to commit object. 2016-09-22 10:52:07 +08:00
Jiaqiang Xu
24158df163 Fix a potential number error for 'del_time' field of RepoTrash table. 2016-09-21 14:48:05 +08:00
Jiaqiang Xu
29b82e62d6 [RPC] Add 'delta' parameter to check_quota RPC. 2016-09-21 10:57:29 +08:00
Jiaqiang Xu
aafc3af1d4 Improve quota usage check for web file upload. 2016-09-20 14:24:25 +08:00
Jiaqiang Xu
6077c4828e Add tests config files and modified .gitignore. 2016-09-19 17:06:47 +08:00
Shuai Lin
c1febba686 Merge pull request #1 from haiwen/fix-mariadb-on-ubuntu-1604
Fix setup-seafile-mysql script on ubuntu 16.04 with mariadb.
2016-09-17 16:11:54 +08:00
Shuai Lin
7df81ecb95 Fixed travis ci. 2016-09-17 16:06:49 +08:00
Shuai Lin
5ccce8bd52 Re-enabled travis ci. 2016-09-17 13:34:15 +08:00
Shuai Lin
8fdb64f640 Fix setup-seafile-mysql script on ubuntu 16.04 with mariadb.
* For MariaDB on Ubuntu 16.04, the msyql root user can only be
  accessed from localhost with unix socket. So we retry with
  localhost when failing with 127.0.0.1.

* Also we add restriction to disallow using mysql "root" user in
  ccnet/seafile/seahub configuraiton. It provides both secuirty
  hardening, and also fixes the mariadb problem mentioned above.
2016-09-17 11:58:41 +08:00
Jiaqiang Xu
a57fa10728 [script] Add ceph migrate script. 2016-09-08 17:13:28 +08:00
Jiaqiang Xu
2447b6e144 Fix db connection pool bug. 2016-09-03 12:05:11 +08:00
zhengxie
6aa2c9d5c7 [scripts] Fix default datetime issue in 6.0 2016-09-03 09:52:08 +08:00
Jiaqiang Xu
2fc372b082 Replace sqlite_unlock_notify with timed retry. 2016-08-27 13:50:22 +08:00