aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* minversion issueredmatrix2016-01-171-1/+1
|
* add $deliver flag to item_store() and item_store_update() [default true]. If ↵redmatrix2016-01-161-1/+1
| | | | false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS.
* minor version rollredmatrix2016-01-151-1/+1
|
* revision updateredmatrix2016-01-141-1/+1
|
* very small tweaks to CLI plugin manager utilityredmatrix2016-01-131-1/+1
|
* 'auto channel creation' - if the corresponding config variable is set, ↵redmatrix2016-01-121-1/+1
| | | | | | create a channel when an account is created. Plugins can provide the necessary channel details (probably from an extended registration form). If no details are provided, a social (mostly public) channel will be created using the LHS of the email address and you will be directed to your channel page (unless email verification is required, in which case this step will be delayed until successful validation and login). If the reddress is already assigned a random name(1000-9999) reddress will be assigned.
* plugin version compatibility checking. To use, set MinVersion, MaxVersion or ↵redmatrix2016-01-111-1/+1
| | | | MinPHPversion in the plugin header block. Case is not important. We check the project versions against STD_VERSION, which should be rolled to a new y of x.x.y if the plugin interface or project code changes in an incompatible way.
* the mail_isreply flag wasn't being set in the right casesredmatrix2016-01-101-1/+1
|
* fix relative urls on some Diaspora profile photosredmatrix2016-01-091-1/+1
|
* extra security headers, revert or fix if functionality is blockedredmatrix2016-01-071-1/+1
|
* features management page for hubminsredmatrix2016-01-061-1/+1
|
* provide an option to toggle the view of locked features so we can use the ↵redmatrix2016-01-051-1/+1
| | | | same list in an admin feature set & lock page.
* version script was all screwed upredmatrix2016-01-041-1/+1
|
* issue #241 (redmatrix issue 405)redmatrix2016-01-011-1/+1
|
* log API improvements and queue optimisation for singleton networksredmatrix2015-12-311-1/+1
|
* store perms_accept on channel creationredmatrix2015-12-291-1/+1
|
* refresh issueredmatrix2015-12-271-1/+1
|
* regression: default inherited permission was not being set for a connection ↵redmatrix2015-12-251-1/+1
| | | | if the permission was 'inherited'. We need to set these so that if somebody changes the top level permissions they don't have to go back and manually edit every connection to allow/deny what used to be an automatic inherited setting.
* issue #235redmatrix2015-12-241-1/+1
|