Commit graph

673 commits

Author SHA1 Message Date
Martin Mahner
8ec14f03e8 Removed Locales
Need to figure out a better way to keep them updated with the upcoming changes.
2018-03-24 08:55:07 +01:00
Martin Mahner
2596c1722f Manifest Storage to overcome caching issues. 2018-03-14 09:07:15 +01:00
Martin Mahner
88a072fe79 None of the server files are required anymore 2018-03-12 17:36:58 +01:00
Martin Mahner
3224f22f8a
Merge branch 'master' into v3 2018-03-12 16:49:26 +01:00
Martin Mahner
ab40ad2cbb Updated changelog 2018-03-12 14:04:47 +01:00
Martin Mahner
b97007f02a Fixed visual leading white space. 2018-03-12 13:58:50 +01:00
Martin Mahner
a94389fd7d Fixed Auto-Strip content in charfield in Form. 2018-03-12 13:53:10 +01:00
Martin Mahner
5278866610 Fixed leading whitespace in API 2018-03-12 13:46:55 +01:00
Martin Mahner
7efff4fa19 Fixed leading whitespace in API 2018-03-12 13:45:52 +01:00
Martin Mahner
b1b7aa51a4 Added tests to make sure content is saved with leading whitespaces in the db. 2018-03-12 13:42:20 +01:00
Martin Mahner
6255885bea Fixed Travis 2018-03-12 13:12:19 +01:00
Martin Mahner
81f9718edc Highlight Whitespace tests 2018-03-12 13:04:18 +01:00
Martin Mahner
2a1841ac56 Full metal cleanup 2018-03-12 11:59:38 +01:00
Jason Moujaes
27d608e5da No need to handle version 1.7 Django anymore so removing those cases from runtests.py (#102) 2018-03-03 20:57:51 +01:00
Martin Mahner
8582114b90 CSP Settings 2018-01-08 12:21:52 +01:00
Martin Mahner
faf8874f50 Added django-csp setting 2018-01-07 17:26:07 +01:00
Martin Mahner
90e5008b03 Security Enhancements. 2018-01-07 17:20:59 +01:00
Martin Mahner
4924c88107 Use Pipenv 2018-01-07 17:20:50 +01:00
Michael Marx
48c77e6ad8 Added a french translation (#99) 2018-01-04 20:50:52 +01:00
Martin Mahner
bea1aa811a Reset to 'standard' folders 2017-12-12 22:28:28 +01:00
Martin Mahner
451b9e9ada removed gunicorn dependency 2017-12-12 22:07:27 +01:00
Martin Mahner
259fa0cf4c Added changelog not. 2017-12-12 20:31:26 +01:00
Martin Mahner
753ab8a160 Merge remote-tracking branch 'origin/master' 2017-12-12 20:24:17 +01:00
Martin Mahner
2ee6dce91b dpaste isn't django 2.0 ready yet. 2017-12-12 20:24:14 +01:00
Martin Mahner
352bb8da9a dpaste isn't django 2.0 ready yet. 2017-12-12 20:23:43 +01:00
Martin Mahner
d9bce49852 Merge remote-tracking branch 'origin/v3' into v3 2017-12-12 20:12:08 +01:00
Martin Mahner
f8dc4c0b71 Updated docs. 2017-12-12 20:12:03 +01:00
Martin Mahner
25713de3ae Update CHANGELOG 2017-10-24 18:56:45 +02:00
Martin Mahner
e7e61cf6e4 Fixes broken cmd_enter in Firefox. Closes #96. 2017-10-24 18:35:50 +02:00
Eli Flanagan
b8c8cb794d fix undefined variable (#97) 2017-10-24 18:33:49 +02:00
Martin Mahner
5ab0f03443 Added Django 2.0a to test suite. 2017-09-27 11:22:45 +02:00
Martin Mahner
2fb745565d Removed context debris. 2017-09-13 09:35:55 +02:00
Martin Mahner
6ecde113b6 Fixed CSRF check in API. Closes #94. 2017-09-13 09:35:47 +02:00
Martin Mahner
cf61cc52d4 Fixed tests for Py3 2017-09-13 09:26:14 +02:00
Martin Mahner
f936bd43c3 Header fixes 2017-09-06 13:54:58 +02:00
Martin Mahner
f08c7de609 Fixed wordwrap and marking 2017-09-06 13:52:52 +02:00
Martin Mahner
4bdcbdcd20 Removed bootstrap. 2017-09-05 13:43:16 +02:00
Martin Mahner
3aa06d30e0 100% vanilla JS now. 2017-09-01 18:57:06 +02:00
Martin Mahner
1167d6fcdb Changelog 2017-09-01 12:34:57 +02:00
Martin Mahner
201f78e81b First iteration of JS vanilla'ization 2017-09-01 12:34:52 +02:00
Martin Mahner
470b8dd2b3 v3.0 2017-09-01 11:32:58 +02:00
Martin Mahner
fc44b12504 Merge pull request #91 from lb1c/patch-1
Update installation.rst
2017-07-14 11:57:41 +02:00
Martin Mahner
6caa5bff48 Fixed curl docs. Closes #92 2017-06-05 20:31:45 +02:00
lb1c
fef7dd79ee Update installation.rst 2017-05-19 15:30:27 +02:00
Martin Mahner
4ae6e0aaa6 Added Django 1.11 to the test list. 2017-04-29 08:53:14 +02:00
Martin Mahner
54de452f19 further cleanup 2017-03-18 14:08:36 +01:00
Martin Mahner
b64d25bfaf Merge pull request #89 from koddsson/dynamic-base-url-in-about-page
Dynamic base url in about page
2017-03-10 08:38:33 +01:00
Kristján Oddsson
0e980b1eaf Change variable name from base_url to site_url
So it's more in-line with other global context variables ie.
`site_name`.

See https://github.com/bartTC/dpaste/pull/89#issuecomment-285331008
2017-03-09 14:27:09 +00:00
Kristján Oddsson
ec533a9dcc Replace hard-coded urls in about page with base_url
Display the `DPASTE_BASE_URL` instead of the hard-coded value
`dpaste.de`.
2017-03-09 11:13:29 +00:00
Kristján Oddsson
e6781d9dbc Expose base_url in global context for templates
Since `DPASTE_BASE_URL` is a dynamic setting that can be changed when
the application is self-hosted, the templates need to have access to the
variable when rendering the templates so that they do not erroneously
display the dpaste.de url.
2017-03-09 11:10:50 +00:00