Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 20 | -28/+27 |
| | | | | queries | ||||
* | try naked embed before submission instead of at render time | redmatrix | 2016-10-06 | 1 | -0/+4 |
| | |||||
* | remove obscured @ hack | redmatrix | 2016-10-04 | 1 | -3/+0 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-10-04 | 2 | -3/+2 |
|\ | |||||
| * | feature_enabled() only takes two arguments | Mario Vavti | 2016-10-04 | 2 | -3/+2 |
| | | |||||
* | | remove leftover rating fragment | redmatrix | 2016-10-04 | 1 | -2/+5 |
|/ | |||||
* | even more backslashes | redmatrix | 2016-10-03 | 5 | -15/+15 |
| | |||||
* | more backticks | redmatrix | 2016-10-03 | 11 | -238/+128 |
| | |||||
* | allow delivery report for not just the author, but also if you're the owner ↵ | redmatrix | 2016-10-03 | 1 | -3/+5 |
| | | | | and it's on your wall. | ||||
* | start removing db backticks | redmatrix | 2016-10-03 | 6 | -13/+13 |
| | |||||
* | add some more stuff to admin/account_edit (service class, language, and ↵ | redmatrix | 2016-10-03 | 3 | -9/+42 |
| | | | | 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. | ||||
* | return the email_sent status | redmatrix | 2016-10-03 | 1 | -2/+2 |
| | |||||
* | another missing backslash | Mario Vavti | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | missing backslash | Mario Vavti | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | sync cloud storage permission changes (issue #538 continued) | redmatrix | 2016-10-01 | 1 | -2/+2 |
| | |||||
* | change hook name and return results | redmatrix | 2016-10-01 | 1 | -2/+2 |
| | |||||
* | Unify the various mail sending instance to enotify::send() and z_mail(). ↵ | redmatrix | 2016-10-01 | 3 | -31/+49 |
| | | | | Both take the same arguments. z_mail() is text only, enotify::send() provides html and text. Both are pluggable using the enotfy_send hook. | ||||
* | provide ability for admin to change account password | redmatrix | 2016-09-30 | 1 | -0/+64 |
| | |||||
* | issue #538 continued | redmatrix | 2016-09-30 | 1 | -3/+3 |
| | |||||
* | add another hook | redmatrix | 2016-09-29 | 1 | -0/+11 |
| | |||||
* | issue #127 | redmatrix | 2016-09-29 | 1 | -9/+9 |
| | |||||
* | more tag filtering in setup | redmatrix | 2016-09-29 | 1 | -11/+11 |
| | |||||
* | change notify param | redmatrix | 2016-09-29 | 1 | -1/+4 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-09-29 | 2 | -71/+48 |
|\ | |||||
| * | [TASK] Replace deprecated Sabre functions. | Klaus Weidenbach | 2016-09-29 | 2 | -71/+48 |
| | | | | | | | | Replaced some deprecated functions from Sabre's URLUtil class. | ||||
* | | issue #538 continued | redmatrix | 2016-09-29 | 2 | -2/+2 |
|/ | |||||
* | Bring the saved search feature in line with the spec, and publish the ↵ | redmatrix | 2016-09-28 | 1 | -38/+57 |
| | | | | feature spec. | ||||
* | file clone sync issue, 1. channel permission import had no uid, 2. ↵ | redmatrix | 2016-09-28 | 1 | -13/+14 |
| | | | | mod_getfile was sending attach['data'] instead of attach['content'] | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-09-28 | 3 | -3/+4 |
|\ | |||||
| * | fix wrong array key for profile photo resloution | Mario Vavti | 2016-09-28 | 1 | -1/+1 |
| | | |||||
| * | fix with update with /channel?f=&mid=hash issue #461 | Mario Vavti | 2016-09-28 | 2 | -2/+3 |
| | | |||||
* | | issue #537 - angle bracket characters in DB password not recognised | redmatrix | 2016-09-28 | 1 | -18/+18 |
|/ | |||||
* | make the fetching of the default profile photo hookable, and document the hook | redmatrix | 2016-09-27 | 1 | -17/+31 |
| | |||||
* | Merge branch 'nulldate' into dev | redmatrix | 2016-09-26 | 10 | -14/+14 |
|\ | |||||
| * | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 10 | -14/+14 |
| | | |||||
* | | remove the now useless url fragments from notification links | redmatrix | 2016-09-25 | 1 | -4/+1 |
| | | |||||
* | | autoscroll to target post/comment when in single-thread mode; don't ↵ | redmatrix | 2016-09-25 | 1 | -0/+1 |
| | | | | | | | | interfere with other modes; replaces using a named anchor with a url fragment to reach a particular place in the conversation when content is loaded with ajax. | ||||
* | | subtle indicator of your own response verb activity | redmatrix | 2016-09-25 | 1 | -0/+6 |
| | | |||||
* | | more infrastructure for notification auto-scroll to comment | redmatrix | 2016-09-24 | 1 | -2/+5 |
| | | |||||
* | | also allow notification scroll on conversation page notifications (network ↵ | redmatrix | 2016-09-24 | 1 | -1/+1 |
| | | | | | | | | and home), though we may also need some js to open comments for the thread holding the fragment (as well as the scrollto js). | ||||
* | | the rest of the backend for supporting scroll-to-comment from notifications. ↵ | redmatrix | 2016-09-24 | 3 | -1/+9 |
| | | | | | | | | We still need an ajax handler as fragments are evaluated before content is loaded. | ||||
* | | convert oembed tools to use json arrays rather than json objects | redmatrix | 2016-09-24 | 1 | -1/+1 |
| | | |||||
* | | objects with id=share_container seem to be blacklisted in various security ↵ | Mario Vavti | 2016-09-22 | 1 | -2/+2 |
|/ | | | | browser plugins. rename it to distr_container. also remove some superfluous js | ||||
* | issue #522 - replace && with AND in sql query. | redmatrix | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | finish the channel_reddress() conversion | redmatrix | 2016-09-21 | 2 | -2/+2 |
| | |||||
* | issue #516 | redmatrix | 2016-09-20 | 1 | -65/+58 |
| | |||||
* | fix issue #517 | Mario Vavti | 2016-09-19 | 2 | -2/+2 |
| | |||||
* | a couple more namespace issues with exception handlers | redmatrix | 2016-09-18 | 1 | -1/+1 |
| | |||||
* | couple of minor issues with dba namespace during install and enotify::format ↵ | redmatrix | 2016-09-18 | 2 | -6/+12 |
| | | | | referencing an unknown variable | ||||
* | some changes merged from wrong branch... new function channel_reddress() ↵ | redmatrix | 2016-09-17 | 5 | -8/+8 |
| | | | | instead of hardwired generation and which fixes case-sensitivity; allow dot notation in config and pconfig utils, updated string file |