aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
Commit message (Collapse)AuthorAgeFilesLines
* :bulb: correct some Doxygen syntax mistakes.Klaus Weidenbach2017-05-051-56/+74
|
* backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-121-1/+5
| | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
* missing closing bracket and semicolonMario Vavti2017-03-291-0/+1
|
* create channel_store_lowlevel()Mario Vavti2017-03-291-20/+56
|
* code_allowed is a real mess. Start the cleanup by remving the account level ↵zotlabs2017-03-291-0/+17
| | | | code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource.
* remove include/widgets.phpzotlabs2017-03-291-6/+1
|
* more work on profile vcards - still a lot of work to gozotlabs2017-02-231-1/+1
|
* move some functions to more appropriate placeszotlabs2017-02-231-1/+206
|
* use head_add_link() for feed discoveryzotlabs2017-02-211-3/+1
|
* more work on permcats and consolidating calls that try to discover connect ↵zotlabs2017-02-091-21/+78
| | | | permissions, also create lowlevel store functions for abook and profile - since these currently may have issues with sql strict mode.
* default to manual conversation updatesMario Vavti2017-02-071-1/+3
|
* superfluous whitespace cleanupzotlabs2017-01-311-1/+1
|
* channel export - use a selected list of functional data categories to ↵zotlabs2017-01-311-162/+226
| | | | export; this allows one to export single data sets instead of always exporting everything we know about
* consolidate hubloc storagezotlabs2017-01-301-14/+15
|
* provide lowlevel xchan storage function to ensure that all non-null rows are ↵zotlabs2017-01-281-17/+19
| | | | initialised
* put login form into the nav bar. Proof of concept - needs a bit of UI tweaks.zotlabs2017-01-231-0/+14
|
* basic support for clone syncing of wikis and wiki pagesHubzilla2017-01-221-0/+11
|
* vcard export from profilezotlabs2017-01-151-0/+4
|
* default cover photo support.zotlabs2017-01-121-5/+18
|
* call zidify_links() when formatting bbcode for internal consumptionzotlabs2016-12-191-1/+1
|
* export issuezotlabs2016-11-161-1/+1
|
* move all the zid related stuff to one filezotlabs2016-11-131-54/+0
|
* Some minor tweaks to zotsh.py, document that it needs the twitter_api plugin ↵zotlabs2016-11-101-2/+2
| | | | on the first hop since we no longer provide the twitter api by default
* deprecate/remove get_channel_by_nick() which is just a less generalised ↵zotlabs2016-11-081-8/+1
| | | | variant of channelx_by_nick()
* provide /locs link on settings page if there is more than one hubloc for ↵zotlabs2016-11-051-1/+1
| | | | this channnel *that isn't deleted*.
* convert manual page updates to a display setting instead of a featurezotlabs2016-11-021-0/+11
|
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-81/+106
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-091-2/+2
| | | | queries
* don't show diaspora protocol info in the hcard if the diaspora protocol is ↵zotlabs2016-10-081-14/+21
| | | | not installed. This really needs to be moved to the plugin but this was a quick fix.
* null_date conversion; phase 1redmatrix2016-09-251-1/+1
|
* finish the channel_reddress() conversionredmatrix2016-09-211-6/+6
|
* some changes merged from wrong branch... new function channel_reddress() ↵redmatrix2016-09-171-0/+5
| | | | instead of hardwired generation and which fixes case-sensitivity; allow dot notation in config and pconfig utils, updated string file
* custom/expert permissions bugredmatrix2016-09-061-3/+14
|
* ratings are gone. They can be enabled, but there is no UI for doing so at ↵redmatrix2016-08-251-2/+2
| | | | this time; and will likely only be available in a 'pro' configuration once the new implementation details have been hashed out. This appears to require a mechanism for rebuttal before it can again be opened to the public. There are also some synchronisation issues to contend with; as ratings are currently only distributed to active directory servers. There is no reliable mechanism for a new directory server to fetch existing ratings.
* make zid() do the right things when confronted with url fragmentsredmatrix2016-08-211-0/+10
|
* don't set session theme unless logged in.redmatrix2016-08-161-1/+1
|
* diaspora vcard updatesredmatrix2016-08-071-0/+1
|
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-8/+0
|
* add a few more path macros to portable menu elements (channelurl, pageurl, ↵redmatrix2016-07-311-10/+1
| | | | storeurl and baseurl)
* missing sredmatrix2016-07-261-1/+1
|
* zat URL auth updated to match changes to the atoken_login interfaceredmatrix2016-07-211-1/+2
|
* another couple of minor perms fixesredmatrix2016-07-191-3/+5
|
* yet more grungy perms work.redmatrix2016-07-191-37/+36
|
* more perms work (a lot more)redmatrix2016-07-181-2/+15
|
* more perms workredmatrix2016-07-181-0/+1
|
* export/import channel permissionsredmatrix2016-07-171-1/+3
|
* Merge branch 'dev' into permsredmatrix2016-07-171-2/+23
|\
| * more ZAT workredmatrix2016-07-141-2/+23
| |
* | more perms workredmatrix2016-07-131-3/+3
|/
* identity_export_year() was a bit short-sighted. We really require arbitrary ↵redmatrix2016-06-281-0/+38
| | | | date ranges. A new function was created to tackle this - channel_export_items() which takes a channel, and a start and finish date. Finish date will default to "now" if not set. Will be working this into the interface under a module named "export_items" which will correspond closely to the existing "import_items" module you'll need to do the reverse operation. Will also make it available via the API. Once that is complete, I anticipate removing identity_export_year() as it will then be somewhat redundant, and modifying the documentation on the channel export page accordingly. Note: the function works strictly in GMT so an interface would need to convert from channel local time.