aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-251-7/+4
|\|
| * re-add spaces between tagsMario Vavti2017-03-151-3/+6
| |
| * style hashtags, mentions and categories. hide expand-aside button if not ↵Mario Vavti2017-03-151-8/+2
| | | | | | | | needed. css and class fixes
* | begin the process of using the relevant attach directory/path for photo ↵zotlabs2017-03-211-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-141-7/+11
| |
* | code_allowed is a real mess. Start the cleanup by remving the account level ↵zotlabs2017-03-131-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.
* | more cleanupzotlabs2017-03-091-4/+2
|/
* move emoji emoticons (not reactions) to pluginzotlabs2017-03-051-14/+0
|
* reverse sort orderzotlabs2017-03-021-1/+1
|
* activity widget - like the forum widget but represents unseen activity by ↵zotlabs2017-03-021-0/+5
| | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding.
* :arrow_up: :hammer: Upgrade PHP Markdown library.Klaus Weidenbach2017-02-271-5/+5
| | | | | | The current version throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the Markdown library to the current PHP Markdown Lib 1.7.0. Used composer to manage this library.
* strip possible quotes from attribute_contains() haystackszotlabs2017-02-151-1/+3
|
* provide HTTP header parser which honours continuation lines and despite the ↵zotlabs2017-02-141-5/+0
| | | | fact that continuation lines have been deprecated - as they still exist in the wild.
* channel export - use a selected list of functional data categories to ↵zotlabs2017-01-311-0/+1
| | | | export; this allows one to export single data sets instead of always exporting everything we know about
* consolidate hubloc storagezotlabs2017-01-301-1/+1
|
* add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-191-1/+8
| | | | component of /display/ links for message-ids that contain troublesome characters
* more integration of vcard and profileszotlabs2017-01-151-0/+4
|
* btlogger trace file logging not working as desired.zotlabs2017-01-101-4/+7
|
* setup: check disabled functions more precisely than using a string matchzotlabs2017-01-051-0/+6
|
* provide separate logging (if configured) for btlogger which is used to catch ↵zotlabs2016-12-211-1/+14
| | | | really subtle issues which don't always leave an audit trail. Similar to dbfail.out, the file btlogger.out (if it exists and is write-able) will only log these unusual situations with backtraces so we can find the culprits.
* zidify private mailzotlabs2016-12-191-1/+0
|
* use absolute namespace in case this gets movedzotlabs2016-12-131-1/+1
|
* tag and mention handling in private mail (which required refactoring the ↵zotlabs2016-12-131-1/+47
| | | | bbcode cleanup stuff in mod_item)
* fix the forum widget for forums with custom permszotlabs2016-12-021-3/+6
|
* move all the zid related stuff to one filezotlabs2016-11-131-75/+0
|
* zidify wiki contentzotlabs2016-11-131-0/+31
|
* reorganise emoticonszotlabs2016-11-061-33/+33
|
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-253/+310
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* additional array checkingzotlabs2016-10-131-4/+5
|
* consolidate duplicated code for creating table entries from an arrayzotlabs2016-10-121-0/+17
|