aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
Commit message (Collapse)AuthorAgeFilesLines
...
* | Make mod_connections search use textcompleteStefan Parviainen2015-01-071-9/+1
| |
* | Allow passing autocomplete type to contact_autocompleteStefan Parviainen2015-01-073-4/+6
| |
* | Disable browser-based autocomplete when using the textcomplete based oneStefan Parviainen2015-01-071-0/+3
| |
* | Make searchbox use textcompleteStefan Parviainen2015-01-071-6/+1
| |
* | Make mail use textcompleteStefan Parviainen2015-01-071-9/+2
| |
* | Make mod_poke use textcompleteStefan Parviainen2015-01-072-14/+25
| |
* | Make nav search use textcompleteStefan Parviainen2015-01-071-4/+26
| |
* | Rename some stuff related to autocompleteStefan Parviainen2015-01-072-9/+9
|/
* Unbreak readmoreStefan Parviainen2015-01-051-3/+5
|
* Fix error with undefined profile_uidStefan Parviainen2015-01-051-0/+1
|
* Remove some unneeded librariesStefan Parviainen2015-01-051-71/+0
|
* Replace fancybox with colorboxStefan Parviainen2015-01-051-3/+3
|
* Replace divgrow with more modern readmore.jsStefan Parviainen2015-01-051-6/+4
|
* regression: autocomplete hovertip with url/address missing - useful for ↵friendica2015-01-041-1/+1
| | | | identifying connections based on their site if they have different channels (not clones) on different sites with all other identifying info the same.
* Fix initEditor on non-wall pagesStefan Parviainen2015-01-051-1/+2
|
* Fix height calculation in acl.jsStefan Parviainen2015-01-041-1/+1
|
* Sorting of autocompleteStefan Parviainen2015-01-042-2/+2
|\
| * some work on the edit connection workflow explanation and connedit page. ↵friendica2015-01-021-1/+1
| | | | | | | | This needs a lot more attention, but it was screaming for any improvement in documenting why we tell you that the permissions have been changed but not saved.
* | Autocmplete suggestions for non-local users, also suggest from visited ↵Stefan Parviainen2015-01-041-4/+12
|/ | | | channel's connections
* Merge pull request #805 from pafcu/moretplRedMatrix2015-01-022-3/+3
|\ | | | | Move some HTML out to templates
| * Use grouped select field for role selectionStefan Parviainen2015-01-012-3/+3
| |
* | Warn about unsaved settings using jquery.areyousureStefan Parviainen2015-01-013-0/+7
|/
* Merge pull request #787 from pafcu/mainjsfixRedMatrix2014-12-301-5/+5
|\ | | | | Only call autotime() on the correct elements
| * Only call autotime() on the correct elementsStefan Parviainen2014-12-291-5/+5
| |
* | some work on cloud actionspanel and minor cleanupmarijus2014-12-291-10/+0
| |
* | more work on filesmarijus2014-12-281-0/+2
|/
* more work on filesmarijus2014-12-271-2/+2
|
* Fix regex in contact autocompleteStefan Parviainen2014-12-241-2/+1
|
* Show autocomplete taggable with special colorStefan Parviainen2014-12-221-2/+2
|
* Merge pull request #757 from git-marijus/masterRedMatrix2014-12-222-0/+13
|\ | | | | files: make mod/filestorage.php load via ajax and some design work. work...
| * files: make mod/filestorage.php load via ajax and some design work. work in ↵marijus2014-12-212-0/+13
| | | | | | | | progress...
* | 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
|
* Remove unnecessary loggingStefan Parviainen2014-12-201-3/+1
|
* Better autocomplete based on jquery-textcompleteStefan Parviainen2014-12-201-175/+28
|
* fix some directory anomoliesfriendica2014-12-162-2/+2
|
* call collapseHeight when neededfriendica2014-12-162-0/+5
|
* add divmore to directory entriesfriendica2014-12-161-1/+1
|
* wall tagsfriendica2014-12-151-1/+4
|
* yet another option for the homepagefriendica2014-11-201-1/+1
|
* undo disabled submit buttons now that ACL is initialised when page loadedfriendica2014-11-181-1/+0
|
* allow members to set the per-item "show more" height (separately for network ↵friendica2014-11-171-16/+4
| | | | and matrix, display and search are system pages and therefore set at 400)
* add unseen count and way to mark unseen to list mode. Also fix automatic ↵friendica2014-11-171-0/+7
| | | | mark of unseen so as to work with list mode.
* when in list mode, make the max height half of the normal height before ↵friendica2014-11-161-17/+16
| | | | 'divgrow' kicks in.
* put timeout code in place but don't turn it on.friendica2014-11-131-7/+9
|
* populate initial ACL before the ajax loader gets called, just in case the ↵friendica2014-11-121-1/+3
| | | | form is submitted before it completes. Related to issue #615
* class is a reserved wordfriendica2014-11-101-1/+1
|
* prevent posting before acl got populated since this will disregard the ↵marijus2014-11-081-0/+1
| | | | default acl setting and the post will be visible to the default audience without warning. the chance that this happens is quite small while writing a post but can easily happen on eg editing photos (maybe just tick a checkbox and press submit). the acl and submit buttons are disabled by default and will be activated as soon as acl is populated.
* several unrelated things - auto_follow wasn't working for new accounts, ↵friendica2014-10-271-0/+13
| | | | error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant.