Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-26 | s/renderer: Pass output_cache in constructor | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-26 | Extract render code into dedicated class | Florian Pritz | 1 | -144/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-24 | Improve error handling in json reformater | Florian Pritz | 1 | -4/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-22 | Reformat single-line JSON when rendering | Florian Pritz | 1 | -0/+5 | |
Be conservative and only apply the reformating for single line pastes. This should cover the most common cases and protect against trying to reformat non-json content. Fixes #14 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-22 | Pass file content to lexer via stdin | Florian Pritz | 1 | -2/+5 | |
This allows to easily modify the content before rendering it. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Remove cli client upload handler | Florian Pritz | 1 | -52/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | c/file: Remove upload detection | Florian Pritz | 1 | -3/+1 | |
This only existed for curl based uploading which is no longer supported Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | c/file_default: Drop $this->view_dir | Florian Pritz | 1 | -14/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Remove plaintext API deprecation warning | Florian Pritz | 1 | -9/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Remove cli client only functions | Florian Pritz | 1 | -32/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Remove special handling of cli clients | Florian Pritz | 1 | -21/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Drop file_plaintext views | Florian Pritz | 1 | -5/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-01 | Fix missing / in redirect after creating multipaste via webui | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-01 | Allow creation of multipastes from upload history | Florian Pritz | 1 | -0/+34 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-01 | Add multipaste queue | Florian Pritz | 1 | -0/+113 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-10-31 | Remove call to undefined function File_default->client() | Florian Pritz | 1 | -3/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-09-19 | Improve plaintext API deprecation warning | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-09-19 | Extract tooltip function into \service\files | Florian Pritz | 1 | -28/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-09-19 | Move file controller into subdir | Florian Pritz | 1 | -0/+1221 | |
This allows to more easily split the controller into smaller parts in the future. Signed-off-by: Florian Pritz <bluewind@xinu.at> |