Commit Graph

25 Commits

Author SHA1 Message Date
b8b2291298
Turn the size limit reported in exception into float.
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-15 21:03:27 +01:00
5b5df1e494
Fix fmt include for Ubuntu bionic compatibility.
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-15 20:50:47 +01:00
f23a562c1b
Allow more than 1 screenshot.
Some checks failed
continuous-integration/drone/push Build is failing
* New screenshot naming: branchname-N.extension (the “-N” ist new).
* In JSON file: Array of strings instead of string, “screenshots”
  instead of “screenshot”.
* Old format is still supported.
2020-11-15 20:30:42 +01:00
aeeb06367e
Tell the user the filesize-limit if the screenshot is too big.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-27 14:23:03 +01:00
f373dd3363
Allow more than one tag in argument in get_tags().
All checks were successful
continuous-integration/drone/push Build is passing
Because dynamic input fields are not implemented in the Web-UI, we use
one input field with commas for now.
2020-10-19 07:57:21 +02:00
a9885482f7
Don't return tag that is only spaces in string_to_vector(). 2020-10-19 07:54:35 +02:00
c7ad9ed5fe
Replace certain characters in descriptions.
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-18 01:27:29 +02:00
2e0bfd98ff
Fix tag extraction.
All checks were successful
continuous-integration/drone/push Build is passing
Attempted to read deleted memory.
2020-10-17 03:15:40 +02:00
395b8efef2
Don't add empty tags in get_tags(). 2020-10-16 23:52:08 +02:00
9707694be6
Add support for RSS tags. Also add cgi::tolower(). 2020-10-15 04:45:43 +02:00
d4e037670f
Remove spaces in front of and after tags.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-14 17:19:52 +02:00
2e164316dd
Add date & time to entries. 2020-07-05 08:01:30 +02:00
dcf8053f2e
Fix warnings.
- Initialize variables and pointers.
- Enable automatic move in files::get_datadir().
- Remove unused using declarations and includes.
2020-07-05 05:53:26 +02:00
f522c9ae45
Clean up everything.
All checks were successful
continuous-integration/drone/push Build is passing
* More efficient.
* More readable.
* Errors are reported to the user.
2020-07-02 03:20:27 +02:00
9025e77cb2
Add more namespaces for clearer code.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-01 20:51:35 +02:00
36ce7176c8
Make functions that create and return, remove the temporary dir. 2020-07-01 02:18:30 +02:00
399ee40571
Don't add empty elements to vector.
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-30 07:33:15 +02:00
b4c4393cd8
Add compatibility for GCC-7.
Some checks failed
continuous-integration/drone/push Build is failing
In GCC-7 filesystem is in std::experimental.
2020-06-29 23:15:14 +02:00
8dd890c200
Add size limit for files.
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-29 22:41:55 +02:00
4ce4fdd4fd
Add support for screenshots.
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-06-29 22:37:09 +02:00
76c3e9ab00
Remove error reporting from string_to_vector().
Let the calling function (parse_formdata()) handle it.
2020-06-29 08:38:27 +02:00
5a1cf6bc2c
Better naming. 2020-06-29 07:05:04 +02:00
400a11610f
Add license headers.
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-29 06:10:40 +02:00
cd43a70ca0
Add minimal error reporting to cgi functions. 2020-06-29 05:59:45 +02:00
1b3bd0c425
Parse form data and output it.
Some checks failed
continuous-integration/drone/push Build is failing
2020-06-29 05:21:23 +02:00