Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | photo album widget permissions issue | redmatrix | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | fix api/direct_messages/new at least for the json case. We seem to have a ↵ | redmatrix | 2015-11-16 | 1 | -1/+1 |
| | | | | missing template for XML | ||||
* | issues connecting to local forum | redmatrix | 2015-11-15 | 1 | -1/+1 |
| | |||||
* | superblock enhancements | redmatrix | 2015-11-13 | 1 | -1/+1 |
| | |||||
* | small fixes, removed old unused database row, and log more prominently a ↵ | redmatrix | 2015-11-12 | 1 | -1/+1 |
| | | | | missing directory server URL | ||||
* | run markdown through html purifier for those who insist on mixing html with ↵ | redmatrix | 2015-11-11 | 1 | -1/+1 |
| | | | | markdown. | ||||
* | do a better job of preserving linebreaks in posts for channels that use markdown | redmatrix | 2015-11-10 | 1 | -2/+1 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-11-09 | 1 | -1/+2 |
|\ | | | | | | | | | | | Conflicts: README.md version.inc | ||||
| * | remove references to redmatrix.me | redmatrix | 2015-11-09 | 1 | -1/+1 |
| | | |||||
| * | rev update | redmatrix | 2015-11-06 | 1 | -1/+1 |
| | | |||||
| * | dummy update | redmatrix | 2015-11-04 | 1 | -1/+1 |
| | | |||||
| * | version | redmatrix | 2015-11-03 | 1 | -1/+1 |
| | | |||||
| * | version and strings | redmatrix | 2015-10-25 | 1 | -1/+1 |
| | | |||||
* | | relative attachment not fetched due to os filename issue | redmatrix | 2015-11-08 | 1 | -1/+1 |
| | | |||||
* | | version and string update | redmatrix | 2015-11-06 | 1 | -1/+1 |
| | |