Commit Graph

64 Commits

Author SHA1 Message Date
zotlabs 34399b8b47 obscure permission issue with custom permissions when using the highly discouraged advisory privacy modes 2018-03-12 15:47:33 -07:00
zotlabs 64809dd277 turn shares into activities - make certain to pull addons or JSON-LD will chuck a wobbly 2018-02-13 20:07:57 -08:00
zotlabs fd81a4bdc4 initial share refactor 2018-02-12 21:43:04 -08:00
zotlabs 8d479aa1c7 redirect to the email_validation page if login was attempted after account creation but prior to successful verification. This presents the link to resend the verification email and/or allows you to enter it. 2018-01-29 16:58:55 -08:00
zotlabs 91db66b32d move markdown-in-posts/comments feature to plugin 2018-01-14 18:22:58 -08:00
zotlabs f965d9dc9e wrong constant name 2017-12-14 13:38:56 -08:00
zotlabs d4bb6c17d1 auto promote beginner (techlevel 0) accounts to level 1 after they show signs of active participation. 2017-12-10 16:41:03 -08:00
zotlabs 0e91810ed6 pubstream comments and a few other bugfixes that were discovered along the way 2017-11-26 18:29:24 -08:00
zotlabs 6c178d4485 article feature 2017-11-22 15:39:06 -08:00
zotlabs 458f2e748d cleanup of upload_to_comments test; we actually don't care about the profile owner. We only care that we're logged in locally and our storage is public by default. 2017-11-12 14:14:20 -08:00
zotlabs 812d904c98 bring back the markdown post feature (after investing some effort to make it work) 2017-10-22 18:23:37 -07:00
Mario Vavti f52e5d90b0 Merge remote-tracking branch 'mike/master' into dev 2017-10-03 09:40:51 +02:00
zotlabs 5abdee73ee Clone sync deletions to comments (which belong to you) on wall posts (which do not). 2017-10-02 16:26:33 -07:00
Mario Vavti c200808fbb fix community tags not preserved on post edit. issue #865 2017-10-02 12:54:25 +02:00
zotlabs 973f15438a fix category links in card bodies 2017-08-29 19:38:07 -07:00
zotlabs 341386a95b make cards searchable 2017-08-24 18:15:19 -07:00
zotlabs bd84a3ee08 fix permalinks for card comments (send to parent url) 2017-08-24 16:58:39 -07:00
zotlabs 8873fbfee9 fix permalink for cards 2017-08-23 19:18:44 -07:00
git-marijus 9566eab934 missing observer hash 2017-08-03 21:36:26 +02:00
zotlabs 2d63bbb91e prevent expiration of conversations you are involved with - allows you to find your own comments months from now 2017-07-10 20:18:33 -07:00
zotlabs 31e0812711 remove deprecated app parameter from conversation() 2017-06-20 15:53:01 -07:00
zotlabs b917cf1ecc allow moderated comments like wordpress if permissions are compatible 2017-06-18 22:25:41 -07:00
zotlabs 2c2ee706ac get rid of edit activities 2017-05-07 14:40:11 -07:00
zotlabs 94f15e3551 The rest of the library and backend changes to support client-side e2ee and deprecate previous uses of item_obscured. 2017-04-20 20:19:15 -07:00
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