| Commit message (Expand) | Author | Age | Files | Lines |
* | product was a bad string to use because we may require it for e-commerce, and... | redmatrix | 2015-05-13 | 1 | -1/+1 |
* | zotfeed issues | friendica | 2015-04-24 | 1 | -3/+3 |
* | block unfederated posts from zot_feed | friendica | 2015-04-23 | 1 | -0/+6 |
* | issue #176, sender copy of item not obscured if using private mention | friendica | 2015-04-20 | 1 | -1/+3 |
* | match parens | friendica | 2015-04-14 | 1 | -1/+1 |
* | post_activity_item incorrectly setting the obj_type when a valid type was spe... | friendica | 2015-04-14 | 1 | -1/+1 |
* | Some documentation and whitespaces at line endings. | Klaus Weidenbach | 2015-04-10 | 1 | -159/+232 |
* | update features, allow sys account page deletion | friendica | 2015-04-08 | 1 | -0/+5 |
* | Correcting reported Doxygen syntax warnings. | Klaus Weidenbach | 2015-03-29 | 1 | -457/+405 |
* | remove bogus grouping from fix for #938 | friendica | 2015-03-28 | 1 | -2/+2 |
* | issue #938 | friendica | 2015-03-28 | 1 | -2/+8 |
* | also allow service classes to set post expiration. These take priority over t... | friendica | 2015-03-24 | 1 | -3/+3 |
* | more work on expiration, make system limits useful - even in retrospect | friendica | 2015-03-24 | 1 | -1/+5 |
* | provide a site-wide expiration policy without loopholes - still need work to ... | friendica | 2015-03-24 | 1 | -1/+1 |
* | sql errors on postgres with yestderday's optimisation | friendica | 2015-03-24 | 1 | -2/+2 |
* | improve performance of the zotfeed queries | friendica | 2015-03-23 | 1 | -10/+9 |
* | some tabs title statuseditor restructuring | Mario Vavti | 2015-03-21 | 1 | -1/+1 |
* | The random bad signatures are because something somewhere is trimming the bod... | friendica | 2015-03-17 | 1 | -2/+2 |
* | The never ending saga of parent = 0 bugs on Dreamhost. | friendica | 2015-03-01 | 1 | -0/+10 |
* | this may actually fix the deliver loop when deleting existing items. It's hac... | friendica | 2015-02-25 | 1 | -0/+15 |
* | Found the cause of the delete looping, and I can prevent it going forward. Th... | friendica | 2015-02-25 | 1 | -1/+10 |
* | call post_local hooks prior to storing a post that is going to be sourced. Th... | friendica | 2015-02-25 | 1 | -0/+2 |
* | Fixes tag delivery regex for when multiple tags are present | Alexandre Hannud Abdo | 2015-02-13 | 1 | -2/+2 |
* | provide relief to sites that are severely impacted by the slow ITEM_UNSEEN se... | friendica | 2015-02-12 | 1 | -5/+4 |
* | Dot not trim body in order to avoid issues with signature checks | Alexandre Hannud Abdo | 2015-02-12 | 1 | -2/+2 |
* | issue #843 | friendica | 2015-02-11 | 1 | -0/+3 |
* | more efficient processing of response activities, plus a proof of concept fix... | friendica | 2015-02-11 | 1 | -2/+9 |
* | item voting tools | friendica | 2015-02-10 | 1 | -2/+2 |
* | issue #889 private tags for forums no longer recognised after tag refactor a ... | friendica | 2015-02-02 | 1 | -0/+1 |
* | remote_user => remote_channel | friendica | 2015-01-28 | 1 | -1/+1 |
* | local_user => local_channel | friendica | 2015-01-28 | 1 | -5/+5 |
* | limit the number of forums that can be tagged in a single post - default is 2... | friendica | 2015-01-28 | 1 | -8/+46 |
* | improved route mismatch detection. We will be less strict about the absolute ... | friendica | 2015-01-27 | 1 | -33/+20 |
* | correct some activity object types (for comments), also fix a foreach warning... | friendica | 2015-01-14 | 1 | -2/+7 |
* | federate consensus items (in network only). Work in progress. | friendica | 2015-01-14 | 1 | -0/+7 |
* | check mentions against the appropriate xchan_url and not a hard-coded /channe... | friendica | 2015-01-13 | 1 | -4/+4 |
* | don't wipe out the item body of a linked item to a photo when doing a normal ... | friendica | 2015-01-12 | 1 | -7/+18 |
* | change deletion behaviour of linked photo items. Previously deleting the visi... | friendica | 2015-01-12 | 1 | -28/+12 |
* | Refactor mention code to make it more reusable | Stefan Parviainen | 2015-01-12 | 1 | -0/+31 |
* | basic changes for file activity | marijus | 2015-01-09 | 1 | -1/+5 |
* | include channel clones in PM deliveries (also some whitespace edits) | friendica | 2015-01-08 | 1 | -1/+1 |
* | prevent database hackery from leaking over the wire | Habeas Codice | 2014-11-22 | 1 | -1/+2 |
* | more logging for zot_feed anomalies | friendica | 2014-11-20 | 1 | -0/+2 |
* | change logging of some troublesome or noisy bits so we can figure out what is... | friendica | 2014-11-19 | 1 | -1/+1 |
* | place holder | friendica | 2014-11-17 | 1 | -0/+5 |
* | Merge remote-tracking branch 'upstream/master' | Habeas Codice | 2014-11-13 | 1 | -3/+14 |
|\ |
|
| * | tgroup_check - decrypt if obscured before checking body text for reshares | friendica | 2014-11-07 | 1 | -1/+9 |
| * | various UI issues related to having an enormous number of entries in the post... | friendica | 2014-11-03 | 1 | -2/+5 |
* | | PostgreSQL support initial commit | Habeas Codice | 2014-11-13 | 1 | -47/+47 |
|/ |
|
* | What this checkin does is catch the case where a comment arrived and there's ... | friendica | 2014-10-30 | 1 | -3/+18 |