Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | additional array checking | zotlabs | 2016-10-13 | 4 | -7/+26 |
| | |||||
* | consolidate duplicated code for creating table entries from an array | zotlabs | 2016-10-12 | 3 | -132/+43 |
| | |||||
* | remove special handling of lookalike '@ char from attach path | zotlabs | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | Merge pull request #545 from dawnbreak/atfix | zotlabs | 2016-10-13 | 1 | -3/+3 |
|\ | | | | | Comment and code about UTF-8 @-sign do not match. | ||||
| * | Comment and code about UTF-8 @-sign do not match. | Klaus Weidenbach | 2016-10-11 | 1 | -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 checkin | zotlabs | 2016-10-12 | 1 | -1/+1 |
| | | |||||
* | | remove the rest of the backticks from sql queries; replace with TQUOT const ↵ | zotlabs | 2016-10-12 | 6 | -116/+125 |
| | | | | | | | | which is driver dependent | ||||
* | | add the twitter API 1.1 code points | zotlabs | 2016-10-12 | 1 | -4/+44 |
| | | |||||
* | | some more api work | zotlabs | 2016-10-12 | 1 | -2/+2 |
| | | |||||
* | | bbcode: remove the inserted <br /> between list elements due to linefeeds in ↵ | zotlabs | 2016-10-12 | 1 | -0/+4 |
| | | | | | | | | the textarea. | ||||
* | | more api work, mostly bringing the file up to speed with the project coding ↵ | zotlabs | 2016-10-11 | 1 | -175/+135 |
| | | | | | | | | style guidelines | ||||
* | | more api work | zotlabs | 2016-10-11 | 1 | -109/+11 |
| | | |||||
* | | When importing a channel from another server, try to auto-discover the best ↵ | zotlabs | 2016-10-11 | 1 | -0/+19 |
| | | | | | | | | available api path. | ||||
* | | more api cleanup | zotlabs | 2016-10-11 | 1 | -200/+183 |
| | | |||||
* | | start on the API re-write | zotlabs | 2016-10-11 | 3 | -386/+388 |
|/ | |||||
* | make diaspora w2w appear as a quote to make a little bit more clear what is ↵ | Mario Vavti | 2016-10-11 | 1 | -2/+5 |
| | | | | happening | ||||
* | api issues | zotlabs | 2016-10-10 | 1 | -4/+13 |
| | |||||
* | spaghetti | zotlabs | 2016-10-10 | 1 | -3/+6 |
| | |||||
* | provide a DAV module which accesses the raw data storage for a channel. ↵ | zotlabs | 2016-10-09 | 1 | -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 ↵ | zotlabs | 2016-10-09 | 10 | -39/+39 |
| | | | | queries | ||||
* | remove more backquotes | zotlabs | 2016-10-09 | 3 | -70/+70 |
| | |||||
* | don't show diaspora protocol info in the hcard if the diaspora protocol is ↵ | zotlabs | 2016-10-08 | 1 | -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 time | redmatrix | 2016-10-06 | 1 | -1/+15 |
| | |||||
* | new hook bbcode_filter | redmatrix | 2016-10-05 | 1 | -0/+3 |
| | |||||
* | even more backslashes | redmatrix | 2016-10-03 | 3 | -62/+62 |
| | |||||
* | wrong resource (attach_change_permissions()) | redmatrix | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | add some more stuff to admin/account_edit (service class, language, and ↵ | redmatrix | 2016-10-03 | 2 | -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) | redmatrix | 2016-10-01 | 1 | -2/+13 |
| | |||||
* | change hook name and return results | redmatrix | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | Unify the various mail sending instance to enotify::send() and z_mail(). ↵ | redmatrix | 2016-10-01 | 2 | -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 continued | redmatrix | 2016-09-30 | 1 | -4/+4 |
| | |||||
* | add another hook | redmatrix | 2016-09-29 | 1 | -1/+1 |
| | |||||
* | issue #170 | redmatrix | 2016-09-29 | 2 | -3/+3 |
| | |||||
* | change notify param | redmatrix | 2016-09-29 | 1 | -1/+3 |
| | |||||
* | issue #538 continued | redmatrix | 2016-09-29 | 3 | -6/+6 |
| | |||||
* | issue #519 continued | redmatrix | 2016-09-28 | 1 | -1/+4 |
| | |||||
* | file clone sync issue, 1. channel permission import had no uid, 2. ↵ | redmatrix | 2016-09-28 | 1 | -1/+4 |
| | | | | mod_getfile was sending attach['data'] instead of attach['content'] | ||||
* | fix dbescdate() | Mario Vavti | 2016-09-28 | 1 | -3/+3 |
| | |||||
* | apply the same fix to our own DB as we did for hubzilla master and redmatrix. | redmatrix | 2016-09-26 | 1 | -0/+3 |
| | |||||
* | Merge branch 'nulldate' into dev | redmatrix | 2016-09-26 | 9 | -33/+39 |
|\ | |||||
| * | next wave of nulldate fixes | redmatrix | 2016-09-26 | 2 | -16/+15 |
| | | |||||
| * | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 8 | -17/+17 |
| | | |||||
| * | function to check for different values of NULL_DATE for backward compatibility | redmatrix | 2016-09-21 | 1 | -0/+7 |
| | | |||||
* | | allow a site to over-ride the help table-of-contents files | redmatrix | 2016-09-26 | 2 | -3/+10 |
| | | |||||
* | | missing categories in preview mode | redmatrix | 2016-09-26 | 1 | -4/+2 |
| | | |||||
* | | subtle indicator of your own response verb activity | redmatrix | 2016-09-25 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-09-24 | 1 | -2/+18 |
|\ \ | |||||
| * | | fix issue #528 | Mario Vavti | 2016-09-24 | 1 | -2/+18 |
| | | | |||||
* | | | convert oembed tools to use json arrays rather than json objects | redmatrix | 2016-09-24 | 2 | -31/+34 |
|/ / | |||||
* | | attach sql issue | redmatrix | 2016-09-23 | 1 | -1/+1 |
| | |