aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | add column display_path to inserts into attachment, as this column is a not ↵Florian Steinel2016-10-221-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | null column Conflicts: Zotlabs/Storage/Directory.php include/attach.php amend 54def92bcf75c08cd8dec3921e5ef26f23d85ffc display_path
* | | | | | misplaced parenszotlabs2016-10-231-1/+1
|/ / / / /
* | | | | php warning, $uplink didn't have a defaultzotlabs2016-10-221-1/+1
| | | | |
* | | | | issue #564zotlabs2016-10-212-2/+2
|/ / / /
* | | / remove more corporate code - https url conversion for youtube is now handled ↵zotlabs2016-10-201-11/+1
| |_|/ |/| | | | | | | | by std_embeds plugin
* | | discover tab showing on network page using fresh site with no settings (it ↵zotlabs2016-10-191-1/+5
| |/ |/| | | | | is disabled by default, but the admin setting has not yet been committed to disk).
* | when translating like activities, we're distinguishing comments from posts ↵zotlabs2016-10-181-1/+1
| | | | | | | | by mid and parent_mid; neither if which are present in the stored activity object
* | issue #549, ACL has 'public' selected even when restrictive ACL is being used.zotlabs2016-10-171-2/+28
| |
* | issue #553 - negative birthday from directory. This may not completely fix ↵zotlabs2016-10-171-1/+1
|/ | | | it and may take a profile update to register the change; but it's a start; specifically we need to store 0000-00-00 in the xprof table of the directory server if that's what we get over the wire. Birthday fields are string and are not subject to SQL strict_mode on dates. We want these to be the string '0000-00-00' if not set to a valid date.
* rename diaspora2bb() to markdown_to_bb() to reflect that is has a more ↵zotlabs2016-10-162-2/+2
| | | | generic use
* remove corporate codes from diaspora2bb, add plugin hook markdown_to_bbzotlabs2016-10-141-5/+2
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-1315-928/+1038
|\
| * Merge pull request #547 from dawnbreak/docuzotlabs2016-10-1415-928/+1038
| |\ | | | | | | [TASK] Update Doxyfile and fix Doxygen errors.
| | * [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-1315-928/+1038
| | | | | | | | | | | | | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* | | try to filter any path information from leaking through to zot_finger; and ↵zotlabs2016-10-131-0/+4
|/ / | | | | | | log the url wherever called to track down where it might be called with a malformed webbie or complete path instead of hostname.
* / provide text log results of email success/failure rather than 1 and 0.zotlabs2016-10-131-2/+2
|/
* additional array checkingzotlabs2016-10-134-7/+26
|
* consolidate duplicated code for creating table entries from an arrayzotlabs2016-10-123-132/+43
|
* remove special handling of lookalike '@ char from attach pathzotlabs2016-10-121-2/+2
|
* Merge pull request #545 from dawnbreak/atfixzotlabs2016-10-131-3/+3
|\ | | | | Comment and code about UTF-8 @-sign do not match.
| * Comment and code about UTF-8 @-sign do not match.Klaus Weidenbach2016-10-111-3/+3
| | | | | | | | | | | | Changed code according to comment: First AT is now full-width AT U+FF20. Do we also need to replace small AT U+FE6B?
* | caught one typo from the last checkinzotlabs2016-10-121-1/+1
| |
* | remove the rest of the backticks from sql queries; replace with TQUOT const ↵zotlabs2016-10-126-116/+125
| | | | | | | | which is driver dependent
* | add the twitter API 1.1 code pointszotlabs2016-10-121-4/+44
| |
* | some more api workzotlabs2016-10-121-2/+2
| |
* | bbcode: remove the inserted <br /> between list elements due to linefeeds in ↵zotlabs2016-10-121-0/+4
| | | | | | | | the textarea.
* | more api work, mostly bringing the file up to speed with the project coding ↵zotlabs2016-10-111-175/+135
| | | | | | | | style guidelines
* | more api workzotlabs2016-10-111-109/+11
| |
* | When importing a channel from another server, try to auto-discover the best ↵zotlabs2016-10-111-0/+19
| | | | | | | | available api path.
* | more api cleanupzotlabs2016-10-111-200/+183
| |
* | start on the API re-writezotlabs2016-10-113-386/+388
|/
* make diaspora w2w appear as a quote to make a little bit more clear what is ↵Mario Vavti2016-10-111-2/+5
| | | | happening
* api issueszotlabs2016-10-101-4/+13
|
* spaghettizotlabs2016-10-101-3/+6
|
* provide a DAV module which accesses the raw data storage for a channel. ↵zotlabs2016-10-091-3/+16
| | | | Together with an export data function in the API this allows a client process to create true backups of the cloud storage and importable cloud mirrors with all the metadata intact. The import function will need to be modified slightly to obtain the file contents from a plugin or API call; since it currently tries to fetch it from the source hub.
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-0910-39/+39
| | | | queries
* remove more backquoteszotlabs2016-10-093-70/+70
|
* don't show diaspora protocol info in the hcard if the diaspora protocol is ↵zotlabs2016-10-081-14/+21
| | | | not installed. This really needs to be moved to the plugin but this was a quick fix.
* try naked embed before submission instead of at render timeredmatrix2016-10-061-1/+15
|
* new hook bbcode_filterredmatrix2016-10-051-0/+3
|
* even more backslashesredmatrix2016-10-033-62/+62
|
* wrong resource (attach_change_permissions())redmatrix2016-10-031-1/+1
|
* add some more stuff to admin/account_edit (service class, language, and ↵redmatrix2016-10-032-36/+58
| | | | techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once.
* sync cloud storage permission changes (issue #538 continued)redmatrix2016-10-011-2/+13
|
* change hook name and return resultsredmatrix2016-10-011-1/+1
|
* Unify the various mail sending instance to enotify::send() and z_mail(). ↵redmatrix2016-10-012-22/+92
| | | | Both take the same arguments. z_mail() is text only, enotify::send() provides html and text. Both are pluggable using the enotfy_send hook.
* issue #538 continuedredmatrix2016-09-301-4/+4
|
* add another hookredmatrix2016-09-291-1/+1
|
* issue #170redmatrix2016-09-292-3/+3
|
* change notify paramredmatrix2016-09-291-1/+3
|