aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* apporder style improvement and add to nav menu, also add language awareness ↵zotlabs2017-05-222-2/+4
| | | | to webpages
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-222-12/+12
|\
| * some styling for system notificationsMario Vavti2017-05-182-12/+12
| |
* | some issues with the app order template logiczotlabs2017-05-211-5/+6
| |
* | apporder module and all the associated backend stuff to make it work; ↵zotlabs2017-05-212-1/+13
| | | | | | | | probably needs a bit of UI cleanup and a link to it from somewhere
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-161-6/+1
|\|
| * consolidate and simplify the generation of activitystreams persons, add a ↵zotlabs2017-05-111-6/+1
| | | | | | | | couple more fields hoping eventually Mastodon will accept legal follow activities without choking on them. Requires an update of plugins also.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-103-3/+3
|\|
| * missing clearfixMario Vavti2017-05-103-3/+3
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-052-6/+30
|\|
| * collapse sysapps if viewing a remote channelMario Vavti2017-05-051-5/+29
| |
| * css fixMario Vavti2017-05-051-1/+1
| |
* | profile_sidebar hook ignored the updated html contentzotlabs2017-05-021-69/+0
| |
* | Revert "move theme specific files to theme dir"zotlabs2017-05-02277-0/+12312
| | | | | | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c.
* | move theme specific files to theme dirzotlabs2017-05-01277-12312/+0
| |
* | add cdav fileszotlabs2017-05-014-0/+998
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-261-0/+1
|\|
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-04-261-0/+1
| |\
| | * When template "none" is used in a webpage layout, then the contents of the ↵Andrew Manning2017-04-231-0/+1
| | | | | | | | | | | | page should be the sole output, with no other code before or after the page element content.
| * | provide a broken feed for services which require a broken feedzotlabs2017-04-261-5/+2
| |/
* | provide a broken feed for services which require a broken feedzotlabs2017-04-251-5/+2
| |
* | give the item_obscured flag a new lease on life by using it to designate ↵zotlabs2017-04-181-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.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-187-7/+7
|\|
| * more lock caretsMario Vavti2017-04-184-4/+4
| |
| * the caret beside the lock seems a little overkillMario Vavti2017-04-183-3/+3
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-173-7/+7
|\|
| * missing clearfixMario Vavti2017-04-161-1/+1
| |
| * :arrow_up: Update SimplePie library.Klaus Weidenbach2017-04-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | As a follow up to issue #699 update SimplePie from 1.2.1-dev (around 6years old) to current git master (1.4.4-dev). We use the master branch until the next release because it contains our patch for enclosure titles already. The other patches in the library from us can be done by configuring the SimplePie object in our code instead. Used composer to manage this library and use class autoloading. Add some unit tests for include/feedutils.php, but the interesting parts are unfortunately not testable with the current code.
| * missing includesMario Vavti2017-04-131-1/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-071-14/+6
|\|
| * the string was there but the template var was wrongMario Vavti2017-04-071-1/+1
| |
| * css fixes and missing stringMario Vavti2017-04-071-14/+6
| |
* | fix from downstreamzotlabs2017-04-071-1/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-3110-35/+29
|\|
| * various form css fixesMario Vavti2017-03-318-29/+26
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-03-312-7/+2
| |\
| | * Merge pull request #710 from dawnbreak/importcsrfgit-marijus2017-03-312-7/+2
| | |\ | | | | | | | | :lock: Add CSRF protection for import and import_items.
| * | | css fixesMario Vavti2017-03-311-6/+2
| |/ /
| * | add max height to #navbar-collapse-2Mario Vavti2017-03-311-0/+1
| | |
* | | Merge branch 'importcsrf' of https://github.com/dawnbreak/hubzilla into csrfzotlabs2017-03-302-7/+2
|\ \ \ | | |/ | |/|
| * | :lock: Add CSRF protection for import and import_items.Klaus Weidenbach2017-03-302-7/+2
| |/
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-292-4/+4
|\|
| * allow setting the system email name/address/replyzotlabs2017-03-291-0/+5
| |
| * begin the process of using the relevant attach directory/path for photo ↵zotlabs2017-03-291-3/+3
| | | | | | | | albums instead of an album basename which may not be unique. Created an 'ellipsify()' function to shorten long names and keep the beginning and end intact
| * more markdown purificationzotlabs2017-03-291-2/+1
| |
| * even more fine tuning of the markdown purifier - especially when used with ↵zotlabs2017-03-291-1/+1
| | | | | | | | the wiki
| * various input filter fixeszotlabs2017-03-291-1/+2
| |
| * dim class was un-themedzotlabs2017-03-291-3/+3
| |
| * remove the unimplemented upload limit site settingszotlabs2017-03-291-3/+0
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-284-30/+30
|\|