aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* get rid of spinner.js in use a lightweight css spinner insteadMario Vavti2017-09-2621-556/+173
|
* tagging changes - provides ability to mention a forum by using !forumname as ↵zotlabs2017-09-241-1/+11
| | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti.
* fix missing content on channel pageMario Vavti2017-09-231-0/+1
|
* no visible feedback when moving the affinity slider and waiting for content ↵zotlabs2017-09-211-0/+2
| | | | to load, the appropriate spinner div seems to have gone missing at some time in the past
* wiki css fixesMario Vavti2017-09-202-13/+14
|
* wiki: translateable strings and move page mimetype selector to options submenuMario Vavti2017-09-202-5/+10
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-09-193-9/+7
|\
| * Revert "remove some redundant references to sticky_kit"Mario Vavti2017-09-192-0/+3
| | | | | | | | This reverts commit dbc0cc8c929809d70ec306f08d4c0031b49c5c93.
| * remove some redundant references to sticky_kitMario Vavti2017-09-192-3/+0
| |
| * jquery-3.2.1Mario2017-09-191-4/+4
| |
| * fix some issues with sticky-kitMario2017-09-192-5/+3
| |
* | turn common friends into a widgetzotlabs2017-09-193-17/+27
|/
* fix various wikipage widget issues (sort pages by name, respect locked mime ↵Mario2017-09-191-11/+11
| | | | type setting, move create tool back to the bottom)
* Moved add wiki page form to top of page list to address issue ↵Andrew Manning2017-09-161-17/+17
| | | | https://github.com/redmatrix/hubzilla/issues/719
* Page title is what we need in order to delete pages, not the urlAndrew Manning2017-09-161-1/+1
|
* do not show edit pencil if not allowed to editMario Vavti2017-09-161-0/+4
|
* implement wiki editingMario2017-09-153-20/+24
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devgit-marijus2017-09-153-5/+13
|\
| * wiki: lock mimetypezotlabs2017-09-143-4/+12
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-09-141-0/+2
| |\
| * | bring back wiki downloadzotlabs2017-09-141-2/+2
| | |
* | | some work on wiki aclgit-marijus2017-09-151-1/+15
| |/ |/|
* | wiki: do not suggest bbcode if mimetype is text/plainMario Vavti2017-09-141-0/+2
|/
* wiki mimetype selection. We can add text/plain as soon as we add code to ↵zotlabs2017-09-121-1/+2
| | | | purify and render it specifically.
* wiki mimetype selectionzotlabs2017-09-121-1/+2
|
* fix radiusMario Vavti2017-09-081-1/+1
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-09-083-4/+4
|\
| * improve the code block styling a wee bitzotlabs2017-09-072-9/+3
| |
| * markdown code blocks not preserving line breaks, removed a bootstrap ↵zotlabs2017-09-072-4/+10
| | | | | | | | over-ride which fixes this, but also changed the style to pre-wrap to wrap the text rather than the default horizontal scroll
* | do not double encode already encoded midsMario Vavti2017-09-071-3/+5
|/
* cards: remove double generic-content-wrapper and section titleMario Vavti2017-09-061-9/+4
|
* provide sharing of cardszotlabs2017-09-053-13/+18
|
* 32 characters are often not enough to distinguish gnu-social mids - use the ↵Mario Vavti2017-09-051-2/+2
| | | | entire mid. in /display if we are not dealing with posts (eg likes) provide the thr_parent mid as bParam_mid so we can still adress the right post in javascript
* Default Access Control List (ACL) -> Default Privacy Group and minor ↵Mario Vavti2017-09-041-2/+1
| | | | template fix
* remove loggingMario Vavti2017-09-041-2/+0
|
* add combined index for item.uid and item.item_unseen. this speeds up ↵Mario Vavti2017-09-012-6/+6
| | | | notifications by a magnitude.
* some issues with mod_display on very first anonymous page visit (prior to ↵zotlabs2017-08-302-1/+3
| | | | any browser cookies being set)
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-08-294-32/+67
|\
| * remove obsolete classMario Vavti2017-08-281-1/+1
| |
| * Merge remote-tracking branch 'mike/master' into devgit-marijus2017-08-281-1/+3
| |\
| * | rewrite comment form handlinggit-marijus2017-08-284-32/+67
| | |
* | | add editor autocompleters on cards pagezotlabs2017-08-281-0/+6
| |/ |/|
* | fix issue with comment box re-opening after submit; however I should note ↵zotlabs2017-08-271-1/+3
|/ | | | that bind and unbind are deprecated in jquery > 1.3 and these calls probably need to be upgraded.
* fix titles on ajaxupdate issue, add jsonld-php libraryzotlabs2017-08-261-2/+3
|
* radically reduce code duplication in updateConvItems(); it's a bit easier to ↵zotlabs2017-08-251-109/+55
| | | | understand now although the different modes aren't as cleanly separated as they were.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-08-242-17/+138
|\
| * minor adjustmen to the help language selectorgit-marijus2017-08-242-3/+3
| |
| * Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2017-08-244-1/+19
| |\
| | * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-08-244-1/+19
| | |\
| * | | Added language selector menu for Help pagesAndrew Manning2017-08-242-0/+65
| |/ /