aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix issue #836 - missing opening form taggit-marijus2017-08-031-0/+1
|
* fix attachment upload for private mailgit-marijus2017-08-032-28/+26
|
* return preview also if we have no attachmentgit-marijus2017-08-031-1/+1
|
* Updated the Spanish translationManuel Jiménez Friaza2017-08-022-2291/+2341
|
* css fixgit-marijus2017-08-021-0/+1
|
* finally fix recursive attachments permissionsgit-marijus2017-08-011-54/+79
|
* use small line-height only for larger screensgit-marijus2017-08-011-1/+1
|
* remove blugrid schema until somebody cares to fix itMario Vavti2017-08-012-543/+0
|
* less badge more iconMario Vavti2017-08-011-0/+1
|
* stringsMario Vavti2017-08-011-6817/+6697
|
* ensure we can work around the $is_http var in include/follow - this is left ↵zotlabs2017-07-311-14/+13
| | | | over from when the only non-webfinger connections we could make were RSS/Atom feeds.
* improve file_activity() a littlegit-marijus2017-07-313-29/+9
|
* db update to add index for item.obj_typegit-marijus2017-07-314-2/+16
|
* provide a better "is_commentable" default for OStatus conversations that ↵zotlabs2017-07-311-1/+12
| | | | were fetched on the fly
* add options flag to bb_to_markdown so we can distinguish between diaspora ↵zotlabs2017-07-311-2/+4
| | | | | | use and other use and therefore filter and adjust content selectively
* fix a bug where if multiple channels uploaded the same file to the same ↵git-marijus2017-07-311-2/+4
| | | | folder, the uploaded file would end up with an incremental number added to the filename for each upload even if the file did not exist yet in the channels folder
* close the apps-menu if the notifications-menu is open and vice versagit-marijus2017-07-313-2/+14
|
* no need for jquery heregit-marijus2017-07-302-2/+8
|
* version 2.6RCgit-marijus2017-07-281-1/+1
|
* remove borders from navbar togglergit-marijus2017-07-271-1/+1
|
* improve the formatting of shares when converting from bbcode to markdownzotlabs2017-07-271-0/+69
|
* suppress fopen errors from davzotlabs2017-07-271-1/+1
|
* remove activitypub components from corezotlabs2017-07-271-182/+0
|
* issue with OStatus comments being propagated downstreamzotlabs2017-07-271-0/+15
|
* move the active app code to include/nav.php - it is only relevant theregit-marijus2017-07-262-3/+3
|
* version 2.5.10git-marijus2017-07-251-1/+1
|
* make local channel (not our own) nav menus appear similar to what we are ↵git-marijus2017-07-252-14/+14
| | | | used from remote channels
* add text-dark class to cat tagsinputgit-marijus2017-07-221-1/+1
|
* show the right conversation active and do not show any conversation active ↵git-marijus2017-07-222-2/+4
| | | | if we compose a new one
* Merge remote-tracking branch 'mike/master' into devgit-marijus2017-07-225-8/+67
|\
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-2119-35/+35
| |\
| * | begin the tedious process of mapping activities between AS1, zot, and AS2zotlabs2017-07-201-0/+49
| | |
| * | allow wildcard tag searches in search module alsozotlabs2017-07-201-2/+3
| | |
| * | allow wildcard tag and category searcheszotlabs2017-07-203-6/+15
| | |
* | | indicate the selected channel in the dropdown menu and minor css fixesgit-marijus2017-07-223-16/+4
| | |
* | | more nav_set_selectedgit-marijus2017-07-2214-12/+37
| |/ |/|
* | more nav_set_selected appsgit-marijus2017-07-216-6/+9
| |
* | provide a mechanism to mark apps active in the bingit-marijus2017-07-2113-29/+26
|/
* more css fixesgit-marijus2017-07-201-6/+6
|
* css fixgit-marijus2017-07-201-1/+1
|
* implement update_feed_itemzotlabs2017-07-191-3/+12
|
* hubzilla issue #832zotlabs2017-07-194-3/+8
|
* provide optional salmon signatures for AP entitieszotlabs2017-07-182-5/+18
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-1812-157/+130
|\
| * some fixes for the bs-default schemagit-marijus2017-07-182-15/+12
| |
| * Merge remote-tracking branch 'mike/master' into devgit-marijus2017-07-183-12/+149
| |\
| * | issue #827 provide backward compatibility for album links generated in ↵git-marijus2017-07-182-1/+10
| | | | | | | | | | | | 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-178-139/+116
| | |
* | | 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.