Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consolidate hubloc storage | zotlabs | 2017-01-30 | 1 | -9/+12 |
| | |||||
* | finish remaining places where xchan_store_lowlevel needs to be used | zotlabs | 2017-01-29 | 1 | -12/+0 |
| | |||||
* | provide lowlevel xchan storage function to ensure that all non-null rows are ↵ | zotlabs | 2017-01-28 | 1 | -10/+25 |
| | | | | initialised | ||||
* | minor | zotlabs | 2017-01-24 | 1 | -3/+3 |
| | |||||
* | do not choke if photo_factory() returns null | Mario Vavti | 2017-01-15 | 1 | -0/+4 |
| | |||||
* | z_fetch_url incorrect variable | zotlabs | 2016-12-15 | 1 | -5/+5 |
| | |||||
* | ignore flags to dns_get_record() and look for anything | zotlabs | 2016-11-02 | 1 | -4/+7 |
| | |||||
* | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵ | Florian Steinel | 2016-10-27 | 1 | -2/+2 |
| | | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 ) | ||||
* | For z_dns_check() use config values from memory and ignore DB - as this ↵ | zotlabs | 2016-10-25 | 1 | -1/+6 |
| | | | | function can be called in the early stages of Setup when we first try to connect to the database. | ||||
* | put all dns checking into one function, allow it to be ignored | zotlabs | 2016-10-25 | 1 | -2/+19 |
| | |||||
* | Merge pull request #547 from dawnbreak/docu | zotlabs | 2016-10-14 | 1 | -64/+64 |
|\ | | | | | [TASK] Update Doxyfile and fix Doxygen errors. | ||||
| * | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -64/+64 |
| | | | | | | | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | | provide text log results of email success/failure rather than 1 and 0. | zotlabs | 2016-10-13 | 1 | -2/+2 |
|/ | |||||
* | When importing a channel from another server, try to auto-discover the best ↵ | zotlabs | 2016-10-11 | 1 | -0/+19 |
| | | | | available api path. | ||||
* | change hook name and return results | redmatrix | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | Unify the various mail sending instance to enotify::send() and z_mail(). ↵ | redmatrix | 2016-10-01 | 1 | -0/+62 |
| | | | | Both take the same arguments. z_mail() is text only, enotify::send() provides html and text. Both are pluggable using the enotfy_send hook. | ||||
* | change notify param | redmatrix | 2016-09-29 | 1 | -1/+3 |
| | |||||
* | finish the channel_reddress() conversion | redmatrix | 2016-09-21 | 1 | -2/+2 |
| | |||||
* | zot discovery wasn't returning in all cases (after discovering zot), which ↵ | redmatrix | 2016-09-21 | 1 | -1/+3 |
| | | | | means that it could fall through and also discover other protocols and create xchans for them. | ||||
* | updates to hcard parsing | redmatrix | 2016-08-07 | 1 | -4/+9 |
| | |||||
* | still working through some issues with curl magic-auth | redmatrix | 2016-06-27 | 1 | -0/+7 |
| | | | | fixed profile photo upload | ||||
* | issue #442, tables contain too much whitespace (there's a definite issue ↵ | redmatrix | 2016-06-26 | 1 | -0/+12 |
| | | | | here, but I should note the offending example was full of carriage returns as well as linefeeds; which exacerbated the problem). | ||||
* | 1. provide automatic relocation of important links in items that are ↵ | redmatrix | 2016-06-21 | 1 | -0/+10 |
| | | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. 3. item_store and item_store_update now return the item that was stored | ||||
* | code optimisation | redmatrix | 2016-06-20 | 1 | -8/+1 |
| | |||||
* | Don't use count() to check DB results | redmatrix | 2016-06-19 | 1 | -2/+7 |
| | |||||
* | core changes to better support media migrations | redmatrix | 2016-06-16 | 1 | -0/+15 |
| | |||||
* | custom request methods for curl | redmatrix | 2016-06-15 | 1 | -3/+13 |
| | |||||
* | start removing reserved words from database column names (this run: addon ↵ | redmatrix | 2016-05-30 | 1 | -1/+1 |
| | | | | and hook) | ||||
* | code cleanup | redmatrix | 2016-05-24 | 1 | -9/+0 |
| | |||||
* | relocate index and db | redmatrix | 2016-05-24 | 1 | -1/+1 |
| | |||||
* | moved enotify | redmatrix | 2016-05-24 | 1 | -3/+1 |
| | |||||
* | rework the conversation object stuff at a high level - still needs a bit of ↵ | redmatrix | 2016-05-20 | 1 | -5/+5 |
| | | | | refactoring | ||||
* | consolidate include/*_selectors.php (not touching acl_selectors for the ↵ | redmatrix | 2016-05-20 | 1 | -0/+26 |
| | | | | moment, as it will likely end up with a different disposition) | ||||
* | case issue | redmatrix | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -2/+2 |
| | |||||
* | don't try to deliver empty hashes | redmatrix | 2016-05-19 | 1 | -0/+3 |
| | |||||
* | an issue related to #386 | redmatrix | 2016-05-16 | 1 | -0/+4 |
| | |||||
* | provide repository versions on admin summary page and an upgrade message if ↵ | redmatrix | 2016-05-10 | 1 | -0/+15 |
| | | | | you're behind master | ||||
* | move iconfig functions to include/config.php with all the rest of the ↵ | redmatrix | 2016-04-26 | 1 | -2/+3 |
| | | | | configs, fix an issue with singleton discovery and start work on singleton delivery | ||||
* | Setup was horked after this commit and I couldn't easily make it right so ↵ | redmatrix | 2016-04-25 | 1 | -1/+1 |
| | | | | | | | | reverting - will try again at a future date Revert "remove global db variable" This reverts commit c3b0c0f32a17649503db67f208cce6f9e0cdc322. | ||||
* | remove global db variable | redmatrix | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | provide stream resource pointer option to z_fetch_url() and z_post_url() per ↵ | redmatrix | 2016-04-05 | 1 | -1/+13 |
| | | | | earlier doco commit on syncing files/photos across clones. | ||||
* | For GNU-social discovery, use the URI in the feed (author.uri) rather than ↵ | redmatrix | 2016-04-03 | 1 | -0/+6 |
| | | | | try to pick out which of the aliases in webfinger are likely to be the right one. If we get it wrong, our communications with them will be discarded and there is no rhyme or reason to the logic about which representation is likely to be the one true account URI. It appears to vary with the clean_url setting of the site and this info isn't available to us except with a sequence of expensive probes and testing various ways of re-writing URLs to see if we get a response. | ||||
* | use constant | redmatrix | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -6/+6 |
| | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | issue #319 part 2 | redmatrix | 2016-03-26 | 1 | -9/+11 |
| | |||||
* | atom specifies a uri or iri for the id. message_id isn't suitable here. | redmatrix | 2016-03-23 | 1 | -2/+3 |
| | |||||
* | rewrite the webfinger discovery logic | redmatrix | 2016-03-22 | 1 | -244/+210 |
| | |||||
* | attempting to work with braindead lighttpd gnusocial servers | redmatrix | 2016-03-21 | 1 | -2/+20 |
| |