aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | new function Hook::register_array() to bulk register several hooks from the ↵zotlabs2017-05-011-0/+9
| | | | | | | | | | | | | | | | | | | | same file with default settings
| * | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-017-15/+2371
| |\ \ \ \
| * | | | | use hostname, not urlzotlabs2017-04-301-1/+1
| | | | | |
| * | | | | authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵zotlabs2017-04-302-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | local server bypass the network access and invoke zotfeed directly.
| * | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-303-12/+23
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | ugly postgres fixeszotlabs2017-04-301-22/+34
| | | | | |
| * | | | | more work on client side e2eezotlabs2017-04-292-6/+25
| | | | | |
| * | | | | profile_tabs is now channel_apps (except the original was left behind as the ↵zotlabs2017-04-271-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 cryptozotlabs2017-04-271-5/+15
| | | | | |
| * | | | | make mail_store() safe for postgres or mysql5.7 - although this interface ↵zotlabs2017-04-271-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | needs to be refactored in the future
| * | | | | more client-side mail privacy workzotlabs2017-04-263-52/+56
| | | | | |
| * | | | | provide a broken feed as a separate modulezotlabs2017-04-263-2/+50
| | | | | |
| * | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-2612-17/+46
| |\ \ \ \ \
| * | | | | | issues from hubzilla:#737zotlabs2017-04-264-7/+18
| | | | | | |
| * | | | | | provide a broken feed for services which require a broken feedzotlabs2017-04-256-70/+83
| | | | | | |
| * | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-250-0/+0
| |\ \ \ \ \ \
| * | | | | | | mostly text formatting changeszotlabs2017-04-251-64/+66
| | | | | | | |
| * | | | | | | smilies - add param to only list default emoticonszotlabs2017-04-251-1/+6
| | | | | | | |
| * | | | | | | database upgradezotlabs2017-04-233-216/+214
| | | | | | | |
| * | | | | | | if there is no site record, site_dead won't be 0, in a left join it will in ↵zotlabs2017-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fact be null. As long as it isn't 1, we should attempt delivery.
| * | | | | | | make it easier to hook into feed headers in the futurezotlabs2017-04-201-14/+20
| | | | | | | |
| * | | | | | | The rest of the library and backend changes to support client-side e2ee and ↵zotlabs2017-04-206-59/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecate previous uses of item_obscured.
| * | | | | | | In the rare case where a default channel is not selected but channels ↵zotlabs2017-04-201-78/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actually exist, you should be able to visit /manage and set a default channel. Originally I believe this may have been possible but the ability was lost when delegation was added to the interface - which requires an active channel. Remove the active channel restriction so that the rest of the interface works (channel selections can be made and the ability to set a default is provided) however delegation info isn't presented unless there is an active channel.
| * | | | | | | support reverse magic-auth in oembed requests.zotlabs2017-04-191-2/+9
| | | | | | | |
| * | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-191-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | follow_from_feed issue when called from pushzotlabs2017-04-192-2/+2
| | | | | | | | |
| * | | | | | | | give the item_obscured flag a new lease on life by using it to designate ↵zotlabs2017-04-183-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | third party client-side e2ee or binary content which can only be downloaded and not viewed directly on the web (as a side effect this also allows binary files to be submitted as activities/content). The content display is suppressed and replaced with a download button. This is unfinished but harmless to backport while work is in progress unless told otherwise. Future development will take care of the remaining loose ends.
| * | | | | | | | oembed cache: don't store the url (which may need to be truncated), store a ↵zotlabs2017-04-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hash instead. This will allow us to convert the table to utf8mb4 without running into mysql key length restrictions as well as dealing with the potential ambiguity of truncated urls.
| * | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-1817-77/+42
| |\ \ \ \ \ \ \ \
| * | | | | | | | | envelope privacyzotlabs2017-04-181-31/+29
| | | | | | | | | |
| * | | | | | | | | allow downloading via viewsrc to support client side e2eezotlabs2017-04-171-1/+10
| | | | | | | | | |
| * | | | | | | | | include attach.php here (boot.php) instead of each file that uses it. ↵zotlabs2017-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eventually this needs to move to an autoloader.
| * | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-1782-28317/+32300
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove fulltext indexes for innodbzotlabs2017-04-121-7/+1
| | | | | | | | | | |
| * | | | | | | | | | change default database settingszotlabs2017-04-121-62/+62
| | | | | | | | | | |
| * | | | | | | | | | whitespacezotlabs2017-04-121-2/+2
| | | | | | | | | | |
| * | | | | | | | | | typozotlabs2017-04-121-1/+1
| | | | | | | | | | |
| * | | | | | | | | | make sure the new fields don't leak through sync packets and break older ↵zotlabs2017-04-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | versions
| * | | | | | | | | | backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-126-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
| * | | | | | | | | | don't allow any null fields in notify creationzotlabs2017-04-111-2/+3
| | | | | | | | | | |
| * | | | | | | | | | webfinger cleanupzotlabs2017-04-111-20/+23
| | | | | | | | | | |
| * | | | | | | | | | correct the mastodon "boost" (aka 'share') author attribution by checking ↵zotlabs2017-04-112-54/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for share activities and pulling the original author info from the activity:object
| * | | | | | | | | | ugly hack to webfinger to allow connections to be made to mastodon servers.zotlabs2017-04-101-3/+10
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-090-0/+0
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | some signatures showing as invalid because of recent import_author_zot() ↵zotlabs2017-04-091-7/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes.
| * | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-073-11094/+10565
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | photo size-0 issuezotlabs2017-04-071-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix from downstreamzotlabs2017-04-072-1963/+1903
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-060-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | only log zot_refresh content if json decode was successful.zotlabs2017-04-061-2/+2
| | | | | | | | | | | | | |