Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | issues from hubzilla:#737 | zotlabs | 2017-04-26 | 4 | -7/+18 | |
| | | | | | | | ||||||
| * | | | | | | provide a broken feed for services which require a broken feed | zotlabs | 2017-04-25 | 6 | -70/+83 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-25 | 0 | -0/+0 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | mostly text formatting changes | zotlabs | 2017-04-25 | 1 | -64/+66 | |
| | | | | | | | | ||||||
| * | | | | | | | smilies - add param to only list default emoticons | zotlabs | 2017-04-25 | 1 | -1/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | database upgrade | zotlabs | 2017-04-23 | 3 | -216/+214 | |
| | | | | | | | | ||||||
| * | | | | | | | if there is no site record, site_dead won't be 0, in a left join it will in ↵ | zotlabs | 2017-04-23 | 1 | -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 future | zotlabs | 2017-04-20 | 1 | -14/+20 | |
| | | | | | | | | ||||||
| * | | | | | | | The rest of the library and backend changes to support client-side e2ee and ↵ | zotlabs | 2017-04-20 | 6 | -59/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecate previous uses of item_obscured. | |||||
| * | | | | | | | In the rare case where a default channel is not selected but channels ↵ | zotlabs | 2017-04-20 | 1 | -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. | zotlabs | 2017-04-19 | 1 | -2/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-19 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | follow_from_feed issue when called from push | zotlabs | 2017-04-19 | 2 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | give the item_obscured flag a new lease on life by using it to designate ↵ | zotlabs | 2017-04-18 | 3 | -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 ↵ | zotlabs | 2017-04-18 | 1 | -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_merge | zotlabs | 2017-04-18 | 17 | -77/+42 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | envelope privacy | zotlabs | 2017-04-18 | 1 | -31/+29 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | allow downloading via viewsrc to support client side e2ee | zotlabs | 2017-04-17 | 1 | -1/+10 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | include attach.php here (boot.php) instead of each file that uses it. ↵ | zotlabs | 2017-04-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eventually this needs to move to an autoloader. | |||||
| * | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-17 | 82 | -28317/+32300 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | remove fulltext indexes for innodb | zotlabs | 2017-04-12 | 1 | -7/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | change default database settings | zotlabs | 2017-04-12 | 1 | -62/+62 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | whitespace | zotlabs | 2017-04-12 | 1 | -2/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | typo | zotlabs | 2017-04-12 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | make sure the new fields don't leak through sync packets and break older ↵ | zotlabs | 2017-04-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | versions | |||||
| * | | | | | | | | | | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-12 | 6 | -5/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | |||||
| * | | | | | | | | | | don't allow any null fields in notify creation | zotlabs | 2017-04-11 | 1 | -2/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | webfinger cleanup | zotlabs | 2017-04-11 | 1 | -20/+23 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | correct the mastodon "boost" (aka 'share') author attribution by checking ↵ | zotlabs | 2017-04-11 | 2 | -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. | zotlabs | 2017-04-10 | 1 | -3/+10 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-09 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | some signatures showing as invalid because of recent import_author_zot() ↵ | zotlabs | 2017-04-09 | 1 | -7/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes. | |||||
| * | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-07 | 3 | -11094/+10565 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | photo size-0 issue | zotlabs | 2017-04-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | fix from downstream | zotlabs | 2017-04-07 | 2 | -1963/+1903 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-06 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | only log zot_refresh content if json decode was successful. | zotlabs | 2017-04-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | revisit the import_author_zot algorithm yet again. There was one bug that we ↵ | zotlabs | 2017-04-06 | 1 | -2/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | weren't returning necessary information in the first SQL query - and performance/loading problem if one tries to refresh a dead site. | |||||
| * | | | | | | | | | | | | | revert grid and bars icon size change | zotlabs | 2017-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | make legal_webbie() pluggable - * this should not be merged with federated ↵ | zotlabs | 2017-04-05 | 4 | -17/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | projects unless the federation drivers make use of the hooks. | |||||
| * | | | | | | | | | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-05 | 12 | -63/+99 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | import_author_xchan - since we rarely refresh zot-info for non-connections, ↵ | zotlabs | 2017-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | force a cache reload once a week to catch things like profile photo updates and location changes |