Server IP : 103.119.228.120 / Your IP : 3.146.152.147 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/softaculous/miniflux/ |
Upload File : |
Version 1.2.4 (January 4 2017) ------------------------------ * Add migration script to Miniflux 2 * Add zh_TW and Polish translation * Use search input type instead of text * Remove deprecated referrer CSP policy * Remove doc links from help page * Use Alpine/Nginx/PHP7 for the Docker image Version 1.2.3 (June 23 2017) ---------------------------- * Add support for Shaarli * Add option for saving bookmarks as "unread" to Pinboard * Show feed dates on edit subscription page * Handle HTTP header "X-Forwarded-Proto: https" * Add subscription option to ignore expire HTTP header * Add getItemsByStatus API call * Allow the preferences to be configured in the config.php file * Update PicoFeed * Update translations Version 1.2.2 (March 7 2017) ----------------------------- * Offer the possibility to edit/delete groups * Add option to not redirect user when having nothing to read * Add hotkey Shift+A to mark all items as read * Add Hungarian translation * Add config parameter to define base URL * Select next unread item when opening current item * Show bookmark/read icons for all screen resolutions * Supports utf8mb4 encoding for Mysql schema * Fix wrong default value in config.default.php * Avoid infinite redirects in unread/group page * Do not scroll back to the top of the page after touch events * Avoid PHP notice when adding invalid feed with bookmarklet * Increase default body size to 10MB * Update Russian, Serbian translation * Reorganize templates into sub-folders Version 1.2.1 (Jan 18 2017) --------------------------- New Features: * Mysql support * Offer the possibility to define different URL for themes folder Improvements: * Improve Xpath query for favicons * Handle the fact that a user can be removed but have feeds in queue (worker) * Do not download items each time for feeds with content scraper enabled * Background jobs are not loading user settings properly * Allow producer to be executed only for a given user * Always use real URL instead XML feed URL * Move autoflush calls * Display list of groups for each subscription * Disable automatically duplicated feeds * Increase url field size for Postgres * Left swiping also mark item as read on mobile * Make import script compatible with Postgresql * Allow different limits for users in cronjob * Update to PicoFeed v0.1.31 * Update Czech translations * Update zh_CN translations * Update ru_RU translations Bug fixes: * Marking special group "Unread" as read through Fever API does not work Version 1.2.0 (Jan 5 2017) -------------------------- * Major change to the database structure to have a single database for multiple users * Web access token for the cronjob * New config parameter to disable web access for the cronjob * Debug mode parameter is moved to the config file * The console web page have been removed * Remove automatic software update from the user interface * New API methods (not backward compatible) * Fever API tokens are longer than before * Always update feed URL to avoid useless redirection for futures requests * Add support for Wallabag service * Show last parsing error message in user interface * Disable automatically a feed after too many failures * Add support for Expires and Cache-Control headers (HTTP cache) * Flush all user remember me sessions when changing password * Update Docker image to Ubuntu 16.04 and PHP 7.0 * Add Docker compose file * Add functional tests (Json-RPC API and Fever API) * Add unit tests * Minify Javascript and add automated syntax check on the CI * Minify CSS