aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-08-121-1/+1
|\
| * prevent json-ld bombing, turn off browser autocomplete on channel sources ↵zotlabs2018-08-111-1/+1
| | | | | | | | creation
* | Merge branch 'oauth2-ui-pr' into 'dev'Mario2018-08-121-3/+4
|\ \ | |/ |/| | | | | Oauth2 ui pr See merge request hubzilla/core!1255
| * OAuth2 UI and settings updatesM.Dent2018-08-101-3/+4
| |
* | prevent double file uploads when dropping files into jotMario Vavti2018-07-201-0/+1
| |
* | fix jot drag and dropMario Vavti2018-07-201-6/+9
| |
* | let timeago render the dateMario Vavti2018-07-131-1/+1
| |
* | let timeago render the dateMario Vavti2018-07-131-1/+1
|/
* fix css regressionMario Vavti2018-07-071-2/+1
|
* don't provide manage apps button when viewing all availablezotlabs2018-07-051-1/+1
|
* appstore changeszotlabs2018-07-041-0/+8
|
* plugins -> addonszotlabs2018-06-281-4/+4
|
* channel sources: add 'resend' option to discard original author - similar to ↵zotlabs2018-06-182-0/+2
| | | | the Friendica remote_self setting
* remove several unused/unreferenced templateszotlabs2018-06-1723-511/+0
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2018-06-173-3/+5
|\
| * hubzilla core issue #1227 - affinity slider unable to reach 0,99 when slider ↵zotlabs2018-06-151-2/+2
| | | | | | | | saved default changes
| * optionally report total available space when uploadingzotlabs2018-06-131-0/+1
| |
| * SECURITY: provide option to disable the cloud 'root' directory and make the ↵zotlabs2018-06-131-0/+1
| | | | | | | | cloud module require a target channel nickname. This is a low impact change as there is currently no disclosure of private information. The presence of a file browser for all the channels on the site could be (and is reported to be) a concern to some people and there is no reason why it shouldn't be optional.
| * Merge branch 'master' of ../hz into devzotlabs2018-06-101-1/+1
| |\
| | * hubzilla core issue #1218zotlabs2018-06-101-1/+1
| | |
* | | some work on mod groupMario2018-06-174-37/+71
|/ /
* | move cid filter js to the widgetMario Vavti2018-06-091-1/+5
| |
* | new feature filter network by nameMario Vavti2018-06-081-0/+10
|/
* fixes for search_item.tplMario Vavti2018-06-072-49/+41
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-06-065-8/+8
|\
| * some work to make menus editable by visitors with webpage write permissions; ↵zotlabs2018-06-055-8/+8
| | | | | | | | this needed to revise the link structure so that the page specified an owner channel in the url. Otherwise we could only operate on menus owned by local_channel(). Have done some basic regression testing but have not yet fully tested guest editing functionality.
* | rely on the pf argument to determine if we deal with a forum or not. ↵Mario Vavti2018-06-051-0/+2
|/ | | | xchan_pubforum is not set for all public forums in the forum filters for some reason.
* finalize filters and forum notificationsMario Vavti2018-06-023-1/+6
|
* some more work on forum notificationsMario Vavti2018-06-021-1/+12
|
* add manage privacy groups entry to the panel channel menu dropdown for nowMario Vavti2018-06-011-0/+3
|
* fixes for css fixMario Vavti2018-06-012-3/+3
|
* add hover effect to dropdown caretMario Vavti2018-06-011-2/+2
|
* move file and groups filter to submenuMario Vavti2018-06-013-8/+40
|
* make navbar search use the module search function in /network and /channelMario Vavti2018-05-301-1/+1
|
* add widget files and templatesMario Vavti2018-05-301-0/+8
|
* fix js error with catalan language (unescaped strings)Mario Vavti2018-05-271-2/+2
|
* Update remote_friends_common.tplantil0pa2018-05-241-1/+1
| | | Found an improperly closed <div> tag. It breaks the way widget are displayed on the page.
* paint the locks on private activitypub items red. their privacy model is ↵Mario Vavti2018-05-231-1/+1
| | | | "slightly" different from ours
* new_channel - make text strings translatable and use the name as a base for ↵zotlabs2018-05-211-0/+12
| | | | the nick if you try to create without entering a nick
* remove preview on jot resetMario Vavti2018-05-201-0/+1
|
* remove some cruft from initEditor();Mario Vavti2018-05-201-70/+10
|
* implement jot reset buttonMario Vavti2018-05-202-3/+18
|
* an attempt to fix the new_channel validation situationMario Vavti2018-05-181-4/+1
|
* consolidate recent autocomplete changesMario Vavti2018-05-131-3/+3
|
* streamline appearence of guest tokens individual perms with those in conneditMario Vavti2018-05-131-2/+3
|
* hubzilla issue #1045 - display pubsites link in info area if invite onlyzotlabs2018-05-121-3/+0
|
* add cancel button to editor, fix issue with autosave of categorieszotlabs2018-05-102-3/+14
|
* hubzilla issue #1169zotlabs2018-05-101-0/+2
|
* Add supported protocols to siteinfo (not siteinfo.json)zotlabs2018-05-071-0/+4
|
* Simplify first channel creation even further by using a site-configurable ↵zotlabs2018-05-072-0/+3
| | | | default permissions role and removing one more conceptual roadblock for first time registrants. This default role only applies to the first channel an account creates and can be changed from the settings page once they've started to explore. This functionality was always present but optional and not well exposed. Now it is part of the standard workflow and exposed in the admin settings.