aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-199-44/+865
|\
| * 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.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-191-1/+1
|\|
| * fix php warning and remove loggingMario Vavti2017-03-191-4/+2
| |
* | Merge branch 'dev' into mergezotlabs2017-03-181-0/+1
|\|
| * 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
| | |
* | | issue #699zotlabs2017-03-1849-1651/+0
| | |
* | | various input filter fixeszotlabs2017-03-1813-2183/+1861
| | |
* | | remove include/widgets.phpzotlabs2017-03-167-26/+2
| | |
* | | simplify the message signing spaghettizotlabs2017-03-162-47/+29
| | |
* | | the rest of the standard widgets convertedzotlabs2017-03-1621-762/+861
| | |
* | | namespace errorzotlabs2017-03-162-4/+2
| | |
* | | input filter issuezotlabs2017-03-151-0/+2
| | |
* | | widgets cont.zotlabs2017-03-1510-208/+274
| | |
* | | widgets cont.zotlabs2017-03-1510-345/+411
| | |
* | | more widget migrationszotlabs2017-03-155-73/+102
| | |
* | | more widgetszotlabs2017-03-154-83/+106
| | |
* | | filename issuezotlabs2017-03-151-0/+0
| | |
* | | more widgetszotlabs2017-03-155-173/+172
| | |
* | | convert more widgets to classeszotlabs2017-03-156-133/+166
| | |
* | | Merge branch 'red' of https://github.com/zotlabs/hubzilla into redzotlabs2017-03-15225-1684/+5210
|\ \ \
| * | | new composer.lock for redzotlabs2017-03-16225-1684/+5210
| | | |
* | | | use absolute namespacezotlabs2017-03-151-1/+2
|/ / /
* | | Comanche: allow widgets to be class based and stored appropriately in Zotlabszotlabs2017-03-153-16/+37
| | |
* | | could not fix the merge conflicts in composer.lock so it will need to be ↵zotlabs2017-03-1515-750/+1077
|\| | | | | | | | | | | | | | | | | | | | | | | regenerated in the red tree. also the autoload_classmap is a disgrace. We provide autoload functions so that we can dynamically change the file tree without needing to regenerate a bunch of runtime stuff every time we add a file. Merge branch 'dev' into red
| * | 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' into redzotlabs2017-03-150-0/+0
|\| | |
| * | | 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
| | |/
* | | ensure z_input_filter is called exactly once, since we now depend on the ↵zotlabs2017-03-152-22/+55
| | | | | | | | | | | | | | | | | | number of htmlspecialchars operations for markdown content. Also ensure that the content is escaped the correct number of times on imported items.
* | | more work related to attach/photo and os_path, display_path and general code ↵zotlabs2017-03-152-36/+40
| | | | | | | | | | | | cleanup
* | | add os_path and display_path to photos, fix some issues with multiple path ↵zotlabs2017-03-143-96/+12
| | | | | | | | | | | | separators after cloud/nickname in the content field of attach and photos
* | | store os_path and display_path with fileszotlabs2017-03-141-2/+3
| | |
* | | use dim for the button border alsozotlabs2017-03-141-1/+1
| | |
* | | dim class was un-themedzotlabs2017-03-142-2/+2
| | |
* | | input filter updateszotlabs2017-03-146-103/+57
| | |
* | | fix group by item queryzotlabs2017-03-141-17/+15
| | |