Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup fallback directory list | zotlabs | 2017-05-03 | 1 | -1/+0 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-03 | 5 | -32/+296 |
|\ | |||||
| * | 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. | ||||
* | | more cleanup | zotlabs | 2017-05-02 | 1 | -0/+3 |
| | | |||||
* | | finish the red conversion of the markdown utilities considering their ↵ | zotlabs | 2017-05-02 | 1 | -0/+52 |
| | | | | | | | | relation to protocol plugins. | ||||
* | | more code refactoring to put external protocol dependencies in plugins. | zotlabs | 2017-05-02 | 2 | -31/+85 |
| | | |||||
* | | profile_sidebar hook ignored the updated html content | zotlabs | 2017-05-02 | 2 | -70/+2 |
| | | |||||
* | | Revert "move theme specific files to theme dir" | zotlabs | 2017-05-02 | 277 | -0/+0 |
| | | | | | | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. | ||||
* | | typo | zotlabs | 2017-05-01 | 1 | -1/+1 |
| | | |||||
* | | move theme specific files to theme dir | zotlabs | 2017-05-01 | 277 | -0/+0 |
| | | |||||
* | | add cdav files | zotlabs | 2017-05-01 | 4 | -0/+998 |
| | | |||||
* | | new function Hook::register_array() to bulk register several hooks from the ↵ | zotlabs | 2017-05-01 | 1 | -0/+9 |
| | | | | | | | | same file with default settings | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-01 | 7 | -15/+2371 |
|\| | |||||
| * | 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 | ||||
* | | use hostname, not url | zotlabs | 2017-04-30 | 1 | -1/+1 |
| | | |||||
* | | authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵ | zotlabs | 2017-04-30 | 2 | -5/+22 |
| | | | | | | | | local server bypass the network access and invoke zotfeed directly. | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-30 | 3 | -12/+23 |
|\| | |||||
| * | 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 | ||||
| | * | update feedutils with as:author changes, also update tests | zotlabs | 2017-04-27 | 2 | -11/+22 |
| |/ | |||||
| * | issues from hubzilla:#737 | zotlabs | 2017-04-27 | 4 | -7/+18 |
| | | |||||
| * | Merge pull request #736 from zotlabs/feedfck | git-marijus | 2017-04-27 | 3 | -2/+50 |
| |\ | | | | | | | provide a broken feed as a separate module | ||||
| | * | provide a broken feed as a separate module | zotlabs | 2017-04-26 | 3 | -2/+50 |
| |/ | |||||
* | | ugly postgres fixes | zotlabs | 2017-04-30 | 1 | -22/+34 |
| | | |||||
* | | more work on client side e2ee | zotlabs | 2017-04-29 | 2 | -6/+25 |
| | | |||||
* | | profile_tabs is now channel_apps (except the original was left behind as the ↵ | zotlabs | 2017-04-27 | 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-04-27 | 1 | -5/+15 |
| | | |||||
* | | make mail_store() safe for postgres or mysql5.7 - although this interface ↵ | zotlabs | 2017-04-27 | 1 | -2/+9 |
| | | | | | | | | needs to be refactored in the future | ||||
* | | more client-side mail privacy work | zotlabs | 2017-04-26 | 3 | -52/+56 |
| | | |||||
* | | provide a broken feed as a separate module | zotlabs | 2017-04-26 | 3 | -2/+50 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-26 | 12 | -17/+46 |
|\| | |||||
| * | make mastodon happy args | Mario Vavti | 2017-04-26 | 3 | -3/+3 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2017-04-26 | 9 | -14/+43 |
| |\ | |||||
| | * | Merge pull request #733 from zotlabs/etwoeemail | git-marijus | 2017-04-26 | 6 | -14/+31 |
| | |\ | | | | | | | | | Etwoeemail | ||||
| | | * | database support for client side e2ee for private mail | zotlabs | 2017-04-25 | 6 | -14/+31 |
| | | | | |||||
| | * | | Merge pull request #731 from anaqreon/dev | git-marijus | 2017-04-26 | 2 | -0/+10 |
| | |\ \ | | | | | | | | | | | When template "none" is used in a webpage layout, then the contents o… | ||||
| | | * | | When template "none" is used in a webpage layout, then the contents of the ↵ | Andrew Manning | 2017-04-23 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | page should be the sole output, with no other code before or after the page element content. | ||||
| | * | | | Merge pull request #734 from zotlabs/emojionelicense | git-marijus | 2017-04-26 | 1 | -0/+2 |
| | |\ \ \ | | | | | | | | | | | | | Emojionelicense | ||||
| | | * | | | Attribution is required | zotlabs | 2017-04-26 | 1 | -0/+2 |
| | | | |/ | | | |/| |