aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* 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 '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.
* 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
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-282-33/+27
|\|
| * query optimisations for notifications - use a specific index onlyMario Vavti2018-01-281-3/+0
| |
| * 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-271-0/+16
| |\
| * | if startpage is /hq redirect all notifications links to /hq and minor ↵Mario Vavti2018-01-272-40/+37
| | | | | | | | | | | | notifications and hq fixes
* | | Surface the ability to change the landing page after channel creation and ↵zotlabs2018-01-282-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 ↵zotlabs2018-01-271-0/+16
|/ | | | additional testing.
* move template out of #notifications and revert reset timer on manual triggerMario Vavti2018-01-251-7/+7
|
* fix some issues with bootstrap accordion (this needs fixing in some other ↵Mario Vavti2018-01-241-3/+3
| | | | places too)
* consolidate notifications caching and loadingMario Vavti2018-01-241-1/+1
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-244-57/+37
|\
| * replace image cropping libraryzotlabs2018-01-233-56/+36
| |
| * hubzilla issue #920 - unable to delete permission groups with space in namezotlabs2018-01-221-1/+1
| |
* | implement caching of notifications in browser session storageMario Vavti2018-01-241-2/+2
|/
* wrong classMario Vavti2018-01-191-2/+2
|
* make sure we deal with stringsMario Vavti2018-01-191-5/+5
|
* input event is catching more situations than keyupMario Vavti2018-01-191-1/+1
|
* only show clear button if there is something to clearMario Vavti2018-01-191-3/+8
|
* bootstrap seems to heavy for this - use custom cssMario Vavti2018-01-191-6/+2
|
* provide a button to clear the name filterMario Vavti2018-01-191-2/+12
|
* remove deprecated 'qcomment' feature; unused since 2012zotlabs2018-01-181-8/+0
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-181-0/+1
|\
| * provide local pubstream option (content from this site only).zotlabs2018-01-171-0/+1
| |
* | consolidate navbar tucson and some javascript cleanupMario Vavti2018-01-182-125/+46
| |
* | implement notifications name filter and slightly change the way we load ↵Mario Vavti2018-01-181-4/+26
|/ | | | notification to the ui
* section-content-info-wrapper for register textMario Vavti2018-01-161-1/+3
|
* fix some regressions with permission rolesMario Vavti2018-01-152-2/+0
|
* Added minimum registration age to /admin/site settings pageAndrew Manning2018-01-141-0/+1
|
* fix some breaking changes with bootstrap 4 beta3Mario Vavti2018-01-125-5/+5
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-121-0/+3
|\
| * expose settings for site sellpage and site locationzotlabs2018-01-111-0/+3
| |
* | continue working on hqMario Vavti2018-01-111-1/+6
|/
* fix regression in app categoriesMario Vavti2018-01-081-2/+2
|
* start with nonactive state for the notifications button and display some ↵Mario Vavti2018-01-071-0/+3
| | | | text if there are no notifications on small screens only
* make active notifications filter stickyMario Vavti2018-01-061-1/+1
|
* fix nav update regressions - fixes issue #950Mario Vavti2018-01-042-6/+6
|
* do not use text-muted class for $sitelocationMario Vavti2017-12-181-1/+1
|