Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new notify sort of working in testbubble | friendica | 2012-02-22 | 1 | -1/+10 |
| | |||||
* | js/fk.autocomplete.js - Friendika -> Friendica | Abinoam P. Marques Jr | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | nav: fix "See all notifications" | Fabio Comuni | 2012-01-23 | 1 | -1/+2 |
| | |||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 9 | -0/+0 |
| | | | | permissions, this will make a nasty commit) | ||||
* | post preview | friendica | 2012-01-09 | 1 | -3/+3 |
| | |||||
* | bypass D* markdown bug for now | friendica | 2012-01-09 | 1 | -0/+19 |
| | |||||
* | comment preview | friendica | 2012-01-05 | 1 | -0/+23 |
| | |||||
* | better handling of the display of conflicting group permissions | friendica | 2011-12-21 | 1 | -2/+8 |
| | |||||
* | bug #246 | friendica | 2011-12-20 | 1 | -6/+9 |
| | |||||
* | audio/video bb tags showing up on Diaspora | friendica | 2011-12-20 | 1 | -1/+4 |
| | |||||
* | simplify live update | friendica | 2011-12-14 | 1 | -2/+9 |
| | |||||
* | testing | friendica | 2011-12-14 | 1 | -2/+2 |
| | |||||
* | live update glitches cont. | friendica | 2011-12-14 | 1 | -4/+2 |
| | |||||
* | name change stragglers, fix newmember links, liveupdate glitch | friendica | 2011-12-14 | 1 | -5/+7 |
| | |||||
* | liveupdate: only modify existing conversations if not page1 | friendica | 2011-12-13 | 1 | -1/+2 |
| | |||||
* | clearup update backlog after commenting | friendica | 2011-12-12 | 1 | -0/+6 |
| | |||||
* | refactor updates | friendica | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | Switch to jquery 1.7.1 | zottel | 2011-12-12 | 1 | -154/+4 |
| | |||||
* | system support for personal configurable ajax update interval | friendica | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | unpause the stream when posting a comment or liking/disliking | zottel | 2011-12-06 | 1 | -5/+11 |
| | |||||
* | Added stopping automatic reloads with Ctrl-Space. Will stay stopped till ↵ | zottel | 2011-12-06 | 1 | -10/+10 |
| | | | | next Ctrl-Space. | ||||
* | rework the liveupdate fixes - what a mess | friendica | 2011-11-24 | 1 | -11/+27 |
| | |||||
* | nasty stuff... | friendica | 2011-11-24 | 1 | -1/+1 |
| | |||||
* | more thread update fixes | friendica | 2011-11-24 | 1 | -9/+11 |
| | |||||
* | fixing conversation updates | friendica | 2011-11-24 | 1 | -1/+1 |
| | |||||
* | comments collapsing on page update | friendica | 2011-11-24 | 1 | -9/+9 |
| | |||||
* | little stuff - name change, live updates, new network types | friendica | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | ensure comment counts update after refactor of collapsed comments | friendica | 2011-11-23 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'friendica/master' | Fabio Comuni | 2011-11-21 | 1 | -1/+1 |
|\ | |||||
| * | don't allow space in autocomplete nickname | friendica | 2011-11-18 | 1 | -1/+1 |
| | | |||||
* | | expire settings for items, notes and photos. | Fabio Comuni | 2011-11-17 | 1 | -0/+7 |
|/ | | | | show default privacy acl in popup | ||||
* | longer lifetime for system message popups so you have time to read them | friendica | 2011-11-12 | 1 | -1/+1 |
| | |||||
* | moved tiptip a few more pixels away to reduce flashing | friendica | 2011-11-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3 from fabrixxm/master | friendica | 2011-11-12 | 1 | -17/+24 |
|\ | | | | | fix for #191 and some other | ||||
| * | js: start liveupdate after ping returns to stop continuos welcome message | Fabio Comuni | 2011-11-11 | 1 | -17/+24 |
| | | | | | | | | | | As liveupdate start before ping but returns after, it overwrite session edit by ping, restoring already shown and deleted notices and infos | ||||
* | | some works on autocomplete (return with no selection = cancel, tab = select ↵ | Friendika | 2011-11-11 | 1 | -5/+16 |
|/ | | | | next) | ||||
* | tinymce autocomplete | Friendika | 2011-11-04 | 1 | -12/+21 |
| | |||||
* | tinymce tag complete stuff | Friendika | 2011-11-03 | 1 | -10/+18 |
| | |||||
* | name change continued, social graph tools and stuctures, fix for spanish ↵ | Friendika | 2011-10-31 | 1 | -1/+1 |
| | | | | province name | ||||
* | add contact-id to auto-complete response to resolve duplicates | Friendika | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | @ tag completion enhancements, show url on hover and respect custom attags | Friendika | 2011-10-26 | 1 | -2/+2 |
| | |||||
* | autocomplete: small fix to js | Fabio Comuni | 2011-10-26 | 1 | -3/+5 |
| | |||||
* | style autocomplete popup in themes | Fabio Comuni | 2011-10-26 | 1 | -7/+11 |
| | |||||
* | search delay and hide empty popup | Fabio Comuni | 2011-10-25 | 1 | -9/+14 |
| | |||||
* | autocomplete contacts nickname while writting in a comment box. | Fabio Comuni | 2011-10-25 | 3 | -3/+180 |
| | |||||
* | oembed: wrap in iframe only html from remote service | Fabio Comuni | 2011-10-25 | 1 | -0/+142 |
| | |||||
* | redo | Friendika | 2011-10-10 | 1 | -0/+10 |
| | |||||
* | fix for 'show all notifications' on notifications drop-down to handle ↵ | Devlon Duthie | 2011-10-08 | 1 | -2/+1 |
| | | | | installations in sub-directories + fix for friend notifications (eg: joe became friends with sam) | ||||
* | Anne set testbubble banner to be fixed, I added the other notification types ↵ | Devlon Duthie | 2011-10-07 | 1 | -20/+13 |
| | | | | to /notifcations, added link to notifcations drop-down for all notifications and added notifications drop-down to testbubble theme | ||||
* | move call to ping before call to update_* | Fabio Comuni | 2011-10-03 | 1 | -8/+9 |
| |