Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | chatroom management front-end stuff | friendica | 2014-01-29 | 1 | -0/+73 |
| | | |||||
| * | back-end for changing online status and keeping presence refreshed | friendica | 2014-01-29 | 2 | -1/+23 |
| | | |||||
| * | start on the ajax bits | friendica | 2014-01-29 | 2 | -1/+6 |
| | | |||||
| * | chat is a members only feature, there is no "guest" access. | friendica | 2014-01-29 | 1 | -3/+9 |
| | | |||||
| * | mod/chatsvc - ajax backend for chat | friendica | 2014-01-29 | 1 | -0/+104 |
| | | |||||
| * | more chat infrastructure | friendica | 2014-01-29 | 1 | -0/+62 |
| | | |||||
| * | Really fix attachments in Firefox | Thomas Willingham | 2014-01-29 | 1 | -1/+1 |
| | | |||||
| * | Make Firefox behave if an attachment points to a file with a space in it. | Thomas Willingham | 2014-01-29 | 1 | -2/+2 |
| | | |||||
* | | ping gives us now a reply. But the reply doesnt contains useful data, ↵ | Michael Meer | 2014-01-29 | 1 | -11/+13 |
| | | | | | | | | requires still some investigations | ||||
* | | Merge branch 'master' of https://github.com/friendica/red | Michael Meer | 2014-01-29 | 4 | -0/+51 |
|\| | | | | | | | to be in sync with main repro | ||||
| * | prevent runaway presence indication | friendica | 2014-01-29 | 1 | -2/+2 |
| | | |||||
| * | issues uncovered whilst testing the chatroom API | friendica | 2014-01-29 | 1 | -3/+7 |
| | | |||||
| * | chatpresence timing out too quickly | friendica | 2014-01-28 | 1 | -1/+1 |
| | | |||||
| * | missing file in checkin | friendica | 2014-01-28 | 1 | -0/+11 |
| | | |||||
| * | online indication to the directory popup | friendica | 2014-01-28 | 1 | -0/+4 |
| | | |||||
| * | fix sql query and provide setting to hide online status | friendica | 2014-01-28 | 2 | -1/+8 |
| | | |||||
| * | basic presence indication | friendica | 2014-01-28 | 1 | -0/+25 |
| | | |||||
* | | to make visible what I try, ping still won't work, but I'm confused about ↵ | Michael Meer | 2014-01-28 | 2 | -1/+9 |
| | | | | | | | | get_channel | ||||
* | | Merge branch 'master' of https://github.com/friendica/red | Michael Meer | 2014-01-28 | 3 | -5/+17 |
|\| | | | | | | | to be in sync with main repro | ||||
| * | preserve expiration when editing | friendica | 2014-01-27 | 1 | -3/+9 |
| | | |||||
| * | photo tagging still broken - but at least don't create a new linked item ↵ | friendica | 2014-01-27 | 1 | -0/+4 |
| | | | | | | | | every time a photo is edited. | ||||
| * | after rposting - if there's no remote_return, go to your matrix page rather ↵ | friendica | 2014-01-27 | 1 | -2/+4 |
| | | | | | | | | than leave you on a blank rpost page. | ||||
* | | add a temporary logger command at remote server side | Michael Meer | 2014-01-27 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'master' of https://github.com/MicMee/red | Michael Meer | 2014-01-27 | 5 | -10/+48 |
|\ | | | | | | | to be in sync | ||||
| * | add davguest param to cut/paste link for directories in mod/filestorage | friendica | 2014-01-26 | 1 | -2/+1 |
| | | |||||
| * | The final piece of the DAV authentication puzzle. Provide a directory view ↵ | friendica | 2014-01-26 | 1 | -5/+9 |
| | | | | | | | | to an un-auth'd person (without asking for a password) by adding a query parameter 'davguest=1'. This is a bit of a hack, but there was no response on the official forum about how to do this correctly so it will have to do. On the downside, if permission is denied, it won't ask for a password - but we're talking about unauthenticated folks who didn't go through magic auth so chances are even if they authenticate, permission will still be denied. | ||||
| * | allow site defaults for enabled features | friendica | 2014-01-26 | 1 | -1/+1 |
| | | |||||
| * | don't prompt guests for a password if they're accessing an embedded public file. | friendica | 2014-01-26 | 1 | -2/+22 |
| | | |||||
| * | Left over line from placeholder. | Thomas Willingham | 2014-01-25 | 1 | -1/+0 |
| | | |||||
| * | Add admin info to admin panel and site info. | Thomas Willingham | 2014-01-24 | 2 | -5/+21 |
| | | | | | | | | Since we can have multiple admins, this is freeform bbcode. | ||||
* | | Merge branch 'master' of https://github.com/friendica/red | Michael Meer | 2014-01-24 | 2 | -57/+46 |
|\| | | | | | | | to be in sync with master repro | ||||
| * | fix marital partner linking | friendica | 2014-01-23 | 1 | -26/+14 |
| | | |||||
| * | mod_profperm migrated | friendica | 2014-01-23 | 1 | -31/+32 |
| | | |||||
* | | build url, deleted logger commands | Michael Meer | 2014-01-23 | 1 | -4/+3 |
| | | |||||
* | | preperation for ping, need training in SQL :( | Michael Meer | 2014-01-23 | 1 | -1/+6 |
| | | |||||
* | | Merge branch 'master' of https://github.com/friendica/red | Michael Meer | 2014-01-22 | 1 | -8/+4 |
|\| | | | | | | | to keep the repros in sync | ||||
| * | simplify chanview authentication and make sure it carries through multiple ↵ | friendica | 2014-01-22 | 1 | -8/+4 |
| | | | | | | | | generations | ||||
* | | reorg formula data for hubloc checks | Michael Meer | 2014-01-22 | 1 | -1/+10 |
| | |