aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵zotlabs2016-10-122-16/+16
| | | | which is driver dependent
* some more api workzotlabs2016-10-121-8/+8
|
* When importing a channel from another server, try to auto-discover the best ↵zotlabs2016-10-111-10/+14
| | | | available api path.
* don't expire posts before 2001zotlabs2016-10-101-2/+1
|
* since the snap module runs without permissions controls, verify the logged ↵zotlabs2016-10-091-0/+9
| | | | in channel matches the requested cloud path
* snap dav module is currently read-only. error out on any request methods ↵zotlabs2016-10-091-0/+3
| | | | which can alter data.
* provide a DAV module which accesses the raw data storage for a channel. ↵zotlabs2016-10-091-0/+93
| | | | 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-0920-28/+27
| | | | queries
* 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 ↵redmatrix2016-10-031-3/+5
| | | | and it's on your wall.
* start removing db backticksredmatrix2016-10-036-13/+13
|
* add some more stuff to admin/account_edit (service class, language, and ↵redmatrix2016-10-033-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 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(). ↵redmatrix2016-10-013-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 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
| | | | | | | | Replaced some deprecated functions from Sabre's URLUtil class.
* | issue #538 continuedredmatrix2016-09-292-2/+2
|/
* Bring the saved search feature in line with the spec, and publish the ↵redmatrix2016-09-281-38/+57
| | | | feature spec.
* file clone sync issue, 1. channel permission import had no uid, 2. ↵redmatrix2016-09-281-13/+14
| | | | mod_getfile was sending attach['data'] instead of attach['content']
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-283-3/+4
|\
| * fix wrong array key for profile photo resloutionMario Vavti2016-09-281-1/+1
| |
| * fix with update with /channel?f=&mid=hash issue #461Mario Vavti2016-09-282-2/+3
| |
* | issue #537 - angle bracket characters in DB password not recognisedredmatrix2016-09-281-18/+18
|/
* make the fetching of the default profile photo hookable, and document the hookredmatrix2016-09-271-17/+31
|
* Merge branch 'nulldate' into devredmatrix2016-09-2610-14/+14
|\
| * null_date conversion; phase 1redmatrix2016-09-2510-14/+14
| |
* | remove the now useless url fragments from notification linksredmatrix2016-09-251-4/+1
| |
* | autoscroll to target post/comment when in single-thread mode; don't ↵redmatrix2016-09-251-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 activityredmatrix2016-09-251-0/+6
| |
* | more infrastructure for notification auto-scroll to commentredmatrix2016-09-241-2/+5
| |
* | also allow notification scroll on conversation page notifications (network ↵redmatrix2016-09-241-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. ↵redmatrix2016-09-243-1/+9
| | | | | | | | We still need an ajax handler as fragments are evaluated before content is loaded.