aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* some sidebar content (doesn't yet do anything)friendica2014-05-151-1/+1
|
* the app menu takes formfriendica2014-05-151-7/+7
|
* some backend stuff for appsfriendica2014-05-151-8/+12
|
* fix author delete (non-owner)friendica2014-05-141-3/+3
|
* zrlify (turn into zmg) any relevant img tags in a post.friendica2014-05-131-0/+5
|
* Changed some comments.root2014-05-101-2/+1
|
* Made code changes to serve higher resolution images in displays with high ↵root2014-05-101-1/+34
| | | | pixel density.
* event form hard-wired tinymce=on, made selectablefriendica2014-05-081-2/+11
|
* show hidden connections in contact block if and only if the observer is the ↵friendica2014-05-081-4/+12
| | | | profile owner
* make it easier to plug into .well_known, for instance to tell the EFF to ↵friendica2014-05-061-0/+6
| | | | fuck off and not block pages from the free web just because they use cookies.
* core fixes to allow statusnet connector to workfriendica2014-05-061-4/+4
|
* setup: check for open https port with an invalid cert, even if configured to ↵friendica2014-05-061-11/+25
| | | | use http. Also a bit more word-smithing on the resultant error text but it's still not perfect.
* log pickupsfriendica2014-05-051-0/+2
|
* add message_id to reshared items so that we can eventually notify the ↵friendica2014-05-051-1/+2
| | | | original poster via an activity that their item was shared.
* UI for deleting chatroomsfriendica2014-05-041-0/+3
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-05-042-1/+4
|\
| * Merge pull request #442 from cvogeley/masterRedMatrix2014-05-051-0/+3
| |\ | | | | | | system notifications mark seen link
| | * Add link to system notifications pageChristian Vogeley2014-05-041-0/+2
| | | | | | | | | | | | to mark notifications seen
| | * system notifications mark seen linkChristian Vogeley2014-05-041-0/+1
| | |
| * | ifpending repaired again. Hope it works as intended now.sasiflo2014-05-041-1/+1
| |/
* / issue #432 permission changes lost editing webpage (and other non-post items)friendica2014-05-041-4/+11
|/
* hopefully this will fix itfriendica2014-05-041-2/+2
|
* ifpending repaired. Show page "all contacts" directly if no pending connections.sasiflo2014-05-041-1/+2
| | | | | Tried to repair. Think the merge of flags was wrong in the last commit.
* allow birthdays with just a year (no month or day).friendica2014-05-011-3/+3
|
* missing permissions block in mod_filestoragefriendica2014-04-301-0/+4
|
* clean up the webpage list a bitfriendica2014-04-291-60/+65
|
* got the presence bit.friendica2014-04-261-1/+1
|
* basic chatterbot support - though these would still require additional ↵friendica2014-04-261-1/+10
| | | | functionality in the API to maintain presence as they'll get kicked out of the room if they don't ping it regularly.
* Set a default directory server from a hard-wired list if one was not ↵friendica2014-04-254-28/+5
| | | | previously chosen.
* ability to unset a layout and subthread is probably close to working again.friendica2014-04-231-44/+126
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-04-211-9/+9
|\
| * Attempt to reduce the support burden of access and register policy.Thomas Willingham2014-04-211-9/+9
| |
* | Setting to undo/clear auto permissionsfriendica2014-04-211-0/+1
| |
* | subthread is still borked (~75% Friendica code which has never been ↵friendica2014-04-201-5/+5
|/ | | | translated)- but ported a bit more
* fix vcard truncation and escapingfriendica2014-04-201-18/+18
|
* Merge branch 'master' of https://github.com/friendica/red into mod-profpicpermsirius2014-04-203-7/+40
|\
| * improve zotfeed for discover channel so it will send updates to posts you've ↵friendica2014-04-171-2/+3
| | | | | | | | already received. Incidentally I discovered why we had the meltdown replying to discover channel items the other day - but can't fix it easily.
| * tag anyonefriendica2014-04-152-5/+37
| |
* | Now we also refresh permissions after the user posted connedit.sirius2014-04-202-3/+64
| |
* | Added permission handling of profile-photossirius2014-04-202-16/+29
| | | | | | | | Now we automatically set the appropiate viewing-permissions on profile edit and revert photos chosen as default profile picture bacl to public access.
* | Merging in conflictsirius2014-04-166-35/+42
|\|
| * better mapping of visible connectionsfriendica2014-04-142-15/+11
| |
| * Better handling of restricted /channel and /profile permissions. We will ↵friendica2014-04-141-3/+2
| | | | | | | | show the name, profile photo and a 'connect' button if appropriate on these pages regardless of permissions. A blank page makes it difficult for folks to figure out how to connect and if it is their real life friend 'x' or not. It also matches our overall policy (adopted from Facebook's lessons learned) that the channel name and default profile photo are always visible and can't really be blocked without messing up the usability of the entire network. This also makes sure that a connect button can be found somewhere besides the directory - where the entry could be blocked; and avoid somebody having to figure out the webbie and find the link to "follow" (another related issue).
| * profperm: abook_profile was being handled by profile id rather than ↵friendica2014-04-131-7/+7
| | | | | | | | profile_guid, causing private profiles to not be activated in many cases.
| * only show forum tags on contact autocomplete, not in the ACL selectorfriendica2014-04-131-1/+1
| |
* | Added hackish support for permissions-sync between profile and profile-picturessirius2014-04-142-4/+41
|/
* let normal hashtags be quoted strings alsofriendica2014-04-121-1/+9
|
* major cleanup of handle_tag()friendica2014-04-121-10/+48
|
* handle new tag declarationsfriendica2014-04-121-1/+1
|
* add forum mode to tag handlingfriendica2014-04-121-2/+9
|