aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * update api perm_allowed to return all perms if no perm specifiedzotlabs2016-11-141-5/+16
| | * API: add GET /api/z/1.0/perm_allowedzotlabs2016-11-141-0/+24
| | * API: add GET /api/z/1.0/abconfigzotlabs2016-11-141-0/+17
| | * API: add GET api/z/1.0/abookzotlabs2016-11-141-0/+19
| | * show wiki controls only to owner and whitespace fixesMario Vavti2016-11-141-1/+1
| | * api: allow group member list to use a group name or idzotlabs2016-11-131-14/+16
| | * move all the zid related stuff to one filezotlabs2016-11-135-225/+232
| | * provide 'per-page' caching for is_matrix_url() results to reduce duplicate qu...zotlabs2016-11-131-2/+12
| | * zidify wiki contentzotlabs2016-11-131-0/+31
| | * attach_rename: flaw in duplicate filename detection resulted in filename(1)(1...zotlabs2016-11-101-0/+4
| | * Some minor tweaks to zotsh.py, document that it needs the twitter_api plugin ...zotlabs2016-11-101-2/+2
| | * deprecate/remove get_channel_by_nick() which is just a less generalised varia...zotlabs2016-11-082-9/+2
| | * more api workzotlabs2016-11-081-166/+1
| | * more api re-orgzotlabs2016-11-081-36/+40
| | * move twitter api to addon; there's still a bit of cleanup remaining, mostly d...zotlabs2016-11-081-1590/+29
| | * fix a fatal error with incorrect DB object accesszottel2016-11-071-2/+2
| | * reorganise emoticonszotlabs2016-11-061-33/+33
| | * provide /locs link on settings page if there is more than one hubloc for this...zotlabs2016-11-052-3/+3
| | * ignore flags to dns_get_record() and look for anythingzotlabs2016-11-021-4/+7
| | * issue #409 - use item_notshown for file activities to prevent display but all...zotlabs2016-11-021-1/+1
| | * convert manual page updates to a display setting instead of a featurezotlabs2016-11-022-9/+11
| | * if connecting to a channel that is already pending, undo the pending and set ...zotlabs2016-11-021-2/+23
| | * feature: static page update as opposed to live update of conversations on the...zotlabs2016-11-011-0/+9
| | * bbcode event formatting issuezotlabs2016-10-312-2/+3
| | * provide plugin restrictions based on config settingszotlabs2016-10-311-0/+7
| | * improve the check in 9b42bc860zotlabs2016-10-301-1/+1
| | * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-10-301-3/+3
| | |\
| | | * change log string on pdo log messageszotlabs2016-10-271-3/+3
| | * | possible fix for https://zothub.de/display/2d4996dd629504851dMario Vavti2016-10-301-2/+2
| | |/
| | * sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and p...Florian Steinel2016-10-275-12/+12
| | * For z_dns_check() use config values from memory and ignore DB - as this funct...zotlabs2016-10-251-1/+6
| | * make the edited header stand out slightlyzotlabs2016-10-251-1/+1
| | * send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-252-3/+36
| | * put all dns checking into one function, allow it to be ignoredzotlabs2016-10-254-9/+23
| | * first cut at edit activitieszotlabs2016-10-253-5/+64
| | * pdo - fetch assoc onlyzotlabs2016-10-251-1/+1
| | * set port if non-zero (instead of non-null)zotlabs2016-10-242-2/+2
| | * Merge pull request #559 from zotlabs/pdozotlabs2016-10-255-54/+123
| | |\
| | | * found it...zotlabs2016-10-231-2/+2
| | | * this seems to work, but there are unanswered questions and is still undergoin...zotlabs2016-10-231-5/+8
| | | * fetch bytea as streamzotlabs2016-10-231-1/+2
| | | * Merge branch 'dev' into pdozotlabs2016-10-236-25/+27
| | | |\
| | | * | pdo hackszotlabs2016-10-232-4/+18
| | | * | allow a dsn override to the database via the server argument. This could be u...zotlabs2016-10-202-15/+21
| | | * | pdo - cleanupzotlabs2016-10-201-7/+3
| | | * | Merge branch 'dev' into pdozotlabs2016-10-201-1/+5
| | | |\ \
| | | * | | more pdo tweakszotlabs2016-10-201-3/+24
| | | * | | pdo testingzotlabs2016-10-202-7/+17
| | | * | | use pdo for postgres alsozotlabs2016-10-195-17/+32
| | | * | | pdo fixeszotlabs2016-10-191-4/+4