Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | when creating an event from a post in our stream, if the original post was ↵ | redmatrix | 2016-02-25 | 1 | -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 function | redmatrix | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | function to process atom stream without actually storing anything | redmatrix | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | add salmon key param | redmatrix | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | fix double encoding | redmatrix | 2016-02-21 | 1 | -1/+1 |
| | |||||
* | revup | redmatrix | 2016-02-17 | 1 | -1/+1 |
| | |||||
* | revup | redmatrix | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | update fr strings from transifex | redmatrix | 2016-02-15 | 1 | -1/+1 |
| | |||||
* | form cleanup (profile_photo and cover_photo), admin 'user_approve' not ↵ | redmatrix | 2016-02-14 | 1 | -1/+1 |
| | | | | found, missing close div in mood_content.tpl | ||||
* | directory modes reversed | redmatrix | 2016-02-12 | 1 | -1/+1 |
| | |||||
* | guest photo upload failing when js_upload is in use due to non-existent acl ↵ | redmatrix | 2016-02-11 | 1 | -1/+1 |
| | | | | parameters | ||||
* | rev update | redmatrix | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Revert "sort out the well-known acme-challenge mess - at least on apache" | redmatrix | 2016-02-08 | 1 | -1/+1 |
| | | | | This reverts commit be99c7fe12cc68bba1716a0b708bb171cfd223e6. | ||||
* | sort out the well-known acme-challenge mess - at least on apache | redmatrix | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | update UI template for 'mood' module | redmatrix | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | rev update | redmatrix | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | poke basic config setting | redmatrix | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | admin security page for configuring white and black lists and other security ↵ | redmatrix | 2016-02-03 | 1 | -1/+1 |
| | | | | options. | ||||
* | some zcard cleanup - still eneds a lot more work | redmatrix | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | more oembed provider work - channel articles | redmatrix | 2016-02-01 | 1 | -1/+1 |
| | |||||
* | add oembed provider for photos | redmatrix | 2016-01-31 | 1 | -1/+1 |
| | |||||
* | move permission check before global block check | redmatrix | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | widget_item - provide ability to use the page title instead of the ↵ | redmatrix | 2016-01-28 | 1 | -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 ↵ | redmatrix | 2016-01-27 | 1 | -1/+1 |
| | | | | groups. Please revert if you think it's too messy. | ||||
* | fix undefined variable reference in widget_item | redmatrix | 2016-01-26 | 1 | -1/+1 |
| | |||||
* | remote delegation issue when already logged in with different account on ↵ | redmatrix | 2016-01-24 | 1 | -1/+1 |
| | | | | same site. | ||||
* | provide option to use exec in proc_run | redmatrix | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | provide mechanism for custom .well-known handlers and static files (e.g. for ↵ | redmatrix | 2016-01-22 | 1 | -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 connections | redmatrix | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | issue #263 - account_default_channel not set to 0 when last channel of an ↵ | redmatrix | 2016-01-20 | 1 | -1/+1 |
| | | | | account is removed | ||||
* | Separate item_photo_menu() into links which deal with the post and those ↵ | redmatrix | 2016-01-19 | 1 | -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 #259 | redmatrix | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | minversion issue | redmatrix | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | add $deliver flag to item_store() and item_store_update() [default true]. If ↵ | redmatrix | 2016-01-16 | 1 | -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 roll | redmatrix | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | revision update | redmatrix | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | very small tweaks to CLI plugin manager utility | redmatrix | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | 'auto channel creation' - if the corresponding config variable is set, ↵ | redmatrix | 2016-01-12 | 1 | -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 ↵ | redmatrix | 2016-01-11 | 1 | -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 cases | redmatrix | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | fix relative urls on some Diaspora profile photos | redmatrix | 2016-01-09 | 1 | -1/+1 |
| | |||||
* | extra security headers, revert or fix if functionality is blocked | redmatrix | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | features management page for hubmins | redmatrix | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | provide an option to toggle the view of locked features so we can use the ↵ | redmatrix | 2016-01-05 | 1 | -1/+1 |
| | | | | same list in an admin feature set & lock page. | ||||
* | version script was all screwed up | redmatrix | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | issue #241 (redmatrix issue 405) | redmatrix | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | log API improvements and queue optimisation for singleton networks | redmatrix | 2015-12-31 | 1 | -1/+1 |
| | |||||
* | store perms_accept on channel creation | redmatrix | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | refresh issue | redmatrix | 2015-12-27 | 1 | -1/+1 |
| | |||||
* | regression: default inherited permission was not being set for a connection ↵ | redmatrix | 2015-12-25 | 1 | -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. |