Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Alexandre Hannud Abdo | 2015-08-10 | 1 | -1/+11 |
| | | | | using stream perms. | ||||
* | 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 |
|\ | | | | | | | | | Conflicts: include/event.php | ||||
| * | 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 ↵ | redmatrix | 2015-07-28 | 2 | -2/+2 |
| | | | | author; add @hostname to event hashes to make their use in vcalendar more RFC compliant | ||||
* | 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 ↵ | Mario Vavti | 2015-07-20 | 3 | -8/+8 |
| | | | | | | | | photos are just renamed. People which provided the originals are invited to reproduce them in the new 300 by 300 px format. | ||||
* | | there is no stricmp() in php, use strcasecmp() - also only detect language ↵ | redmatrix | 2015-07-20 | 1 | -3/+6 |
|/ | | | | if we plan to use it. | ||||
* | allow per-connection content filter to specify a detected language to ↵ | redmatrix | 2015-07-20 | 1 | -0/+6 |
| | | | | include/exclude (in addition to text, tags, and regexes) | ||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-16 | 1 | -5/+5 |
|\ | |||||
| * | fix missing div and a regression introduced in ↵ | Mario Vavti | 2015-07-16 | 1 | -5/+5 |
| | | | | | | | | ec23a94b6d7f6db1e1d34275b8143cbc947db802 which broke tag removal for photos | ||||
* | | provide a way to export a single year of items (to potentially keep from ↵ | redmatrix | 2015-07-16 | 1 | -1/+30 |
|/ | | | | exhausting resources either on export or import) | ||||
* | allow plugins to provide module handlers for arbitrary modules that haven't ↵ | redmatrix | 2015-07-15 | 1 | -0/+2 |
| | | | | been installed on the system. | ||||
* | 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 |
| | | | | return an empty string | ||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-14 | 2 | -1/+19 |
|\ | |||||
| * | cleanup connedit | Mario Vavti | 2015-07-14 | 1 | -1/+1 |
| | | |||||
| * | change account_default_channel if default channel is removed | zottel | 2015-07-13 | 1 | -0/+18 |
| | | |||||
* | | coverup and ignore the illegal string offset message that some sites have ↵ | redmatrix | 2015-07-14 | 1 | -1/+3 |
|/ | | | | been reporting. This does not fix it. A fix would be to examine the data that has been received and find out why it is mangled and trace this back to where it was mangled. | ||||
* | Only let local logins install webpage elements | redmatrix | 2015-07-11 | 1 | -1/+5 |
| | |||||
* | increase width of the aside area and make default profile image size 300x300 | Mario Vavti | 2015-07-09 | 1 | -1/+1 |
| | |||||
* | fix typo to make directory safe mode default to on work again | Mario Vavti | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | fix sorting of channel suggestions | Mario Vavti | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | rename function get_directory_settings => get_directory_setting and move ↵ | Mario Vavti | 2015-07-07 | 2 | -21/+5 |
| | | | | sort options to directory title bar | ||||
* | make public forums only setting sticky and simplify function to get ↵ | Mario Vavti | 2015-07-07 | 2 | -29/+17 |
| | | | | directory settings | ||||
* | code style correction | Mario Vavti | 2015-07-07 | 1 | -3/+2 |
| | |||||
* | make directory suggest work with directory options | Mario Vavti | 2015-07-07 | 2 | -3/+7 |
| | |||||
* | in hubzilla we're going to convert doco to items. define it here so that an ↵ | redmatrix | 2015-07-03 | 1 | -2/+5 |
| | | | | accidental import/export doesn't chuck a wobbly. |