aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* contact_slider.tpl didn't get updated with one of the bootstrap changes ↵zotlabs2017-08-131-3/+3
| | | | where 'in' was renamed to 'show'
* minor js and css changesgit-marijus2017-08-121-2/+2
|
* only show upload button to those with write_storage permissionzotlabs2017-08-081-0/+2
|
* support upload of files and attachments into comments. This has some ↵zotlabs2017-08-083-0/+35
| | | | repercussions when it comes to post permissions since the commenter will not know the distribution of the post. Basically the files will be uploaded with the commenter's default ACL. Most of the time this will do the right thing.
* allow channel address to be changedzotlabs2017-08-041-0/+20
|
* auto preview mail on media insertion alsozotlabs2017-08-031-0/+3
|
* Merge remote-tracking branch 'mike/master' into devgit-marijus2017-08-033-0/+5
|\
| * add auto post preview to 'select photo from albums'zotlabs2017-08-011-0/+1
| |
| * auto preview when inserting a media item or embed into a post. Since this ↵zotlabs2017-08-013-0/+4
| | | | | | | | unanticipated action could be alarming (some might think the post was actually submitted), also provide a visible preview indicator within the previewed content. Remove the css for the old striped background image which hasn't been available for previewed content for a year or two.
* | fix issue #836 - missing opening form taggit-marijus2017-08-031-0/+1
| |
* | fix attachment upload for private mailgit-marijus2017-08-032-28/+26
|/
* modify connection edit display for channels with no address/webbiezotlabs2017-07-301-1/+1
|
* disable file notifications on initial upload for now - it can behave funky ↵git-marijus2017-07-311-1/+1
| | | | when uploading multiple small files at once
* no need for jquery heregit-marijus2017-07-302-2/+8
|
* implement file notification on initial upload and rename ↵git-marijus2017-07-291-0/+1
| | | | get_parent_cloudpath() to get_cloud_url() which now includes the filename
* close the apps-menu if the notifications-menu is open and vice versagit-marijus2017-07-291-1/+1
|
* make pubs notification available on small screensgit-marijus2017-07-291-2/+2
|
* initial notifications support for new shared files and new (since initial ↵git-marijus2017-07-283-1/+21
| | | | site load) pubstream activity
* remove borders from navbar togglergit-marijus2017-07-271-1/+1
|
* make local channel (not our own) nav menus appear similar to what we are ↵git-marijus2017-07-251-6/+5
| | | | used from remote channels
* show the right conversation active and do not show any conversation active ↵git-marijus2017-07-221-1/+1
| | | | if we compose a new one
* indicate the selected channel in the dropdown menu and minor css fixesgit-marijus2017-07-222-4/+4
|
* more nav_set_selectedgit-marijus2017-07-221-1/+1
|
* provide a mechanism to mark apps active in the bingit-marijus2017-07-212-5/+5
|
* css fixgit-marijus2017-07-201-1/+1
|
* some love for the installergit-marijus2017-07-174-86/+98
|
* fix photo item commentsgit-marijus2017-07-161-7/+5
|
* implement chunked uploads on the wall; making it work painlessly on /cloud ↵zotlabs2017-07-132-128/+47
| | | | was attempted but will not be implemented today. That presents some interesting dragons to slay.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-024-5/+5
|\
| * update bs-dev and min version bumpMario Vavti2017-07-024-5/+5
| |
| * allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-192-3/+15
| |
| * brainstorming a comment moderation systemzotlabs2017-06-191-0/+7
| |
* | diaspora hcard wasn't being renderedzotlabs2017-06-281-2/+2
| |
* | missing space in nav tplzotlabs2017-06-282-2/+2
| |
* | provide a gender icon on the profile sidebar within reasonzotlabs2017-06-271-1/+1
| |
* | provide more comprehensible information on the admin summary pagezotlabs2017-06-261-2/+2
| |
* | minor usability enhancements with the connections list - label the edit icon ↵zotlabs2017-06-251-2/+2
| | | | | | | | so it's more obvious; the intuitive action is to click the photo or name which isn't what we usually want. Also move the Delete button over just a bit more so it's harder to accidentally click on small screens with big thumbs.
* | allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-182-3/+15
| |
* | brainstorming a comment moderation systemzotlabs2017-06-171-0/+7
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-142-0/+24
|\|
| * Added Portfolio widgetHaakon Meland Eriksen2017-06-132-0/+24
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-112-102/+106
|\|
| * css fixesMario Vavti2017-06-102-102/+106
| |
| * give the item_obscured flag a new lease on life by using it to designate ↵zotlabs2017-06-101-0/+3
| | | | | | | | third party client-side e2ee or binary content which can only be downloaded and not viewed directly on the web (as a side effect this also allows binary files to be submitted as activities/content). The content display is suppressed and replaced with a download button. This is unfinished but harmless to backport while work is in progress unless told otherwise. Future development will take care of the remaining loose ends.
* | clean up the warnings about connections on unclonable networkszotlabs2017-06-091-2/+3
| |
* | put unreachable federated connections in the archived tab of the connections ↵zotlabs2017-06-081-0/+5
| | | | | | | | list page
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-073-18/+19
|\|
| * class mixupgit-marijus2017-06-041-1/+1
| |
| * rewrite wiki pages widget - no need for ajax on pageload, show the pages to ↵git-marijus2017-06-032-17/+18
| | | | | | | | not authenticated people.
| * hubzilla issue #795zotlabs2017-05-271-1/+1
| |