aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* some ratings fixesfriendica2015-02-132-24/+1
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-132-2/+3
|\
| * Merge pull request #897 from solstag/tagfixRedMatrix2015-02-131-2/+2
| |\ | | | | | | Fixes tag delivery regex for when multiple tags are present
| | * Fixes tag delivery regex for when multiple tags are presentAlexandre Hannud Abdo2015-02-131-2/+2
| | | | | | | | | | | | | | | Previous regex would cause matches to span several tags when present, thus never recognizing the mention.
| * | item_unseen updatemarijus2015-02-131-0/+1
| |/
* / missing paramfriendica2015-02-131-1/+1
|/
* issue #896friendica2015-02-121-2/+4
|
* provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵friendica2015-02-126-14/+12
| | | | searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief.
* Dot not trim body in order to avoid issues with signature checksAlexandre Hannud Abdo2015-02-121-2/+2
|
* issue #843friendica2015-02-112-2/+5
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-111-1/+10
|\
| * to get the correct total count we should probably only count the arrays with ↵marijus2015-02-111-1/+10
| | | | | | | | count key set
| * typo agree->disagreemarijus2015-02-111-1/+1
| |
* | well that was certainly fun. And the reason why likes and other acitivity ↵friendica2015-02-111-3/+4
| | | | | | | | deletions weren't propagating. Hopefully this is the last reason and there aren't more lurking further down the chain.
* | more efficient processing of response activities, plus a proof of concept ↵friendica2015-02-113-19/+59
| | | | | | | | fix for the problem of receiving a delete notification before we actually get the item which we're supposed to delete.
* | cut/paste typofriendica2015-02-111-1/+1
|/
* more permissions tweakingfriendica2015-02-102-5/+19
|
* fix permissionsfriendica2015-02-101-2/+2
|
* ensure we have permission before displaying buttonsfriendica2015-02-101-2/+2
|
* item voting toolsfriendica2015-02-104-2/+12
|
* improvements in duplicate like detection, especially w/r/t event participationfriendica2015-02-101-1/+1
|
* more attendancefriendica2015-02-101-73/+69
|
* cleanup event attendance - make sure it works in list mode.friendica2015-02-101-13/+4
|
* more progress on event confirmationsfriendica2015-02-102-5/+35
|
* like formatting for extended consensus itemsfriendica2015-02-092-0/+76
|
* apply max_import_size to Diaspora postsfriendica2015-02-091-0/+43
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-091-6/+1
|\
| * improve sql querymarijus2015-02-091-6/+1
| |
* | title missing sending to diaspora (which doesn't support titles but let's ↵friendica2015-02-091-19/+2
|/ | | | not go there).
* fix for service_plink() after observing it in the wildfriendica2015-02-091-1/+1
|
* generate the correct service permalinkfriendica2015-02-082-6/+28
|
* get_rel_link broken - also weekly doc updatesfriendica2015-02-061-1/+1
|
* event form cleanup backported from trinidad - still need to style the checkboxesfriendica2015-02-051-1/+2
|
* allow post expiration to be set from a config (and therefore a plugin/addon)friendica2015-02-051-1/+4
|
* over-ride permissions for sys channel delivery from diasporafriendica2015-02-051-9/+13
|
* another issue with diaspora postings to sys channel - sys has no ↵friendica2015-02-051-6/+14
| | | | connections, hence no abook records.
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-052-23/+65
|\
| * typomarijus2015-02-051-1/+1
| |
| * forgot to remove some debug stuffmarijus2015-02-051-2/+0
| |
| * make file activity respect parent dir permissions workmarijus2015-02-051-22/+66
| |
| * Merge branch 'master' of https://github.com/friendica/redHabeas Codice2015-02-0513-35/+397
| |\
| * | escape datesHabeas Codice2015-02-051-1/+1
| | |
* | | author profile photo in reshare wasn't linkedfriendica2015-02-051-1/+1
| |/ |/|
* | diaspora public posts not delivering to sys channel if there were no other ↵friendica2015-02-041-4/+9
| | | | | | | | subscribers
* | forgot to add the self exclusionfriendica2015-02-041-2/+4
| |
* | allow anybody to view ratings - including oneself. Only allow authenticated ↵friendica2015-02-041-9/+9
| | | | | | | | folks to edit them.
* | add 'view ratings' to the widget. It's actually two stacked widgets rather ↵friendica2015-02-041-2/+6
| | | | | | | | than a widget with two entries. That's the only way we can keep the theming consistent with the rconnect button.
* | honour the rating enable setting (which we really do need to rename since it ↵friendica2015-02-041-0/+5
| | | | | | | | isn't poco any more)
* | remote rating and addition of rate-me to channel profile sidebarfriendica2015-02-042-12/+32
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2015-02-041-28/+60
|\ \