Julien Enselme
6973128eac
Correct auth without password or username.
...
If no username is set, returns an empty string. So the test `username is
not None` is always True. Idem for password. This can lead to
authentication problems. This commit fixes the test to `if username and
password` as it was in the previous version.
2015-03-07 16:00:28 +01:00
Martin Zimmermann
630e76f66c
Merge branch 'legacy/0.9'
...
Conflicts:
CHANGES.rst
isso/ext/notifications.py
isso/utils/http.py
setup.py
2015-03-04 22:13:03 +01:00
Martin Zimmermann
beca18a344
Back to development: 0.9.10
2015-03-04 21:58:04 +01:00
Martin Zimmermann
c8655731d6
Preparing release 0.9.9
2015-03-04 21:57:40 +01:00
Martin Zimmermann
ed38ce13d8
update changelog
2015-03-04 21:56:22 +01:00
Martin Zimmermann
f5566c1325
encode username/password in SMTP auth only for Python 2, fix #146
2015-03-04 21:44:39 +01:00
Martin Zimmermann
596acb7f79
request with User-Agent 'Isso/...', #151
2015-03-04 21:33:01 +01:00
Sergey
56c81c2d06
Update ru.js
2015-03-04 21:10:42 +01:00
Martin Zimmermann
45053f9c0c
catch errors in http response
2015-03-04 21:09:28 +01:00
Martin Zimmermann
8e4db5a7a2
typo
2015-02-25 10:57:55 +01:00
Martin Zimmermann
f681002e7e
add support for html5lib below 0.95, #168
2015-02-25 10:48:11 +01:00
Martin Zimmermann
c3c519ad0e
add compatibility middleware for werkzeug 0.8, #170
2015-02-25 10:37:51 +01:00
Martin Zimmermann
9451704d3d
Revert "require html5lib 0.95 or higher, #168 "
...
This reverts commit e97d2aba04
.
2015-02-25 10:30:58 +01:00
Martin Zimmermann
e5219157a7
Merge pull request #172 from xuhdev/fix-159-2
...
Save the session-key as a unicode string in the db
2015-02-25 10:11:34 +01:00
Hong Xu
21e91efbf9
Save the session-key as a unicode string in the db
...
The session-key should be saved as a string, not a byte string.
2015-02-25 00:21:55 -08:00
Martin Zimmermann
957fc72eb1
reject request if reject is actually defined, fix #165
2015-02-24 21:37:57 +01:00
Martin Zimmermann
0466977109
replace bullet with HTML entity, fix #169
2015-02-24 21:34:05 +01:00
Martin Zimmermann
e97d2aba04
require html5lib 0.95 or higher, #168
2015-02-24 21:30:34 +01:00
Martin Zimmermann
aa64b27684
Python 2.7.9 didn't get the context=ssl... backport unfortunately
2015-02-24 20:56:20 +01:00
Martin Zimmermann
e3dedef7ed
Merge pull request #167 from albohlabs/feature/ansible
...
Add ansible for provisioning
2015-02-19 22:32:03 +01:00
Daniel Gräber
09ad29aa81
Remove .idea from gitignore
2015-02-19 19:32:12 +01:00
Martin Zimmermann
e098a199f3
Merge pull request #164 from xuhdev/typo
...
Fix some typos in the intallation doc.
2015-02-19 18:57:40 +01:00
Martin Zimmermann
4c9a2aba30
fetch polish translation
2015-02-19 18:56:27 +01:00
Daniel Gräber
7725cfeefc
Remove old apache conf
2015-02-19 17:59:11 +01:00
Daniel Gräber
b37487dcef
Add comments for debugging
2015-02-19 16:40:46 +01:00
Daniel Gräber
aea85f807f
Edit uwsgi and nginx use tcp socket
2015-02-19 16:39:58 +01:00
Daniel Gräber
5a29d2742d
Remove virtualenv
2015-02-19 15:20:54 +01:00
Daniel Gräber
6deacf9527
Update add myself to contributors list
2015-02-19 13:38:48 +01:00
Daniel Gräber
894086bda2
Fix catch socket timeout and error exceptions
2015-02-19 13:38:48 +01:00
Daniel Gräber
63c3e1252c
Update gitignore
2015-02-19 13:38:48 +01:00
Daniel Gräber
8387a5390f
Replace vagrant shell provisioning with ansible
2015-02-19 13:38:48 +01:00
Hong Xu
81d09bfbe4
Fix some typos in the intallation doc.
2015-02-18 16:09:32 -08:00
Martin Zimmermann
0d55dadf46
Merge pull request #163 from albohlabs/patch-1
...
Fix npm uglifyjs missing package error
2015-02-17 22:30:24 +01:00
Daniel Gräber
763586448a
Fix npm uglifyjs missing package error
...
uglifyjs has been [unpublished](https://www.npmjs.com/package/uglifyjs ). Instead use uglify-js.
2015-02-17 17:16:34 +01:00
Martin Zimmermann
5f511023e9
Merge pull request #158 from rolisz/patch-1
...
Catch exception in anonymize function
2015-02-02 00:13:01 +01:00
Roland Szabo
2a3075d0fb
Catch exception in anonymize function
2015-02-01 17:30:35 +01:00
Martin Zimmermann
26b889d381
Merge remote-tracking branch 'origin/pr/157'
...
Conflicts:
isso/js/app/i18n.js
2015-01-30 15:43:02 +01:00
Matias
1957f4f99f
Update CONTRIBUTORS.txt
2015-01-29 15:59:46 -03:00
Matias
dc172975ee
Update CONTRIBUTORS.txt
2015-01-29 03:06:51 -03:00
Matias
c5496b103d
Added spanish translation
...
Added spanish translation
2015-01-29 02:59:52 -03:00
Matias
68a8c2c380
Update client.rst
2015-01-29 02:55:50 -03:00
Matias
4d7fc956ab
Create es.js
...
Added spanish translation
2015-01-29 02:53:53 -03:00
Martin Zimmermann
e271851b50
fetch greek translation
2015-01-28 23:14:21 +01:00
Martin Zimmermann
f80460a685
Merge pull request #152 from jelmer/dutch
...
Import transifex improvements to Dutch translation.
2015-01-22 09:09:18 +01:00
Jelmer Vernooij
00c4d4149e
Import transifex improvements to Dutch translation.
2015-01-21 23:46:50 +01:00
Martin Zimmermann
81756dcefa
Merge pull request #150 from jelmer/dutch
...
Add Dutch translations.
2015-01-21 23:31:34 +01:00
Jelmer Vernooij
dcb7f6457c
Add Dutch translations.
2015-01-17 21:54:01 +01:00
Martin Zimmermann
7c4565afc7
Merge pull request #148 from richard-fine/feature/vagrant
...
Vagrant support
2015-01-03 22:44:46 +01:00
Richard Fine
6ac5e8c6d0
Reverted change to demo file; changed web server config to mount the uWSGI app at the root, as it turns out it's capable of serving the demo file itself
2015-01-03 13:07:41 +00:00
Richard Fine
18118ec080
tell uWSGI to auto-reload when .py files are changed during development
2015-01-03 02:22:01 +00:00