| Commit message (Expand) | Author | Age | Files | Lines |
* | really fix post filtering | zottel | 2015-09-02 | 1 | -2/+2 |
* | export apps | redmatrix | 2015-09-01 | 1 | -0/+7 |
* | add the baseurl so we can easily relocate objects | redmatrix | 2015-09-01 | 1 | -1/+2 |
* | use different obj export output format for hubzilla compatibility | redmatrix | 2015-09-01 | 1 | -1/+8 |
* | typo in sql | redmatrix | 2015-08-31 | 1 | -1/+1 |
* | change the likes db structure to make it more easily importable/exportable | redmatrix | 2015-08-31 | 1 | -1/+1 |
* | use extended export format for items in api photo_detail | redmatrix | 2015-08-26 | 1 | -1/+1 |
* | add item info to photo detail in api | redmatrix | 2015-08-26 | 1 | -1/+21 |
* | support likes on comments with diaspora owner by sending as activity | redmatrix | 2015-08-26 | 1 | -14/+19 |
* | required for future work | redmatrix | 2015-08-26 | 1 | -1/+12 |
* | remove orphan mod_connections editing code (now done in mod/connedit) | redmatrix | 2015-08-24 | 1 | -3/+0 |
* | issues with abook sync between hubzilla and red | redmatrix | 2015-08-23 | 1 | -2/+1 |
* | add photo_detail api call | redmatrix | 2015-08-18 | 1 | -68/+89 |
* | provide ability to export by month as well as by year | redmatrix | 2015-08-17 | 1 | -3/+14 |
* | add item_id to yearly dump files | redmatrix | 2015-08-17 | 1 | -0/+12 |
* | Properly fix which perms get checked for comments, Mike's solution | Alexandre Hannud Abdo | 2015-08-14 | 1 | -14/+3 |
* | revert 36b5f6ac | redmatrix | 2015-08-12 | 1 | -12/+14 |
* | Require comment perms only for own posts, allow senders to deliver comments u... | Alexandre Hannud Abdo | 2015-08-10 | 1 | -1/+11 |
* | ensure diaspora_signature is converted to json before we store it. | redmatrix | 2015-08-08 | 1 | -0/+3 |
* | connection filter fixes | redmatrix | 2015-08-05 | 1 | -6/+9 |
* | unobscure item before applying connection filter | redmatrix | 2015-08-04 | 1 | -0/+3 |
* | these were some really difficult bugs to find | redmatrix | 2015-08-03 | 2 | -3/+2 |
* | event parse cleanup | redmatrix | 2015-07-30 | 1 | -2/+8 |
* | escape $ in events | redmatrix | 2015-07-30 | 2 | -3/+16 |
* | minor cleanup | redmatrix | 2015-07-29 | 1 | -14/+1 |
* | Merge branch 'vobject' | redmatrix | 2015-07-29 | 1 | -23/+83 |
|\ |
|
| * | convert ics import to sabre/vobject | redmatrix | 2015-07-29 | 1 | -29/+42 |
| * | initial work on using sabre as a vcalendar parser | redmatrix | 2015-07-28 | 1 | -1/+50 |
* | | add connection filter to non-zot posts | redmatrix | 2015-07-29 | 2 | -0/+8 |
* | | PRIVACY: imported events | redmatrix | 2015-07-29 | 1 | -0/+1 |
|/ |
|
* | make superblock block a channel if it's an owner as well as the current autho... | redmatrix | 2015-07-28 | 2 | -2/+2 |
* | logic issue in connection filter | redmatrix | 2015-07-27 | 1 | -4/+3 |
* | crude but more or less functional event import from thunderbird ics files | redmatrix | 2015-07-26 | 1 | -6/+25 |
* | backend code for importing events from "simple" ics calendar files. | redmatrix | 2015-07-26 | 1 | -0/+65 |
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-23 | 1 | -1/+1 |
|\ |
|
| * | make content filter by language work for excludes | zottel | 2015-07-22 | 1 | -1/+1 |
* | | patch to allow theme based widgets | redmatrix | 2015-07-23 | 3 | -2/+7 |
|/ |
|
* | ics calendar export - commas need to be escaped | redmatrix | 2015-07-21 | 1 | -1/+1 |
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-20 | 3 | -8/+8 |
|\ |
|
| * | Fixes regarding the new default profile photo size. The default profile photo... | Mario Vavti | 2015-07-20 | 3 | -8/+8 |
* | | there is no stricmp() in php, use strcasecmp() - also only detect language if... | redmatrix | 2015-07-20 | 1 | -3/+6 |
|/ |
|
* | allow per-connection content filter to specify a detected language to include... | redmatrix | 2015-07-20 | 1 | -0/+6 |
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-16 | 1 | -5/+5 |
|\ |
|
| * | fix missing div and a regression introduced in ec23a94b6d7f6db1e1d34275b8143c... | Mario Vavti | 2015-07-16 | 1 | -5/+5 |
* | | provide a way to export a single year of items (to potentially keep from exha... | redmatrix | 2015-07-16 | 1 | -1/+30 |
|/ |
|
* | allow plugins to provide module handlers for arbitrary modules that haven't b... | redmatrix | 2015-07-15 | 1 | -0/+2 |
* | fix for empty recip array resulting from a mangled xchan | redmatrix | 2015-07-15 | 1 | -5/+8 |
* | clone sync fixes across red/hz | redmatrix | 2015-07-15 | 1 | -2/+7 |
* | stream_perms_xchans() set to empty quoted string when no results rather than ... | redmatrix | 2015-07-14 | 1 | -0/+6 |
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-14 | 2 | -1/+19 |
|\ |
|