aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | notifications-btn-1 does not actually require the text-white class and this ↵zotlabs2018-03-082-2/+2
| | | | | | | | | | | | | | | | is known to cause issues on dark themes
| * | | we need the javascript in the template since strings are involvedMario Vavti2018-03-072-0/+169
| | | |
| * | | more bootstrap accordion fixesMario Vavti2018-03-072-10/+10
| | | |
| * | | we do not support separate mobile themes anymoreMario Vavti2018-03-071-1/+1
| |/ /
* | | Merge branch 'dev' into oauth2Andrew Manning2018-03-051-2/+1
|\| |
| * | fix javascript error if there are no notificationsMario Vavti2018-03-051-2/+1
| | |
* | | Merge branch 'dev' into oauth2Andrew Manning2018-03-048-25/+46
|\| |
| * | add dummy f= arg to suggestion urls, use directory version of suggest for ↵zotlabs2018-03-031-1/+1
| | | | | | | | | | | | newmember link instead of the suggest module as the UI is prettier.
| * | add icon to any addon settings blocks which don't already have onezotlabs2018-03-021-0/+4
| | |
| * | fix issues with accordions in settings and comment out jquery.textinputs.jsMario Vavti2018-03-015-19/+19
| | |
| * | several email validation issueszotlabs2018-02-281-5/+5
| | |
| * | provide new member widget which sits beneath the notifications for the first ↵zotlabs2018-02-281-0/+17
| | | | | | | | | | | | 60 days after an account creation.
* | | Merge branch 'dev' into oauth2Andrew Manning2018-02-281-0/+1
|\| |
| * | provide usage hint on addon settings page to save each panel before opening ↵zotlabs2018-02-271-0/+1
| | | | | | | | | | | | another. [String change, not for 3.2]
* | | Merge branch 'dev' into oauth2Andrew Manning2018-02-2611-58/+40
|\| |
| * | fix icon position and make string translatableMario Vavti2018-02-261-2/+3
| | |
| * | missing clearfixMario Vavti2018-02-261-1/+1
| | |
| * | fix minor issue with custom acl selectorMario Vavti2018-02-261-1/+1
| | |
| * | slightly improve custom acl selectorMario Vavti2018-02-261-2/+4
| | |
| * | change fontname in css and fix issue with unicode charactersMario Vavti2018-02-263-3/+3
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-267-50/+29
| |\ \
| | * | 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-255-50/+25
| | | | | | | | | | | | | | | | 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-254-3/+11
|\| | |
| * | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-02-251-1/+1
| |\| |
| | * | make the profile photo image picker work correctly with multiple profiles.zotlabs2018-02-241-1/+1
| | | |
| * | | mark connections where we do not have post_comments permissions with an no ↵Mario Vavti2018-02-243-2/+10
| |/ / | | | | | | | | | entry sign.
* | | Merge branch 'dev' into oauth2Andrew Manning2018-02-244-7/+55
|\| |
| * | 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-232-3/+52
| | | | | | | | | | | | 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.
| * | 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-221-1/+3
|\|
| * Add 'Validate' button to new_channel page and disable submit until ↵zotlabs2018-02-201-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 Manning2018-02-222-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 Manning2018-02-201-0/+0
| |
* | Created test vehicle module oauth2testAndrew Manning2018-02-181-0/+13
|/
* 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-121-2/+2
|
* fix issue with new cropping lib and whitespaceMario Vavti2018-02-122-24/+22
|
* 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