Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deprecate/remove json_decode_plus | redmatrix | 2016-07-13 | 1 | -3/+3 |
| | |||||
* | provide wiki as a feature (default is on so there aren't any surprises) and ↵ | redmatrix | 2016-06-29 | 1 | -5/+11 |
| | | | | add to channel menu and profile tabs | ||||
* | some work to provide propagation and honouring of the item_notshown flag. | redmatrix | 2016-06-13 | 1 | -2/+5 |
| | |||||
* | Stashing changes. Not a functional state. | Andrew Manning | 2016-06-09 | 1 | -0/+12 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -8/+8 |
| | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. | ||||
* | code cleanup | redmatrix | 2016-05-24 | 1 | -5/+3 |
| | |||||
* | move chatroom stuff to zlib | redmatrix | 2016-05-22 | 1 | -2/+1 |
| | |||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -2/+1 |
| | | | | (connections.php) | ||||
* | rework the conversation object stuff at a high level - still needs a bit of ↵ | redmatrix | 2016-05-20 | 1 | -5/+2 |
| | | | | refactoring | ||||
* | if we do not have a layout $layout should be empty not default | Mario Vavti | 2016-05-09 | 1 | -1/+1 |
| | |||||
* | remove unused code and whitespace | Mario Vavti | 2016-05-09 | 1 | -10/+0 |
| | |||||
* | make editwebpage use status_editor() and fix storing of layout on webpage ↵ | Mario Vavti | 2016-05-09 | 1 | -2/+11 |
| | | | | creation | ||||
* | make editblock use status_editor() | Mario Vavti | 2016-05-07 | 1 | -14/+11 |
| | |||||
* | make weblink and attach button hideable and some minor fixes | Mario Vavti | 2016-05-01 | 1 | -2/+10 |
| | |||||
* | Merge pull request #362 from Treer/fontawesome | redmatrix | 2016-05-01 | 1 | -1/+1 |
|\ | | | | | Update Font-Awesome to 4.6.1 | ||||
| * | update icon names in include/ | Treer | 2016-05-01 | 1 | -1/+1 |
| | | |||||
* | | make mod editlayout use status_editor() | Mario Vavti | 2016-04-30 | 1 | -1/+1 |
|/ | |||||
* | get rid of the unused ispublic variable | Mario Vavti | 2016-04-29 | 1 | -1/+0 |
| | |||||
* | some work on making mod editpost use status_editor() - if you find anything ↵ | Mario Vavti | 2016-04-29 | 1 | -16/+26 |
| | | | | related to jot broken please revert this commit | ||||
* | jot: cleanup unused variables | Mario Vavti | 2016-04-29 | 1 | -25/+0 |
| | |||||
* | some work on comanche autocomplete | Mario Vavti | 2016-04-09 | 1 | -1/+4 |
| | |||||
* | issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵ | redmatrix | 2016-04-03 | 1 | -1/+2 |
| | | | | discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity. | ||||
* | static App | redmatrix | 2016-03-31 | 1 | -32/+32 |
| | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -17/+17 |
| | |||||
* | work on implementing account/channel move (as opposed to clone) | redmatrix | 2016-03-09 | 1 | -0/+5 |
| | |||||
* | we have got a button for events in the nav. no need for it in the tabs if we ↵ | Mario Vavti | 2016-02-25 | 1 | -2/+2 |
| | | | | are local. | ||||
* | issue #216 - calendar sharing | redmatrix | 2016-02-24 | 1 | -0/+20 |
| | |||||
* | honour poco_rating_enable in item_photo_menu | redmatrix | 2016-01-19 | 1 | -1/+6 |
| | |||||
* | Separate item_photo_menu() into links which deal with the post and those ↵ | redmatrix | 2016-01-19 | 1 | -6/+11 |
| | | | | which deal with the author. We should probably also make this info available to themes so they could for instance provide a visual separator. | ||||
* | incorrect obj_type on several items | redmatrix | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | first iteration on the event item | Mario Vavti | 2015-11-26 | 1 | -0/+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. | ||||
* | change action label from 'stop following' to 'unfollow thread' | redmatrix | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | whitespace | Mario Vavti | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | more css fixes | Mario Vavti | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | missing closing " for src attribute | Mario Vavti | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | allow pdl content | redmatrix | 2015-11-12 | 1 | -0/+5 |
| | |||||
* | add avatars to likes/dislikes/etc. | redmatrix | 2015-11-09 | 1 | -2/+2 |
| | |||||
* | implement unfollow thread | redmatrix | 2015-11-03 | 1 | -0/+4 |
| | |||||
* | fix photo item for search_item.tpl and a minor css fix | Mario Vavti | 2015-10-30 | 1 | -2/+1 |
| | |||||
* | new feature: delayed posting | redmatrix | 2015-10-25 | 1 | -0/+7 |
| | |||||
* | fix webpages | Mario Vavti | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | wrong variable | Mario Vavti | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | really check for large photos feature | Mario Vavti | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | allow photo-items to appear full width if large photos feature is enabled. ↵ | Mario Vavti | 2015-10-14 | 1 | -15/+17 |
| | | | | in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes. | ||||
* | change matrix to grid, begin webfinger optimisation | redmatrix | 2015-09-16 | 1 | -2/+2 |
| | |||||
* | don't auto-open the editor in forum mode. Save the forum selection text ↵ | redmatrix | 2015-09-09 | 1 | -0/+1 |
| | | | | until we open it. | ||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-26 | 1 | -1/+12 |
|\ | | | | | | | | | Conflicts: include/diaspora.php | ||||
| * | required for future work | redmatrix | 2015-08-26 | 1 | -1/+12 |
| | | |||||
* | | photo permission inheritance. We want to use the folder permissions unless ↵ | redmatrix | 2015-08-06 | 1 | -1/+1 |
| | | | | | | | | specific permissions have been set to over-ride them. If nothing is set, use the channel default. We may have to mess with his further in the case of somebody trying to create a public photo directory when their normal permissions are set to private. Kind of a chicken/egg problem because the folder permissions will be empty. |