Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deprecate the custom highlight [hl] bbcode in favor of [mark] which is a ↵ | Mario | 2021-09-07 | 1 | -1/+1 |
| | | | | html5 standard | ||||
* | work around some weird regex interference | Mario | 2021-09-04 | 1 | -7/+8 |
| | |||||
* | New landing page HQ with separate views for direct messages, public/limited ↵ | Mario | 2021-06-17 | 1 | -3/+12 |
| | | | | messages and starred messages if the feature is enabled | ||||
* | get dev | Hilmar R | 2021-03-01 | 1 | -1/+1 |
| | |||||
* | remove deprecated forum autocomplete code | Mario | 2020-12-23 | 1 | -25/+2 |
| | |||||
* | deprecate ! and !! forum tags | Mario | 2020-12-18 | 1 | -1/+2 |
| | |||||
* | lazy/eager loading and minor css fixes | Mario | 2020-10-22 | 1 | -1/+1 |
| | |||||
* | it looks like this was required at some point but is not required anymore ↵ | Mario | 2020-05-08 | 1 | -4/+4 |
| | | | | for our autocomplete to work as expected. fixes #1463 | ||||
* | basic poll support and patch to not call System::get_platform_name() within ↵ | zotlabs | 2020-01-30 | 1 | -1/+1 |
| | | | | t() unless needed. Polls probably need refining and have not yet been fully tested after porting | ||||
* | whitespace | Mario Vavti | 2019-01-14 | 1 | -2/+0 |
| | |||||
* | autocomplete performance: this slightly changes the editor contact ↵ | Mario Vavti | 2018-10-24 | 1 | -1/+1 |
| | | | | autocomplete behaviour. queries using *like* with a prepended % to the query string do not make use of indices. this is no big issue when we query abook but can get really slow when xchan table is involved. this commit changes the xchan table only queries to use the *str%* format. this means that the result set for channels we are not connected with will change in a way that xchan_name and xchan_addr will bematched only from the beginning of the name or address. this commit also changes textcomplete to only start the query after the 3rd character. the result set between 2 and 3 characters is mostly very different and only from 3 chars on there is a high possibility the channel we look for is already in the result. | ||||
* | textcomplete: return up to 100 items and look for for matches in the entire ↵ | Mario Vavti | 2018-10-22 | 1 | -12/+28 |
| | | | | string (not just the beginning) when suggesting emojis | ||||
* | add summary to bbcode autocomplete list | Mario Vavti | 2018-10-22 | 1 | -2/+2 |
| | |||||
* | display address in contact_format() instead of nick | Mario Vavti | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | consolidate recent autocomplete changes | Mario Vavti | 2018-05-13 | 1 | -18/+14 |
| | |||||
* | remove the old autocomplete cache mechanism | zotlabs | 2018-05-06 | 1 | -21/+1 |
| | |||||
* | autocomplete after 2 chars instead of 3; this was changed some months back ↵ | zotlabs | 2018-05-06 | 1 | -8/+8 |
| | | | | to work around implementation quirks in the custom cache driver that is now disabled. | ||||
* | add changes from ae35ac0cec3f6bf337 to contact_autocomplete so channel ↵ | zotlabs | 2018-05-03 | 1 | -2/+3 |
| | | | | source completion will work correctly | ||||
* | quick fix for issue #1150 - needs improvement and review of other ↵ | Mario Vavti | 2018-05-03 | 1 | -2/+5 |
| | | | | textcomplete implementations. | ||||
* | if there is more than one textarea we need to work through all of them | Mario Vavti | 2018-04-26 | 1 | -17/+26 |
| | |||||
* | a better way to deal with js errors in autocomplete plugins if the object is ↵ | Mario Vavti | 2018-04-26 | 1 | -0/+19 |
| | | | | not available | ||||
* | fix the on select handlers | Mario Vavti | 2018-04-26 | 1 | -6/+6 |
| | |||||
* | upgrade to textcomplete (jquery.textcomplete is discontinued), enable ↵ | Mario Vavti | 2018-04-26 | 1 | -17/+53 |
| | | | | built-in cache and unify to start lookup after 3 characters | ||||
* | some tagging work | zotlabs | 2018-04-25 | 1 | -15/+15 |
| | |||||
* | make tag autocomplete less scary looking in the editor. If this works out we ↵ | zotlabs | 2018-04-24 | 1 | -6/+1 |
| | | | | can simplify and get rid of a huge amount of spaghetti tag logic. | ||||
* | fix navbar contact autocomplete 'undefined' hovertip | zotlabs | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | update the search js | zotlabs | 2018-04-16 | 1 | -1/+10 |
| | |||||
* | extend AC | zotlabs | 2018-04-08 | 1 | -1/+12 |
| | |||||
* | private forum mentions | zotlabs | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | allow case independence of replacements as well as patterns | zotlabs | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | use context method | zotlabs | 2018-03-28 | 1 | -0/+1 |
| | |||||
* | hashtag autocomplete | zotlabs | 2018-03-07 | 1 | -1/+15 |
| | |||||
* | add url and headings to bbco_autocomplete() | Mario Vavti | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | get rid of spinner.js in use a lightweight css spinner instead | Mario Vavti | 2017-09-26 | 1 | -3/+3 |
| | |||||
* | tagging changes - provides ability to mention a forum by using !forumname as ↵ | zotlabs | 2017-09-24 | 1 | -1/+11 |
| | | | | 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. | ||||
* | fix fullscreen and bbco_autocomplete popup rendering | Mario Vavti | 2017-03-20 | 1 | -1/+6 |
| | |||||
* | bs4 fixes | Mario Vavti | 2017-03-19 | 1 | -2/+7 |
| | |||||
* | fix item_list and item_search templates. make item filer use a bootdtrap ↵ | Mario Vavti | 2017-03-17 | 1 | -1/+1 |
| | | | | modal and some css and class fixes | ||||
* | hide nav search behind a button, css fixes and cleanup | Mario Vavti | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | add observer.language to autocomplete and return a default value for observer | Mario Vavti | 2017-01-21 | 1 | -1/+5 |
| | |||||
* | use highlight in ac-list for hl bbcode | Mario Vavti | 2016-12-01 | 1 | -1/+2 |
| | |||||
* | highlight | zotlabs | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | add embed bbcode to the autocomplete list | Mario Vavti | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | better fix for navbar channel autocomplete, refrain from search until a ↵ | zotlabs | 2016-10-21 | 1 | -1/+1 |
| | | | | minimum of 3 chars entered. 2 typically gives way too many results and usually low quality results. | ||||
* | introduce checklist BBcode for checklists | Mario Vavti | 2016-09-01 | 1 | -5/+8 |
| | |||||
* | document mod_acl a bit better and try to remove some redundancies and ↵ | redmatrix | 2016-07-13 | 1 | -1/+1 |
| | | | | consolidate the various options | ||||
* | adjust the autocomplete regex slightly to account for emoji names | redmatrix | 2016-06-05 | 1 | -1/+1 |
| | |||||
* | tweak dl bbcode in expanded autocomplete a bit more | Mario Vavti | 2016-05-01 | 1 | -3/+4 |
| | |||||
* | tweak dl bbcode in expanded autocomplete | Treer | 2016-05-01 | 1 | -6/+9 |
| | |||||
* | add dl bbcode to the expanded autocomplete | Mario Vavti | 2016-04-30 | 1 | -2/+2 |
| |