OSDN Git Service

add Epoch Plugin
[newslash/newslash.git] / src / newslash_web / lib / Newslash / Web.pm
2018-01-19 hylomadd Epoch Plugin
2018-01-19 hylomadd RendererHelper Plugin
2017-12-26 hylomimplement /tag/<tagname>
2017-12-22 hylomremove duplicated template for polls
2017-12-01 hylomcheck Log.backtrace config variable to output backtrace...
2017-11-28 hylomintroduce DiscussionHelper plugin
2017-11-21 hylomadd JavaScriptLoader plugin
2017-11-21 hylomfix to work /my/sidebar correctly
2017-11-20 hylomuse Carp::Always to show more verbose error message
2017-10-27 hylomaggregate and re-layout templates
2017-10-26 hylomset cooling time for voting from same ipid
2017-10-25 hylomadd CustomBoxes plugin
2017-10-24 hylomset use common/title template to set title
2017-10-24 hylomadd Hsts Plugin
2017-10-23 hylomadd config parameter "Log.system_log"
2017-10-15 hylomadd Plugin::Statics
2017-10-12 hylomPlugin: add RequestLogger (developing)
2017-10-11 hylomAdd Plugin::GoogleAnalytics
2017-10-04 hylomadd /~<user>/journal for compatibility
2017-10-03 hylomimplement /admin/firehose/<id> for test
2017-10-02 hylomadd Plugin::Canonical
2017-09-22 hylomimplement comment single page
2017-09-21 hylom Archive and Timeline support polls contents
2017-09-20 hylomfix Controller stricture
2017-09-15 hylomimplement /popular
2017-08-31 hylomchange sidebar related API endpoints
2017-08-29 hylommove functions from Web::Controller::Admin::Submiossion...
2017-08-29 hylomimplement blocking related API
2017-08-25 hylomimplement repository manager
2017-08-25 hylomimplement Repositry API for admin
2017-08-23 hylomadd blocked-contents manager for admin
2017-07-28 hylomimplement feeds manager for admin
2017-07-28 hylomimplement feed api
2017-07-25 hylomimplement "default sidebar" settings for admin
2017-07-24 hylomfix routing rules of archive page
2017-07-13 hylomadd handler for journal archive
2017-06-29 hylomadd navigation to archive page
2017-06-27 hylommove archive page's handler to Web::Controller::Archive
2017-06-26 hylommove '/comments' handler from Web::Controller::Index...
2017-06-23 hylomimplement Poll related API
2017-06-22 hylomadd vote page
2017-06-20 hylom * Web: disable AntiCsrf when test mode
2017-06-16 hylomimplement poll single page and polls list
2017-05-26 hylomfix captcha related problem in story page
2017-05-26 hylom* Web: no use ReCaptcha plugin when test mode
2017-05-24 hylomimplement ReCaptcha to work
2017-05-23 hylomimplement ReCaptcha support
2017-05-06 hylomadd banned check - if user or network is banned, redire...
2017-05-04 hylom* Web.pm: add acl2_type to siteconfig.js
2017-05-01 hylomimplement Users Manager
2017-04-28 hylomWeb.pm: change "topics" global JS variable format
2017-04-25 hylomWeb: implement GET for /api/v1/story
2017-04-24 hylomWeb: add topics data to siteconfig.js
2017-04-21 hylomWeb.pm: generate /static/js/siteconfig.js in startup
2017-04-19 hylomWeb: implement /api/v1/submission
2017-04-06 hylomPlugins: now unuse ->config->{_Plugins}
2017-04-05 hylomWeb: use QuasiStaticContent plugin insted of CSSComlile
2017-04-04 hylomWeb: change handler for /api/v1/login
2017-04-03 hylomWeb: add /api/v1/login
2017-03-23 hylomWeb: implement /comments, /submissions
2017-03-23 hylomWeb: implement /recent
2017-03-23 hylomWeb: add Log.level config option
2017-03-23 hylomWeb: fix problem when Log parameter not given in config...
2017-03-21 hylomPlugins: add AccessLog plugin
2017-03-21 hylomWeb: change default config file format from json to...
2017-03-17 hylomWeb: add archive page (initial support)
2017-03-17 hylomWeb: add comments
2017-03-16 hylomWeb: use /etc/newslash/newslash.conf only production...
2017-03-16 hylomWeb: fix config file path
2017-03-16 hylomPlugins: add YAMLConfig.pm
2017-02-28 hylomWeb: add /my/messages
2017-02-24 hylomModel::Loader: now on_start_up() in Models give $app...
2017-02-23 hylomPlugin: add EventQue
2017-02-22 hylomController: add API/Relation
2017-02-22 hylomPlugin::AntiCsrf: Add csrf_token() method to TT2 NS...
2017-02-22 hylomWeb::Controller: add API/Token.pm
2017-02-20 hylomWeb: implement /~user/{friends|foes|fans|freaks}
2017-02-17 hylomWeb: implement /~username/{comments|journals|submissions}
2017-02-03 hylomWeb: implement user homepage
2017-02-02 hylomPlugin::AntiCsrf: change token size, fix some methods...
2017-02-01 hylomWeb: add metamoderation APIs
2017-01-31 hylomWeb: add get handler to /api/moderation
2017-01-24 hylomPlugin: add AntiCsrf.pm
2017-01-23 hylomWeb: fix plugin registration codes
2016-12-20 hylomWeb: add moderation api
2016-12-05 hylomWeb: implement /my/sidebar
2016-12-05 hylomPlugin: move Sidebar code to TT2Renderer
2016-12-05 hylomWeb: implement /admin/submissions
2016-12-02 hylomPlugin: add BasicAuth
2016-11-28 hylomController::API::Journal: add GET access to '/journal...
2016-11-28 hylomPlugin: add AccessControl.pm
2016-11-24 hylomWeb: impelemt /my/settins
2016-11-22 hylomPlugin: add Sidebar.pm
2016-11-21 hylomModel::Base: add on_start_up function
2016-11-18 hylomModel: rename Sidebar.pm to Boxes.pm
2016-11-17 hylomController::Admin::Sidebar: implement vue.js based...
2016-11-17 hylomWeb: add sidebar management page
2016-11-01 hylomWeb: implement journal creation
2016-11-01 hylomWeb: change submission url
2016-10-29 hylomWeb::Controller::API: reconstruction controllers
next