aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Expand)AuthorAgeFilesLines
* deprecate/remove get_channel_by_nick() which is just a less generalised varia...zotlabs2016-11-084-19/+24
* more api workzotlabs2016-11-081-5/+3
* more api re-orgzotlabs2016-11-081-2/+4
* a bit more background work to support private mail previewzotlabs2016-11-081-3/+17
* move twitter api to addon; there's still a bit of cleanup remaining, mostly d...zotlabs2016-11-081-1/+11
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-11-071-2/+2
|\
| * reverse logicMario Vavti2016-11-071-2/+2
* | cleanup and re-organise the voting and attendance buttonszotlabs2016-11-071-0/+4
|/
* provide /locs link on settings page if there is more than one hubloc for this...zotlabs2016-11-052-5/+1
* issue #576 - duplicate events shownzotlabs2016-11-022-4/+3
* silence a minor warningzotlabs2016-11-021-0/+1
* convert manual page updates to a display setting instead of a featurezotlabs2016-11-026-5/+8
* remove debuggingzotlabs2016-11-021-3/+0
* issue #575, when 'nofinish' is set on an event, invalid date was generated/st...zotlabs2016-11-021-4/+8
* allow your own likes/comments to be updated when in static update modezotlabs2016-11-025-8/+35
* feature: static page update as opposed to live update of conversations on the...zotlabs2016-11-015-0/+10
* command line connect utility.zotlabs2016-11-011-2/+2
* string updatezotlabs2016-10-301-9/+7
* update setup and install documents for PDO and the freebsd issue withzotlabs2016-10-271-3/+3
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-265-5/+5
|\
| * Merge pull request #570 from fsteinel/issue-NEWzotlabs2016-10-275-5/+5
| |\
| | * sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and p...Florian Steinel2016-10-275-5/+5
* | | modernise chanview, which has a renewed purpose - to provide a connect link t...zotlabs2016-10-261-15/+32
|/ /
* | zot_finger from navbar people search loopingzotlabs2016-10-261-5/+24
* | when inserting a link, if the url begins with '!' ignore oembed and do everyt...zotlabs2016-10-261-5/+12
|/
* the logic is much too complicated for the notifier. Let plugins know if they ...zotlabs2016-10-261-1/+4
* send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-253-1/+3
* put all dns checking into one function, allow it to be ignoredzotlabs2016-10-251-2/+1
* first cut at edit activitieszotlabs2016-10-251-0/+2
* profile photo issue on postgreszotlabs2016-10-231-1/+1
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-232-2/+34
|\
| * Merge pull request #565 from anaqreon/wiki-downloadzotlabs2016-10-231-0/+30
| |\
| | * Add wiki download button to export the selected wiki repo to a zip fileAndrew Manning2016-10-221-0/+30
| * | Merge pull request #562 from fsteinel/issue-561zotlabs2016-10-231-2/+4
| |\ \
| | * | until we've settled on what they should be, set os_path and display_path to a...Florian Steinel2016-10-221-2/+2
| | * | add column display_path to inserts into attachment, as this column is a not n...Florian Steinel2016-10-221-2/+4
* | | | need to perform dbunescbin on stored filenames as well as binary data - this ...zotlabs2016-10-233-5/+5
|/ / /
* | / provide lockstate for events and remove obsolete codeMario Vavti2016-10-221-5/+2
| |/ |/|
* | Merge pull request #563 from ilu33/devzotlabs2016-10-221-1/+1
|\ \
| * | Postgres complaining again ...ilu332016-10-221-1/+1
| |/
* / squash timezone adjusted birthdays into a single day in the calendar, by lyin...zotlabs2016-10-211-0/+6
|/
* full revert, that wasn't working at all. Not sure why.zotlabs2016-10-211-3/+1
* partial revertzotlabs2016-10-211-3/+2
* fine tune the navbar people autocomplete, as the check for minimum length was...zotlabs2016-10-211-1/+4
* [BUGFIX] for fromStandalonePermission().Klaus Weidenbach2016-10-201-28/+26
* remove requirement that imported profile photos be in the profile photos albumzotlabs2016-10-181-1/+1
* Change the behaviour of 'use existing photo for profile'. For a channel with ...zotlabs2016-10-181-11/+31
* change event behaviour - share by default.zotlabs2016-10-181-2/+4
* [FEATURE] Add config and use composer autoloader.Klaus Weidenbach2016-10-182-6/+1
* add get_photo hook to go along with get_profile_photo hook. This allows a plu...zotlabs2016-10-172-14/+12