aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Expand)AuthorAgeFilesLines
* [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
* array_key_exists warning on PConfig::Delete()zotlabs2016-10-171-6/+9
* rename diaspora2bb() to markdown_to_bb() to reflect that is has a more generi...zotlabs2016-10-161-1/+1
* remove loggingzotlabs2016-10-141-1/+1
* permissions issuezotlabs2016-10-141-2/+2
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-1320-853/+822
|\
| * Merge pull request #547 from dawnbreak/docuzotlabs2016-10-1420-856/+826
| |\
| | * [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-1320-856/+826
* | | try to filter any path information from leaking through to zot_finger; and lo...zotlabs2016-10-131-1/+3
|/ /
* / provide text log results of email success/failure rather than 1 and 0.zotlabs2016-10-132-5/+5
|/
* additional array checkingzotlabs2016-10-131-7/+1
* consolidate duplicated code for creating table entries from an arrayzotlabs2016-10-121-29/+8
* minorzotlabs2016-10-121-0/+1
* remove the rest of the backticks from sql queries; replace with TQUOT const w...zotlabs2016-10-122-16/+16
* some more api workzotlabs2016-10-121-8/+8
* When importing a channel from another server, try to auto-discover the best a...zotlabs2016-10-111-10/+14
* don't expire posts before 2001zotlabs2016-10-101-2/+1
* since the snap module runs without permissions controls, verify the logged in...zotlabs2016-10-091-0/+9
* snap dav module is currently read-only. error out on any request methods whic...zotlabs2016-10-091-0/+3
* provide a DAV module which accesses the raw data storage for a channel. Toget...zotlabs2016-10-091-0/+93
* more backquotes - this should take care of most except for the array import q...zotlabs2016-10-0920-28/+27
* try naked embed before submission instead of at render timeredmatrix2016-10-061-0/+4
* remove obscured @ hackredmatrix2016-10-041-3/+0
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-10-042-3/+2
|\
| * feature_enabled() only takes two argumentsMario Vavti2016-10-042-3/+2
* | remove leftover rating fragmentredmatrix2016-10-041-2/+5
|/
* even more backslashesredmatrix2016-10-035-15/+15
* more backticksredmatrix2016-10-0311-238/+128
* allow delivery report for not just the author, but also if you're the owner a...redmatrix2016-10-031-3/+5
* start removing db backticksredmatrix2016-10-036-13/+13
* add some more stuff to admin/account_edit (service class, language, and techl...redmatrix2016-10-033-9/+42
* return the email_sent statusredmatrix2016-10-031-2/+2
* another missing backslashMario Vavti2016-10-021-1/+1
* missing backslashMario Vavti2016-10-021-1/+1
* sync cloud storage permission changes (issue #538 continued)redmatrix2016-10-011-2/+2
* change hook name and return resultsredmatrix2016-10-011-2/+2
* Unify the various mail sending instance to enotify::send() and z_mail(). Both...redmatrix2016-10-013-31/+49
* provide ability for admin to change account passwordredmatrix2016-09-301-0/+64
* issue #538 continuedredmatrix2016-09-301-3/+3
* add another hookredmatrix2016-09-291-0/+11
* issue #127redmatrix2016-09-291-9/+9
* more tag filtering in setupredmatrix2016-09-291-11/+11
* change notify paramredmatrix2016-09-291-1/+4
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-292-71/+48
|\
| * [TASK] Replace deprecated Sabre functions.Klaus Weidenbach2016-09-292-71/+48
* | issue #538 continuedredmatrix2016-09-292-2/+2
|/
* Bring the saved search feature in line with the spec, and publish the feature...redmatrix2016-09-281-38/+57
* file clone sync issue, 1. channel permission import had no uid, 2. mod_getfil...redmatrix2016-09-281-13/+14
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-283-3/+4
|\