Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better bookmark escaping | friendica | 2014-02-10 | 1 | -3/+8 |
| | |||||
* | don't add bookmark tags to naked links inside code blocks | friendica | 2014-02-10 | 1 | -0/+5 |
| | |||||
* | since the project donate section was added to siteinfo - add a way for the ↵ | friendica | 2014-02-09 | 1 | -6/+12 |
| | | | | hub admin to add in a donation section to keep the hub running. | ||||
* | backend for chatroom activity monitor - honours permissions and returns ↵ | friendica | 2014-02-09 | 1 | -0/+43 |
| | | | | (json) how many in room and last chat timestamp, regardless of whether the observer is actually in the room. | ||||
* | more XSS blockage of uploaded files | friendica | 2014-02-09 | 1 | -1/+10 |
| | |||||
* | fix wall photos | friendica | 2014-02-09 | 1 | -1/+1 |
| | |||||
* | that's better | friendica | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | revert last fix, it double tags | friendica | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | allow somebody to type #^{{naked link}} | friendica | 2014-02-08 | 1 | -1/+1 |
| | | | | -- auto-linkify it and create a bookmark tag. | ||||
* | make bookmarks message into an 'info' so it expires and goes away after a bit | friendica | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | fix issue with double linkify in the git feed | friendica | 2014-02-07 | 1 | -1/+7 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-02-07 | 1 | -4/+4 |
|\ | |||||
| * | let oneself be added to a collection in exchange for deleted contacts | marijus | 2014-02-07 | 1 | -4/+4 |
| | | |||||
* | | from olivier: use double quotes in js strings, updated FR translation | friendica | 2014-02-07 | 1 | -0/+1 |
|/ | | | | from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks) | ||||
* | missing element in new chatroom link | friendica | 2014-02-06 | 1 | -1/+4 |
| | |||||
* | mod/ping - don't perform any database calls if installing | friendica | 2014-02-06 | 1 | -0/+6 |
| | |||||
* | make all naked links bookmark-able | friendica | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | add chatroom links | friendica | 2014-02-05 | 1 | -1/+10 |
| | |||||
* | fix the xchan lookup tool | friendica | 2014-02-05 | 1 | -1/+3 |
| | |||||
* | preserve system bit when editing menus | friendica | 2014-02-05 | 1 | -1/+4 |
| | |||||
* | bookmarking bugfix | friendica | 2014-02-05 | 1 | -6/+9 |
| | |||||
* | bookmark debug logging | friendica | 2014-02-05 | 1 | -1/+5 |
| | |||||
* | make links in comments bookmark-able | friendica | 2014-02-04 | 1 | -2/+2 |
| | |||||
* | bookmarks - mop up and go home | friendica | 2014-02-04 | 1 | -0/+34 |
| | |||||
* | bookmarking | friendica | 2014-02-04 | 2 | -1/+41 |
| | |||||
* | bookmark permissions | friendica | 2014-02-04 | 1 | -1/+5 |
| | |||||
* | photo tagging somewhat working - but can't remove photo tags until we update ↵ | friendica | 2014-02-03 | 1 | -4/+22 |
| | | | | tagrm | ||||
* | some tagging fixes - including old bugs which were never reported | friendica | 2014-02-03 | 1 | -2/+2 |
| | |||||
* | transmit, receive, and parse bookmarks | friendica | 2014-02-03 | 2 | -7/+18 |
| | |||||
* | accept new connection broke yesterday | friendica | 2014-02-03 | 2 | -1/+6 |
| | |||||
* | more wordsmithing | friendica | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | wordsmithing | friendica | 2014-02-02 | 1 | -4/+4 |
| | |||||
* | don't draw attention to advanced permissions and their corresponding ↵ | friendica | 2014-02-02 | 2 | -8/+10 |
| | | | | complexity and clearly mark the simple permissions which people are encouraged to use. | ||||
* | minor text change "can" -> "may" | friendica | 2014-02-02 | 1 | -2/+2 |
| | |||||
* | Add switch to allow menus to be used as bookmark collections | friendica | 2014-02-02 | 1 | -0/+4 |
| | |||||
* | make chat honour the pause key (but we still need to ping the server to ↵ | friendica | 2014-02-02 | 1 | -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 fixes | friendica | 2014-02-02 | 1 | -1/+4 |
| | |||||
* | add links to change chat status and leave room | friendica | 2014-02-02 | 2 | -13/+29 |
| | |||||
* | provide donation options on siteinfo page | friendica | 2014-02-01 | 1 | -1/+17 |
| | |||||
* | status indication | friendica | 2014-02-01 | 1 | -1/+11 |
| | |||||
* | provide the room name for the room you're in. | friendica | 2014-02-01 | 1 | -1/+8 |
| | |||||
* | provide some interesting new options to channel sources | friendica | 2014-01-31 | 1 | -0/+7 |
| | |||||
* | keep presence updated - typo was causing it to logout | friendica | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | missing string delimiters (quotes) | friendica | 2014-01-30 | 1 | -3/+3 |
| | |||||
* | mod/ping should only update basic_presence - and clearing stale entries. ↵ | friendica | 2014-01-30 | 1 | -9/+6 |
| | | | | otherwise let rooms handle presence for themselves. | ||||
* | started analysis of ping response and clean up more logger | Michael Meer | 2014-01-30 | 2 | -7/+16 |
| | |||||
* | clean up logger commands. Placed apostrophs at the end from some comments to ↵ | Michael Meer | 2014-01-30 | 1 | -3/+0 |
| | | | | keep the syntax highlighting in vi working | ||||
* | attempt with fix URL for testing works | Michael Meer | 2014-01-30 | 1 | -2/+5 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/red | Michael Meer | 2014-01-30 | 3 | -2/+275 |
|\ | | | | | | | to be in sync with master repro | ||||
| * | a bit more ajax work on chat and chatsvc and some fiddling with layouts | friendica | 2014-01-30 | 1 | -1/+2 |
| | |