Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change undo_post_tagging() to emit quoted tags rather than using underscore ↵ | zotlabs | 2018-02-26 | 1 | -2/+9 |
| | | | | replacement if they contain spaces. | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-02-26 | 1 | -1/+2 |
|\ | |||||
| * | mark connections where we do not have post_comments permissions with an no ↵ | Mario Vavti | 2018-02-24 | 1 | -1/+2 |
| | | | | | | | | entry sign. | ||||
* | | issues with delivery of edited posts to forums | zotlabs | 2018-02-26 | 1 | -0/+12 |
|/ | |||||
* | implode can take its arguments in either order, but let's try to be consistent | zotlabs | 2018-02-04 | 1 | -26/+29 |
| | |||||
* | more generalisation of commonly used code constructs | zotlabs | 2018-02-01 | 1 | -0/+28 |
| | |||||
* | typo from previous checkin and partial fix to hubzilla #965 - show any ↵ | zotlabs | 2018-01-26 | 1 | -1/+8 |
| | | | | connection without comment permission as archived in contact_block(). | ||||
* | :bulb: Add source documentation from recent conversations. | Klaus Weidenbach | 2018-01-05 | 1 | -30/+92 |
| | | | | | | There have been some conversations in the last weeks which explained several parts of the code, so add it to the source code documentation. Also some other small source code documentation improvements. | ||||
* | reverse the logic so we zidify by default | zotlabs | 2017-12-16 | 1 | -3/+3 |
| | |||||
* | don't zidify all permalinks, only zot permalinks | zotlabs | 2017-12-16 | 1 | -1/+6 |
| | |||||
* | change to bbcode calling parameters: important: will require pulling addons; | zotlabs | 2017-11-23 | 1 | -2/+2 |
| | | | | also some extra checking of server headers in upload functions | ||||
* | cloud tiles: use folder-o for folders and set the icon colour to something a ↵ | zotlabs | 2017-11-19 | 1 | -2/+2 |
| | | | | bit less harsh than the link colour for system icons. Dark solid blue folders are a bit overwhelming, as is the default text_colour (black) | ||||
* | improve the icon mappings for cloud tile view | zotlabs | 2017-11-16 | 1 | -1/+26 |
| | |||||
* | hubzilla issue #901 - unicode characters in urls tripping up url regexes - ↵ | zotlabs | 2017-11-09 | 1 | -7/+7 |
| | | | | these regexes have been modified to accept unicode "letters" which may preclude emojis and control sequences and symbols in url links; but should suffice for most legal URLs containing language context "text" glyphs. | ||||
* | fix issues with diaspora xchans | Mario Vavti | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | acl encoding issues | zotlabs | 2017-10-23 | 1 | -1/+1 |
| | |||||
* | purify user-supplied filenames in some cases. Probably not needed but it's ↵ | zotlabs | 2017-10-09 | 1 | -0/+6 |
| | | | | the right thing to do. | ||||
* | urlencode hashes from mod_acl | zotlabs | 2017-10-03 | 1 | -1/+1 |
| | |||||
* | extend activity_match to work with arrays | zotlabs | 2017-09-24 | 1 | -2/+10 |
| | |||||
* | tagging changes - provides ability to mention a forum by using !forumname as ↵ | zotlabs | 2017-09-24 | 1 | -6/+13 |
| | | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti. | ||||
* | Merge branch 'master' into tagging | zotlabs | 2017-09-24 | 1 | -8/+8 |
|\ | |||||
| * | use mimetype text description rather than technical name in dropdown ↵ | zotlabs | 2017-09-19 | 1 | -8/+8 |
| | | | | | | | | choices, found bug in mimetype selection option code | ||||
* | | more tag stuff | zotlabs | 2017-09-17 | 1 | -1/+1 |
| | | |||||
* | | tagging changes | zotlabs | 2017-09-17 | 1 | -4/+11 |
|/ | |||||
* | add option to mimetype selector so you can change the element name in case ↵ | zotlabs | 2017-09-12 | 1 | -2/+2 |
| | | | | you end up with two of these suckers on the same page | ||||
* | wiki mimetype selection | zotlabs | 2017-09-12 | 1 | -3/+3 |
| | |||||
* | testing owa | zotlabs | 2017-09-07 | 1 | -2/+2 |
| | |||||
* | remove period from characters allowed in username, as this will mess up URL ↵ | zotlabs | 2017-09-05 | 1 | -4/+4 |
| | | | | based content-type negotiation. It was previously disallowed but permitted a month or two ago after seeing Diaspora started allowing it. It's OK if they have it, but we can't; as many of our urls are based on username and theirs are primarily based on uid. | ||||
* | issue with mentions and xchans with @ or / | zotlabs | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | use iso 8601 "Zulu" for log timestamps so it can be easily processed with ↵ | zotlabs | 2017-08-29 | 1 | -3/+6 |
| | | | | fail2ban | ||||
* | escape 'http' inside code blocks so it doesn't trigger an oembed | zotlabs | 2017-08-29 | 1 | -0/+2 |
| | |||||
* | remove easter egg | zotlabs | 2017-08-15 | 1 | -7/+0 |
| | |||||
* | add rel=noopener to all external target _blank links | zotlabs | 2017-06-13 | 1 | -2/+2 |
| | |||||
* | move code syntax highlighting to plugin | zotlabs | 2017-05-30 | 1 | -33/+6 |
| | |||||
* | re-arrange a few functions | zotlabs | 2017-05-30 | 1 | -0/+8 |
| | |||||
* | work through the diaspora_v2 outgoing status posts | zotlabs | 2017-05-28 | 1 | -1/+2 |
| | |||||
* | remove php version checks for older ( < 5.4) code incompatibilities | zotlabs | 2017-05-23 | 1 | -19/+13 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-22 | 1 | -2/+0 |
|\ | |||||
| * | smileybutton fixes | Mario Vavti | 2017-05-19 | 1 | -2/+0 |
| | | |||||
* | | consolidate email validation checks | zotlabs | 2017-05-11 | 1 | -13/+0 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-05 | 1 | -8/+7 |
|\| | |||||
| * | :bulb: correct some Doxygen syntax mistakes. | Klaus Weidenbach | 2017-05-05 | 1 | -8/+7 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-26 | 1 | -1/+1 |
|\| | |||||
| * | make mastodon happy args | Mario Vavti | 2017-04-26 | 1 | -1/+1 |
| | | |||||
| * | The rest of the library and backend changes to support client-side e2ee and ↵ | zotlabs | 2017-04-26 | 1 | -14/+1 |
| | | | | | | | | deprecate previous uses of item_obscured. | ||||
| * | smilies - add param to only list default emoticons | zotlabs | 2017-04-26 | 1 | -1/+6 |
| | | |||||
* | | smilies - add param to only list default emoticons | zotlabs | 2017-04-25 | 1 | -1/+6 |
| | | |||||
* | | database upgrade | zotlabs | 2017-04-23 | 1 | -1/+1 |
| | | |||||
* | | The rest of the library and backend changes to support client-side e2ee and ↵ | zotlabs | 2017-04-20 | 1 | -14/+1 |
| | | | | | | | | deprecate previous uses of item_obscured. | ||||
* | | give the item_obscured flag a new lease on life by using it to designate ↵ | zotlabs | 2017-04-18 | 1 | -1/+17 |
| | | | | | | | | third party client-side e2ee or binary content which can only be downloaded and not viewed directly on the web (as a side effect this also allows binary files to be submitted as activities/content). The content display is suppressed and replaced with a download button. This is unfinished but harmless to backport while work is in progress unless told otherwise. Future development will take care of the remaining loose ends. |