Commit Graph

59 Commits

Author SHA1 Message Date
Shish 8bac027139 don't use php-cs-fixer 3.0 yet, our config file only works with 2.X 2021-03-15 00:04:53 +00:00
Shish ac981c5eab bumps 2021-03-14 23:56:06 +00:00
Shish 77f7121e26 drop php7.3 support, make use of 7.4 features 2021-03-14 23:43:50 +00:00
Shish 6221fbb096 drop flash support 2021-03-14 15:43:35 +00:00
Shish 05798f9cad bump svg-sanitize 2021-02-12 21:08:26 +00:00
Matthew Barbour bd079722c0 Added php-cs-fixer to composer dev requirements 2021-01-18 08:59:07 -06:00
Shish 89864f7d53 bumps 2020-12-25 02:42:11 +00:00
Shish 583cf6751a test php8 build 2020-10-24 21:56:33 +01:00
Shish 574ec0b4c0 more semver 2020-10-24 20:02:55 +01:00
Shish e208f9d297 phpunit 9 2020-10-24 19:27:48 +01:00
Shish 2ac695c135 bump some dependencies 2020-09-20 17:53:26 +01:00
Shish 3e017818dc more explicit versions 2020-09-20 12:40:51 +01:00
Shish 40b80bca93 add fileinfo to composer.json 2020-06-24 16:50:00 +01:00
Matthew Barbour edc8e5aa43 Added bulk import/export to gd suggestion 2020-06-22 18:03:13 +01:00
Shish e362f3bad2 stop depending on unmaintained tablesorter plugin 2020-03-26 14:57:38 +00:00
dependabot[bot] 22171806da
Bump enshrined/svg-sanitize from 0.12.0 to 0.13.1
Bumps [enshrined/svg-sanitize](https://github.com/darylldoyle/svg-sanitizer) from 0.12.0 to 0.13.1.
- [Release notes](https://github.com/darylldoyle/svg-sanitizer/releases)
- [Commits](https://github.com/darylldoyle/svg-sanitizer/compare/0.12.0...0.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-27 20:39:06 +00:00
dependabot[bot] f27921e9ef
Bump enshrined/svg-sanitize from 0.8.2 to 0.12.0
Bumps [enshrined/svg-sanitize](https://github.com/darylldoyle/svg-sanitizer) from 0.8.2 to 0.12.0.
- [Release notes](https://github.com/darylldoyle/svg-sanitizer/releases)
- [Commits](https://github.com/darylldoyle/svg-sanitizer/compare/0.8.2...0.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-08 17:18:32 +00:00
Shish 562a2c8fea use microhtml for ext_manager 2019-12-09 14:20:56 +00:00
Shish 861def1aa3 be explicit about using FFS-PHP's PDO not vanilla PDO 2019-11-26 10:26:38 +00:00
Shish a175405210 replace ipban page with microcrud 2019-11-24 15:59:14 +00:00
Shish 4026181219 composer updates 2019-11-21 17:12:08 +00:00
Shish 659ef7dac9 update dependencies 2019-11-14 18:24:09 +00:00
Shish ccb9c493d5 s/Context/EventTracer/g 2019-07-05 20:49:47 +01:00
Shish 97f8234778 bump phpunit to 7.x 2019-07-05 15:47:47 +01:00
Shish bf473f6d51 more lint fixes 2019-05-29 18:23:29 +01:00
Shish 2396ae2ef9 fix a bunch of lints 2019-05-28 20:27:23 +01:00
Shish 5ec3e89884 php7.1 all the things 2019-05-28 17:31:20 +01:00
Shish 5c49b3631d un-bump php back to 7.0, because debian stable... 2018-11-10 12:01:26 +00:00
Shish 9e795f41a7 use vendor JS directly instead of copy-pasting 2018-11-07 15:12:13 +00:00
Shish b2f10ea5ab split up files in core/ for saner management 2018-11-05 22:30:18 +00:00
Shish 15f0847434 PHP bump, 7.2 is stable now, let's require at least 7.1 2018-11-05 19:47:22 +00:00
Shish bc68137797 use svg-sanitize to sanitize SVG files 2018-02-20 22:00:24 +00:00
Shish c7ca2f4154 un-bundle context.php 2017-09-21 05:00:59 +01:00
Shish df3f061533 PHPUnit 6 2017-09-21 04:16:36 +01:00
Shish 4dfad1dfbf also composer.json itself 2017-09-19 00:08:05 +01:00
Shish 4796ee9f00 rebuild composer.lock with php5.6 2017-09-18 23:51:34 +01:00
Daku 6006530b3d password_compat is not required on PHP 5.5+ 2017-03-10 16:10:28 +00:00
Daku 915acda6c7 update PHP-Akismet to PHP7 Compatable version 2017-03-10 15:56:09 +00:00
Daku df38c7978c remove composer dependency on composer-asset-plugin & use asset-packagist instead
This works the exact same, but without the requirement of a globally installed plugin
This _may_ require a "composer global remove composer-asset-plugin remove" to work correctly.
2017-03-10 15:54:49 +00:00
jgen ab9dc0c511 Move phpunit to require-dev in composer.json 2017-03-10 00:28:47 -08:00
jgen fef219c853 Add explicit phpunit dependency back 2017-03-09 10:32:00 -08:00
jgen c1e115e075 Test removing explict phpunit dependency from composer 2017-03-09 01:22:45 -08:00
jgen ab27e2d2a5 Bump PHP version up to 5.6 2017-03-09 01:12:27 -08:00
jgen f21648b46d Add phpunit to composer dependencies & update composer 2017-03-09 00:54:48 -08:00
Daku 60dd9eeb90 temp solution to avoid removing modernizr lib 2016-06-18 06:28:53 +01:00
Daku 861862a3e1 password compat lib is now autoloaded with composer 2016-06-18 06:28:48 +01:00
Daku 3ebf78e252 make sure lib/vendor folder is cleared on composer update
this stops old libs from still being cached by mistake
2016-06-18 06:27:47 +01:00
Daku caed53de6a jQuery.cookie is deprecated so use js-cookie instead (+ composer), some js tweaking too
Conflicts:
	ext/blotter/script.js
	ext/handle_pixel/script.js
	ext/index/script.js
	ext/pools/script.js
	lib/shimmie.js
2016-06-18 06:27:32 +01:00
Daku b0daab8766 move from Jaris > MediaElement for <video> fallback + use composer
also made it so the video element is no longer bigger than parent div
2016-06-18 06:20:49 +01:00
Daku 2070034d0d move securimage to composer + update lib 2016-06-18 06:20:43 +01:00