aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/autocomplete.js
Commit message (Expand)AuthorAgeFilesLines
...
* adjust the autocomplete regex slightly to account for emoji namesredmatrix2016-06-051-1/+1
* tweak dl bbcode in expanded autocomplete a bit moreMario Vavti2016-05-011-3/+4
* tweak dl bbcode in expanded autocompleteTreer2016-05-011-6/+9
* add dl bbcode to the expanded autocompleteMario Vavti2016-04-301-2/+2
* Add definition lists to bbcodeTreer2016-04-301-1/+1
* move spoiler= and quote= bbcode handling from prepare_body() to bbcode() and ...Mario Vavti2016-04-261-1/+1
* Use stopImmidiatePropagation() only if we are in a list to not interfere with...Mario Vavti2016-04-201-2/+6
* improve bbco autocomplete to not execute listNewLineAutocomplete() many times...Mario Vavti2016-04-121-2/+3
* some work on comanche autocompleteMario Vavti2016-04-091-1/+8
* translate the most common bbcodes to their *real name*. finally we should pro...Mario Vavti2016-04-071-1/+13
* some more autocompletion for bbcode tables - leave it open if we wanna use th...Mario Vavti2016-04-071-0/+3
* move li back in the list since it will be used far less than listMario Vavti2016-04-071-1/+1
* automate bbcode list creation even furtherMario Vavti2016-04-071-0/+57
* adjust the regex to also work with asteriks and use the simpler syntax for listsMario Vavti2016-04-061-6/+7
* Improve (un)ordered list autocompletion for list constructionAndrew Manning2016-04-051-1/+5
* fix contextual helpMario Vavti2016-04-051-1/+1
* expand list of bbcode in autocompleteMario Vavti2016-04-051-3/+6
* a simple autocomplete for bbcode or comanche - partly implementedMario Vavti2016-04-041-0/+40
* provide some info about our contacts - status (archived, hidden, etc.), publi...Mario Vavti2016-01-141-1/+1
* removed block style on dropdown contact name and details, added dropdown-menu...redmatrix2015-11-251-1/+1
* get rid of the unnecessary blank space after mail recipient completionredmatrix2015-10-021-0/+34
* Some JavaScript cleanups.Klaus Weidenbach2015-03-151-75/+71
* small autocomplete fix adding space to the outputRedSwede2015-01-291-1/+1
* bring back nav-search spinnermarijus2015-01-211-5/+9
* css fixes - hopefullymarijus2015-01-201-1/+1
* satisfy the floated imagesmarijus2015-01-201-1/+1
* as a workaround make nav-search dropdown behave a little bettermarijus2015-01-201-4/+4
* Fix autocomplete with groupsStefan Parviainen2015-01-191-1/+1
* Fix issue #865.Stefan Parviainen2015-01-191-1/+1
* Remove accidental loggingStefan Parviainen2015-01-171-1/+0
* Fix bug with groups and autocompleteStefan Parviainen2015-01-171-0/+2
* Fix saved searches on network page, fix caching mith multiple autocompletersStefan Parviainen2015-01-081-6/+13
* Fix issue with case sensitive filtering in autocomplete, put autocomplete dro...Stefan Parviainen2015-01-081-9/+24
* Merge autocomplete caching, show more results in navbar searchStefan Parviainen2015-01-071-2/+19
|\
| * Cache autocomplete results locally (the one in the editor)Stefan Parviainen2015-01-061-0/+17
* | Add autosubmit feature to textcomplete based autocompleterStefan Parviainen2015-01-071-2/+13
* | Allow passing autocomplete type to contact_autocompleteStefan Parviainen2015-01-071-2/+4
* | Disable browser-based autocomplete when using the textcomplete based oneStefan Parviainen2015-01-071-0/+3
* | Make mod_poke use textcompleteStefan Parviainen2015-01-071-3/+23
* | Make nav search use textcompleteStefan Parviainen2015-01-071-4/+26
* | Rename some stuff related to autocompleteStefan Parviainen2015-01-071-8/+8
|/
* regression: autocomplete hovertip with url/address missing - useful for ident...friendica2015-01-041-1/+1
* Fix initEditor on non-wall pagesStefan Parviainen2015-01-051-1/+2
* Sorting of autocompleteStefan Parviainen2015-01-041-1/+1
|\
* | Autocmplete suggestions for non-local users, also suggest from visited channe...Stefan Parviainen2015-01-041-4/+12
|/
* Fix regex in contact autocompleteStefan Parviainen2014-12-241-2/+1
* Show autocomplete taggable with special colorStefan Parviainen2014-12-221-2/+2
* Fix whitespace disappearing at the beginning of completed smilyStefan Parviainen2014-12-211-1/+1
* Correct domain for smily requestsStefan Parviainen2014-12-211-1/+1
* Autocomplete smiliesStefan Parviainen2014-12-201-1/+9