Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | '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 |
| | |||||
* | Some work on the login, register and default home page. Mostly neatly ↵ | jeroenpraat | 2015-12-09 | 1 | -1/+1 |
| | | | | centering things on different viewport widths. Bluegrid schema updated. | ||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-12-08 | 1 | -17/+17 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/redmatrix/hubzilla | jeroenpraat | 2015-12-09 | 2 | -13/+3 |
| |\ | |||||
| * | | First part of fix for issue #109 | jeroenpraat | 2015-12-09 | 1 | -17/+17 |
| | | | |||||
* | | | more libzot stuff | redmatrix | 2015-12-08 | 1 | -467/+4 |
| |/ |/| | |||||
* | | remove some unused stuff | redmatrix | 2015-12-08 | 2 | -13/+3 |
|/ | |||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2015-12-07 | 1 | -0/+4 |
|\ | |||||
| * | change album_id logic to make it work with ajax calls | Mario Vavti | 2015-12-07 | 1 | -2/+4 |
| | | |||||
| * | make justify gallery work with more than one albums per page (eg album widget) | Mario Vavti | 2015-12-07 | 1 | -0/+2 |
| | | |||||
* | | abstract the message handlers | redmatrix | 2015-12-07 | 1 | -1/+2 |
|/ | |||||
* | remove duplicated code | redmatrix | 2015-12-06 | 1 | -474/+3 |
| | |||||
* | start of v4 | redmatrix | 2015-12-06 | 2 | -1/+16 |
| | |||||
* | srand() is for seeding the PRNG. You want rand() here. | ken restivo | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | use the std_version where applicable instead of matching to the git. | redmatrix | 2015-12-03 | 1 | -3/+1 |
| | |||||
* | provide correct error if a directory server requires a realm_token and one ↵ | redmatrix | 2015-12-02 | 1 | -2/+2 |
| | | | | wasn't provided | ||||
* | fix attachment rendering for mail | Mario Vavti | 2015-12-02 | 1 | -1/+2 |
| | |||||
* | generalise the site black|white allow lists, also add a channel black|white ↵ | redmatrix | 2015-11-29 | 1 | -1/+1 |
| | | | | list for future use | ||||
* | create get_site_info() function so we can have a siteinfo.json module ↵ | redmatrix | 2015-11-29 | 2 | -97/+11 |
| | | | | instead of or actually in addition to siteinfo/json | ||||
* | issue #189 | redmatrix | 2015-11-29 | 1 | -0/+1 |
| | |||||
* | reflect in form if we are editing or creating | Mario Vavti | 2015-11-28 | 1 | -7/+7 |
| | |||||
* | only show edit icon for your own events and minoe cleanup | Mario Vavti | 2015-11-27 | 1 | -18/+3 |
| | |||||
* | issue #185 | redmatrix | 2015-11-25 | 6 | -10/+12 |
| | |||||
* | some basic event styling | Mario Vavti | 2015-11-25 | 1 | -1/+5 |
| | |||||
* | events: make sure default finish date is one hour after start date and shift ↵ | Mario Vavti | 2015-11-25 | 1 | -5/+13 |
| | | | | the finishdate if startdate is shifted | ||||
* | fix event form initial values | redmatrix | 2015-11-24 | 1 | -6/+14 |
| | |||||
* | fix event droping | Mario Vavti | 2015-11-24 | 1 | -1/+1 |
| | |||||
* | some event heavy lifting - please test and report issues | Mario Vavti | 2015-11-24 | 2 | -180/+156 |
| | |||||
* | issue #183 | redmatrix | 2015-11-23 | 1 | -1/+1 |
| |