aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
...
| * | missing clearfixMario Vavti2018-02-261-1/+1
| | |
| * | fix minor issue with custom acl selectorMario Vavti2018-02-263-2/+4
| | |
| * | slightly improve custom acl selectorMario Vavti2018-02-263-13/+6
| | |
| * | change fontname in css and fix issue with unicode charactersMario Vavti2018-02-265-14/+6
| | |
| * | switch to fork-awesomeMario Vavti2018-02-261-1/+1
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-269-76/+49
| |\ \
| | * | provide opt-out link and text with notification emailszotlabs2018-02-252-0/+4
| | | |
| | * | hubzilla issue #979 - alter image selection widget to accept/submit on ↵zotlabs2018-02-257-76/+45
| | | | | | | | | | | | | | | | choose (jot, wiki, cover_photo, profile_photo)
* | | | Successful OAuth2 sequence demonstrated with the test vehicle, including an ↵Andrew Manning2018-02-261-4/+12
| | | | | | | | | | | | | | | | authenticated API call using an access_token.
* | | | Merge branch 'dev' into oauth2Andrew Manning2018-02-259-5/+39
|\| | |
| * | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-252-2/+4
| |\| |
| | * | make the profile photo image picker work correctly with multiple profiles.zotlabs2018-02-242-2/+4
| | | |
| * | | mark connections where we do not have post_comments permissions with an no ↵Mario Vavti2018-02-247-3/+35
| |/ / | | | | | | | | | entry sign.
* | | Merge branch 'dev' into oauth2Andrew Manning2018-02-247-7/+224
|\| |
| * | style the buttons even morezotlabs2018-02-232-4/+4
| | |
| * | style the 'use existing' button a wee bitzotlabs2018-02-232-4/+2
| | |
| * | use embed photos javascript widget to select existing photos for profile and ↵zotlabs2018-02-234-3/+218
| | | | | | | | | | | | cover photos
| * | usability: click your own profile photo to change it instead of hunting it ↵zotlabs2018-02-231-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 ↵zotlabs2018-02-221-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 ↵zotlabs2018-02-221-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 Manning2018-02-242-3/+3
| | | | | | | | dynamic client registration protocol.
* | Merge branch 'dev' into oauth2Andrew Manning2018-02-222-13/+26
|\|
| * Add 'Validate' button to new_channel page and disable submit until ↵zotlabs2018-02-202-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 Manning2018-02-222-7/+13
| | | | | | | | retrieval working. Might not conform perfectly to OAuth2 spec, but it is a start.
* | Merge branch 'dev' into oauth2Andrew Manning2018-02-202-1/+11
|\|
| * updates 1201 and 1200 should return success for postgres. notifications: ↵Mario Vavti2018-02-191-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 Vavti2018-02-191-1/+9
| | | | | | | | summary/article toggle links
* | OAuth2TestVehicle module can create and delete oauth2 database tables.Andrew Manning2018-02-202-0/+0
| |
* | Created test vehicle module oauth2testAndrew Manning2018-02-182-0/+17
|/
* Update code tag styling so bbcode [code] blocks and wiki markdown inline ↵Andrew Manning2018-02-181-0/+21
| | | | code render nicely.
* provide option to block the public stream unless authenticated, since there ↵zotlabs2018-02-141-0/+1
| | | | could be legal issues with unmoderated content
* slightly improve cropper styleMario Vavti2018-02-123-11/+14
|
* fix issue with new cropping lib and whitespaceMario Vavti2018-02-122-24/+22
|
* update DE translation strings for new relative date/time optionsphellmes2018-02-112-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 improvementMario Vavti2018-02-091-0/+2
|
* remove mobile_detect (outdated and unmaintainable)zotlabs2018-02-052-7/+4
|
* some feed cleanupzotlabs2018-02-011-1/+1
|
* we need to manualy take care to mark the notification read in this caseMario Vavti2018-01-311-0/+8
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-291-2/+2
|\
| * small detailsmrjive2018-01-291-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 ↵zotlabs2018-01-291-0/+11
| | | | | | | | selected (:todo: also disable bbcode autocomplete)
* | unable to delete accounts using tickboxes on admin/accounts - make all the ↵zotlabs2018-01-291-2/+2
| | | | | | | | action names consistent
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-283-41/+31
|\|
| * do not always look first in chache when receiving the *open* status from cacheMario Vavti2018-01-281-2/+2
| |
| * query optimisations for notifications - use a specific index onlyMario Vavti2018-01-281-3/+0
| |
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-282-2/+22
| |\
| * | accidently reverted a fix from yesterday in ma previous commitMario Vavti2018-01-271-7/+7
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-272-1/+22
| |\ \
| * | | if startpage is /hq redirect all notifications links to /hq and minor ↵Mario Vavti2018-01-273-46/+39
| | | | | | | | | | | | | | | | notifications and hq fixes
* | | | Surface the ability to change the landing page after channel creation and ↵zotlabs2018-01-283-0/+23
| |_|/ |/| | | | | | | | 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.