Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | version and strings | Mario Vavti | 2017-05-01 | 2 | -541/+558 |
| | |||||
* | update bs4-dev | Mario Vavti | 2017-05-01 | 6 | -14/+50 |
| | |||||
* | use hostname, not url | zotlabs | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵ | zotlabs | 2017-05-01 | 2 | -5/+22 |
| | | | | local server bypass the network access and invoke zotfeed directly. | ||||
* | ugly postgres fixes | zotlabs | 2017-05-01 | 1 | -22/+34 |
| | |||||
* | more work on client side e2ee | zotlabs | 2017-05-01 | 2 | -6/+25 |
| | |||||
* | profile_tabs is now channel_apps (except the original was left behind as the ↵ | zotlabs | 2017-05-01 | 1 | -2/+171 |
| | | | | gitwiki addon still uses it). A couple of things were modernised but basic functionality is the same as the latest revisions to the original. | ||||
* | more work client mail crypto | zotlabs | 2017-05-01 | 1 | -5/+15 |
| | |||||
* | make mail_store() safe for postgres or mysql5.7 - although this interface ↵ | zotlabs | 2017-05-01 | 1 | -2/+9 |
| | | | | needs to be refactored in the future | ||||
* | Update api_zot.bb | Andrew Manning | 2017-04-29 | 1 | -1/+1 |
| | | | Fix incorrect parameter name | ||||
* | Merge pull request #739 from zotlabs/mast35 | git-marijus | 2017-04-28 | 2 | -11/+22 |
|\ | | | | | update feedutils with as:author changes, also update tests |