OSDN Git Service

newslash/newslash.git
2017-06-20 hylomimplement polls
2017-06-20 hylomfix test codes for stretch (mojolicious 7.x)
2017-06-20 hylom * test-container/run.sh: update script for stretch
2017-06-20 hylom * Web: disable AntiCsrf when test mode
2017-06-20 hylom * migration_scripts: add sample file
2017-06-20 hylomupdate for jenkins auto test
2017-06-16 hylomimplement poll single page and polls list
2017-06-16 hylom * js/status-bar/js: fix to make dismissable status-bar
2017-06-16 hylom * js/vue-newslash.js: execute fail handler when discus...
2017-06-09 hylomresponsive layout initial support
2017-06-09 hylomrebuild QuasiStaticContent by GET /admin/css
2017-06-05 hylom * Model::Stories: fix select() problem when no query...
2017-06-02 hylomfix comment-tree to work
2017-06-02 hylom * Plugin::AntiCsrf: don't checking when action is...
2017-06-01 hylomrewrite comment-tree
2017-06-01 hylomfix login problem
2017-05-31 hylom * Plugin::UserAuth: fix typo in register()
2017-05-31 hylomtimezone preferences support for archive page
2017-05-31 hylom * Util::Timezones: fix to work
2017-05-31 hylom * Model::Users: rename prefs->{tz_offset} to prefs...
2017-05-30 hylom * Model::Users: add get_prefs_of()
2017-05-30 hylom * Model::Users: move ACL2 related functions to Model...
2017-05-30 hylom * Model::Base: new_instance_of() now support '::Foo...
2017-05-30 hylom * Model::Users::Util: cleanup code
2017-05-30 hylommove generic_update() from Model::Users to Model::Cowrapper
2017-05-30 hylom * Model::Users: add al2_types()
2017-05-30 hylom * Model::Cowrapper: fix generic_select()
2017-05-30 hylom * Model::Users: separate some functions to Model:...
2017-05-29 hylompaging support for story index page
2017-05-29 hylom * Model::Stores: select() now accepct until and since...
2017-05-29 hylom * Util::Formatter: add parse_mysql_datetime()
2017-05-29 hylom * debian/control: update depending packages
2017-05-26 hylomfix comment post with captcha
2017-05-26 hylomfix captcha related problem in story page
2017-05-26 hylomWeb::Controller::API::Comment: fix to work
2017-05-26 hylom* Web: no use ReCaptcha plugin when test mode
2017-05-26 hylom * js/vue-newslash.js: fix to work
2017-05-26 hylom * js/article-item2.js: restructure with vue-newslash
2017-05-26 hylomrename js/vue-anticsrf.js to vue-newslash.js
2017-05-25 hylom * Web::Controller::API::Submission: fix error messages
2017-05-25 hylomimplement vue-anticsrf.js
2017-05-25 hylomfix recaptcha's layout style
2017-05-25 hylomjs: fix user object's login and admin property to is_lo...
2017-05-25 hylom * js/article-item.js: add deprecated message
2017-05-25 hylomfix editor to work submission post well
2017-05-24 hylomimplement ReCaptcha to work
2017-05-24 hylom * Plugin::UserAuth: fix to return invalid user object...
2017-05-24 hylom * Plugin::AntiCsrf: rename token name
2017-05-24 hylom * make commentstatus selector invisible when post...
2017-05-24 hylomfix login error message more vorbose
2017-05-23 hylomimplement ReCaptcha support
2017-05-23 hylomfix editor to work submission-form
2017-05-19 hylomutils: add poll related sqls to utils/db_scripts
2017-05-19 hylom* Model::Cowrapper: fix generic_select() for valid...
2017-05-19 hylomModel: add Polls.pm
2017-05-19 hylomModel: add Cowrapper.pm and move some functions from...
2017-05-06 hylomAPI: add permissions check for post related APIs
2017-05-06 hylom* Model::Users: add permittion constants
2017-05-06 hylom* Plugin::UserAuth: add update_user_cache() and change...
2017-05-06 hylomadd banned check - if user or network is banned, redire...
2017-05-06 hylomtemplates: add noindex meta tag when noindex var is...
2017-05-06 hylom* Model::Users: rename get_permissions_of_user() to...
2017-05-05 hylomusers-manager: show activities
2017-05-05 hylom* Model::Networks: fix activities() to work
2017-05-05 hylomusers-manager: support query by network id
2017-05-05 hylomModel: add Networks.pm
2017-05-05 hylom* Model::Users: select() now receive (srcid => $srcid...
2017-05-04 hylom* Model::Users: implement get_permissions_of_user()
2017-05-04 hylom* Model::Users: acl2 related function() can receive...
2017-05-04 hylom* Util::Test: add srcid()
2017-05-04 hylomstatus-bar: fix to work
2017-05-04 hylom* js/users-manager.js: ACL2 update support
2017-05-04 hylomusers-manager: show ACL2 history
2017-05-04 hylom* Model::Users: fix _select_acl() to work correctly
2017-05-04 hylomtemplate: add status-bar
2017-05-04 hylom* templates: common/admin_bar: add link to users-manager
2017-05-04 hylom* Web::Controller::API::User: get() takes 'type=all...
2017-05-04 hylom* Web.pm: add acl2_type to siteconfig.js
2017-05-04 hylom* Model::Users: acl2_types() returns array when array...
2017-05-04 hylomtemplate: fix duplicate request in users-manager
2017-05-04 hylomCSS: add less file for users-manager
2017-05-01 hylomutils/db_scripts: add al2 related sqls
2017-05-01 hylom* Model::Users: add ACL2 related codes
2017-05-01 hylomimplement Users Manager
2017-05-01 hylomWeb::Controller::API::User: add query user information...
2017-04-28 hylomWeb::Controller::API::Story: check permission and recei...
2017-04-28 hylomtemplate: implement tag editor
2017-04-28 hylomWeb.pm: change "topics" global JS variable format
2017-04-28 hylomjs: add nsUtil.topicIconURL() to base.js
2017-04-28 hylomtemplate: show tag info instead of topics
2017-04-28 hylomModel::Select: new latest() implementation using select()
2017-04-28 hylomModel::Stories: select()'s return values contain tag...
2017-04-28 hylomModel::Base: build_orderby_clause() returns ("", (...
2017-04-27 hylomexternal/escape-html.js: update submodule
2017-04-27 hylomdb_scripts: add topic_nexus_dirty.sql
2017-04-27 hylomtemplate: show related article infomation in common...
2017-04-27 hylomtemplate: fix cancel action in components/article_item
2017-04-27 hylomController::API::Story: now post() can take $item-...
2017-04-27 hylomController::API::Story: get() returns story with relate...
2017-04-27 hylomController::API::Story: support update for POST
next