Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make mod_sources autocomplete use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -13/+5 |
| | |||||
* | Make photos tag autocomplete use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -13/+5 |
| | |||||
* | Make mod_connections search use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -9/+1 |
| | |||||
* | Return results from acl.php in standard form | Stefan Parviainen | 2015-01-07 | 1 | -20/+0 |
| | |||||
* | Allow passing autocomplete type to contact_autocomplete | Stefan Parviainen | 2015-01-07 | 3 | -4/+6 |
| | |||||
* | Disable browser-based autocomplete when using the textcomplete based one | Stefan Parviainen | 2015-01-07 | 1 | -0/+3 |
| | |||||
* | Make searchbox use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -6/+1 |
| | |||||
* | Make mail use textcomplete | Stefan Parviainen | 2015-01-07 | 1 | -9/+2 |
| | |||||
* | Make mod_poke use textcomplete | Stefan Parviainen | 2015-01-07 | 2 | -14/+25 |
| | |||||
* | Make nav search use textcomplete | Stefan Parviainen | 2015-01-07 | 3 | -27/+41 |
| | |||||
* | Rename some stuff related to autocomplete | Stefan Parviainen | 2015-01-07 | 5 | -14/+14 |
| | |||||
* | Allow textcomplete to work on inputs (PR also filed upstream) | Stefan Parviainen | 2015-01-07 | 1 | -3/+4 |
| | |||||
* | Fix bug in readmore.js | Stefan Parviainen | 2015-01-06 | 1 | -3/+4 |
| | |||||
* | Add title to bb_observer tags to further clarify a bit what's going on | Stefan Parviainen | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | detect https coming through reverse proxy or load balancer using ↵ | friendica | 2015-01-05 | 1 | -0/+2 |
| | | | | x-forwarded-proto instead of (actually in addition to testing) $_SERVER['HTTPS'] and/or $_SERVER['SERVER_PORT'] to indicate ssl is enabled | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-05 | 212 | -15616/+4151 |
|\ | |||||
| * | Merge pull request #820 from pafcu/nomigrate | RedMatrix | 2015-01-06 | 212 | -15616/+4151 |
| |\ | | | | | | | Steps towards not needing jquery-migrate | ||||
| | * | Remove unneeded divgrow library | Stefan Parviainen | 2015-01-05 | 4 | -136/+0 |
| | | | |||||
| | * | Unbreak readmore | Stefan Parviainen | 2015-01-05 | 1 | -3/+5 |
| | | | |||||
| | * | Make slider less ugly | Stefan Parviainen | 2015-01-05 | 1 | -0/+2 |
| | | | |||||
| | * | Remove reference to non-existing colorbox.css | Stefan Parviainen | 2015-01-05 | 1 | -1/+0 |
| | | | |||||
| | * | Fix error with undefined profile_uid | Stefan Parviainen | 2015-01-05 | 1 | -0/+1 |
| | | | |||||
| | * | Remove some unneeded libraries | Stefan Parviainen | 2015-01-05 | 87 | -14625/+0 |
| | | | |||||
| | * | Replace fancybox with colorbox | Stefan Parviainen | 2015-01-05 | 101 | -716/+1522 |
| | | | |||||
| | * | Update jGrowl | Stefan Parviainen | 2015-01-05 | 3 | -148/+4 |
| | | | |||||
| | * | Replace jslider with jRange | Stefan Parviainen | 2015-01-05 | 17 | -6/+2148 |
| | | | |||||
| | * | Replace divgrow with more modern readmore.js | Stefan Parviainen | 2015-01-05 | 4 | -7/+495 |
| |/ | |||||
* / | revup | friendica | 2015-01-05 | 1 | -1/+1 |
|/ | |||||
* | regression: autocomplete hovertip with url/address missing - useful for ↵ | friendica | 2015-01-04 | 1 | -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. | ||||
* | Merge pull request #819 from pafcu/acl | pafcu | 2015-01-05 | 2 | -2/+6 |
|\ | | | | | Fix initEditor on non-wall pages | ||||
| * | Fix initEditor on non-wall pages | Stefan Parviainen | 2015-01-05 | 2 | -2/+6 |
| | | |||||
* | | the last checkin removed hostname from the address for autocomplete ↵ | friendica | 2015-01-04 | 1 | -1/+1 |
| | | | | | | | | searches. This one allows it if explicitly added with a '@'. So 'mike' will find all mikes. 'mike@z' will find mike@zothub but not mike@popcorn. | ||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-04 | 1 | -1/+1 |
|\ \ | |||||
| * | | Merge pull request #817 from pafcu/acl | pafcu | 2015-01-04 | 1 | -1/+1 |
| |\| | | | | | | | Fix height calculation in acl.js | ||||
| | * | Fix height calculation in acl.js | Stefan Parviainen | 2015-01-04 | 1 | -1/+1 |
| | | | |||||
* | | | only check the LHS of xchan_addr for autocomplete, don't match on the hostname. | friendica | 2015-01-04 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #816 from pafcu/acl | RedMatrix | 2015-01-05 | 5 | -80/+88 |
|\| | | | | | Autocomplete improvements | ||||
| * | Typo | Stefan Parviainen | 2015-01-04 | 1 | -3/+3 |
| | | |||||
| * | Sorting of autocomplete | Stefan Parviainen | 2015-01-04 | 83 | -7141/+7366 |
| |\ | |||||
| * | | Autocmplete suggestions for non-local users, also suggest from visited ↵ | Stefan Parviainen | 2015-01-04 | 5 | -80/+68 |
| | | | | | | | | | | | | channel's connections | ||||
* | | | Fix wrong require | Stefan Parviainen | 2015-01-04 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-04 | 10 | -4623/+4677 |
|\ \ | |||||
| * | | update NL and text-background-fix in chat for alternatives schemas | Jeroen | 2015-01-03 | 8 | -4620/+4672 |
| | | | |||||
| * | | provide some info for buttons | marijus | 2015-01-03 | 2 | -3/+5 |
| | | | |||||
* | | | remove hard-coded url to caterva.eu from events code. | friendica | 2015-01-04 | 2 | -2/+2 |
|/ / | |||||
* | | no newline at end of file | friendica | 2015-01-02 | 1 | -1/+1 |
| | | |||||
* | | some work on the edit connection workflow explanation and connedit page. ↵ | friendica | 2015-01-02 | 4 | -26/+46 |
| | | | | | | | | 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. | ||||
* | | doc updates | friendica | 2015-01-02 | 63 | -2458/+2562 |
| | | |||||
* | | Merge pull request #813 from pafcu/checkboxes | RedMatrix | 2015-01-03 | 7 | -83/+63 |
|\| | | | | | Reworked switch to also display text | ||||
| * | Reworked switch to also display text | Stefan Parviainen | 2015-01-02 | 7 | -83/+63 |
| | |