aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove redundant and non-functional/broken check for successfully cloned ↵zotlabs2017-03-201-6/+0
| | | | channel record which was left over from an earlier method of creating the table; which was deprecated a few months back.
* Merge pull request #703 from dawnbreak/oauth2zotlabs2017-03-20128-6/+15850
|\ | | | | :arrow_up: Update bshaffer/oauth2-server-php library.
| * :arrow_up: Update bshaffer/oauth2-server-php library.Klaus Weidenbach2017-03-20128-6/+15850
| | | | | | | | | | Manage oauth2-server-php library with composer. Folder ./library/oauth2/ can be removed and includes removed with autoloading.
* | Merge pull request #702 from dawnbreak/devzotlabs2017-03-202-33/+37
|\ \ | |/ |/| :white_check_mark: Add unit test for purify_html().
| * :white_check_mark: Add unit test for purify_html().Klaus Weidenbach2017-03-192-33/+37
|/ | | | | | In preparation to update HTMLPurifier library add a unit test. Please add more HTML that you need to have working and we can check against regressions.
* fix php warning and remove loggingMario Vavti2017-03-191-4/+2
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-181-2/+1
|\
| * Merge pull request #698 from dawnbreak/devKlaus2017-03-181-2/+1
| |\ | | | | | | Missed one old Markdown()
| | * Missed one old Markdown()Klaus2017-03-181-2/+1
| |/
* | issue #699zotlabs2017-03-1849-1651/+0
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-1515-234/+758
|\|
| * Merge pull request #569 from dawnbreak/QA_testingzotlabs2017-03-1615-234/+758
| |\ | | | | | | [FEATURE] Extend Travis CI integration.
| | * :construction_worker: Add Travis' GitHub deployment steps.Klaus Weidenbach2017-03-142-50/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changed API documentation deployment to gh_pages to Travis's GitHub Pages deployment. Also add Travis GitHub Release Deployment step to offer API documentation. Both steps are optional and need to be activated in Travis by setting GH_TOKEN.
| | * :construction_worker: :arrow_up: :heavy_plus_sign: Update PHPUnit to current ↵Klaus Weidenbach2017-03-148-224/+372
| | | | | | | | | | | | | | | | | | | | | stable 6. Update requirements to PHP7 for dev. Add php-mock-phpunit to mock and stub global functions in a better way.
| | * :construction_worker: Add old MySQL 5.5 to Travis CI again.Klaus Weidenbach2017-03-143-4/+13
| | | | | | | | | | | | | | | | | | The trusty distro contains MySQL 5.6. Add a precise distro with MySQL 5.5. Unfortunately 5.7 is not yet provided, which would be interesting because of the enabled strict SQL mode.
| | * :construction_worker: use PHP7.1 and add PostgreSQL9.6Klaus Weidenbach2017-03-143-28/+39
| | | | | | | | | | | | | | | | | | | | | | | | Use newer distro for Travis CI runs. New environment provides PostgreSQL9.6. Also no need to install custom Doxygen, made it optional. Changed default PHP environment from PHP7.0 to current PHP7.1. Changed codecoverage reporting.
| | * :green_heart: Update Travis CI's Doxygen.Klaus Weidenbach2017-03-143-14/+42
| | | | | | | | | | | | | | | | | | | | | | | | Travis CI has Doxygen 1.7. We need 1.8 to generate our API documentation. Get a static version and use it. Always build API Documentation, but changed Doxygen configuration to only print out errors in the documentation generation, so these can be reviewed.
| | * [FEATURE] :construction_worker: Extend Travis CI integration.Klaus Weidenbach2017-03-1410-27/+378
| | | | | | | | | | | | | | | | | | | | | Testing several Travis CI features. Add DBs to travis execution matrix. Doxygen API docu generation and deployment to gh-pages. Update phpunit to 5.7.
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-152-18/+6
|\| |
| * | better handling of mimetype securityMario Vavti2017-03-152-18/+6
| |/
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-132-2/+2
|\|
| * Merge pull request #697 from anaqreon/devgit-marijus2017-03-131-1/+1
| |\ | | | | | | Add id to app-menu for JS access
| | * Add id to app-menu for JS accessAndrew Manning2017-03-121-1/+1
| | |
| * | we need to have this even if we are not the owner. otherwise we loose the ↵Mario Vavti2017-03-131-1/+1
| |/ | | | | | | acl if e.g. not-owner edits a webpage. should probably find a better solution for this though.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-112-2/+26
|\|
| * Login-box css-fix for Bluegrid schemejeroenpraat2017-03-111-1/+25
| |
| * Merge pull request #693 from anaqreon/devgit-marijus2017-03-111-1/+1
| |\ | | | | | | Take me home instead of get me home
| | * Take me home instead of get me homeAndrew Manning2017-03-091-1/+1
| |/
* | stringszotlabs2017-03-101-3838/+3824
| |
* | Monday is a proper name and should be capitalised (except in private ↵zotlabs2017-03-081-1/+1
|/ | | | conversation amongst unix geeks).
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-03-073-10/+10
|\
| * allow post_activity_item to be passed an empty ACL without resetting to ↵zotlabs2017-03-061-1/+2
| | | | | | | | channel default
| * add public_policy to the nwiki container also. This should not affect the ↵zotlabs2017-03-061-0/+2
| | | | | | | | recent bug as presented, but is being added for consistency.
| * correct fix for wiki anonymous read issue (items_permissions_sql checks ↵zotlabs2017-03-062-9/+6
| | | | | | | | item.public_policy which was set for posts, not wikis)
* | Big 2.2 string update Dutchjeroenpraat2017-03-072-6864/+7305
|/
* allow unauthenticated access to public wiki pagesMario Vavti2017-03-061-2/+10
|
* do not collapse long nsfw contentMario Vavti2017-03-061-1/+1
|
* remove include/probe.php which has never completed development and has never ↵zotlabs2017-03-054-106/+1
| | | | been used
* move emoji emoticons (not reactions) to pluginzotlabs2017-03-051824-18/+2
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-0522-4756/+5247
|\
| * Merge pull request #689 from mjfriaza/devzotlabs2017-03-052-2329/+2378
| |\ | | | | | | Translated the last strings into Spanish version
| | * Translated the last strings into Spanish versionManuel Jiménez Friaza2017-03-052-2329/+2378
| | |
| * | Merge pull request #688 from dawnbreak/markdownzotlabs2017-03-0520-2427/+2869
| |\ \ | | | | | | | | :arrow_up: :hammer: Upgrade Markdownify library.
| | * | :arrow_up: :hammer: Upgrade Markdownify library.Klaus Weidenbach2017-03-0520-2427/+2869
| |/ / | | | | | | | | | | | | | | | | | | | | | The current version 2.0.0 (alpha) throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the HTML to Markdown converter for PHP to the current Markdownify 2.2.1. Used composer to manage this library.
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-042-1/+2
|\| |
| * | update changelogMario Vavti2017-03-041-0/+1
| | |
| * | we need item edited for wiki page history, not item createdMario Vavti2017-03-041-1/+1
| | |
* | | minor feed issuezotlabs2017-03-041-0/+8
|/ /
* | string updatezotlabs2017-03-031-887/+910
| |
* | fix badge position for narrow navbarMario Vavti2017-03-031-4/+0
| |