Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename bb2diaspora.php to markdown.php | zotlabs | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | add gen_link_id() function to selectively encode/decode the message-id ↵ | Hubzilla | 2017-01-19 | 1 | -3/+5 |
| | | | | 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 | -3/+3 |
| | | | | cases this will be a no-op, unless the message-id is a url of some kind from a different provider. | ||||
* | native wiki stuff | zotlabs | 2017-01-17 | 1 | -2/+4 |
| | |||||
* | expires lost during edit | zotlabs | 2017-01-11 | 1 | -2/+4 |
| | |||||
* | obj_type on edit activity was wrong | zotlabs | 2017-01-09 | 1 | -1/+1 |
| | |||||
* | minor cleanup | zotlabs | 2016-12-26 | 1 | -6/+3 |
| | |||||
* | tag and mention handling in private mail (which required refactoring the ↵ | zotlabs | 2016-12-13 | 1 | -35/+1 |
| | | | | bbcode cleanup stuff in mod_item) | ||||
* | clone sync missing for some item delete operations | zotlabs | 2016-12-11 | 1 | -0/+8 |
| | |||||
* | mod_item: better exception handling for api use | zotlabs | 2016-12-03 | 1 | -3/+27 |
| | |||||
* | issue #607 parens not recognised inside urls | zotlabs | 2016-12-01 | 1 | -2/+2 |
| | |||||
* | send "hidden" edit activities to networks which don't support edits themselves | zotlabs | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | first cut at edit activities | zotlabs | 2016-10-25 | 1 | -0/+2 |
| | |||||
* | rename diaspora2bb() to markdown_to_bb() to reflect that is has a more ↵ | zotlabs | 2016-10-16 | 1 | -1/+1 |
| | | | | generic use | ||||
* | try naked embed before submission instead of at render time | redmatrix | 2016-10-06 | 1 | -0/+4 |
| | |||||
* | more backticks | redmatrix | 2016-10-03 | 1 | -4/+4 |
| | |||||
* | the rest of the backend for supporting scroll-to-comment from notifications. ↵ | redmatrix | 2016-09-24 | 1 | -1/+3 |
| | | | | We still need an ajax handler as fragments are evaluated before content is loaded. | ||||
* | issue #516 | redmatrix | 2016-09-20 | 1 | -65/+58 |
| | |||||
* | fix attached photo/file permissions on clones | redmatrix | 2016-08-15 | 1 | -134/+2 |
| | |||||
* | Added a disable comments setting to the "Additional features" settings with ↵ | Andrew Manning | 2016-08-14 | 1 | -0/+2 |
| | | | | a corresponding post editor toggle button | ||||
* | issue #453 and a bug noted from the logfiles related to the schema change ↵ | redmatrix | 2016-07-20 | 1 | -1/+3 |
| | | | | last month | ||||
* | fix the forum detection in include/zot | redmatrix | 2016-07-19 | 1 | -2/+2 |
| | |||||
* | permission fixes | redmatrix | 2016-07-19 | 1 | -3/+5 |
| | |||||
* | use the profile_uid here. | redmatrix | 2016-07-11 | 1 | -7/+2 |
| | |||||
* | gak one more typo | redmatrix | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | typo | redmatrix | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | duplicate supression SQL query was horribly inefficient and could cause ↵ | redmatrix | 2016-07-07 | 1 | -11/+13 |
| | | | | issues in resource deprived environments. | ||||
* | 1. provide automatic relocation of important links in items that are ↵ | redmatrix | 2016-06-21 | 1 | -2/+2 |
| | | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. 3. item_store and item_store_update now return the item that was stored | ||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -15/+15 |
| | | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication. | ||||
* | more db column renames | redmatrix | 2016-05-31 | 1 | -4/+4 |
| | |||||
* | moved enotify | redmatrix | 2016-05-24 | 1 | -3/+3 |
| | |||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | (connections.php) | ||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -2/+2 |
| | |||||
* | allow engineering units (e.g. 400M, 1G) as service class limits | redmatrix | 2016-04-28 | 1 | -2/+2 |
| | |||||
* | We no longer require the diaspora_meta service locally. | redmatrix | 2016-04-20 | 1 | -3/+3 |
| | |||||
* | a bit more namespace wrangling | redmatrix | 2016-04-18 | 1 | -1/+1 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+1265 |