b8080acc78fixing an unhandled case found with scrutinizer-ci
El RIDO
2016-07-06 14:58:06 +02:00
c13caee981fixing some documentation issues detected by scrutinizer-ci
El RIDO
2016-07-06 14:12:14 +02:00
85b348d39aremoving even more codeclimate camel case warnings
El RIDO
2016-07-06 13:57:35 +02:00
03565a0988ignore some phpmd issues: variables do not follow camel case in this project, super global access is almost completely encapsulated already, I personally favor else expressions for clarity and the project currently does not use a DI, hence the many static accesses
El RIDO
2016-07-06 13:43:16 +02:00
8b38e26735add codeclimate settings
El RIDO
2016-07-06 13:20:14 +02:00
790cd9fd3aadding codeclimate coverage reporting to travis
El RIDO
2016-07-06 12:09:19 +02:00
0e217a42c5introduce new zerobincompatibility option, replacing the base64 one, if it is enabled, delete tokens use sha256; added per paste salt with server salt fallback; this resolves the points 2.2 & 2.9 in #103
El RIDO
2016-07-06 11:37:13 +02:00
6b0b814dc6removing leftover from previously using a different function, resolves#83
El RIDO
2016-07-06 09:41:07 +02:00
d664af6ce5giving up on HHVM unit tests for now, will open an issue for it
El RIDO
2016-07-06 09:16:02 +02:00
c175abaf77improvements to get the HHVM build to pass
El RIDO
2016-07-06 09:01:10 +02:00
36c1b17777that variable is required to suppress output when unit testing, also travis has composer preinstalled
El RIDO
2016-07-05 17:52:32 +02:00
0730d6b8d2try to find a phpunit version that is compatible with both PHP 5.5 and HHVM
El RIDO
2016-07-05 17:33:55 +02:00
5046091728forgot to add a file in the last commit
El RIDO
2016-07-05 17:25:11 +02:00
8e11f0873csmall code style improvements, trying to get phpunit with hhvm to work in travis
El RIDO
2016-07-05 17:23:25 +02:00
9267e281f5adding support for automatic code coverage generation into codacy
El RIDO
2016-07-05 17:01:26 +02:00
5980f8b603removing some unused code detected by codacy
El RIDO
2016-07-04 20:46:45 +02:00
a856a50bc3addressing random unit test failures, resolves#106
El RIDO
2016-07-04 20:21:14 +02:00
82f4ace5e3Add break of URL for mobile mode
rugk
2016-06-18 19:06:05 +02:00
6ca30a7472Force line breaks for long URL
rugk
2016-06-18 19:03:33 +02:00
e89a8b6898fixing deprecations with newer phpunit versions
El RIDO
2016-05-22 18:35:07 +02:00
1158c81259only mock mcrypt if it isn't installed
El RIDO
2016-05-22 17:17:09 +02:00
67133ec090adding support for Travis CI
El RIDO
2016-05-22 17:09:00 +02:00
1625aac798updating showdown library, adding support for tables and strikethrough, fixing issue with double escaping HTML entities that was causing blockquotes to be ignored, fixes#75
El RIDO
2016-05-22 16:18:57 +02:00
7f2fd4d980compiling license file, resolves#85
El RIDO
2016-05-21 09:18:00 +02:00
450259dc5badded credit for chinese translation
El RIDO
2016-05-21 09:16:17 +02:00
4a7547370eincrementing version
El RIDO
2016-05-21 09:15:52 +02:00
6a2cec39cfMerge pull request #76 from rugk/patch-1
El RIDO
2016-05-14 10:59:03 +02:00
1a1818660dMissing space
rugk
2016-05-12 20:07:58 +02:00
3ec7002f63Don't strip space characters of beginning or end of password, while still ignoring passwords consisting of just spaces, resolves#69
El RIDO
2016-04-26 20:41:15 +02:00
ff3154316cSometimes simple solutions are the cleanest. Resolves#51, resolves#72.
El RIDO
2016-04-26 20:32:48 +02:00
4918bef4dcAlthough there usually are no plurals in chinese, there's an exception for words related to persons, when not preceeded by a numeric word.
El RIDO
2016-04-26 20:21:30 +02:00
4565b72a7dAdding Chinese Translation (#73)
Jiawei Zhou
2016-04-26 13:08:35 -05:00
3a92c940a9implementing media type negotiation (based on language negotiation logic) in cases both JSON and (X)HTML are being requested, resolving #68
El RIDO
2016-04-08 23:29:44 +02:00
9593ba7039Merge pull request #63 from squarefractal/htaccess-work
El RIDO
2016-02-17 12:23:50 +01:00
b90260a0e1Add a (disabled by default) .htaccess file to block out robots and other link scanning agents.
squarefractal
2016-02-16 17:36:28 +05:30
59d2b6f9fcMerge pull request #59 from rugk/patch-1
El RIDO
2016-02-03 12:51:12 +01:00
8c0ad21283Fix typo in Readme
rugk
2016-02-03 00:33:50 +01:00
bba485ef6dadding remarks as discussed in #53
El RIDO
2015-11-09 20:43:24 +01:00
d8ae1be2ffupdating database documentation
El RIDO
2015-11-01 17:10:36 +01:00
42a9c92b5eimproved database backend support for larger files (100 KiB - 16 MiB), introduced database versioning to reduce amount of checks done per request
El RIDO
2015-11-01 17:02:20 +01:00
9d27e7a65dadded dark bootstrap theme, resolving #47
El RIDO
2015-10-31 20:56:55 +01:00
d42975580aexpire_options and formatter_options should not be filled up with default values, resolves#52
El RIDO
2015-10-24 08:44:17 +02:00
176dff3b70renaming config file to make updates easier, resolving #50
El RIDO
2015-10-22 21:13:15 +02:00
5a9879623fadded incorrectly ignored unit test file, correcting ignore
El RIDO
2015-10-22 20:51:01 +02:00
740d62005esmall CSS improvement, partially resolves#48
El RIDO
2015-10-19 19:39:45 +02:00
40019624fdwrap long lines in plaintext format but force horizontal scroll on syntaxhighlighting, resolves#45
El RIDO
2015-10-18 22:16:15 +02:00
e3f4aa982cadding configuration option to set a default language and/or force it, resolves#39
El RIDO
2015-10-18 20:38:07 +02:00
ca07398b66adding option to hide clone button on expiring pastes, resolves#34
El RIDO
2015-10-18 17:56:45 +02:00
f96b0c0afeadding unit tests for all JSON-LD cases
El RIDO
2015-10-18 14:46:07 +02:00
14d08ec56dworking on JSON-LD validity, added CORS headers preparing external API call support
El RIDO
2015-10-18 14:37:58 +02:00