aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* preserve system bit when editing menusfriendica2014-02-051-1/+4
|
* bookmarking bugfixfriendica2014-02-051-6/+9
|
* bookmark debug loggingfriendica2014-02-051-1/+5
|
* make links in comments bookmark-ablefriendica2014-02-041-2/+2
|
* bookmarks - mop up and go homefriendica2014-02-041-0/+34
|
* bookmarkingfriendica2014-02-042-1/+41
|
* bookmark permissionsfriendica2014-02-041-1/+5
|
* photo tagging somewhat working - but can't remove photo tags until we update ↵friendica2014-02-031-4/+22
| | | | tagrm
* some tagging fixes - including old bugs which were never reportedfriendica2014-02-031-2/+2
|
* transmit, receive, and parse bookmarksfriendica2014-02-032-7/+18
|
* accept new connection broke yesterdayfriendica2014-02-032-1/+6
|
* more wordsmithingfriendica2014-02-021-1/+1
|
* wordsmithingfriendica2014-02-021-4/+4
|
* don't draw attention to advanced permissions and their corresponding ↵friendica2014-02-022-8/+10
| | | | complexity and clearly mark the simple permissions which people are encouraged to use.
* minor text change "can" -> "may"friendica2014-02-021-2/+2
|
* Add switch to allow menus to be used as bookmark collectionsfriendica2014-02-021-0/+4
|
* make chat honour the pause key (but we still need to ping the server to ↵friendica2014-02-021-45/+49
| | | | maintain the in_room status), also the recent change to pull css out of the template file used classes instead of ids so none of the styles were sticking
* some windows fixesfriendica2014-02-021-1/+4
|
* add links to change chat status and leave roomfriendica2014-02-022-13/+29
|
* provide donation options on siteinfo pagefriendica2014-02-011-1/+17
|
* status indicationfriendica2014-02-011-1/+11
|
* provide the room name for the room you're in.friendica2014-02-011-1/+8
|
* provide some interesting new options to channel sourcesfriendica2014-01-311-0/+7
|
* keep presence updated - typo was causing it to logoutfriendica2014-01-301-1/+1
|
* missing string delimiters (quotes)friendica2014-01-301-3/+3
|
* mod/ping should only update basic_presence - and clearing stale entries. ↵friendica2014-01-301-9/+6
| | | | otherwise let rooms handle presence for themselves.
* started analysis of ping response and clean up more loggerMichael Meer2014-01-302-7/+16
|
* clean up logger commands. Placed apostrophs at the end from some comments to ↵Michael Meer2014-01-301-3/+0
| | | | keep the syntax highlighting in vi working
* attempt with fix URL for testing worksMichael Meer2014-01-301-2/+5
|
* Merge branch 'master' of https://github.com/friendica/redMichael Meer2014-01-303-2/+275
|\ | | | | | | to be in sync with master repro
| * a bit more ajax work on chat and chatsvc and some fiddling with layoutsfriendica2014-01-301-1/+2
| |
| * chatroom management front-end stufffriendica2014-01-291-0/+73
| |
| * back-end for changing online status and keeping presence refreshedfriendica2014-01-292-1/+23
| |
| * start on the ajax bitsfriendica2014-01-292-1/+6
| |
| * chat is a members only feature, there is no "guest" access.friendica2014-01-291-3/+9
| |
| * mod/chatsvc - ajax backend for chatfriendica2014-01-291-0/+104
| |
| * more chat infrastructurefriendica2014-01-291-0/+62
| |
| * Really fix attachments in FirefoxThomas Willingham2014-01-291-1/+1
| |
| * Make Firefox behave if an attachment points to a file with a space in it.Thomas Willingham2014-01-291-2/+2
| |
* | ping gives us now a reply. But the reply doesnt contains useful data, ↵Michael Meer2014-01-291-11/+13
| | | | | | | | requires still some investigations
* | Merge branch 'master' of https://github.com/friendica/redMichael Meer2014-01-294-0/+51
|\| | | | | | | to be in sync with main repro
| * prevent runaway presence indicationfriendica2014-01-291-2/+2
| |
| * issues uncovered whilst testing the chatroom APIfriendica2014-01-291-3/+7
| |
| * chatpresence timing out too quicklyfriendica2014-01-281-1/+1
| |
| * missing file in checkinfriendica2014-01-281-0/+11
| |
| * online indication to the directory popupfriendica2014-01-281-0/+4
| |
| * fix sql query and provide setting to hide online statusfriendica2014-01-282-1/+8
| |
| * basic presence indicationfriendica2014-01-281-0/+25
| |
* | to make visible what I try, ping still won't work, but I'm confused about ↵Michael Meer2014-01-282-1/+9
| | | | | | | | get_channel
* | Merge branch 'master' of https://github.com/friendica/redMichael Meer2014-01-283-5/+17
|\| | | | | | | to be in sync with main repro