aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix position of nav settings iconMario Vavti2018-09-211-1/+1
|/
* move connection filtering setting from network to connections, provide a ↵Mario Vavti2018-09-202-0/+21
| | | | link to settings in the navbar if present for a module and some code optimisation
* allow a second url in apd files for settings, hide pin and star buttons in ↵Mario Vavti2018-09-191-0/+1
| | | | edit mode and use strpos() instead of strstr() in some places
* seperate settings for mod networkMario Vavti2018-09-171-0/+15
|
* css issuesMario Vavti2018-09-134-4/+4
|
* cover photo: mior issue and more cleanupMario Vavti2018-09-101-5/+3
|
* cover photo: some code cleanup and fix height issue when photo was not cachedMario Vavti2018-09-101-30/+39
|
* fix some issues with latest notification improvementsMario Vavti2018-09-091-2/+5
|
* apps: change page title to available/installed, display install action label ↵Mario Vavti2018-09-071-2/+2
| | | | in button and use different icons for installable and updateable apps
* overflow should be auto not visibleMario Vavti2018-09-071-1/+1
|
* -1 has issues in some browsersMario Vavti2018-09-061-1/+1
|
* improve cover-photo handlingMario Vavti2018-09-061-2/+1
|
* improve notification handling on small screensMario Vavti2018-09-061-2/+6
|
* hide cover photo by default and show it only if conditions are metMario Vavti2018-09-051-1/+2
|
* instead of not displaying the cover-photo at all after first page load, load ↵Mario Vavti2018-09-051-5/+25
| | | | the page with the cover slided up. change pointer to n-resize if cover is not slid.
* Merge branch 'extend-convitems-dropdown' into 'dev'Mario2018-08-271-0/+4
|\ | | | | | | | | Extend cog dropdown & temp fix for feed display of corrupt mids See merge request hubzilla/core!1265
| * Add hook to extend conv_item cog dropdown menuM.Dent2018-08-261-0/+4
| |
* | Update wiki.tplMax Kostikov2018-08-251-2/+2
| |
* | Revert "Update wiki.tpl"Max Kostikov2018-08-251-428/+428
| | | | | | This reverts commit c16fda1cb6fef84788d3045b0edff367d2978c98
* | Revert "Update wiki.tpl"Max Kostikov2018-08-251-1/+1
| | | | | | This reverts commit ff1a0d217ff769a2e6e622915cb7e9d9eff327b5
* | Update wiki.tplMax Kostikov2018-08-251-1/+1
| |
* | Update nwiki_page_history.tplMax Kostikov2018-08-251-7/+7
| |
* | Update wiki.tplMax Kostikov2018-08-251-428/+428
|/
* profile likes - liker image was a bit large and didn't make a very pleasant ↵zotlabs2018-08-211-1/+1
| | | | looking dropdown, may have been overlooked when other related things were changed to menu-img-1 class
* 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.