Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove servicelevel logic | M. Dent | 2018-09-29 | 1 | -22/+0 |
| | |||||
* | Corrected resubmit of fixes to Authors unable to comment on posts they ↵ | M.Dent | 2018-09-04 | 1 | -5/+7 |
| | | | | authored when owned by others. | ||||
* | Revert "Fix: Authors unable to comment on posts they authored when under ↵ | Mario Vavti | 2018-09-03 | 1 | -7/+5 |
| | | | | | | | | owned by others in certain circumstances." This reverts commit e2824f925964fbfe160255de6e733b4c2de3cecb. Reverting because it breaks forum mentions. | ||||
* | Fix: Authors unable to comment on posts they authored when under owned by ↵ | M.Dent | 2018-09-01 | 1 | -5/+7 |
| | | | | others in certain circumstances. | ||||
* | issue with mdpost addon and archive.org links which contain a full url as a ↵ | zotlabs | 2018-08-13 | 1 | -1/+1 |
| | | | | path/query component | ||||
* | more refactor tags/mentions | zotlabs | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | tagging changes: + (old style forum mentions), and underscore space ↵ | zotlabs | 2018-05-03 | 1 | -10/+0 |
| | | | | replacement are no longer supported. | ||||
* | backend work to allow admin to delete photos. Still requires frontend work ↵ | zotlabs | 2018-05-02 | 1 | -5/+10 |
| | | | | to give admin access to either the photos and/or the delete link. | ||||
* | Provide admin delete ability if the viewer is admin but has no existing ↵ | zotlabs | 2018-05-02 | 1 | -7/+14 |
| | | | | delete authority. For 3.5+ as a new string is involved. | ||||
* | fix permalinks to children of articles and cards | zotlabs | 2018-04-05 | 1 | -0/+1 |
| | |||||
* | private forum mentions | zotlabs | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | obscure permission issue with custom permissions when using the highly ↵ | zotlabs | 2018-03-12 | 1 | -0/+6 |
| | | | | discouraged advisory privacy modes | ||||
* | turn shares into activities - make certain to pull addons or JSON-LD will ↵ | zotlabs | 2018-02-13 | 1 | -4/+4 |
| | | | | chuck a wobbly | ||||
* | initial share refactor | zotlabs | 2018-02-12 | 1 | -1/+16 |
| | |||||
* | redirect to the email_validation page if login was attempted after account ↵ | zotlabs | 2018-01-29 | 1 | -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 plugin | zotlabs | 2018-01-14 | 1 | -8/+6 |
| | |||||
* | wrong constant name | zotlabs | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | auto promote beginner (techlevel 0) accounts to level 1 after they show ↵ | zotlabs | 2017-12-10 | 1 | -1/+23 |
| | | | | signs of active participation. | ||||
* | pubstream comments and a few other bugfixes that were discovered along the way | zotlabs | 2017-11-26 | 1 | -9/+14 |
| | |||||
* | article feature | zotlabs | 2017-11-22 | 1 | -0/+15 |
| | |||||
* | cleanup of upload_to_comments test; we actually don't care about the profile ↵ | zotlabs | 2017-11-12 | 1 | -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 ↵ | zotlabs | 2017-10-22 | 1 | -37/+9 |
| | | | | work) | ||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-10-03 | 1 | -9/+16 |
|\ | |||||
| * | Clone sync deletions to comments (which belong to you) on wall posts (which ↵ | zotlabs | 2017-10-02 | 1 | -9/+16 |
| | | | | | | | | do not). | ||||
* | | fix community tags not preserved on post edit. issue #865 | Mario Vavti | 2017-10-02 | 1 | -1/+1 |
|/ | |||||
* | fix category links in card bodies | zotlabs | 2017-08-29 | 1 | -1/+10 |
| | |||||
* | make cards searchable | zotlabs | 2017-08-24 | 1 | -11/+13 |
| | |||||
* | fix permalinks for card comments (send to parent url) | zotlabs | 2017-08-24 | 1 | -0/+11 |
| | |||||
* | fix permalink for cards | zotlabs | 2017-08-23 | 1 | -0/+4 |
| | |||||
* | missing observer hash | git-marijus | 2017-08-03 | 1 | -1/+1 |
| | |||||
* | prevent expiration of conversations you are involved with - allows you to ↵ | zotlabs | 2017-07-10 | 1 | -2/+7 |
| | | | | find your own comments months from now | ||||
* | remove deprecated app parameter from conversation() | zotlabs | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | allow moderated comments like wordpress if permissions are compatible | zotlabs | 2017-06-18 | 1 | -4/+27 |
| | |||||
* | get rid of edit activities | zotlabs | 2017-05-07 | 1 | -1/+11 |
| | |||||
* | The rest of the library and backend changes to support client-side e2ee and ↵ | zotlabs | 2017-04-20 | 1 | -0/+1 |
| | | | | deprecate previous uses of item_obscured. | ||||
* | input filter updates | zotlabs | 2017-03-14 | 1 | -16/+5 |
| | |||||
* | code_allowed is a real mess. Start the cleanup by remving the account level ↵ | zotlabs | 2017-03-13 | 1 | -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 security | zotlabs | 2017-03-12 | 1 | -16/+7 |
| | |||||
* | 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 |
| |