Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-28 | 1 | -0/+1 |
|\ | |||||
| * | provide usage hint on addon settings page to save each panel before opening ↵ | zotlabs | 2018-02-27 | 1 | -0/+1 |
| | | | | | | | | another. [String change, not for 3.2] | ||||
* | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-26 | 17 | -110/+79 |
|\| | |||||
| * | fix icon position and make string translatable | Mario Vavti | 2018-02-26 | 2 | -6/+15 |
| | | |||||
| * | missing clearfix | Mario Vavti | 2018-02-26 | 1 | -1/+1 |
| | | |||||
| * | fix minor issue with custom acl selector | Mario Vavti | 2018-02-26 | 3 | -2/+4 |
| | | |||||
| * | slightly improve custom acl selector | Mario Vavti | 2018-02-26 | 3 | -13/+6 |
| | | |||||
| * | change fontname in css and fix issue with unicode characters | Mario Vavti | 2018-02-26 | 5 | -14/+6 |
| | | |||||
| * | switch to fork-awesome | Mario Vavti | 2018-02-26 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-02-26 | 9 | -76/+49 |
| |\ | |||||
| | * | provide opt-out link and text with notification emails | zotlabs | 2018-02-25 | 2 | -0/+4 |
| | | | |||||
| | * | hubzilla issue #979 - alter image selection widget to accept/submit on ↵ | zotlabs | 2018-02-25 | 7 | -76/+45 |
| | | | | | | | | | | | | choose (jot, wiki, cover_photo, profile_photo) | ||||
* | | | Successful OAuth2 sequence demonstrated with the test vehicle, including an ↵ | Andrew Manning | 2018-02-26 | 1 | -4/+12 |
| | | | | | | | | | | | | authenticated API call using an access_token. | ||||
* | | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-25 | 9 | -5/+39 |
|\| | | |||||
| * | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-02-25 | 2 | -2/+4 |
| |\| | |||||
| | * | make the profile photo image picker work correctly with multiple profiles. | zotlabs | 2018-02-24 | 2 | -2/+4 |
| | | | |||||
| * | | mark connections where we do not have post_comments permissions with an no ↵ | Mario Vavti | 2018-02-24 | 7 | -3/+35 |
| |/ | | | | | | | entry sign. | ||||
* | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-24 | 7 | -7/+224 |
|\| | |||||
| * | style the buttons even more | zotlabs | 2018-02-23 | 2 | -4/+4 |
| | | |||||
| * | style the 'use existing' button a wee bit | zotlabs | 2018-02-23 | 2 | -4/+2 |
| | | |||||
| * | use embed photos javascript widget to select existing photos for profile and ↵ | zotlabs | 2018-02-23 | 4 | -3/+218 |
| | | | | | | | | cover photos | ||||
| * | usability: click your own profile photo to change it instead of hunting it ↵ | zotlabs | 2018-02-23 | 1 | -1/+1 |
| | | | | | | | | down in the profile edit navmenu. We still need work on the 'or use a photo from your albums' to use something like the photo selection widget in the post editor as you otherwise have to track down the 'use as profile photo' entry in the photo detail navmenu instead of just clicking an image. | ||||
| * | mod_new_channel: don't require nickname validation after name validation ↵ | zotlabs | 2018-02-22 | 1 | -0/+3 |
| | | | | | | | | (which generates a valid nickname). Enable the submit button as long as there are no errors. | ||||
| * | cloud 'view-as-tiles' toggle wasn't available (at all) for guests and they ↵ | zotlabs | 2018-02-22 | 1 | -2/+3 |
| | | | | | | | | are the most likely to prefer that view. Fix that and make tiles the default view for guests, and list mode the default view for the channel owner. | ||||
* | | Add channel ID to user_id in clients table. Added TODO comments about ↵ | Andrew Manning | 2018-02-24 | 2 | -3/+3 |
| | | | | | | | | dynamic client registration protocol. | ||||
* | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-22 | 2 | -13/+26 |
|\| | |||||
| * | Add 'Validate' button to new_channel page and disable submit until ↵ | zotlabs | 2018-02-20 | 2 | -13/+26 |
| | | | | | | | | validated. This is to get around the issue that clicking submit without ever focusing and blurring the nickname field won't actually submit the form but only provide validation. It needs to be clicked again to submit. The first click processed the blur but remained on the page with no feedback. If somebody has better workarounds, please provide. The goal is to ensure that the name and the nickname are both validated before we can submit. | ||||
* | | The authorization step with client registration and authorization code ↵ | Andrew Manning | 2018-02-22 | 2 | -7/+13 |
| | | | | | | | | retrieval working. Might not conform perfectly to OAuth2 spec, but it is a start. | ||||
* | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-20 | 2 | -1/+11 |
|\| | |||||
| * | updates 1201 and 1200 should return success for postgres. notifications: ↵ | Mario Vavti | 2018-02-19 | 1 | -0/+2 |
| | | | | | | | | remove class show and session storage entry when we mark all notifications seen | ||||
| * | do not show summary if it is equal to body and some styling for the ↵ | Mario Vavti | 2018-02-19 | 1 | -1/+9 |
| | | | | | | | | summary/article toggle links | ||||
* | | OAuth2TestVehicle module can create and delete oauth2 database tables. | Andrew Manning | 2018-02-20 | 2 | -0/+0 |
| | | |||||
* | | Created test vehicle module oauth2test | Andrew Manning | 2018-02-18 | 2 | -0/+17 |
|/ | |||||
* | Update code tag styling so bbcode [code] blocks and wiki markdown inline ↵ | Andrew Manning | 2018-02-18 | 1 | -0/+21 |
| | | | | code render nicely. | ||||
* | provide option to block the public stream unless authenticated, since there ↵ | zotlabs | 2018-02-14 | 1 | -0/+1 |
| | | | | could be legal issues with unmoderated content | ||||
* | slightly improve cropper style | Mario Vavti | 2018-02-12 | 3 | -11/+14 |
| | |||||
* | fix issue with new cropping lib and whitespace | Mario Vavti | 2018-02-12 | 2 | -24/+22 |
| | |||||
* | update DE translation strings for new relative date/time options | phellmes | 2018-02-11 | 2 | -30/+30 |
| | | | | | temporary manual string update in relation to last commit until changes reach Transifex and can be updated there | ||||
* | use distinct in channel item query and minor notification cache improvement | Mario Vavti | 2018-02-09 | 1 | -0/+2 |
| | |||||
* | remove mobile_detect (outdated and unmaintainable) | zotlabs | 2018-02-05 | 2 | -7/+4 |
| | |||||
* | some feed cleanup | zotlabs | 2018-02-01 | 1 | -1/+1 |
| | |||||
* | we need to manualy take care to mark the notification read in this case | Mario Vavti | 2018-01-31 | 1 | -0/+8 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-01-29 | 1 | -2/+2 |
|\ | |||||
| * | small details | mrjive | 2018-01-29 | 1 | -2/+2 |
| | | | | | | Just changed the icon from sort to filter (it's what it does, it filters) and changed id to class in connection-wrapper clearfix (line 28) | ||||
* | | don't show jot bb-edit buttons if a mimetype other than text/bbcode is ↵ | zotlabs | 2018-01-29 | 1 | -0/+11 |
| | | | | | | | | selected (:todo: also disable bbcode autocomplete) | ||||
* | | unable to delete accounts using tickboxes on admin/accounts - make all the ↵ | zotlabs | 2018-01-29 | 1 | -2/+2 |
| | | | | | | | | action names consistent | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-01-28 | 3 | -41/+31 |
|\| | |||||
| * | do not always look first in chache when receiving the *open* status from cache | Mario Vavti | 2018-01-28 | 1 | -2/+2 |
| | | |||||
| * | query optimisations for notifications - use a specific index only | Mario Vavti | 2018-01-28 | 1 | -3/+0 |
| | | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-01-28 | 2 | -2/+22 |
| |\ |