aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-252-1/+2
|
* put all dns checking into one function, allow it to be ignoredzotlabs2016-10-251-2/+1
|
* first cut at edit activitieszotlabs2016-10-251-0/+2
|
* profile photo issue on postgreszotlabs2016-10-231-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-231-0/+30
|\
| * Merge pull request #565 from anaqreon/wiki-downloadzotlabs2016-10-231-0/+30
| |\ | | | | | | Add wiki download button to export the selected wiki repo to a zip file
| | * Add wiki download button to export the selected wiki repo to a zip fileAndrew Manning2016-10-221-0/+30
| | |
* | | need to perform dbunescbin on stored filenames as well as binary data - this ↵zotlabs2016-10-233-5/+5
|/ / | | | | | | is a no-op under mysql but could provide unpredictable data under postgres
* / provide lockstate for events and remove obsolete codeMario Vavti2016-10-221-5/+2
|/
* Merge pull request #563 from ilu33/devzotlabs2016-10-221-1/+1
|\ | | | | Postgres complaining again ...
| * Postgres complaining again ...ilu332016-10-221-1/+1
| | | | | | | | | | | | | | | | ```sql UPDATE abook SET abook_profile = (SELECT profile_guid AS FROM profile WHERE is_default = 1 AND uid = 13 LIMIT 1) WHERE abook_profile = '' AND abook_channel = 13 ; returned false ERROR: syntax error at or near "profile" LINE 1: ... SET abook_profile = (SELECT profile_guid AS FROM profile WH... ^ ```
* | squash timezone adjusted birthdays into a single day in the calendar, by ↵zotlabs2016-10-211-0/+6
|/ | | | lying and telling the js calendar that the end date/time is unknown
* full revert, that wasn't working at all. Not sure why.zotlabs2016-10-211-3/+1
|
* partial revertzotlabs2016-10-211-3/+2
|
* fine tune the navbar people autocomplete, as the check for minimum length ↵zotlabs2016-10-211-1/+4
| | | | wasn't taking into consideration the initial tag character, and one char search provides way too many results. The autocomplete cache doesn't search again but just searches through its cache. This means as you type more chars, if the answer wasn't included in the very first search (one char), it won't be returned. This may need further tweaking as the network grows.
* remove requirement that imported profile photos be in the profile photos albumzotlabs2016-10-181-1/+1
|
* Change the behaviour of 'use existing photo for profile'. For a channel with ↵zotlabs2016-10-181-11/+31
| | | | one profile, works just as it did previously. For multiple profiles, go back to the "upload form" but with a pre-existing file selected so that the correct profile can be selected. The text on this page and the resulting form are changed to remove the 'upload' text and file selection; but falls through to cropping in either case.
* change event behaviour - share by default.zotlabs2016-10-181-2/+4
|
* [FEATURE] Add config and use composer autoloader.Klaus Weidenbach2016-10-181-4/+0
| | | | | | | | | | | | | We use composer already to install SabreDAV. Include config composer.(json|lock) to install and manage more dependencies in future. Also provide PSR-4 autoloading for our namespaced classes, e.g. "Zotlabs\". To regenerate autoloader maps use: $ composer install --optimize-autoloader --no-dev We could also remove the whole vendor/ folder from our repository, but that would need changes in deployment and how to install hubs and needs more discussion first.
* add get_photo hook to go along with get_profile_photo hook. This allows a ↵zotlabs2016-10-171-11/+12
| | | | plugin to over-ride the permissions for cover photos or insert a different photo in place of that requested
* rename diaspora2bb() to markdown_to_bb() to reflect that is has a more ↵zotlabs2016-10-161-1/+1
| | | | generic use
* remove loggingzotlabs2016-10-141-1/+1
|
* permissions issuezotlabs2016-10-141-2/+2
|
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-1313-711/+658
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* additional array checkingzotlabs2016-10-131-7/+1
|
* 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.
* 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-0310-233/+123
|
* 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-033-6/+6
|
* add some more stuff to admin/account_edit (service class, language, and ↵redmatrix2016-10-032-9/+21
| | | | 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/+2
|
* Unify the various mail sending instance to enotify::send() and z_mail(). ↵redmatrix2016-10-012-28/+34
| | | | 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
|
* more tag filtering in setupredmatrix2016-09-291-11/+11
|
* issue #538 continuedredmatrix2016-09-292-2/+2
|