aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
Commit message (Collapse)AuthorAgeFilesLines
...
* don't zidify all permalinks, only zot permalinkszotlabs2017-12-161-1/+6
|
* change to bbcode calling parameters: important: will require pulling addons;zotlabs2017-11-231-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 ↵zotlabs2017-11-191-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 viewzotlabs2017-11-161-1/+26
|
* hubzilla issue #901 - unicode characters in urls tripping up url regexes - ↵zotlabs2017-11-091-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 xchansMario Vavti2017-11-021-1/+1
|
* acl encoding issueszotlabs2017-10-231-1/+1
|
* purify user-supplied filenames in some cases. Probably not needed but it's ↵zotlabs2017-10-091-0/+6
| | | | the right thing to do.
* urlencode hashes from mod_aclzotlabs2017-10-031-1/+1
|
* extend activity_match to work with arrayszotlabs2017-09-241-2/+10
|
* tagging changes - provides ability to mention a forum by using !forumname as ↵zotlabs2017-09-241-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 taggingzotlabs2017-09-241-8/+8
|\
| * use mimetype text description rather than technical name in dropdown ↵zotlabs2017-09-191-8/+8
| | | | | | | | choices, found bug in mimetype selection option code
* | more tag stuffzotlabs2017-09-171-1/+1
| |
* | tagging changeszotlabs2017-09-171-4/+11
|/
* add option to mimetype selector so you can change the element name in case ↵zotlabs2017-09-121-2/+2
| | | | you end up with two of these suckers on the same page
* wiki mimetype selectionzotlabs2017-09-121-3/+3
|
* testing owazotlabs2017-09-071-2/+2
|
* remove period from characters allowed in username, as this will mess up URL ↵zotlabs2017-09-051-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 /zotlabs2017-08-301-1/+1
|
* use iso 8601 "Zulu" for log timestamps so it can be easily processed with ↵zotlabs2017-08-291-3/+6
| | | | fail2ban
* escape 'http' inside code blocks so it doesn't trigger an oembedzotlabs2017-08-291-0/+2
|
* remove easter eggzotlabs2017-08-151-7/+0
|
* add rel=noopener to all external target _blank linkszotlabs2017-06-131-2/+2
|
* move code syntax highlighting to pluginzotlabs2017-05-301-33/+6
|
* re-arrange a few functionszotlabs2017-05-301-0/+8
|
* work through the diaspora_v2 outgoing status postszotlabs2017-05-281-1/+2
|
* remove php version checks for older ( < 5.4) code incompatibilitieszotlabs2017-05-231-19/+13
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-221-2/+0
|\
| * smileybutton fixesMario Vavti2017-05-191-2/+0
| |
* | consolidate email validation checkszotlabs2017-05-111-13/+0
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-051-8/+7
|\|
| * :bulb: correct some Doxygen syntax mistakes.Klaus Weidenbach2017-05-051-8/+7
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-261-1/+1
|\|
| * make mastodon happy argsMario Vavti2017-04-261-1/+1
| |
| * The rest of the library and backend changes to support client-side e2ee and ↵zotlabs2017-04-261-14/+1
| | | | | | | | deprecate previous uses of item_obscured.
| * smilies - add param to only list default emoticonszotlabs2017-04-261-1/+6
| |
* | smilies - add param to only list default emoticonszotlabs2017-04-251-1/+6
| |
* | database upgradezotlabs2017-04-231-1/+1
| |
* | The rest of the library and backend changes to support client-side e2ee and ↵zotlabs2017-04-201-14/+1
| | | | | | | | deprecate previous uses of item_obscured.
* | give the item_obscured flag a new lease on life by using it to designate ↵zotlabs2017-04-181-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.
* | make legal_webbie() pluggable - * this should not be merged with federated ↵zotlabs2017-04-051-17/+21
| | | | | | | | projects unless the federation drivers make use of the hooks.
* | legal_webbie() now provides different character rules depending on whether ↵zotlabs2017-04-031-25/+42
| | | | | | | | you federate or not. Added some comments in a few places that needed them.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-301-1/+9
|\|
| * Add some documentation for import functions.Klaus Weidenbach2017-03-301-1/+9
| |
| * begin the process of using the relevant attach directory/path for photo ↵zotlabs2017-03-291-0/+11
| | | | | | | | albums instead of an album basename which may not be unique. Created an 'ellipsify()' function to shorten long names and keep the beginning and end intact
| * input filter updateszotlabs2017-03-291-7/+11
| |
| * code_allowed is a real mess. Start the cleanup by remving the account level ↵zotlabs2017-03-291-22/+4
| | | | | | | | 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.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-271-4/+22
|\|
| * :arrow_up: Update HTML Purifier library.Klaus Weidenbach2017-03-261-4/+22
| | | | | | | | | | Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility. Used composer to manage this library.