Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+3 |
|\ | |||||
| * | Add 'Validate' button to new_channel page and disable submit until ↵ | zotlabs | 2018-02-20 | 1 | -1/+3 |
| | | | | | | | | 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. | ||||
* | | OAuth2TestVehicle module can create and delete oauth2 database tables. | Andrew Manning | 2018-02-20 | 1 | -0/+0 |
| | | |||||
* | | Created test vehicle module oauth2test | Andrew Manning | 2018-02-18 | 1 | -0/+13 |
|/ | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | fix issue with new cropping lib and whitespace | Mario Vavti | 2018-02-12 | 2 | -24/+22 |
| | |||||
* | 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 | 2 | -33/+27 |
|\| | |||||
| * | query optimisations for notifications - use a specific index only | Mario Vavti | 2018-01-28 | 1 | -3/+0 |
| | | |||||
| * | accidently reverted a fix from yesterday in ma previous commit | Mario Vavti | 2018-01-27 | 1 | -7/+7 |
| | | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-01-27 | 1 | -0/+16 |
| |\ | |||||
| * | | if startpage is /hq redirect all notifications links to /hq and minor ↵ | Mario Vavti | 2018-01-27 | 2 | -40/+37 |
| | | | | | | | | | | | | notifications and hq fixes | ||||
* | | | Surface the ability to change the landing page after channel creation and ↵ | zotlabs | 2018-01-28 | 2 | -0/+17 |
| |/ |/| | | | | | create a 'go' module to present several possible things to do at this point. Change the default from 'settings' to 'profiles' so that the focus is more on you rather than the software configuration. | ||||
* | | Usability improvements to registration/verification workflow. This requires ↵ | zotlabs | 2018-01-27 | 1 | -0/+16 |
|/ | | | | additional testing. | ||||
* | move template out of #notifications and revert reset timer on manual trigger | Mario Vavti | 2018-01-25 | 1 | -7/+7 |
| | |||||
* | fix some issues with bootstrap accordion (this needs fixing in some other ↵ | Mario Vavti | 2018-01-24 | 1 | -3/+3 |
| | | | | places too) | ||||
* | consolidate notifications caching and loading | Mario Vavti | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-01-24 | 4 | -57/+37 |
|\ | |||||
| * | replace image cropping library | zotlabs | 2018-01-23 | 3 | -56/+36 |
| | | |||||
| * | hubzilla issue #920 - unable to delete permission groups with space in name | zotlabs | 2018-01-22 | 1 | -1/+1 |
| | | |||||
* | | implement caching of notifications in browser session storage | Mario Vavti | 2018-01-24 | 1 | -2/+2 |
|/ | |||||
* | wrong class | Mario Vavti | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | make sure we deal with strings | Mario Vavti | 2018-01-19 | 1 | -5/+5 |
| | |||||
* | input event is catching more situations than keyup | Mario Vavti | 2018-01-19 | 1 | -1/+1 |
| | |||||
* | only show clear button if there is something to clear | Mario Vavti | 2018-01-19 | 1 | -3/+8 |
| | |||||
* | bootstrap seems to heavy for this - use custom css | Mario Vavti | 2018-01-19 | 1 | -6/+2 |
| | |||||
* | provide a button to clear the name filter | Mario Vavti | 2018-01-19 | 1 | -2/+12 |
| | |||||
* | remove deprecated 'qcomment' feature; unused since 2012 | zotlabs | 2018-01-18 | 1 | -8/+0 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-01-18 | 1 | -0/+1 |
|\ | |||||
| * | provide local pubstream option (content from this site only). | zotlabs | 2018-01-17 | 1 | -0/+1 |
| | | |||||
* | | consolidate navbar tucson and some javascript cleanup | Mario Vavti | 2018-01-18 | 2 | -125/+46 |
| | | |||||
* | | implement notifications name filter and slightly change the way we load ↵ | Mario Vavti | 2018-01-18 | 1 | -4/+26 |
|/ | | | | notification to the ui | ||||
* | section-content-info-wrapper for register text | Mario Vavti | 2018-01-16 | 1 | -1/+3 |
| | |||||
* | fix some regressions with permission roles | Mario Vavti | 2018-01-15 | 2 | -2/+0 |
| | |||||
* | Added minimum registration age to /admin/site settings page | Andrew Manning | 2018-01-14 | 1 | -0/+1 |
| | |||||
* | fix some breaking changes with bootstrap 4 beta3 | Mario Vavti | 2018-01-12 | 5 | -5/+5 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-01-12 | 1 | -0/+3 |
|\ | |||||
| * | expose settings for site sellpage and site location | zotlabs | 2018-01-11 | 1 | -0/+3 |
| | | |||||
* | | continue working on hq | Mario Vavti | 2018-01-11 | 1 | -1/+6 |
|/ | |||||
* | fix regression in app categories | Mario Vavti | 2018-01-08 | 1 | -2/+2 |
| | |||||
* | start with nonactive state for the notifications button and display some ↵ | Mario Vavti | 2018-01-07 | 1 | -0/+3 |
| | | | | text if there are no notifications on small screens only |