aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* many dropdown and class fixes. still a long way to go...Mario Vavti2017-03-1219-150/+148
|
* Merge branch 'dev' into bs4Mario Vavti2017-03-111-1/+1
|\
| * Merge pull request #693 from anaqreon/devgit-marijus2017-03-111-1/+1
| |\ | | | | | | Take me home instead of get me home
| | * Take me home instead of get me homeAndrew Manning2017-03-091-1/+1
| |/
* | font size and post title adjustMario Vavti2017-03-116-135/+65
| |
* | fixing classesMario Vavti2017-03-1024-93/+73
| |
* | some sed magic on button class namesMario Vavti2017-03-1075-256/+256
| |
* | upgrade bs to latest git and some more progressMario Vavti2017-03-0912-406/+254
| |
* | remove navbar-toggler-left classMario Vavti2017-03-092-2/+1
| |
* | initial commit for the bootstrap version 4 branch - upgrade lib and make ↵Mario Vavti2017-03-0922-7872/+10668
|/ | | | nav.tpl kind of working again
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-03-073-10/+10
|\
| * allow post_activity_item to be passed an empty ACL without resetting to ↵zotlabs2017-03-061-1/+2
| | | | | | | | channel default
| * add public_policy to the nwiki container also. This should not affect the ↵zotlabs2017-03-061-0/+2
| | | | | | | | recent bug as presented, but is being added for consistency.
| * correct fix for wiki anonymous read issue (items_permissions_sql checks ↵zotlabs2017-03-062-9/+6
| | | | | | | | item.public_policy which was set for posts, not wikis)
* | Big 2.2 string update Dutchjeroenpraat2017-03-072-6864/+7305
|/
* allow unauthenticated access to public wiki pagesMario Vavti2017-03-061-2/+10
|
* do not collapse long nsfw contentMario Vavti2017-03-061-1/+1
|
* remove include/probe.php which has never completed development and has never ↵zotlabs2017-03-054-106/+1
| | | | been used
* move emoji emoticons (not reactions) to pluginzotlabs2017-03-051824-18/+2
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-0522-4756/+5247
|\
| * Merge pull request #689 from mjfriaza/devzotlabs2017-03-052-2329/+2378
| |\ | | | | | | Translated the last strings into Spanish version
| | * Translated the last strings into Spanish versionManuel Jiménez Friaza2017-03-052-2329/+2378
| | |
| * | Merge pull request #688 from dawnbreak/markdownzotlabs2017-03-0520-2427/+2869
| |\ \ | | | | | | | | :arrow_up: :hammer: Upgrade Markdownify library.
| | * | :arrow_up: :hammer: Upgrade Markdownify library.Klaus Weidenbach2017-03-0520-2427/+2869
| |/ / | | | | | | | | | | | | | | | | | | | | | The current version 2.0.0 (alpha) throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the HTML to Markdown converter for PHP to the current Markdownify 2.2.1. Used composer to manage this library.
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-042-1/+2
|\| |
| * | update changelogMario Vavti2017-03-041-0/+1
| | |
| * | we need item edited for wiki page history, not item createdMario Vavti2017-03-041-1/+1
| | |
* | | minor feed issuezotlabs2017-03-041-0/+8
|/ /
* | string updatezotlabs2017-03-031-887/+910
| |
* | fix badge position for narrow navbarMario Vavti2017-03-031-4/+0
| |
* | reverse sort orderzotlabs2017-03-021-1/+1
| |
* | activity widget - turns out the owner is not relevant.zotlabs2017-03-021-9/+5
| |
* | document the activity widgetzotlabs2017-03-021-0/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-03-029-28/+23
|\ \
| * | provide info if there are no sche,es availableMario Vavti2017-03-021-4/+9
| | |
| * | reset schema value after we empty and repopulate it. second half of fix for #624Mario Vavti2017-03-022-2/+2
| | |
| * | reset schema value after we empty and repopulate it. first half of fix for #624Mario Vavti2017-03-021-0/+2
| | |
| * | setting top position of contextual-help in schemes does not work with narrow ↵Mario Vavti2017-03-024-5/+0
| | | | | | | | | | | | navbar setting. schema css is always called last.
| * | add title to connect buttonMario Vavti2017-03-011-1/+1
| | |
| * | minor template fixesMario Vavti2017-03-013-19/+12
| | |
* | | activity widget - like the forum widget but represents unseen activity by ↵zotlabs2017-03-029-4/+97
| | | | | | | | | | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding.
* | | make system.expire_delivery_reports default setting consistent (10 days)zotlabs2017-03-011-1/+1
|/ /
* | cleaner integration between the headers and session options of z_fetch_url()zotlabs2017-02-281-7/+26
| |
* | expire unread system notifications after a year. It would provide a better ↵zotlabs2017-02-281-0/+7
| | | | | | | | experience for infrequent visitors if we didn't expire them at all, but at some point we need to draw a line so as not to degrade system performance searching through old notifications that it's highly unlikely will ever be viewed again.
* | Merge pull request #686 from dawnbreak/markdownzotlabs2017-03-0128-3075/+7787
|\ \ | | | | | | Upgrade PHP Markdown library.
| * | :arrow_up: :hammer: Upgrade PHP Markdown library.Klaus Weidenbach2017-02-2727-2420/+7132
| | | | | | | | | | | | | | | | | | The current version throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the Markdown library to the current PHP Markdown Lib 1.7.0. Used composer to manage this library.
| * | Move library/markdown.php to keep history.Klaus Weidenbach2017-02-271-0/+0
| | |
* | | missing css classMario Vavti2017-02-281-1/+1
| | |
* | | provide 'session' option to z_fetch_url to assist with remote fetches ↵zotlabs2017-02-272-1/+5
| | | | | | | | | | | | requiring magic auth
* | | make magic-auth work with profile vcard fetchzotlabs2017-02-271-1/+2
| | |