Commit graph

391 commits

Author SHA1 Message Date
Martin Mahner
c239e34eff Merge remote-tracking branch 'origin/master' 2014-12-29 19:55:41 +01:00
Martin Mahner
a6c4041b6c It’s hard to have multiple versions of Python installed, especially when using Homebrew. So just skip them. 2014-12-29 19:35:18 +01:00
Martin Mahner
1a7cbd13e2 More coveralls removal. 2014-12-29 19:34:48 +01:00
Martin Mahner
011d641c3b Updated message strings. 2014-12-29 11:43:16 +01:00
Martin Mahner
88a974e87b Merge remote-tracking branch 'origin/master' 2014-12-29 11:11:31 +01:00
Martin Mahner
70f3328e02 Requirements update 2014-12-29 11:11:28 +01:00
Martin Mahner
febae7a34c Added Python 3.3 along 3.4 in testsuite. 2014-12-28 13:34:50 +01:00
Martin Mahner
91c747b7f5 Removed coveralls 2014-12-28 13:31:12 +01:00
Martin Mahner
5211ebd01d Updated Changelog 2014-12-28 13:31:05 +01:00
Martin Mahner
ce9afb0250 Added Python 3 trove classifier. Closes issue #68 2014-12-28 13:20:29 +01:00
Martin Mahner
7a2c414f95 Referrer optimization 2014-12-27 00:52:15 +00:00
Martin Mahner
9af1c51184 Added webalizer config 2014-12-25 12:56:39 +00:00
Martin Mahner
1de944e806 Do not log favicon/robots GET calls 2014-12-14 22:19:03 +00:00
Martin Mahner
dfd0f25f11 Added wsgi application file 2014-12-14 17:28:28 +00:00
Martin Mahner
52f5340d4b Gunicorn server updates. Removed NewRelic (wasn't used anyway) 2014-12-14 17:28:16 +00:00
Martin Mahner
4939467620 Removed South from the default settings since it’s no longer compatible with latest Django 1.7. 2014-12-14 18:11:57 +01:00
Martin Mahner
ccf646e34f Replaced python 3.3 with 3.4 2014-12-14 18:11:36 +01:00
Martin Mahner
15d4970343 Updated all dev requirements 2014-12-14 18:11:26 +01:00
Martin Mahner
b25b9b888e Cleaned up all imports using isort. 2014-12-14 18:03:35 +01:00
Martin Mahner
611e0f6ea9 Apply network block middleware on all POSTs 2014-12-12 22:58:06 +01:00
Martin Mahner
641d156128 Rate limiting; allow 2r/s so we can do a POST and GET of a snippet faster 2014-12-12 21:30:15 +00:00
Martin Mahner
51d9d6a8a7 Some basic rate limiting 2014-12-12 21:25:51 +00:00
Martin Mahner
459e60a138 Added a middleware to repel anonymous proxy and tor clients 2014-12-12 21:02:25 +00:00
Martin Mahner
4dfab6533a Need to fix fallback value, in case the list is too short it would fail 2014-12-12 20:58:21 +00:00
Martin Mahner
a546cc4d59 Further nginx improvements 2014-12-12 19:16:51 +00:00
Martin Mahner
39e687dbce Simplified nginx conf. Redirect .org to .de 2014-12-12 19:06:29 +00:00
Martin Mahner
b1e82903ac Apparently you no longer need a ‚fake‘ lazy lambda and can use ugettext right away in the settings.
I remember this was not possible since gettext requires settings itself and so you had a cross reference. Maybe I was just wrong too.
2014-10-28 12:14:30 +01:00
Martin Mahner
7821056b64 Further cleanup of all „One-Time snippet“ strings. 2014-10-28 12:05:47 +01:00
Martin Mahner
d8056a83ea Updated Django versions to test against. Removed Django 1.5 since its no longer supported by Django itself. Some Django 1.7 improvements. 2014-10-28 11:52:04 +01:00
Martin Mahner
6ca849cc91 Made the i18n url a fixed string, in Django 1.4 the named urlpattern does not exist yet. This looks like the best way to support all versions. Once 1.4 is deprecated we make this a revserse again. 2014-10-28 11:36:19 +01:00
Martin Mahner
ea27bf9e0f Language support! 2014-10-28 11:22:43 +01:00
Sergio Oliveira
030556ea05 Added Transifex script configuration 2014-10-27 15:16:04 -02:00
Sergio Oliveira
174080d259 Updated ES 2014-10-27 15:15:44 -02:00
Sergio Oliveira
a7a1a6238f Updated pt_BR and es translations 2014-10-27 14:28:41 -02:00
Martin Mahner
40d044e424 Merge remote-tracking branch 'origin/master' into i18n
Conflicts:
	dpaste/forms.py
2014-10-25 12:14:36 +02:00
Martin Mahner
cdd20df09d Merge pull request #65 from welshjf/doc_fixes
Doc typo fixes
2014-10-25 12:13:47 +02:00
Martin Mahner
d014c4df3f DEBUG is now False by default. 2014-10-25 12:09:06 +02:00
Martin Mahner
1185b5128b Updated german language. 2014-10-25 12:08:58 +02:00
Martin Mahner
8683c4c30d Further language cleanup. 2014-10-25 12:08:11 +02:00
Sergio Oliveira
dce3d6b9bd Fixed typo 2014-10-20 12:15:37 -02:00
Sergio Oliveira
ae2de8ef9c Fixed typo 2014-10-20 12:15:37 -02:00
Sergio Oliveira
7f602f60cd Fixed typo 2014-10-20 12:13:03 -02:00
Martin Mahner
832645f129 First pass of a German language. 2014-10-17 08:43:44 +02:00
Sergio Oliveira
434aeed6d1 Updated i18n strings 2014-10-16 09:27:17 -03:00
Marco Rougeth
ca75059f10 Add pt_BR translations 2014-10-16 09:27:08 -03:00
Martin Mahner
99a3fcd361 Merge pull request #66 from welshjf/site_settings
New settings for private installations
2014-10-02 05:16:29 +02:00
Jacob Welsh
85a02edb8f New settings for private installations
- The site name in the titles and "about" page can be changed from
  dpaste.de
- The Gist feature can be disabled (both the UI and the code that does
  the POST)
- A different URL can be given for jquery(.min).js besides google, such
  as beside the local static files
2014-10-01 19:31:28 -05:00
Jacob Welsh
fa95dc64e8 Fix non-readthedocs sphinx build
Note, this means you have to set the environment variable
READTHEDOCS=True to use the RTD theme, which appears to have been the
intent.
2014-09-30 15:36:37 -05:00
Jacob Welsh
bdd29df7c7 Fix DPASTE_SLUG_CHOICES alphabet in documentation 2014-09-30 15:34:48 -05:00
Martin Mahner
66203c18fe Fixed misleading doc typo 2014-08-02 13:10:49 +02:00