Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bring back the ability to ignore a pending connection request without ↵ | redmatrix | 2016-01-26 | 4 | -3/+8 |
| | | | | deleting it and without always having it in your face and without jumping through hoops. | ||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-26 | 8 | -10/+19 |
|\ | |||||
| * | Linking new connection notification to pending connections (see Channel 1) ↵ | jeroenpraat | 2016-01-27 | 8 | -10/+19 |
| | | | | | | | | and improved email notifications about new connections. Could not find a way to do this also for the generic notifications. Added hub domain of channel address on the new channel page. A few people on my hub didn't understood. This example will make it more clear. Some minor bits. | ||||
* | | add abook_account to cloned abook records, was missing | redmatrix | 2016-01-26 | 1 | -1/+2 |
|/ | |||||
* | change help text on other channel expiration setting to inform that there is ↵ | redmatrix | 2016-01-26 | 2 | -1/+24 |
| | | | | a system limit. Ignore imported feed content that is older than expiration interval. | ||||
* | fix undefined variable reference in widget_item | redmatrix | 2016-01-26 | 2 | -7/+15 |
| | |||||
* | don't provide notification icons on manage page for delegated channels | redmatrix | 2016-01-24 | 2 | -1/+2 |
| | |||||
* | regression: channel name missing on delegate section of manage page | redmatrix | 2016-01-24 | 1 | -0/+1 |
| | |||||
* | cleanup and add comments about what we're trying to do here | redmatrix | 2016-01-24 | 2 | -3/+12 |
| | |||||
* | make exec the default for proc_run - use system.use_proc_open to use ↵ | redmatrix | 2016-01-24 | 2 | -5/+5 |
| | | | | proc_open. Also prohibit delegated channels from manually invoking new_channel under the delegated account. | ||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-24 | 4 | -3169/+3173 |
|\ | |||||
| * | es-es+nl string update | jeroenpraat | 2016-01-24 | 4 | -3169/+3173 |
| | | |||||
* | | remote delegation issue when already logged in with different account on ↵ | redmatrix | 2016-01-24 | 3 | -1/+7 |
|/ | | | | same site. | ||||
* | update hidden_configs with proc_run_use_exec | redmatrix | 2016-01-23 | 1 | -0/+3 |
| | |||||
* | provide option to use exec in proc_run | redmatrix | 2016-01-23 | 3 | -4/+8 |
| | |||||
* | doc | Jeroen van Riet Paap | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-22 | 3 | -2/+8 |
|\ | |||||
| * | Merge pull request #266 from anaqreon/activitystreams | redmatrix | 2016-01-22 | 1 | -0/+6 |
| |\ | | | | | | | Activitystreams | ||||
| | * | Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵ | Andrew Manning | 2016-01-21 | 64 | -1543/+1805 |
| | |\ | | | | | | | | | | | | | activitystreams | ||||
| | * | | Added more ActivityStreams schema support to boot.php for games | Andrew Manning | 2016-01-21 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge pull request #267 from bashrc/bashrc/node | redmatrix | 2016-01-22 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Change node script types | ||||
| | * | | | Change node script types | Bob Mottram | 2016-01-22 | 2 | -2/+2 |
| |/ / / | |||||
* / / / | provide mechanism for custom .well-known handlers and static files (e.g. for ↵ | redmatrix | 2016-01-22 | 5 | -1294/+1320 |
|/ / / | | | | | | | | | | 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. | ||||
* | | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-21 | 5 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #265 from bashrc/bashrc/tidying | redmatrix | 2016-01-22 | 5 | -0/+1 |
| |\ \ | | | | | | | | | General tidying | ||||
| | * | | Executable flash files ??? | Bob Mottram | 2016-01-21 | 1 | -0/+0 |
| | | | | |||||
| | * | | css files should not be executable | Bob Mottram | 2016-01-21 | 2 | -0/+0 |
| | | | | |||||
| | * | | README files should not be executable | Bob Mottram | 2016-01-21 | 1 | -0/+0 |
| | | | | |||||
| | * | | Type of script | Bob Mottram | 2016-01-21 | 1 | -0/+1 |
| | | | | |||||
* | | | | fix visitor photo uploads | redmatrix | 2016-01-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | add a fixme | redmatrix | 2016-01-21 | 1 | -0/+2 |
|/ / / | |||||
* | | | set the actual value of the password input field to a single space on remove ↵ | redmatrix | 2016-01-21 | 2 | -2/+2 |
| | | | | | | | | | | | | channel and remove account because firefox does not honour 'autocomplete="off"' and insists on filling in the password, which completely defeats the purpose of password protecting this function. We want to ensure it can only be executed by somebody who knows the password and not somebody who happens upon an unattended browser session. This space is annoying and must be removed to enter the password correctly but this appears to be the only way to provide the necessary safety for that page. Setting autocomplete to a random string as suggested by the firefox doco doesn't appear to do anything useful, as autocomplete is still performed. | ||||
* | | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-21 | 6 | -2/+22 |
|\ \ \ | |||||
| * | | | A few minor tweaks in schemas + link to login form in lostpass | jeroenpraat | 2016-01-21 | 6 | -2/+22 |
| |/ / | |||||
* / / | regression: public forums granting send stream permissions to all connections | redmatrix | 2016-01-21 | 2 | -3/+3 |
|/ / | |||||
* | | make contact block look widget alike | Mario Vavti | 2016-01-21 | 3 | -11/+6 |
| | | |||||
* | | css cleanup | Mario Vavti | 2016-01-21 | 2 | -32/+1 |
| | | |||||
* | | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2016-01-21 | 3 | -14/+15 |
|\ \ | |||||
| * | | issue #263 - account_default_channel not set to 0 when last channel of an ↵ | redmatrix | 2016-01-20 | 3 | -14/+15 |
| | | | | | | | | | | | | account is removed | ||||
* | | | bootstrapify rating and connect buttons. position the connect button more ↵ | Mario Vavti | 2016-01-21 | 4 | -17/+20 |
|/ / | | | | | | | prominent right under the profile image | ||||
* | | update docs - plugin listing | redmatrix | 2016-01-19 | 1 | -2/+17 |
| | | |||||
* | | honour poco_rating_enable in item_photo_menu | redmatrix | 2016-01-19 | 1 | -1/+6 |
| | | |||||
* | | hook changed, up the std_version | redmatrix | 2016-01-19 | 1 | -1/+1 |
| | | |||||
* | | Separate item_photo_menu() into links which deal with the post and those ↵ | redmatrix | 2016-01-19 | 2 | -7/+12 |
| | | | | | | | | which deal with the author. We should probably also make this info available to themes so they could for instance provide a visual separator. | ||||
* | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-18 | 1 | -3/+10 |
|\ \ | |||||
| * \ | Merge pull request #260 from HaakonME/master | redmatrix | 2016-01-19 | 1 | -3/+10 |
| |\ \ | | | | | | | | | Updated Hubzilla on OpenShift deploy script | ||||
| | * | | Add config workflow_channel_next and set to channel | Haakon Meland Eriksen | 2016-01-18 | 1 | -0/+1 |
| | | | | |||||
| | * | | Add default_permissions_role social_private to autocreate a social private ↵ | Haakon Meland Eriksen | 2016-01-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | channel upon account registration | ||||
| | * | | Add Hubzilla Hubsites plugin to deploy script, change git for DeadSuperHero ↵ | Haakon Meland Eriksen | 2016-01-18 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | Hubzilla themes | ||||
| | * | | Merge remote-tracking branch 'upstream/master' | Haakon Meland Eriksen | 2016-01-18 | 19 | -207/+317 |
| | |\ \ |