Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make exec the default for proc_run - use system.use_proc_open to use ↵ | redmatrix | 2016-01-24 | 1 | -2/+2 |
| | | | | proc_open. Also prohibit delegated channels from manually invoking new_channel under the delegated account. | ||||
* | remote delegation issue when already logged in with different account on ↵ | redmatrix | 2016-01-24 | 1 | -0/+2 |
| | | | | 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 | 2 | -0/+14 |
| | | | | 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. | ||||
* | fix visitor photo uploads | redmatrix | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | A few minor tweaks in schemas + link to login form in lostpass | jeroenpraat | 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 | -10/+11 |
| | | | | account is removed | ||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-17 | 2 | -4/+4 |
|\ | |||||
| * | update es-es and nl strings. adjusted a few matrix to grid strings | jeroenpraat | 2016-01-17 | 2 | -4/+4 |
| | | |||||
* | | various issues from the forums | redmatrix | 2016-01-17 | 3 | -4/+8 |
|/ | |||||
* | call build_sync_packet() on pdledit updates | redmatrix | 2016-01-17 | 1 | -0/+1 |
| | |||||
* | add $deliver flag to item_store() and item_store_update() [default true]. If ↵ | redmatrix | 2016-01-16 | 2 | -7/+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. | ||||
* | provide a recent activity link in /connections | Mario Vavti | 2016-01-15 | 1 | -2/+4 |
| | |||||
* | add an approve button to /connections and get rid of the modal popup in ↵ | Mario Vavti | 2016-01-15 | 2 | -9/+3 |
| | | | | /connedit. for quick approval (default collection and perms etc.) we now can use the approve button in /connections else click the edit button and make changes and approval from /connedit. hope thats any better... | ||||
* | provide more contact infos and update some protocol type definitions | Mario Vavti | 2016-01-15 | 1 | -1/+4 |
| | |||||
* | issue with plugin loadable layouts | redmatrix | 2016-01-14 | 1 | -3/+16 |
| | |||||
* | more cover photo work | redmatrix | 2016-01-14 | 1 | -22/+35 |
| | |||||
* | this might be controversal - if approving a connection from the popup go ↵ | Mario Vavti | 2016-01-15 | 1 | -0/+3 |
| | | | | back to connections page. if the popup is dismissed and the connection is approved from the page stay on /connedit page to be able to adjust perms etc... | ||||
* | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2016-01-14 | 1 | -2/+2 |
|\ | |||||
| * | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-14 | 1 | -11/+22 |
| |\ | |||||
| * | | revision update | redmatrix | 2016-01-14 | 1 | -2/+2 |
| | | | |||||
* | | | provide some info about our contacts - status (archived, hidden, etc.), ↵ | Mario Vavti | 2016-01-14 | 1 | -1/+24 |
| |/ |/| | | | | | public forum (like in directory) and show since when we are connected | ||||
* | | some work on connections | Mario Vavti | 2016-01-14 | 1 | -11/+22 |
|/ | |||||
* | more progress on cover photo cropping and storage | redmatrix | 2016-01-13 | 1 | -0/+391 |
| | |||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-13 | 1 | -1/+1 |
|\ | |||||
| * | fix sharing of photo items | Mario Vavti | 2016-01-13 | 1 | -1/+1 |
| | | |||||
* | | some initial work on uploading and cropping cover photos | redmatrix | 2016-01-13 | 1 | -2/+2 |
|/ | |||||
* | more work on auto channel creation during register | redmatrix | 2016-01-13 | 1 | -1/+24 |
| | |||||
* | 'auto channel creation' - if the corresponding config variable is set, ↵ | redmatrix | 2016-01-12 | 3 | -16/+31 |
| | | | | | | 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 | -2/+42 |
| | | | | 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. | ||||
* | issue #251 | redmatrix | 2016-01-07 | 1 | -2/+1 |
| | |||||
* | features management page for hubmins | redmatrix | 2016-01-06 | 1 | -0/+74 |
| | |||||
* | make 'refresh permissions' do something useful for non-zot connections | redmatrix | 2016-01-04 | 1 | -3/+9 |
| | |||||
* | Provide the ability for a hub admin to specify a default permissions role ↵ | redmatrix | 2016-01-02 | 1 | -0/+12 |
| | | | | for the first channel created by a new account. This simplifies channel creation by restricting the available options at registration time. The restriction is not applied to any additional channels created under the same account; and in any event can be changed immediately after channel creation, if desired. | ||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Misspelled Titel | Andrew Manning | 2016-01-01 | 1 | -1/+1 |
| | | | | | | should be Title | ||||
* | | issue #241 (redmatrix issue 405) | redmatrix | 2016-01-01 | 2 | -0/+6 |
|/ | |||||
* | more issue #239 | redmatrix | 2015-12-31 | 1 | -1/+1 |
| | |||||
* | issue #239, provide 'Public' text on ACL selector when appropriate to do so. | redmatrix | 2015-12-31 | 2 | -2/+2 |
| | |||||
* | Set accept permissions to that of role so if you change to a custom role you ↵ | redmatrix | 2015-12-25 | 1 | -1/+1 |
| | | | | don't start with nothing. | ||||
* | don't send wall-post notifications when creating webpages on another channel | redmatrix | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | issue #235 | redmatrix | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | some notifier optimisations. Also put a fixme on the invite total ↵ | redmatrix | 2015-12-16 | 1 | -1/+3 |
| | | | | generations for new accounts, which is incorrect and now commented out. | ||||
* | issue #221 | redmatrix | 2015-12-15 | 1 | -3/+4 |
| | |||||
* | Invitation only added to the admin site page. Plus css wrapper class to docu ↵ | jeroenpraat | 2015-12-15 | 2 | -2/+8 |
| | | | | search. | ||||
* | more work on api media uploads | redmatrix | 2015-12-13 | 1 | -11/+17 |
| | |||||
* | remove the unqualified "OAuth" namespace from the project. We need to ↵ | redmatrix | 2015-12-13 | 1 | -13/+9 |
| | | | | reference either OAuth1 or OAuth2. | ||||
* | incorrect obj_type on several items | redmatrix | 2015-12-11 | 2 | -1/+1 |
| | |||||
* | some minor cleanup - change the default of the discover tab (public stream ↵ | redmatrix | 2015-12-10 | 1 | -2/+9 |
| | | | | access) | ||||
* | don't spit out sabre xml on permission denied exceptions, just provide a 401 | redmatrix | 2015-12-10 | 1 | -30/+12 |
| |