aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* abook_not_here flag created to indicate singleton connections which are ↵zotlabs2017-05-206-6/+18
| | | | connected to this channel but not on this hub. abook_instance enumerates which hubs the connections is valid, but we ultimately need something more efficiently searchable to decide what operations are supported w/r/t this connection in the context of this hub. This flag is ignored during sync to clones although the code to set it correctly during channel creation, import, and sync has not yet been implemented.
* Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds ↵zotlabs2017-05-201-5/+5
| | | | but this prevents it from rendering
* smileybutton fixesMario Vavti2017-05-191-2/+0
|
* some styling for system notificationsMario Vavti2017-05-193-13/+13
|
* silence php warning during installMario Vavti2017-05-171-1/+1
|
* css first aid for mod setupMario Vavti2017-05-171-0/+6
|
* Implemented switch statement logic in Comanche layout parser.root2017-05-171-1/+43
|
* include attach.php here (boot.php) instead of each file that uses it. ↵zotlabs2017-05-161-0/+1
| | | | Eventually this needs to move to an autoloader.
* issue #769zotlabs2017-05-121-2/+2
|
* Empty ACL should not result in no ACL when uploading a fileMario Vavti2017-05-121-4/+5
|
* missing clearfixMario Vavti2017-05-103-3/+3
|
* Update DE translation stringsphellmes2017-05-102-11071/+10554
|
* don't allow html in plugin comment blockszotlabs2017-05-101-0/+1
|
* use correct data typezotlabs2017-05-101-1/+1
|
* zot protocol doco updateszotlabs2017-05-101-2/+2
|
* handle mastodon urls in markdown/bbcode conversionzotlabs2017-05-102-3/+3
|
* make all label boldMario Vavti2017-05-091-1/+1
|
* Updated the Spanish translationManuel Jiménez Friaza2017-05-092-544/+564
|
* get rid of edit activitieszotlabs2017-05-081-1/+11
|
* cover photo was unintentionally disabled when block_public in effectzotlabs2017-05-081-3/+4
|
* :construction_worker::white_check_mark::bug: Import table structure in TravisCI.Klaus Weidenbach2017-05-074-6/+22
| | | | | Fix a syntax error in schema_postres.sql which was discovered while working on this.
* Merge pull request #760 from anaqreon/2.4RCgit-marijus2017-05-071-1/+1
|\ | | | | Mail message mimetype was getting set as the subject due to wrong var…
| * Mail message mimetype was getting set as the subject due to wrong variable ↵Andrew Manning2017-05-071-1/+1
|/ | | | set order.
* collapse sysapps if viewing a remote channelMario Vavti2017-05-053-11/+38
|
* css hack to make remote channel menu header look in line with the rest if in ↵Mario Vavti2017-05-051-0/+6
| | | | collapsed state
* css fixMario Vavti2017-05-051-1/+1
|
* markdown autolinks - hubzilla bug #752zotlabs2017-05-051-5/+12
|
* :bulb: Add Doxygen fix for @var member variable documentation.Klaus Weidenbach2017-05-052-0/+21
| | | | | | Add an input filter to Doxygen to parse @var class member variable documentation, so it is bit more compatible how anybody else interpretes it.
* :bulb: correct some Doxygen syntax mistakes.Klaus Weidenbach2017-05-055-87/+114
|
* typozotlabs2017-05-041-1/+1
|
* :arrow_up: Update SimplePie library to 1.5.Klaus Weidenbach2017-05-048-60/+80
| | | | | There is a new stable release, so upgrade from the dev branch to the new 1.5 release.
* Merge pull request #748 from anaqreon/2.4RCgit-marijus2017-05-042-1/+18
|\ | | | | German translations for demohub
| * Add contributor to creditsAndrew Manning2017-05-031-1/+2
| |
| * German translations for demohubAndrew Manning2017-05-031-0/+16
|/
* bump versionMario Vavti2017-05-031-1/+1
|
* add check for php zip extensionMario Vavti2017-05-031-1/+6
|
* Update INSTALL.txtAndrew Manning2017-05-031-1/+1
| | | The webpage element portation tools need the zip extension, such as the `php7.0-zip` package on Debian.
* Merge pull request #742 from dawnbreak/QA_testinggit-marijus2017-05-033-30/+289
|\ | | | | :white_check_mark::bulb: Add Unit Tests for AccessList class.
| * :white_check_mark::bulb: Add Unit Tests for AccessList class.Klaus Weidenbach2017-05-013-30/+289
|/ | | | Also some Doxygen docu for this class.
* version and stringsMario Vavti2017-05-012-541/+558
|
* update bs4-devMario Vavti2017-05-016-14/+50
|
* use hostname, not urlzotlabs2017-05-011-1/+1
|
* authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵zotlabs2017-05-012-5/+22
| | | | local server bypass the network access and invoke zotfeed directly.
* ugly postgres fixeszotlabs2017-05-011-22/+34
|
* more work on client side e2eezotlabs2017-05-012-6/+25
|
* profile_tabs is now channel_apps (except the original was left behind as the ↵zotlabs2017-05-011-2/+171
| | | | gitwiki addon still uses it). A couple of things were modernised but basic functionality is the same as the latest revisions to the original.
* more work client mail cryptozotlabs2017-05-011-5/+15
|
* make mail_store() safe for postgres or mysql5.7 - although this interface ↵zotlabs2017-05-011-2/+9
| | | | needs to be refactored in the future
* Update api_zot.bbAndrew Manning2017-04-291-1/+1
| | | Fix incorrect parameter name
* Merge pull request #739 from zotlabs/mast35git-marijus2017-04-282-11/+22
|\ | | | | update feedutils with as:author changes, also update tests