Commit Graph

40 Commits

Author SHA1 Message Date
zotlabs 2c73b457ef input filter updates 2017-03-14 17:07:29 -07:00
zotlabs 58aa0f3e1a code_allowed is a real mess. Start the cleanup by remving the account level code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource. 2017-03-13 16:19:47 -07:00
zotlabs fc533107ed better handling of mimetype security 2017-03-12 21:55:24 -07:00
zotlabs 7e1e9ac94a rename bb2diaspora.php to markdown.php 2017-02-02 19:12:48 -08:00
Hubzilla 96f196febd add gen_link_id() function to selectively encode/decode the message-id component of /display/ links for message-ids that contain troublesome characters 2017-01-19 15:37:30 -08:00
Hubzilla 7dfadfea4a urlencode the message-id component of generated /display/ links; in most cases this will be a no-op, unless the message-id is a url of some kind from a different provider. 2017-01-18 18:45:17 -08:00
zotlabs b6595a44d1 native wiki stuff 2017-01-17 17:41:19 -08:00
zotlabs 41dc40dd84 expires lost during edit 2017-01-11 12:31:55 -08:00
zotlabs 120afb30c1 obj_type on edit activity was wrong 2017-01-09 22:12:44 -08:00
zotlabs 286c3eafe3 minor cleanup 2016-12-26 14:17:40 -08:00
zotlabs 0394a3e939 tag and mention handling in private mail (which required refactoring the bbcode cleanup stuff in mod_item) 2016-12-13 20:01:38 -08:00
zotlabs 9e27559bdb clone sync missing for some item delete operations 2016-12-11 14:39:06 -08:00
zotlabs 792527d456 mod_item: better exception handling for api use 2016-12-03 13:31:56 -08:00
zotlabs 6552ccc477 issue #607 parens not recognised inside urls 2016-12-01 02:44:01 -08:00
zotlabs bd83936e5d send "hidden" edit activities to networks which don't support edits themselves 2016-10-25 20:43:24 -07:00
zotlabs 084b41fc2c first cut at edit activities 2016-10-25 16:21:56 -07:00
zotlabs e46e3027fa rename diaspora2bb() to markdown_to_bb() to reflect that is has a more generic use 2016-10-16 16:48:33 -07:00
redmatrix 48f70e55aa try naked embed before submission instead of at render time 2016-10-06 15:59:27 -07:00
redmatrix ce6e81c682 more backticks 2016-10-03 21:48:53 -07:00
redmatrix c04c57ea0f the rest of the backend for supporting scroll-to-comment from notifications. We still need an ajax handler as fragments are evaluated before content is loaded. 2016-09-24 16:20:25 -07:00
redmatrix 4511f8855b issue #516 2016-09-20 15:53:30 -07:00
redmatrix 4facae674d fix attached photo/file permissions on clones 2016-08-15 13:18:25 -07:00
Andrew Manning 2e7f4c1870 Added a disable comments setting to the "Additional features" settings with a corresponding post editor toggle button 2016-08-14 06:41:12 -04:00
redmatrix da707736a0 issue #453 and a bug noted from the logfiles related to the schema change last month 2016-07-20 23:04:07 -07:00
redmatrix a3e5307b93 fix the forum detection in include/zot 2016-07-19 22:57:23 -07:00
redmatrix a961d5e6c8 permission fixes 2016-07-19 20:49:54 -07:00
redmatrix 67c60229ca use the profile_uid here. 2016-07-11 13:20:12 -07:00
redmatrix ee1ec0428b gak one more typo 2016-07-07 18:53:09 -07:00
redmatrix 3b17dca252 typo 2016-07-07 18:51:56 -07:00
redmatrix eef40cb3fd duplicate supression SQL query was horribly inefficient and could cause issues in resource deprived environments. 2016-07-07 18:47:18 -07:00
redmatrix b593c3a9b9 1. provide automatic relocation of important links in items that are 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
2016-06-21 18:24:36 -07:00
redmatrix 1e68d4fb75 deprecate the item_id table - replace with iconfig. A possibly useful 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. 2016-06-13 19:58:24 -07:00
redmatrix b1259876bf more db column renames 2016-05-31 21:45:33 -07:00
redmatrix 29ba891809 moved enotify 2016-05-24 01:25:13 -07:00
redmatrix de006771c7 renamed include files identity.php (channel.php) and Contact.php (connections.php) 2016-05-22 16:54:30 -07:00
redmatrix a2cec8899a daemon conversion continued... 2016-05-19 22:26:37 -07:00
redmatrix bb96f44861 allow engineering units (e.g. 400M, 1G) as service class limits 2016-04-28 21:02:27 -07:00
redmatrix dff9e18c1e We no longer require the diaspora_meta service locally. 2016-04-20 19:54:26 -07:00
redmatrix f53478f142 a bit more namespace wrangling 2016-04-18 20:47:11 -07:00
redmatrix 2a4e8972e0 module updates 2016-04-18 20:38:38 -07:00