aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
* no xchan here if using zot protocolredmatrix2016-03-171-1/+1
|
* lots of work on federated channel discoveryredmatrix2016-03-161-1/+1
|
* some heavy lifting porting the old salmon coderedmatrix2016-03-151-1/+1
|
* some re-working of webfinger and hcard parsing which will be necessary going ↵redmatrix2016-03-141-1/+1
| | | | forward.
* git update everythingredmatrix2016-03-131-1/+1
|
* provide service federation overview - how to go about it and the appropriate ↵redmatrix2016-03-121-1/+1
| | | | places to attach your plugin.
* some minor cleanupsredmatrix2016-03-101-1/+1
|
* revupredmatrix2016-03-081-1/+1
|
* Facebook scraper "OpenGraph" support; modules will need to set the required ↵redmatrix2016-03-071-1/+1
| | | | fields (type, image, url) as well as any desired optional or type specific fields. We will set the title during pagebuild.
* revupredmatrix2016-03-061-1/+1
|
* issues #306 and #307redmatrix2016-03-041-1/+1
|
* remove the markdown feature. Do not re-enable unless you are willing to ↵redmatrix2016-03-031-1/+1
| | | | support it.
* issue #305redmatrix2016-03-021-1/+1
|
* revupredmatrix2016-03-011-1/+1
|
* revupredmatrix2016-02-291-1/+1
|
* revupredmatrix2016-02-281-1/+1
|
* z_fetch_url and z_post_url returning falseredmatrix2016-02-271-1/+1
|
* turn timezone aware birthdays into a feature for those who want an ↵redmatrix2016-02-261-1/+1
| | | | uncluttered calendar - at the expense of possibly sending somebody's birthday greeting on the wrong day if they are in a different timezone.
* when creating an event from a post in our stream, if the original post was ↵redmatrix2016-02-251-1/+1
| | | | private, set the event permissions to "just me". If it was a public event, set the event permissions to the channel default permissions.
* missing functionredmatrix2016-02-241-1/+1
|
* function to process atom stream without actually storing anythingredmatrix2016-02-231-1/+1
|
* add salmon key paramredmatrix2016-02-221-1/+1
|
* fix double encodingredmatrix2016-02-211-1/+1
|
* revupredmatrix2016-02-171-1/+1
|
* revupredmatrix2016-02-161-1/+1
|
* update fr strings from transifexredmatrix2016-02-151-1/+1
|
* form cleanup (profile_photo and cover_photo), admin 'user_approve' not ↵redmatrix2016-02-141-1/+1
| | | | found, missing close div in mood_content.tpl
* directory modes reversedredmatrix2016-02-121-1/+1
|
* guest photo upload failing when js_upload is in use due to non-existent acl ↵redmatrix2016-02-111-1/+1
| | | | parameters
* rev updateredmatrix2016-02-101-1/+1
|
* Revert "sort out the well-known acme-challenge mess - at least on apache"redmatrix2016-02-081-1/+1
| | | | This reverts commit be99c7fe12cc68bba1716a0b708bb171cfd223e6.
* sort out the well-known acme-challenge mess - at least on apacheredmatrix2016-02-081-1/+1
|
* update UI template for 'mood' moduleredmatrix2016-02-071-1/+1
|
* rev updateredmatrix2016-02-051-1/+1
|
* poke basic config settingredmatrix2016-02-041-1/+1
|
* admin security page for configuring white and black lists and other security ↵redmatrix2016-02-031-1/+1
| | | | options.
* some zcard cleanup - still eneds a lot more workredmatrix2016-02-021-1/+1
|
* more oembed provider work - channel articlesredmatrix2016-02-011-1/+1
|
* add oembed provider for photosredmatrix2016-01-311-1/+1
|
* move permission check before global block checkredmatrix2016-01-291-1/+1
|
* widget_item - provide ability to use the page title instead of the ↵redmatrix2016-01-281-1/+1
| | | | message_id to locate the desired item. You can use either, but the page title is often easier to use and discover.
* provide an icon to make 'add privacy group' stand out from the list of ↵redmatrix2016-01-271-1/+1
| | | | groups. Please revert if you think it's too messy.
* fix undefined variable reference in widget_itemredmatrix2016-01-261-1/+1
|
* remote delegation issue when already logged in with different account on ↵redmatrix2016-01-241-1/+1
| | | | same site.
* provide option to use exec in proc_runredmatrix2016-01-231-1/+1
|
* provide mechanism for custom .well-known handlers and static files (e.g. for ↵redmatrix2016-01-221-1/+1
| | | | letsencypt ownership verification). Document that if you create a .well-known directory to validate a letsencrypt cert you need to remove it before installing hubzilla. We probably need a check for this in the install checklist.
* regression: public forums granting send stream permissions to all connectionsredmatrix2016-01-211-1/+1
|
* issue #263 - account_default_channel not set to 0 when last channel of an ↵redmatrix2016-01-201-1/+1
| | | | account is removed
* Separate item_photo_menu() into links which deal with the post and those ↵redmatrix2016-01-191-1/+1
| | | | which deal with the author. We should probably also make this info available to themes so they could for instance provide a visual separator.
* db_type not present in international config file templates issue #259redmatrix2016-01-181-1/+1
|