aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
Commit message (Collapse)AuthorAgeFilesLines
...
* fix permalinks to children of articles and cardszotlabs2018-04-051-0/+1
|
* private forum mentionszotlabs2018-04-041-1/+1
|
* obscure permission issue with custom permissions when using the highly ↵zotlabs2018-03-121-0/+6
| | | | discouraged advisory privacy modes
* turn shares into activities - make certain to pull addons or JSON-LD will ↵zotlabs2018-02-131-4/+4
| | | | chuck a wobbly
* initial share refactorzotlabs2018-02-121-1/+16
|
* redirect to the email_validation page if login was attempted after account ↵zotlabs2018-01-291-0/+1
| | | | creation but prior to successful verification. This presents the link to resend the verification email and/or allows you to enter it.
* move markdown-in-posts/comments feature to pluginzotlabs2018-01-141-8/+6
|
* wrong constant namezotlabs2017-12-141-1/+1
|
* auto promote beginner (techlevel 0) accounts to level 1 after they show ↵zotlabs2017-12-101-1/+23
| | | | signs of active participation.
* pubstream comments and a few other bugfixes that were discovered along the wayzotlabs2017-11-261-9/+14
|
* article featurezotlabs2017-11-221-0/+15
|
* cleanup of upload_to_comments test; we actually don't care about the profile ↵zotlabs2017-11-121-9/+0
| | | | owner. We only care that we're logged in locally and our storage is public by default.
* bring back the markdown post feature (after investing some effort to make it ↵zotlabs2017-10-221-37/+9
| | | | work)
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-10-031-9/+16
|\
| * Clone sync deletions to comments (which belong to you) on wall posts (which ↵zotlabs2017-10-021-9/+16
| | | | | | | | do not).
* | fix community tags not preserved on post edit. issue #865Mario Vavti2017-10-021-1/+1
|/
* fix category links in card bodieszotlabs2017-08-291-1/+10
|
* make cards searchablezotlabs2017-08-241-11/+13
|
* fix permalinks for card comments (send to parent url)zotlabs2017-08-241-0/+11
|
* fix permalink for cardszotlabs2017-08-231-0/+4
|
* missing observer hashgit-marijus2017-08-031-1/+1
|
* prevent expiration of conversations you are involved with - allows you to ↵zotlabs2017-07-101-2/+7
| | | | find your own comments months from now
* remove deprecated app parameter from conversation()zotlabs2017-06-201-1/+1
|
* allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-181-4/+27
|
* get rid of edit activitieszotlabs2017-05-071-1/+11
|
* The rest of the library and backend changes to support client-side e2ee and ↵zotlabs2017-04-201-0/+1
| | | | deprecate previous uses of item_obscured.
* input filter updateszotlabs2017-03-141-16/+5
|
* code_allowed is a real mess. Start the cleanup by remving the account level ↵zotlabs2017-03-131-12/+2
| | | | 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.
* better handling of mimetype securityzotlabs2017-03-121-16/+7
|
* rename bb2diaspora.php to markdown.phpzotlabs2017-02-021-1/+1
|
* add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-191-3/+5
| | | | component of /display/ links for message-ids that contain troublesome characters
* urlencode the message-id component of generated /display/ links; in most ↵Hubzilla2017-01-181-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 stuffzotlabs2017-01-171-2/+4
|
* expires lost during editzotlabs2017-01-111-2/+4
|
* obj_type on edit activity was wrongzotlabs2017-01-091-1/+1
|
* minor cleanupzotlabs2016-12-261-6/+3
|
* tag and mention handling in private mail (which required refactoring the ↵zotlabs2016-12-131-35/+1
| | | | bbcode cleanup stuff in mod_item)
* clone sync missing for some item delete operationszotlabs2016-12-111-0/+8
|
* mod_item: better exception handling for api usezotlabs2016-12-031-3/+27
|
* issue #607 parens not recognised inside urlszotlabs2016-12-011-2/+2
|
* send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-251-1/+1
|
* first cut at edit activitieszotlabs2016-10-251-0/+2
|
* rename diaspora2bb() to markdown_to_bb() to reflect that is has a more ↵zotlabs2016-10-161-1/+1
| | | | generic use
* try naked embed before submission instead of at render timeredmatrix2016-10-061-0/+4
|
* more backticksredmatrix2016-10-031-4/+4
|
* the rest of the backend for supporting scroll-to-comment from notifications. ↵redmatrix2016-09-241-1/+3
| | | | We still need an ajax handler as fragments are evaluated before content is loaded.
* issue #516redmatrix2016-09-201-65/+58
|
* fix attached photo/file permissions on clonesredmatrix2016-08-151-134/+2
|
* Added a disable comments setting to the "Additional features" settings with ↵Andrew Manning2016-08-141-0/+2
| | | | a corresponding post editor toggle button
* issue #453 and a bug noted from the logfiles related to the schema change ↵redmatrix2016-07-201-1/+3
| | | | last month