aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * preserve expiration when editingfriendica2014-01-271-3/+9
| |
| * photo tagging still broken - but at least don't create a new linked item ↵friendica2014-01-271-0/+4
| | | | | | | | every time a photo is edited.
| * after rposting - if there's no remote_return, go to your matrix page rather ↵friendica2014-01-271-2/+4
| | | | | | | | than leave you on a blank rpost page.
* | add a temporary logger command at remote server sideMichael Meer2014-01-271-0/+1
|/
* Merge branch 'master' of https://github.com/MicMee/redMichael Meer2014-01-275-10/+48
|\ | | | | | | to be in sync
| * add davguest param to cut/paste link for directories in mod/filestoragefriendica2014-01-261-2/+1
| |
| * The final piece of the DAV authentication puzzle. Provide a directory view ↵friendica2014-01-261-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 featuresfriendica2014-01-261-1/+1
| |
| * don't prompt guests for a password if they're accessing an embedded public file.friendica2014-01-261-2/+22
| |
| * Left over line from placeholder.Thomas Willingham2014-01-251-1/+0
| |
| * Add admin info to admin panel and site info.Thomas Willingham2014-01-242-5/+21
| | | | | | | | Since we can have multiple admins, this is freeform bbcode.
* | Merge branch 'master' of https://github.com/friendica/redMichael Meer2014-01-242-57/+46
|\| | | | | | | to be in sync with master repro
| * fix marital partner linkingfriendica2014-01-231-26/+14
| |
| * mod_profperm migratedfriendica2014-01-231-31/+32
| |
* | build url, deleted logger commandsMichael Meer2014-01-231-4/+3
| |
* | preperation for ping, need training in SQL :(Michael Meer2014-01-231-1/+6
| |
* | Merge branch 'master' of https://github.com/friendica/redMichael Meer2014-01-221-8/+4
|\| | | | | | | to keep the repros in sync
| * simplify chanview authentication and make sure it carries through multiple ↵friendica2014-01-221-8/+4
| | | | | | | | generations
* | reorg formula data for hubloc checksMichael Meer2014-01-221-1/+10
| |
* | start with hubloc pingMichael Meer2014-01-221-0/+9
|/
* remove debuggingfriendica2014-01-211-1/+0
|
* fix location of string file in Translations.md, fix some permissions and ↵friendica2014-01-211-0/+1
| | | | owner vagueness (potential bugs) in profile_tabs()
* seems you can't easily have a blank password for DAV guests, so the guest ↵friendica2014-01-211-2/+4
| | | | password is now +++
* text - change remove account button to remove channelfriendica2014-01-211-1/+1
|
* add primary webbie to directory popupfriendica2014-01-212-0/+2
|
* fix the admin interface to pending registrationsfriendica2014-01-211-1/+1
|
* create store directory if it's missing before initialising DAVfriendica2014-01-211-1/+4
|
* when loading a single thread on the channel page, tell JS that there isn't ↵friendica2014-01-201-2/+6
| | | | any more content to load.