aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-162-4/+9
|\
| * Merge branch 'master' of https://github.com/friendica/redHabeas Codice2015-02-165-25/+10
| |\
| * | normalize age dataHabeas Codice2015-02-161-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | mysql has type tinyint(3) which probably turns into a 24-bit value, but postgres uses 3-digit decimal as its constraint (probably what the mysql schema was intended to do). either that or mysql silently truncates while postgres respects the constraint. Either way, bad data gets in unchecked, now it's checked.
| * | remove superfluous non-boolean booleanHabeas Codice2015-02-161-2/+2
| | |
* | | bring back like/dislike summaries on photosfriendica2015-02-162-5/+1
| |/ |/|
* | mopping up the public site ratingsfriendica2015-02-161-0/+7
| |
* | force site_url to be lowercase when stored. Otherwise rating hubs on ↵friendica2015-02-151-1/+1
| | | | | | | | postgres could get real messy.
* | issue #860, replace br html element with linefeed between table rowsfriendica2015-02-151-0/+1
| |
* | 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
| | |