Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -1/+2 |
|/ | |||||
* | make superblock block a channel if it's an owner as well as the current ↵ | redmatrix | 2015-07-28 | 3 | -3/+3 |
| | | | | author; add @hostname to event hashes to make their use in vcalendar more RFC compliant | ||||
* | align buttons on event calendar | redmatrix | 2015-07-27 | 1 | -6/+5 |
| | |||||
* | logic issue in connection filter | redmatrix | 2015-07-27 | 2 | -5/+4 |
| | |||||
* | crude but more or less functional event import from thunderbird ics files | redmatrix | 2015-07-26 | 3 | -8/+54 |
| | |||||
* | 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-26 | 4 | -3171/+3325 |
|\ | |||||
| * | comment out some popover infos - we provide enough visual feedback now | Mario Vavti | 2015-07-26 | 1 | -15/+15 |
| | | |||||
| * | Provide connection status if status is "a-normal" | Mario Vavti | 2015-07-26 | 2 | -0/+13 |
| | | |||||
| * | Merge pull request #378 from solstag/ptbrupdate | git-marijus | 2015-07-25 | 2 | -3156/+3297 |
| |\ | | | | | | | update pt-br strings | ||||
| | * | update pt-br strings | Alexandre Hannud Abdo | 2015-07-24 | 2 | -3156/+3297 |
| |/ | |||||
* / | revision and string update | redmatrix | 2015-07-26 | 2 | -30/+34 |
|/ | |||||
* | event privacy issue | redmatrix | 2015-07-23 | 1 | -2/+1 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-23 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #377 from zzottel/master | redmatrix | 2015-07-22 | 1 | -1/+1 |
| |\ | | | | | | | make content filter by language work for excludes | ||||
| | * | 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 | 5 | -4/+8 |
|/ | |||||
* | ics calendar export - commas need to be escaped | redmatrix | 2015-07-21 | 2 | -2/+2 |
| | |||||
* | provide content-disposition for exported ics file | redmatrix | 2015-07-20 | 1 | -0/+1 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-20 | 18 | -11/+16 |
|\ | |||||
| * | Fixes regarding the new default profile photo size. The default profile ↵ | Mario Vavti | 2015-07-20 | 17 | -9/+9 |
| | | | | | | | | photos are just renamed. People which provided the originals are invited to reproduce them in the new 300 by 300 px format. | ||||
| * | show icons instead of disabled checkboxes | Mario Vavti | 2015-07-20 | 1 | -2/+7 |
| | | |||||
* | | 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. | ||||
* | | indicate where progress has been made | redmatrix | 2015-07-20 | 2 | -16/+20 |
|/ | |||||
* | allow per-connection content filter to specify a detected language to ↵ | redmatrix | 2015-07-20 | 2 | -1/+7 |
| | | | | include/exclude (in addition to text, tags, and regexes) | ||||
* | string update | redmatrix | 2015-07-19 | 2 | -986/+926 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-16 | 4 | -355/+406 |
|\ | |||||
| * | fix missing div and a regression introduced in ↵ | Mario Vavti | 2015-07-16 | 2 | -50/+37 |
| | | | | | | | | ec23a94b6d7f6db1e1d34275b8143cbc947db802 which broke tag removal for photos | ||||
| * | Merge pull request #376 from tuscanhobbit/master | Paolo T | 2015-07-16 | 2 | -305/+369 |
| |\ | | | | | | | Updated Italian strings | ||||
| | * | Updated Italian strings | Paolo Tacconi | 2015-07-16 | 2 | -305/+369 |
| | | | |||||
* | | | provide a way to export a single year of items (to potentially keep from ↵ | redmatrix | 2015-07-16 | 3 | -3/+40 |
|/ / | | | | | | | exhausting resources either on export or import) | ||||
* | | allow plugins to provide module handlers for arbitrary modules that haven't ↵ | redmatrix | 2015-07-15 | 2 | -0/+13 |
| | | | | | | | | 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 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-15 | 9 | -15/+19 |
|\ \ | |||||
| * \ | Merge pull request #375 from zzottel/master | redmatrix | 2015-07-16 | 6 | -6/+6 |
| |\ \ | | | | | | | | | change sh to bash in shebang to make scripts work | ||||
| | * | | also change the update_ scripts | zottel | 2015-07-15 | 3 | -3/+3 |
| | | | | |||||
| | * | | change sh to bash in shebang to make scripts work | zottel | 2015-07-15 | 3 | -3/+3 |
| |/ / | |||||
| * | | provide info text for automatic permissions | Mario Vavti | 2015-07-15 | 1 | -1/+1 |
| | | | |||||
| * | | whitespace | Mario Vavti | 2015-07-15 | 1 | -4/+0 |
| | | | |||||
| * | | show inherited state in Connection Default Permissions | Mario Vavti | 2015-07-15 | 3 | -7/+15 |
| | | | |||||
* | | | revision update | redmatrix | 2015-07-15 | 1 | -1/+1 |
|/ / | |||||
* | | fix import of group members | redmatrix | 2015-07-14 | 1 | -1/+1 |
| | | |||||
* | | 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 | 10 | -518/+331 |
|\ \ |