Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extend the usermenu so we don't have to keep going back to channel homepage ↵ | friendica | 2014-02-06 | 1 | -3/+7 |
| | | | | to get to the other channel links | ||||
* | make all naked links bookmark-able | friendica | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | apply service class restriction to the number of channels allowed in a ↵ | friendica | 2014-02-06 | 1 | -0/+11 |
| | | | | chatroom at a time ('chatters_inroom'). If you've got a public site you probably want to restrict this. | ||||
* | add bookmark tag to naked links if they're red sites. We can do this because ↵ | friendica | 2014-02-06 | 1 | -1/+1 |
| | | | | red links are linkified when the post is submitted. Can't do this for other naked links because they only get linkified during display and won't have a taxonomy object attached to the message. | ||||
* | notification bug - don't use $r, we already set it to something else that we ↵ | friendica | 2014-02-06 | 1 | -2/+4 |
| | | | | need further on. | ||||
* | add chatroom links | friendica | 2014-02-05 | 1 | -0/+14 |
| | |||||
* | allow bookmarks to use richtext | friendica | 2014-02-05 | 1 | -1/+4 |
| | |||||
* | cleanup - nothing more | friendica | 2014-02-05 | 1 | -3/+3 |
| | |||||
* | fix auto-add of bookmarks to find sender correctly and optionally auto add ↵ | friendica | 2014-02-05 | 1 | -4/+10 |
| | | | | bookmarks for self | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-02-05 | 2 | -0/+59 |
|\ | |||||
| * | add a sanitized style tag to bbcode | marijus | 2014-02-05 | 2 | -0/+59 |
| | | |||||
* | | This would be about the 75th attempt to try and prevent duplicated email ↵ | friendica | 2014-02-05 | 1 | -1/+10 |
|/ | | | | notifications for comments. Eventually we'll find something that works. | ||||
* | bookmarking bugfix | friendica | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | bookmark debug logging | friendica | 2014-02-05 | 1 | -5/+3 |
| | |||||
* | make links in comments bookmark-able | friendica | 2014-02-04 | 2 | -1/+5 |
| | |||||
* | bookmarks - mop up and go home | friendica | 2014-02-04 | 4 | -2/+20 |
| | |||||
* | bookmarking | friendica | 2014-02-04 | 4 | -13/+84 |
| | |||||
* | fix the search for system bookmarks | friendica | 2014-02-04 | 1 | -3/+9 |
| | |||||
* | bookmark permissions | friendica | 2014-02-04 | 1 | -0/+1 |
| | |||||
* | some tagging fixes - including old bugs which were never reported | friendica | 2014-02-03 | 1 | -4/+4 |
| | |||||
* | transmit, receive, and parse bookmarks | friendica | 2014-02-03 | 2 | -3/+21 |
| | |||||
* | code cleanup - remove some unused functions | friendica | 2014-02-03 | 1 | -36/+0 |
| | |||||
* | The problem with a lot of packages is that it's easier to re-write them than ↵ | friendica | 2014-02-02 | 1 | -0/+35 |
| | | | | to re-use them. | ||||
* | Add switch to allow menus to be used as bookmark collections | friendica | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | remove the text "requires compatible chat plugin" | friendica | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | More efficient smilie replacing | toclimb | 2014-02-02 | 1 | -10/+8 |
| | |||||
* | add links to change chat status and leave room | friendica | 2014-02-02 | 1 | -3/+5 |
| | |||||
* | add epub mimetype (application/epub+zip) | friendica | 2014-02-02 | 1 | -0/+1 |
| | |||||
* | config: don't try to unserialise an array | friendica | 2014-02-01 | 1 | -4/+4 |
| | |||||
* | provide some interesting new options to channel sources | friendica | 2014-01-31 | 1 | -2/+2 |
| | |||||
* | chat expiration (default 2 hours) - but can be set on a per-chatroom basis | friendica | 2014-01-30 | 1 | -2/+8 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-01-30 | 1 | -3/+3 |
|\ | |||||
| * | clean up logger commands. Placed apostrophs at the end from some comments to ↵ | Michael Meer | 2014-01-30 | 2 | -9/+2 |
| | | | | | | | | keep the syntax highlighting in vi working | ||||
| * | attempt with fix URL for testing works | Michael Meer | 2014-01-30 | 2 | -3/+10 |
| | | |||||
* | | fix basic auth with account (not channel) login | friendica | 2014-01-30 | 1 | -1/+1 |
|/ | |||||
* | a bit more ajax work on chat and chatsvc and some fiddling with layouts | friendica | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | chatroom management front-end stuff | friendica | 2014-01-29 | 1 | -1/+2 |
| | |||||
* | apply service class limits (at the account level) to chatroom creation as ↵ | friendica | 2014-01-29 | 1 | -0/+12 |
| | | | | chat has the potential to adversely affect system performance. In the future we may also want to service_class restrict the number of participants in a room. | ||||
* | more chat infrastructure | friendica | 2014-01-29 | 1 | -6/+9 |
| | |||||
* | more testing of chatroom interfaces, also corrected a function call that ↵ | friendica | 2014-01-29 | 3 | -3/+6 |
| | | | | should have been a class instantiation in reddav | ||||
* | Merge pull request #290 from git-marijus/master | friendica | 2014-01-29 | 1 | -10/+39 |
|\ | | | | | add image floating to bbcode | ||||
| * | minor whitespace cleanup | marijus | 2014-01-30 | 1 | -1/+0 |
| | | |||||
| * | add image floating to bbcode | marijus | 2014-01-30 | 1 | -10/+40 |
| | | |||||
* | | Don't look for emoticons inside the matching angle brackets of HTML tags ↵ | toclimb | 2014-01-29 | 1 | -13/+12 |
|/ | | | | (seriously) | ||||
* | chatroom permissions enforcement | friendica | 2014-01-29 | 1 | -0/+19 |
| | |||||
* | debug chatroom_list widget | friendica | 2014-01-29 | 1 | -1/+2 |
| | |||||
* | issues uncovered whilst testing the chatroom API | friendica | 2014-01-29 | 1 | -8/+10 |
| | |||||
* | chatroom list widget backend | friendica | 2014-01-29 | 2 | -0/+18 |
| | |||||
* | basic chatroom management backend | friendica | 2014-01-29 | 1 | -0/+117 |
| | |||||
* | online indication to the directory popup | friendica | 2014-01-28 | 1 | -0/+22 |
| |