1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-25 22:48:36 +00:00
Commit Graph

698 Commits

Author SHA1 Message Date
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. v6.0.6-server 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. v6.0.5-server 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. v6.0.4-server 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. v6.0.3-server 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. v6.0.1-server v6.0.2-server 2016-08-27 13:50:22 +08:00
Jiaqiang Xu
9fce30c9c5 Fix compile error. 2016-08-27 12:20:39 +08:00
Jiaqiang Xu
25dc2c37fb Fix starting seafdav error. 2016-08-23 10:40:30 +08:00
Jiaqiang Xu
5a50db9c48 Conditional compile MySQL and PostgreSQL support. 2016-08-20 17:32:22 +08:00
Jiaqiang Xu
f8b9c37a08 Add seafile-tutorial doc. 2016-08-20 15:56:59 +08:00
Jiaqiang Xu
f52ffdfb23 Add connection pool for db. 2016-08-20 15:29:51 +08:00
Jiaqiang Xu
6a5e0804b9 Fix make dist. 2016-08-19 18:01:30 +08:00
Jiaqiang Xu
3bdfa25310 Update version to 6.0.1. 2016-08-19 15:40:44 +08:00
Jiaqiang Xu
9cddcf9da5 [build] Add option to provide mysql_config path. 2016-08-19 15:15:48 +08:00
Jiaqiang Xu
2643119433 Initial commit of Seafile server core. 2016-08-19 13:54:16 +08:00