Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minversion issue | redmatrix | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | add $deliver flag to item_store() and item_store_update() [default true]. If ↵ | redmatrix | 2016-01-16 | 1 | -1/+1 |
| | | | | false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS. | ||||
* | minor version roll | redmatrix | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | revision update | redmatrix | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | very small tweaks to CLI plugin manager utility | redmatrix | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | 'auto channel creation' - if the corresponding config variable is set, ↵ | redmatrix | 2016-01-12 | 1 | -1/+1 |
| | | | | | | create a channel when an account is created. Plugins can provide the necessary channel details (probably from an extended registration form). If no details are provided, a social (mostly public) channel will be created using the LHS of the email address and you will be directed to your channel page (unless email verification is required, in which case this step will be delayed until successful validation and login). If the reddress is already assigned a random name(1000-9999) reddress will be assigned. | ||||
* | plugin version compatibility checking. To use, set MinVersion, MaxVersion or ↵ | redmatrix | 2016-01-11 | 1 | -1/+1 |
| | | | | MinPHPversion in the plugin header block. Case is not important. We check the project versions against STD_VERSION, which should be rolled to a new y of x.x.y if the plugin interface or project code changes in an incompatible way. | ||||
* | the mail_isreply flag wasn't being set in the right cases | redmatrix | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | fix relative urls on some Diaspora profile photos | redmatrix | 2016-01-09 | 1 | -1/+1 |
| | |||||
* | extra security headers, revert or fix if functionality is blocked | redmatrix | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | features management page for hubmins | redmatrix | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | provide an option to toggle the view of locked features so we can use the ↵ | redmatrix | 2016-01-05 | 1 | -1/+1 |
| | | | | same list in an admin feature set & lock page. | ||||
* | version script was all screwed up | redmatrix | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | issue #241 (redmatrix issue 405) | redmatrix | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | log API improvements and queue optimisation for singleton networks | redmatrix | 2015-12-31 | 1 | -1/+1 |
| | |||||
* | store perms_accept on channel creation | redmatrix | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | refresh issue | redmatrix | 2015-12-27 | 1 | -1/+1 |
| | |||||
* | regression: default inherited permission was not being set for a connection ↵ | redmatrix | 2015-12-25 | 1 | -1/+1 |
| | | | | if the permission was 'inherited'. We need to set these so that if somebody changes the top level permissions they don't have to go back and manually edit every connection to allow/deny what used to be an automatic inherited setting. | ||||
* | issue #235 | redmatrix | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | start on refactor of plugin/theme/widget info block parsing | redmatrix | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | make the queue api accessible to addons | redmatrix | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | merge hell | redmatrix | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | sql delete with limit | redmatrix | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | issue #228 | redmatrix | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | some notifier optimisations. Also put a fixme on the invite total ↵ | redmatrix | 2015-12-16 | 1 | -1/+1 |
| | | | | generations for new accounts, which is incorrect and now commented out. | ||||
* | more queue api | redmatrix | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | revert include/photos.php:L380 | redmatrix | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | remove the unqualified "OAuth" namespace from the project. We need to ↵ | redmatrix | 2015-12-13 | 1 | -1/+1 |
| | | | | reference either OAuth1 or OAuth2. | ||||
* | incorrect obj_type on several items | redmatrix | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | don't spit out sabre xml on permission denied exceptions, just provide a 401 | redmatrix | 2015-12-10 | 1 | -1/+1 |
| | |||||
* | add empty arg | redmatrix | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | change to fallback server list | redmatrix | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | abstract the message handlers | redmatrix | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | version | redmatrix | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | version and string update | redmatrix | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | time to tag the sucker1.0 | redmatrix | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | introduce STD_VERSION and get_std_version() [in include/plugin.php], we ↵ | redmatrix | 2015-12-02 | 1 | -1/+1 |
| | | | | begin with 0.11.1 since it is an incompatible interface change to 0.11. | ||||
* | usercache is no longer used | redmatrix | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | version | redmatrix | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | log whatever is showing up in the delivery hash array since it seems that ↵ | redmatrix | 2015-11-29 | 1 | -1/+1 |
| | | | | one site has something unusual there and it is throwing errors. | ||||
* | version | redmatrix | 2015-11-28 | 1 | -1/+1 |
| | |||||
* | document dreport expiration setting | redmatrix | 2015-11-27 | 1 | -1/+1 |
| | |||||
* | version | redmatrix | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | removed block style on dropdown contact name and details, added ↵ | redmatrix | 2015-11-25 | 1 | -1/+1 |
| | | | | dropdown-menu-img-sm on nav search dropdown; as many dropdowns were unuseable | ||||
* | add (blank?) label param to other instances of datetimesel | redmatrix | 2015-11-24 | 1 | -1/+1 |
| | |||||
* | issue #184 | redmatrix | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | webpages and design elements weren't being included in the item export query. | redmatrix | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | issue #85, community tags and file tags lost during edits. This required ↵ | redmatrix | 2015-11-20 | 1 | -1/+1 |
| | | | | splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits. | ||||
* | issue #173 | redmatrix | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | wsod viewing photo widget | redmatrix | 2015-11-18 | 1 | -1/+1 |
| |