Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

修复各种网络错误 #259

Open
wants to merge 46 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
ae9912a
1.修复中文验证码无法通过校验问题
Sep 23, 2016
65baa66
1.修复中文验证码无法通过校验问题
Sep 23, 2016
b8787e6
已经基本修复各种网络错误
Sep 23, 2016
87f628c
验证码问题,需要解决,考虑改写Qt吧
Oct 7, 2016
827b3b3
验证码问题
Nov 18, 2016
ed162eb
头像修复
Nov 25, 2016
2dccc6c
头像
Nov 25, 2016
8270aab
edit .gitignore
xbbsky Dec 2, 2016
4cfbe99
Merge pull request #1 from xbbsky/master
Dec 15, 2016
656acc1
readme
Dec 15, 2016
12aa270
Merge remote-tracking branch 'origin/master'
Dec 15, 2016
949ab07
readme
Dec 15, 2016
77f023c
readme
Dec 15, 2016
0484ce3
readme
Dec 15, 2016
7b90fe6
修复最近出现的无法登录
Feb 12, 2017
182d6bf
继续修复登录错误
Mar 9, 2017
3847155
修复get_user_uk错误
Mar 9, 2017
f6fcb3b
update readme
Apr 5, 2017
160a487
update gitigro
Apr 5, 2017
4ec6da0
Create .travis.yml
Apr 5, 2017
6b97b79
Update .travis.yml
Apr 5, 2017
88a0de6
Update .travis.yml
Apr 5, 2017
eeb558f
Update .travis.yml
Apr 5, 2017
63f5458
cookies 有效期修改为1个月
Apr 6, 2017
e5b5cdf
merge bug-cookies
Apr 6, 2017
a0e40f3
merge develop
Apr 6, 2017
eb96024
Merge branch 'master' of github.com:Yufeikang/bcloud
Apr 6, 2017
39545ae
更正上传页面“删除选中的任务”的提示信息
wkcn May 10, 2017
6af75b4
Merge pull request #12 from wkcn/master
May 11, 2017
cb5c7c7
Refresh translations
hosiet May 26, 2017
2e60b5a
Update Simplified Chinese translation.
hosiet May 26, 2017
1169dad
Merge pull request #22 from debiancn/upstream
May 27, 2017
3b08c30
fix #23
Jun 1, 2017
4d19e37
fix issues-23
Jun 1, 2017
378ad4f
fix issues-23
Jun 1, 2017
42c0748
fix #24
Jun 1, 2017
cc5cd5a
fix issues-24
Jun 1, 2017
e034caa
fix issues-24
Jun 1, 2017
474c387
add requirements.txt fix #33
Jun 16, 2017
ef4be49
merge issues-33
Jun 16, 2017
6bf9876
缺少lxml依赖
Jun 19, 2017
2579a71
merge issues-37
Jun 19, 2017
b9d75ce
debian packaging for forked bcloud.
hosiet Jun 28, 2017
d6a6000
Merge pull request #39 from debiancn/master
Jun 28, 2017
8845bd4
Update README.md
Nov 9, 2017
f166e70
Update README.md
Nov 9, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .travis.yml
kang authored Apr 5, 2017
commit eeb558f89edbb9e080d72470a9196b206d6d17c6
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -10,5 +10,5 @@ install:
# Build/test dependencies
#- pip3 install -r requirements.txt
# Get fab to test fab
- python3 setup.py install
- python setup.py install