Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crc32 is potentially reversible | zotlabs | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | SECURITY: logging: hash the session_id in case somebody posts log snippets ↵ | zotlabs | 2018-06-25 | 1 | -3/+10 |
| | | | | from active sessions; also provide a hashed process_id if using a daemon process (with no session) for easier tracking of related log events | ||||
* | some work on mod group | Mario | 2018-06-17 | 1 | -2/+11 |
| | |||||
* | photos not syncing properly if destination is a postgres site | zotlabs | 2018-06-04 | 1 | -8/+20 |
| | |||||
* | missing $perm_sql | Mario Vavti | 2018-06-03 | 1 | -2/+0 |
| | |||||
* | add the archived flag | Mario Vavti | 2018-06-02 | 1 | -1/+1 |
| | |||||
* | finalize filters and forum notifications | Mario Vavti | 2018-06-02 | 1 | -11/+43 |
| | |||||
* | first cut on restructuring the previously called network tabs | Mario Vavti | 2018-05-30 | 1 | -1/+21 |
| | |||||
* | deal with db failure gracefully | zotlabs | 2018-05-23 | 1 | -2/+2 |
| | |||||
* | fix issues with attachment labels | Mario Vavti | 2018-05-19 | 1 | -2/+8 |
| | |||||
* | fine tuning the refactored tag/mention code | zotlabs | 2018-05-14 | 1 | -1/+2 |
| | |||||
* | more refactor tags/mentions | zotlabs | 2018-05-14 | 1 | -60/+53 |
| | |||||
* | We're no longer setting a backup ACL for private mention typos. | zotlabs | 2018-05-13 | 1 | -4/+0 |
| | |||||
* | loose ends discovered while fixing hubzilla #1166 | zotlabs | 2018-05-09 | 1 | -2/+2 |
| | |||||
* | missing basetag | Mario Vavti | 2018-05-04 | 1 | -1/+4 |
| | |||||
* | tagging changes: + (old style forum mentions), and underscore space ↵ | zotlabs | 2018-05-03 | 1 | -105/+22 |
| | | | | replacement are no longer supported. | ||||
* | hubzilla issue #1151 - activitypub mention gets bookmarked | zotlabs | 2018-05-02 | 1 | -2/+2 |
| | |||||
* | where possible strip zid parameter from links that get pasted into posts so ↵ | zotlabs | 2018-04-26 | 1 | -1/+1 |
| | | | | that they will get a correct zid when rendered | ||||
* | function doc update | zotlabs | 2018-04-25 | 1 | -0/+1 |
| | |||||
* | some tagging work | zotlabs | 2018-04-25 | 1 | -0/+15 |
| | |||||
* | undo_post_tagging - don't waste a connection query if we're undoing a ↵ | zotlabs | 2018-04-25 | 1 | -3/+6 |
| | | | | hashtag and not a mention. | ||||
* | make tag autocomplete less scary looking in the editor. If this works out we ↵ | zotlabs | 2018-04-24 | 1 | -38/+74 |
| | | | | can simplify and get rid of a huge amount of spaghetti tag logic. | ||||
* | minor tweak to utf8 usernames after some testing of the underlying ↵ | zotlabs | 2018-04-23 | 1 | -0/+5 |
| | | | | encode/decode funations. This probably isn't critical and I do not have a failure case but just trying to cover all bases. | ||||
* | relax restrictions to the design tools menu to allow those with write_pages ↵ | zotlabs | 2018-04-18 | 1 | -1/+1 |
| | | | | permission; this doesn't fix the underlying modules though as there are some potential security issues at the moment. | ||||
* | add alt_pager to mod_moderate, remove legacy $a parameter from all ↵ | zotlabs | 2018-04-17 | 1 | -1/+1 |
| | | | | occurrences of alt_pager | ||||
* | minor code optimisation | zotlabs | 2018-04-17 | 1 | -0/+17 |
| | |||||
* | fix xchan_query() for anon comments | Mario Vavti | 2018-04-09 | 1 | -1/+1 |
| | |||||
* | private forum mentions | zotlabs | 2018-04-04 | 1 | -2/+6 |
| | |||||
* | allow the link target attribute to be modified in bbcode() from much further ↵ | zotlabs | 2018-04-04 | 1 | -4/+5 |
| | | | | up the call stack in prepare_page() which will usually refer to a local item. | ||||
* | hubzilla issue #1019 - punycode urls on connedit page when displaying locations | zotlabs | 2018-03-29 | 1 | -3/+5 |
| | |||||
* | php strpos() empty needle warning when a term entry has no url | zotlabs | 2018-03-25 | 1 | -1/+1 |
| | |||||
* | unicode/emoji usernames. Warning: experimental feature, unstable, untested, ↵ | zotlabs | 2018-03-12 | 1 | -0/+16 |
| | | | | disabled by default, use at your own risk, may not federate to other platforms and protocols. May not clone correctly. Bug reports which neglect to include detailed roubleshooting information and patches/pull requests will be ignored. | ||||
* | sort settings/featured | zotlabs | 2018-03-02 | 1 | -0/+6 |
| | |||||
* | 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. |