aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
* issue #337redmatrix2016-04-031-1/+1
|
* revupredmatrix2016-04-021-1/+1
|
* primary hub changeredmatrix2016-04-011-1/+1
|
* static Appredmatrix2016-03-311-1/+1
|
* issue #319 - NOTE: this does not fix the issue, it only reports it and ↵redmatrix2016-03-301-1/+1
| | | | continues. We need to examine any logger statements that contain 'stack:' as a result of reporting this issue and find and fix the original problem - which is that set_pconfig is being called without a valid $uid. I'm worried that since we will now continue on without throwing a PHP error that nobody will ever notice or find the problem that is causing this.
* add page title to the html titleredmatrix2016-03-291-1/+1
|
* revupredmatrix2016-03-281-1/+1
|
* issue #319 part 2redmatrix2016-03-261-1/+1
|
* revupredmatrix2016-03-241-1/+1
|
* atom specifies a uri or iri for the id. message_id isn't suitable here.redmatrix2016-03-231-1/+1
|
* rewrite the webfinger discovery logicredmatrix2016-03-221-1/+1
|
* attempting to work with braindead lighttpd gnusocial serversredmatrix2016-03-211-1/+1
|
* issue #330 - permit archived connections in ACLs. If they are to be blocked ↵redmatrix2016-03-201-1/+1
| | | | for delivery (or some other purpose) this should probably happen in the delivery mechanism (or other related sub-system) rather than the permissions mechanism, although currently we still attempt direct delivery to archived connections. Technically "archived" means merely that we won't 'poll' the connection according to the current definition.
* make the admin side menu extensible and provide a hook for a channel "move" ↵redmatrix2016-03-191-1/+1
| | | | operation that federation plugins might use to re-establish connections after a channel move.
* 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.