aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* another fix to readmore.js and update patch fileMario Vavti2016-10-102-3/+21
|
* fix readmorejs collapsing on scrolldirection change in mobile browsersMario Vavti2016-10-101-1/+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 better explanation of server_roles in the config templatezotlabs2016-10-091-2/+3
|
* provide a DAV module which accesses the raw data storage for a channel. ↵zotlabs2016-10-092-3/+109
| | | | 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-0930-67/+66
| | | | queries
* remove more backquoteszotlabs2016-10-093-70/+70
|
* don't show diaspora protocol info in the hcard if the diaspora protocol is ↵zotlabs2016-10-082-14/+22
| | | | not installed. This really needs to be moved to the plugin but this was a quick fix.
* add oauth2/oidc libzotlabs2016-10-07121-0/+14970
|
* merge usermenu and caret when using proredmatrix2016-10-061-0/+7
|
* try naked embed before submission instead of at render timeredmatrix2016-10-062-1/+19
|
* new hook bbcode_filterredmatrix2016-10-051-0/+3
|
* update hook documentationredmatrix2016-10-053-1/+16
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-10-0514-19074/+19504
|\
| * Updating strings for it, nl and es.jeroenpraat2016-10-056-19029/+19366
| |
| * bugfixrelease fullcalendar-3.0.1Mario Vavti2016-10-058-45/+138
| |
* | 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-038-77/+77
|
* 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
|
* wrong resource (attach_change_permissions())redmatrix2016-10-031-1/+1
|
* add some more stuff to admin/account_edit (service class, language, and ↵redmatrix2016-10-038-45/+145
| | | | 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
|
* update changelogMario Vavti2016-10-031-1/+2
|
* another missing backslashMario Vavti2016-10-021-1/+1
|
* missing backslashMario Vavti2016-10-021-1/+1
|
* update changelogMario Vavti2016-10-021-3/+12
|
* sync cloud storage permission changes (issue #538 continued)redmatrix2016-10-012-4/+15
|
* update versionredmatrix2016-10-011-1/+1
|
* change hook name and return resultsredmatrix2016-10-012-3/+3
|
* Unify the various mail sending instance to enotify::send() and z_mail(). ↵redmatrix2016-10-016-4123/+4220
| | | | 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-303-2/+80
|
* issue #538 continuedredmatrix2016-09-302-7/+7
|
* add another hookredmatrix2016-09-292-1/+12
|
* issue #127redmatrix2016-09-291-9/+9
|
* issue #170redmatrix2016-09-292-3/+3
|
* more tag filtering in setupredmatrix2016-09-291-11/+11
|
* change notify paramredmatrix2016-09-292-2/+7
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-296-92/+80
|\
| * Merge pull request #540 from dawnbreak/zotdavzotlabs2016-09-302-71/+48
| |\ | | | | | | [TASK] Replace deprecated Sabre functions.
| | * [TASK] Replace deprecated Sabre functions.Klaus Weidenbach2016-09-292-71/+48
| |/ | | | | | | Replaced some deprecated functions from Sabre's URLUtil class.
| * std_version bump due to js and css changesMario Vavti2016-09-291-1/+1
| |
| * omit autoscrolling to toplevel itemsMario Vavti2016-09-291-1/+1
| |
| * highlight the displayed mid and css fixesMario Vavti2016-09-293-17/+27
| |
| * fixes for make scroll to mid work properly with collapsed threads: unhide ↵Mario Vavti2016-09-291-2/+3
| | | | | | | | the hidden items before scrolling to it, slideDown() is to slow - we must use show() here)