aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* photos_album_exists() requires an observer to work correctly; provide it.zotlabs2017-03-212-4/+4
|
* use the same host macro for sender address as for reply_to addresszotlabs2017-03-211-2/+2
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-211-8/+49
|\
| * Merge pull request #705 from dawnbreak/devKlaus2017-03-221-8/+49
| |\ | | | | | | :white_check_mark: Some more tests for purify_html().
| | * :white_check_mark: Some more tests for purify_html().Klaus Weidenbach2017-03-221-8/+49
| |/ | | | | | | | | Add some generic HTML, JS, CSS expectations for purify_html(). Also cover our own configuration for HTMLPurifier.
* | begin the process of using the relevant attach directory/path for photo ↵zotlabs2017-03-214-48/+62
| | | | | | | | albums instead of an album basename which may not be unique. Created an 'ellipsify()' function to shorten long names and keep the beginning and end intact
* | update licensezotlabs2017-03-211-17/+2
| |
* | more markdown purificationzotlabs2017-03-212-7/+6
| |
* | perform attach_upgrade()zotlabs2017-03-202-0/+26
| |
* | after all of this, I would be very hesitant to use any multi-user system ↵zotlabs2017-03-201-1/+1
| | | | | | | | which uses markdown and which doesn't have a large security budget.
* | even more fine tuning of the markdown purifier - especially when used with ↵zotlabs2017-03-204-3/+4
| | | | | | | | the wiki
* | create channel_store_lowlevel() and remove more diaspora stuff from core.zotlabs2017-03-203-45/+55
| |
* | 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.
* | add function attach_syspaths to calculate the contents of os_path and ↵zotlabs2017-03-191-2/+42
| | | | | | | | display_path; add this to the rename function. We will also need it to populate existing file/photo structures as an upgrade task.
* | attach_folder_rpaths() providing incorrect resultszotlabs2017-03-191-3/+3
| |
* | 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.