26 Commits

Author SHA1 Message Date
nao-pon 63369c6afe feat(editor): add signed callback state storage for external save handlers 2026-04-21 00:10:12 +09:00
Naoki Sawada 2a860167b8 fix: improve PHP 8 compatibility in session, cURL, and callback handling (#3780)
- replace curl_close() handling for PHP 8 CurlHandle compatibility
- refine session cookie params and read-only session behavior
- change session get() default fallback from '' to null
- improve OAuth callback window close/message fallback
- add type-safe adjustments in watermark processing
2026-04-20 10:28:31 +09:00
nao-pon caf636b084 [php:editors] Zoho API update 2023-12-22 00:05:07 +09:00
nao-pon 794d044d21 [editors:online-convert] online-convert.com can no longer be displayed in iFrames on external sites 2020-01-07 15:56:34 +09:00
nao-pon 34c74cb9cd [VD] fix #3074 authentification (return) URL not useable if the connctor url has "?" 2019-12-31 22:25:30 +09:00
nao-pon 270939c509 [php:editors:zoho] correction of error message on fetch initial data 2019-10-21 23:59:59 +09:00
nao-pon 1b30bbc8c5 [cmd:edit:ZohoOffice] change to new API endpoint 2019-09-22 23:14:33 +09:00
nao-pon ff42f6df28 [php] add @var type hinting rel. #2812 2019-01-03 23:38:39 +09:00
nao-pon 15cc46ea27 [php] change code style to PSR-2 of all of php files 2019-01-01 21:18:39 +09:00
nao-pon 896af8cb44 [php] potential bug fixes and PHPDoc fixes
fix #2810, fix #2811, fix #2812 and fix #2114
2019-01-01 20:05:30 +09:00
nao-pon 281a509c59 [cmd:edit:zoho] fix #2777 to show warning when editing items that can not be written anonymously 2018-12-02 10:18:49 +09:00
nao-pon 6f15e139fe [php:editors:Zoho] correction of filename encoding 2018-09-15 21:25:35 +09:00
nao-pon 759df980c0 [php:plugin] fix #2649 disable content editing plugin when saving data in OnlineConvert 2018-09-07 21:35:12 +09:00
nao-pon 839b955df4 [php:editors] change CRLF to LF 2018-07-22 10:42:56 +09:00
nao-pon ab3d45e22b [cmd:edit:OnlineConvert] send content_type to API end point 2018-07-22 10:40:44 +09:00
nao-pon ccef357f4e [php:editor:OnlineConvert] typo fix of define ELFINDER_ONLINE_CONVRT_APIKEY to ELFINDER_ONLINE_CONVERT_APIKEY 2018-07-13 22:59:54 +09:00
nao-pon 8454e3c9b0 [cmd:edit:OnlineConvert] enable to "Input Filename" API functionality 2018-07-09 22:35:52 +09:00
nao-pon 6a6345a119 [cmd:edit] correction of OnlineConvert function 2018-07-09 18:31:56 +09:00
nao-pon 4be3d67342 [php:editors] correction of OnlineConverter 2018-07-09 11:58:39 +09:00
nao-pon 99cbb0ffb5 [php:editors] strict checking of constants 2018-07-09 11:58:03 +09:00
Naoki Sawada 7b9138c715 [cmd:edit] fix #2570 add online-convert.com integration (#2577)
* [cmd:edit] add online-convert.com integration

* [cmd:edit] optimize of plugin OnlineConvert

* [cmd:edit] adjustment of `%20` bug of online-convert.com

* [cmd:edit] care to environment of without $.fn.tabs

* [cmd:edit] adjusting the plugin display order

* [cmd:edit] fix enbug of `setEditors()`

* [cmd:quicklook:onlineconvert] error to re-show convert buttons

* [cmd:quicklook:onlineconvert] optimize of toast messages

* [cmd:edit] filesize check with editor that type is "converter"

* [cmd:onlineconvert] remove commands/onlineConvert.js (commit miss)

* [php:connector] add `define('ELFINDER_ONLINE_CONVRT_APIKEY', '');`
2018-07-08 18:43:15 +09:00
nao-pon d2bb624a1d [php:editors:ZohoOffice] remove patch that for zoho backend bug 2018-03-21 21:41:40 +09:00
nao-pon 2239af9989 [php:editors:ZohoOffice] patch for the Show API's bug 2018-03-12 17:53:19 +09:00
nao-pon 79c4983c89 [cmd:edit] #2405 mount the zip archive to edit archive contents
Zip Archive editor require barryvdh/elfinder-flysystem-driver and league/flysystem-ziparchive

`composer require barryvdh/elfinder-flysystem-driver league/flysystem-ziparchive`

------

And also fix #2406 - PHP notice error
2018-03-03 00:03:40 +09:00
nao-pon 1350900b93 fix #2336 'jp' isn't a Japanese in ISO-639 correctly it's a 'ja' 2017-12-19 17:19:57 +09:00
nao-pon f546138052 [api] add an cmd editor that getway for custom contents editor 2017-11-15 00:35:26 +09:00