Commit graph

27 commits

Author SHA1 Message Date
Martin Mahner
b25b9b888e Cleaned up all imports using isort. 2014-12-14 18:03:35 +01: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
7821056b64 Further cleanup of all „One-Time snippet“ strings. 2014-10-28 12:05:47 +01:00
Martin Mahner
8683c4c30d Further language cleanup. 2014-10-25 12:08:11 +02:00
Sergio Oliveira
ae2de8ef9c Fixed typo 2014-10-20 12:15:37 -02:00
Martin Mahner
34181e03f7 Added a API value to set the expire time of snippets. Closes issue #64. 2014-06-08 20:15:59 +02:00
Martin Mahner
afafd4fb3b The expiration choice ‚never‘ is now enabled by default. 2014-06-08 20:09:36 +02:00
Marco Rougeth
8c7b752f7e Add bootstrap3 support 2014-05-02 00:59:23 -03:00
Martin Mahner
a3b8c8a7a7 Fixed different fallback values for max-snippets setting.
Refs issue #51.
2014-03-13 15:48:36 +01:00
Martin Mahner
3b8bb915e5 One time tests and docs. 2014-01-21 13:12:03 +01:00
Martin Mahner
88be3a6b1f Support for onetime snippets. 2014-01-21 12:10:52 +01:00
Martin Mahner
964e1b64c7 Added option to keep snippets forever. 2014-01-11 16:00:11 +01:00
Martin Mahner
fae95e1e2a Moved inside the function so its re-evaluated for every testcase. 2013-12-18 12:54:13 +01:00
Martin Mahner
b4e62fca36 Expire choices are not settable. 2013-12-17 18:10:19 +01:00
Martin Mahner
b4f2afa03a No longer strip the beginning of a paste! 2013-11-26 16:51:05 +01:00
Martin Mahner
75618d649b Fixed import. 2013-11-25 19:36:32 +01:00
Martin Mahner
c1c43dd51a A better API that supports more values. 2013-11-24 19:18:56 +01:00
Martin Mahner
691c21dd0f Allow to set the initial lexer via GET. 2013-11-23 16:31:13 +01:00
Martin Mahner
6e641290e2 Fixed couple of merge issues 2013-09-27 17:50:58 +02:00
Martin Mahner
2c072e2789 Huge cleanup. Simplified lexer massively. Cleaned up view code. Cleaned up syntax highlighting. 2013-08-15 20:42:02 +02:00
Martin Mahner
ce29409340 Strip content before putting it in the db. 2013-03-22 22:38:39 +01:00
Martin Mahner
2ec3614693 Set a max_length for all snippets. Nobody needs more than 256k of space. 2013-03-22 19:41:00 +01:00
Martin Mahner
a1e44486d2 Autofocus the textfield for a new snippet. 2013-03-22 19:40:31 +01:00
Martin Mahner
e14192d2d1 Save the recently used lexer to use it next time again. Fixes issue #3 2013-03-20 13:08:41 +01:00
Martin Mahner
e7e38d409d Lexer handling. 2013-03-19 19:47:09 +01:00
Martin Mahner
f7916a6960 Huge design overhaul. 2013-03-19 19:17:07 +01:00
Martin Mahner
ee0fc79a3e Renamed pastebin > dpaste.
This is a way simpler project structure, its also backwards compatible. Its a huge cleanup and should make further development and also 3rd party integration much easier.
2013-03-19 13:33:35 +01:00
Renamed from pastebin/apps/dpaste/forms.py (Browse further)