aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* check that we have valid datafriendica2014-11-011-0/+1
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-11-011-1/+4
|\
| * Merge pull request #671 from pafcu/masterjeroenpraat2014-10-311-1/+4
| |\ | | | | | | Fix problem with default birth date
| | * Fix problem with default birth dateStefan Parviainen2014-10-311-1/+4
| | |
* | | disable request message response until we work through thisfriendica2014-11-012-1/+3
|/ /
* | document request packets a bit morefriendica2014-10-311-1/+4
| |
* | flag notify packets that are sent in response to a message_id request and ↵friendica2014-10-311-4/+5
| | | | | | | | prevent them from recursing
* | What this checkin does is catch the case where a comment arrived and there's ↵friendica2014-10-305-20/+163
| | | | | | | | a missing top-level post to match it with. So we'll send a request back to the sender that you've never seen this thread and please send a fresh copy of the entire conversation to date. We could soon have posts in the matrix from different platforms from days gone by, which have been migrated into the modern world. We'll be polite and not deliver these to everybody. However, if someone comments on one of these antique threads we wouldn't be able to see it in our own matrix because we won't have a copy of the parent post. So this rectifies that situation. Be aware that item deletion may need to change to keep "hard deleted" items indefinitely so that they don't keep coming back. We'll have to null out the important data of the former item to accomplish the deletion aspect.
* | if someone does not have permission to chat do not show the chatrooms tabmarijus2014-10-291-10/+12
| |
* | the default permissions for new connections when using a custom role is ↵friendica2014-10-281-1/+5
| | | | | | | | inadequate. Until we can make it configurable start off with something like a public social role. We're typically taking the person straight to the connection editor so they can change it before any privacy damage is done
* | several unrelated things - auto_follow wasn't working for new accounts, ↵friendica2014-10-272-0/+4
| | | | | | | | error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant.
* | add "repository" permissions role and make sure we have a sane "accept" ↵friendica2014-10-271-2/+45
| | | | | | | | default for the custom role.
* | turn down the preview logging. Haven't needed that level of detail recently.friendica2014-10-261-2/+2
| |
* | put privacy role selector in settings page. Change visibility of various ↵friendica2014-10-262-5/+12
| | | | | | | | permissions items accordingly.
* | doh - this needs to be markdown, not bbcodefriendica2014-10-241-2/+2
| |
* | should probably check the body since the title is only going to be rarely set.friendica2014-10-241-1/+1
| |
* | don't decrypt the message body more than once.friendica2014-10-241-2/+7
| |
* | I'm speechless. This is just reckless. Set a context flag in text using a ↵friendica2014-10-231-2/+2
| | | | | | | | context trigger character which is likely to be present in that text already. Without escaping any previous instances of that character. Grrr.
* | generalise the output format of xchan_fetch so it matches the input formatfriendica2014-10-231-1/+11
| |
* | API: xchan get/createfriendica2014-10-232-1/+91
| |
* | diaspora walltowall comment signature, force update.friendica2014-10-231-1/+1
| |
* | Provide comment box for PERMS_AUTHED items. Presently only commentable from ↵Thomas Willingham2014-10-231-0/+1
| | | | | | | | owners wall.
* | wrong permalink on remote eventsfriendica2014-10-231-4/+10
| |
* | improved wall-to-wall detection for comments so we can handle Diaspora ↵friendica2014-10-221-2/+11
| | | | | | | | | | | | | | signing and wall-to-wall attribution correctly. Do it at the point of submission. This also fixes a potential bug in yesterday's wall-to-wall permission setting, if it was a local comment to a remote post.
* | backtrack on attribution for wall-to-wall comments - triggered too often and ↵friendica2014-10-222-9/+13
| | | | | | | | unnecessarily.
* | you've gotta' be on your toes to catch this bug... though it's been here for ↵friendica2014-10-221-2/+2
| | | | | | | | about 2 1/2 years and even survived a rewrite. Symptoms are that the archive widget only lists one month (the month when you first posted), and only if your first post was written between the 28th and 31st of whatever month that was.
* | when removing a channel, check to see if there are any valid hublocs ↵friendica2014-10-211-4/+17
| | | | | | | | | | | | remaining before marking the xchan deleted. Issue #657
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-10-211-1/+1
|\ \
| * | TypoThomas Willingham2014-10-211-1/+1
| | |
* | | private forum issuesfriendica2014-10-212-1/+3
|/ /
* | strip out the Diaspora quoted reshare markersfriendica2014-10-201-0/+2
| |
* | Merge pull request #652 from beardy-unixer/masterRedMatrix2014-10-211-1/+13
|\ \ | | | | | | Prevent multiple simultaneous pollers.
| * | Screwed up merge - put Mike's stuff back.Thomas Willingham2014-10-201-6/+11
| | |
| * | Prevent more than one instance of the poller running at a time.Thomas Willingham2014-10-201-12/+19
| |/
* | bb2diaspora wallwall comment - match both bits (ITEM_WALL|ITEM_ORIGIN)friendica2014-10-201-1/+1
| |
* | move all theme initialisation to one place - just after calling module_init. ↵friendica2014-10-201-0/+1
|/ | | | Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them.
* don't auto-archive connections we can't poll.friendica2014-10-191-6/+11
|
* show true author of wall-to-wall comments to Diaspora viewers just like we ↵friendica2014-10-191-0/+13
| | | | did for wall-to-wall posts.
* Tried this once before but had to revert. Basically prevent a comment from ↵friendica2014-10-191-1/+7
| | | | being relayed more than once - as it's a huge drain on resources. But last time I tried this, wall-to-wall comments stopped getting relayed. This checkin should do the right thing in both conditions.
* merge madnessfriendica2014-10-192-110/+73
|
* wall-e random signature failuresfriendica2014-10-191-1/+2
|
* mark signature forgeriesfriendica2014-10-162-2/+8
|
* Merge branch 'master' of https://github.com/pafcu/redStefan Parviainen2014-10-164-6/+8
|\
| * jsonp support (thankxs fabrixxm)friendica2014-10-162-2/+5
| |
| * remove log statementfriendica2014-10-151-2/+0
| |
| * missing event permissionsfriendica2014-10-151-1/+2
| |
| * Don't recognise hashtags starting with #, e.g. ###friendica2014-10-151-2/+2
| |
* | Login menuStefan Parviainen2014-10-161-6/+5
|/
* back to wrestling with the !@#$ diaspora recursive reshare from hellfriendica2014-10-141-3/+8
|
* this is the reason Diaspora forum tagging was brokenfriendica2014-10-141-3/+4
|