Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | partial solution for obj|tgt multiple (zot and zot6) encodings; the zot6 ↵ | zotlabs | 2018-12-03 | 1 | -0/+3 |
| | | | | version will be stored under $item['obj']['asld'] | ||||
* | mid -> uuid conversions for basic reactions | zotlabs | 2018-11-15 | 1 | -2/+4 |
| | |||||
* | fix permalinks to children of articles and cards | zotlabs | 2018-04-05 | 1 | -0/+1 |
| | |||||
* | allow the profile recrods to be cloned separately | zotlabs | 2018-04-04 | 1 | -1/+2 |
| | |||||
* | some code cleanup and simplification in mod_like | zotlabs | 2018-01-23 | 1 | -40/+41 |
| | |||||
* | fix mod like after recent changes | Mario Vavti | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | pubstream comments and a few other bugfixes that were discovered along the way | zotlabs | 2017-11-26 | 1 | -5/+12 |
| | |||||
* | This should sort out hubzilla issue #826 but requires a bit more testing. It ↵ | zotlabs | 2017-11-15 | 1 | -4/+11 |
| | | | | may also sort out some reported issues with commenting and liking items in the public stream. | ||||
* | make cards likeable | Mario Vavti | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | prevent expiration of conversations you are involved with - allows you to ↵ | zotlabs | 2017-07-10 | 1 | -0/+5 |
| | | | | find your own comments months from now | ||||
* | schema fixes | zotlabs | 2017-05-22 | 1 | -0/+4 |
| | |||||
* | add gen_link_id() function to selectively encode/decode the message-id ↵ | Hubzilla | 2017-01-19 | 1 | -1/+1 |
| | | | | component of /display/ links for message-ids that contain troublesome characters | ||||
* | urlencode the message-id component of generated /display/ links; in most ↵ | Hubzilla | 2017-01-18 | 1 | -1/+1 |
| | | | | cases this will be a no-op, unless the message-id is a url of some kind from a different provider. | ||||
* | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵ | Florian Steinel | 2016-10-27 | 1 | -1/+1 |
| | | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 ) | ||||
* | this should sort out likes showing up as wall-to-wall posts on diaspora | redmatrix | 2016-08-01 | 1 | -0/+2 |
| | |||||
* | more work on #453 | redmatrix | 2016-07-21 | 1 | -16/+15 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -1/+1 |
| | | | | 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. | ||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -2/+2 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+547 |