aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* fix typos in commentFelix Wolfsteller2017-10-111-1/+1
|
* fix community tags not preserved on post edit. issue #865Mario Vavti2017-10-021-1/+1
|
* anonymous comments are not implemented for photos.Mario Vavti2017-09-181-3/+3
|
* hubzilla issue #855: fix for some problems with displaying selected theme ↵Sergey Lukin2017-09-131-34/+38
| | | | after panel Settings->Display loading
* hubzilla issue #851zotlabs2017-08-311-1/+1
|
* hubzilla issue #846zotlabs2017-08-181-1/+1
|
* Merge branch '2.6RC'2.6Mario Vavti2017-08-16100-539/+2756
|\
| * add parent item (if applicable) to notifier plugin infozotlabs2017-08-141-0/+2
| |
| * minor js and css changesgit-marijus2017-08-121-3/+3
| |
| * create cdav principal also on client access and remove redundant pconfig ↵Mario Vavti2017-08-102-6/+12
| | | | | | | | check in authentication process
| * libxml errorszotlabs2017-08-102-1/+1
| |
| * App::get_channel() does not return the right channel if we are not looking ↵git-marijus2017-08-091-7/+1
| | | | | | | | at our own channel. fix issue #841
| * consolidate disable_discover_tab config if it was not yet set to either 1 or ↵git-marijus2017-08-063-5/+7
| | | | | | | | 0 in DB
| * minor activitypub rendering stuffzotlabs2017-08-031-1/+1
| |
| * missing observer hashgit-marijus2017-08-031-1/+1
| |
| * return preview also if we have no attachmentgit-marijus2017-08-031-1/+1
| |
| * improve file_activity() a littlegit-marijus2017-07-312-9/+6
| |
| * suppress fopen errors from davzotlabs2017-07-271-1/+1
| |
| * move the active app code to include/nav.php - it is only relevant theregit-marijus2017-07-261-3/+0
| |
| * show the right conversation active and do not show any conversation active ↵git-marijus2017-07-221-1/+3
| | | | | | | | if we compose a new one
| * Merge remote-tracking branch 'mike/master' into devgit-marijus2017-07-223-6/+7
| |\
| | * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-2116-12/+26
| | |\
| | * | allow wildcard tag searches in search module alsozotlabs2017-07-201-2/+3
| | | |
| | * | allow wildcard tag and category searcheszotlabs2017-07-202-4/+4
| | | |
| * | | more nav_set_selectedgit-marijus2017-07-2212-11/+31
| | |/ | |/|
| * | more nav_set_selected appsgit-marijus2017-07-216-6/+9
| | |
| * | provide a mechanism to mark apps active in the bingit-marijus2017-07-2110-6/+17
| |/
| * hubzilla issue #832zotlabs2017-07-191-1/+3
| |
| * provide optional salmon signatures for AP entitieszotlabs2017-07-181-5/+10
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-182-12/+17
| |\
| | * Merge remote-tracking branch 'mike/master' into devgit-marijus2017-07-181-0/+86
| | |\
| | * | issue #827 provide backward compatibility for album links generated in ↵git-marijus2017-07-181-1/+1
| | | | | | | | | | | | | | | | earlier times before the ambiguity of photo album names was solved. This may provide incorrect results if two or more photo albums with the same basename exist in different directories of the file tree; but there is no easy way to solve that ambiguity - which is why the link format changed.
| | * | some love for the installergit-marijus2017-07-171-11/+16
| | | |
| * | | ability to use a portion of the message-id to display a message wasn't ↵zotlabs2017-07-181-2/+2
| | | | | | | | | | | | | | | | honoured in all cases.
| * | | related to hubzilla issue #831 - system.last_expire_day was not being set ↵zotlabs2017-07-181-1/+1
| | | | | | | | | | | | | | | | correctly, causing cron_daily to run more frequently than desired.
| * | | activitypub, cont.zotlabs2017-07-172-1/+34
| | |/ | |/|
| * | initial activitystreams2 parserzotlabs2017-07-161-0/+86
| |/
| * incorrect follow url in webfingerzotlabs2017-07-142-2/+2
| |
| * minor optimisationzotlabs2017-07-131-5/+2
| |
| * update some addon docs and ensure we only generate statistics once a dayzotlabs2017-07-131-0/+1
| |
| * turn url requests where argv[0] is something.xyz into module='something' and ↵zotlabs2017-07-132-18/+3
| | | | | | | | $_REQUEST['module_format'] = 'xyz'; But leave modules beginning with . (like .well_known) alone (convert the initial . to _ and then strip it). This really only affects Siteinfo_json at this time.
| * turn platform name and std_version into config variableszotlabs2017-07-132-3/+8
| |
| * implement chunked uploads on the wall; making it work painlessly on /cloud ↵zotlabs2017-07-131-6/+58
| | | | | | | | was attempted but will not be implemented today. That presents some interesting dragons to slay.
| * prevent expiration of conversations you are involved with - allows you to ↵zotlabs2017-07-103-2/+16
| | | | | | | | find your own comments months from now
| * affinitiy slider settings were being updated on any submit of of ↵zotlabs2017-07-052-9/+11
| | | | | | | | settings/featured, plus minor non-code changes
| * reimplement creation of default calendar and default addressbook using sabre ↵Mario Vavti2017-07-041-23/+19
| | | | | | | | classes
| * revert using channel_hash for cdav until we figure out how to do so cleanlyzotlabs2017-07-032-6/+6
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-022-2/+2
| |\
| | * update bs-dev and min version bumpMario Vavti2017-07-022-2/+2
| | |
| * | missing space in nav tplzotlabs2017-06-282-0/+4
| | |