aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Impel.php
Commit message (Collapse)AuthorAgeFilesLines
* add item.uuid to relevant placeszotlabs2018-11-151-3/+5
|
* pagetitle lost importing a pdl element from conversationzotlabs2017-12-031-0/+2
|
* code_allowed is a real mess. Start the cleanup by remving the account level ↵zotlabs2017-03-131-12/+2
| | | | 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.
* /storeurl/cloudurl/redmatrix2016-08-011-1/+1
|
* add a few more path macros to portable menu elements (channelurl, pageurl, ↵redmatrix2016-07-311-0/+4
| | | | storeurl and baseurl)
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-17/+9
| | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
* a bit more namespace wranglingredmatrix2016-04-181-1/+1
|
* module updatesredmatrix2016-04-181-0/+207