Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '2.4RC'2.4 | Mario Vavti | 2017-05-31 | 2904 | -93439/+133625 |
|\ | |||||
| * | bump version | Mario Vavti | 2017-05-31 | 2 | -2/+2 |
| | | |||||
| * | update changelog | Mario Vavti | 2017-05-30 | 1 | -0/+1 |
| | | |||||
| * | fix issue #790 - zip->open returned error 19 (not a valid zip archive). in ↵ | Mario Vavti | 2017-05-30 | 1 | -1/+2 |
| | | | | | | | | case there are further issues we should probably also put a ob_end_clean() right before readfile() | ||||
| * | fix update_r1189() for mysql and postgres | Mario Vavti | 2017-05-29 | 1 | -1/+6 |
| | | |||||
| * | update changelog for 2.4 | Mario Vavti | 2017-05-28 | 1 | -1/+78 |
| | | |||||
| * | 2.4RC1.1 | Mario Vavti | 2017-05-20 | 1 | -1/+1 |
| | | |||||
| * | resolve merge conflict | zotlabs | 2017-05-20 | 2 | -24/+24 |
| | | |||||
| * | 2.4RC1 | Mario Vavti | 2017-05-20 | 1 | -1/+1 |
| | | |||||
| * | always wonder about people who say "do as I say, not as I do..." | zotlabs | 2017-05-20 | 3 | -429/+429 |
| | | |||||
| * | one file hadn't yet been saved when doing pull request | zotlabs | 2017-05-20 | 1 | -0/+1 |
| | | |||||
| * | abook_not_here flag created to indicate singleton connections which are ↵ | zotlabs | 2017-05-20 | 6 | -6/+18 |
| | | | | | | | | connected to this channel but not on this hub. abook_instance enumerates which hubs the connections is valid, but we ultimately need something more efficiently searchable to decide what operations are supported w/r/t this connection in the context of this hub. This flag is ignored during sync to clones although the code to set it correctly during channel creation, import, and sync has not yet been implemented. | ||||
| * | Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds ↵ | zotlabs | 2017-05-20 | 1 | -5/+5 |
| | | | | | | | | but this prevents it from rendering | ||||
| * | smileybutton fixes | Mario Vavti | 2017-05-19 | 1 | -2/+0 |
| | | |||||
| * | some styling for system notifications | Mario Vavti | 2017-05-19 | 3 | -13/+13 |
| | | |||||
| * | silence php warning during install | Mario Vavti | 2017-05-17 | 1 | -1/+1 |
| | | |||||
| * | css first aid for mod setup | Mario Vavti | 2017-05-17 | 1 | -0/+6 |
| | | |||||
| * | Implemented switch statement logic in Comanche layout parser. | root | 2017-05-17 | 1 | -1/+43 |
| | | |||||
| * | include attach.php here (boot.php) instead of each file that uses it. ↵ | zotlabs | 2017-05-16 | 1 | -0/+1 |
| | | | | | | | | Eventually this needs to move to an autoloader. | ||||
| * | issue #769 | zotlabs | 2017-05-12 | 1 | -2/+2 |
| | | |||||
| * | Empty ACL should not result in no ACL when uploading a file | Mario Vavti | 2017-05-12 | 1 | -4/+5 |
| | | |||||
| * | missing clearfix | Mario Vavti | 2017-05-10 | 3 | -3/+3 |
| | | |||||
| * | Update DE translation strings | phellmes | 2017-05-10 | 2 | -11071/+10554 |
| | | |||||
| * | don't allow html in plugin comment blocks | zotlabs | 2017-05-10 | 1 | -0/+1 |
| | | |||||
| * | use correct data type | zotlabs | 2017-05-10 | 1 | -1/+1 |
| | | |||||
| * | zot protocol doco updates | zotlabs | 2017-05-10 | 1 | -2/+2 |
| | | |||||
| * | handle mastodon urls in markdown/bbcode conversion | zotlabs | 2017-05-10 | 2 | -3/+3 |
| | | |||||
| * | make all label bold | Mario Vavti | 2017-05-09 | 1 | -1/+1 |
| | | |||||
| * | Updated the Spanish translation | Manuel Jiménez Friaza | 2017-05-09 | 2 | -544/+564 |
| | | |||||
| * | get rid of edit activities | zotlabs | 2017-05-08 | 1 | -1/+11 |
| | | |||||
| * | cover photo was unintentionally disabled when block_public in effect | zotlabs | 2017-05-08 | 1 | -3/+4 |
| | | |||||
| * | :construction_worker::white_check_mark::bug: Import table structure in TravisCI. | Klaus Weidenbach | 2017-05-07 | 4 | -6/+22 |
| | | | | | | | | | | Fix a syntax error in schema_postres.sql which was discovered while working on this. | ||||
| * | Merge pull request #760 from anaqreon/2.4RC | git-marijus | 2017-05-07 | 1 | -1/+1 |
| |\ | | | | | | | Mail message mimetype was getting set as the subject due to wrong var… | ||||
| | * | Mail message mimetype was getting set as the subject due to wrong variable ↵ | Andrew Manning | 2017-05-07 | 1 | -1/+1 |
| |/ | | | | | | | set order. | ||||
| * | collapse sysapps if viewing a remote channel | Mario Vavti | 2017-05-05 | 3 | -11/+38 |
| | | |||||
| * | css hack to make remote channel menu header look in line with the rest if in ↵ | Mario Vavti | 2017-05-05 | 1 | -0/+6 |
| | | | | | | | | collapsed state | ||||
| * | css fix | Mario Vavti | 2017-05-05 | 1 | -1/+1 |
| | | |||||
| * | markdown autolinks - hubzilla bug #752 | zotlabs | 2017-05-05 | 1 | -5/+12 |
| | | |||||
| * | :bulb: Add Doxygen fix for @var member variable documentation. | Klaus Weidenbach | 2017-05-05 | 2 | -0/+21 |
| | | | | | | | | | | | | Add an input filter to Doxygen to parse @var class member variable documentation, so it is bit more compatible how anybody else interpretes it. | ||||
| * | :bulb: correct some Doxygen syntax mistakes. | Klaus Weidenbach | 2017-05-05 | 5 | -87/+114 |
| | | |||||
| * | typo | zotlabs | 2017-05-04 | 1 | -1/+1 |
| | | |||||
| * | :arrow_up: Update SimplePie library to 1.5. | Klaus Weidenbach | 2017-05-04 | 8 | -60/+80 |
| | | | | | | | | | | There is a new stable release, so upgrade from the dev branch to the new 1.5 release. | ||||
| * | Merge pull request #748 from anaqreon/2.4RC | git-marijus | 2017-05-04 | 2 | -1/+18 |
| |\ | | | | | | | German translations for demohub | ||||
| | * | Add contributor to credits | Andrew Manning | 2017-05-03 | 1 | -1/+2 |
| | | | |||||
| | * | German translations for demohub | Andrew Manning | 2017-05-03 | 1 | -0/+16 |
| |/ | |||||
| * | bump version | Mario Vavti | 2017-05-03 | 1 | -1/+1 |
| | | |||||
| * | add check for php zip extension | Mario Vavti | 2017-05-03 | 1 | -1/+6 |
| | | |||||
| * | Update INSTALL.txt | Andrew Manning | 2017-05-03 | 1 | -1/+1 |
| | | | | | | The webpage element portation tools need the zip extension, such as the `php7.0-zip` package on Debian. | ||||
| * | Merge pull request #742 from dawnbreak/QA_testing | git-marijus | 2017-05-03 | 3 | -30/+289 |
| |\ | | | | | | | :white_check_mark::bulb: Add Unit Tests for AccessList class. | ||||
| | * | :white_check_mark::bulb: Add Unit Tests for AccessList class. | Klaus Weidenbach | 2017-05-01 | 3 | -30/+289 |
| |/ | | | | | | | Also some Doxygen docu for this class. |