Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | export issue | zotlabs | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | move all the zid related stuff to one file | zotlabs | 2016-11-13 | 1 | -54/+0 |
| | |||||
* | Some minor tweaks to zotsh.py, document that it needs the twitter_api plugin ↵ | zotlabs | 2016-11-10 | 1 | -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 ↵ | zotlabs | 2016-11-08 | 1 | -8/+1 |
| | | | | variant of channelx_by_nick() | ||||
* | provide /locs link on settings page if there is more than one hubloc for ↵ | zotlabs | 2016-11-05 | 1 | -1/+1 |
| | | | | this channnel *that isn't deleted*. | ||||
* | convert manual page updates to a display setting instead of a feature | zotlabs | 2016-11-02 | 1 | -0/+11 |
| | |||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -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 ↵ | zotlabs | 2016-10-09 | 1 | -2/+2 |
| | | | | queries | ||||
* | don't show diaspora protocol info in the hcard if the diaspora protocol is ↵ | zotlabs | 2016-10-08 | 1 | -14/+21 |
| | | | | not installed. This really needs to be moved to the plugin but this was a quick fix. | ||||
* | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | finish the channel_reddress() conversion | redmatrix | 2016-09-21 | 1 | -6/+6 |
| | |||||
* | some changes merged from wrong branch... new function channel_reddress() ↵ | redmatrix | 2016-09-17 | 1 | -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 bug | redmatrix | 2016-09-06 | 1 | -3/+14 |
| | |||||
* | ratings are gone. They can be enabled, but there is no UI for doing so at ↵ | redmatrix | 2016-08-25 | 1 | -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 fragments | redmatrix | 2016-08-21 | 1 | -0/+10 |
| | |||||
* | don't set session theme unless logged in. | redmatrix | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | diaspora vcard updates | redmatrix | 2016-08-07 | 1 | -0/+1 |
| | |||||
* | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 1 | -8/+0 |
| | |||||
* | add a few more path macros to portable menu elements (channelurl, pageurl, ↵ | redmatrix | 2016-07-31 | 1 | -10/+1 |
| | | | | storeurl and baseurl) | ||||
* | missing s | redmatrix | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | zat URL auth updated to match changes to the atoken_login interface | redmatrix | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | another couple of minor perms fixes | redmatrix | 2016-07-19 | 1 | -3/+5 |
| | |||||
* | yet more grungy perms work. | redmatrix | 2016-07-19 | 1 | -37/+36 |
| | |||||
* | more perms work (a lot more) | redmatrix | 2016-07-18 | 1 | -2/+15 |
| | |||||
* | more perms work | redmatrix | 2016-07-18 | 1 | -0/+1 |
| | |||||
* | export/import channel permissions | redmatrix | 2016-07-17 | 1 | -1/+3 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-17 | 1 | -2/+23 |
|\ | |||||
| * | more ZAT work | redmatrix | 2016-07-14 | 1 | -2/+23 |
| | | |||||
* | | more perms work | redmatrix | 2016-07-13 | 1 | -3/+3 |
|/ | |||||
* | identity_export_year() was a bit short-sighted. We really require arbitrary ↵ | redmatrix | 2016-06-28 | 1 | -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. | ||||
* | remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵ | redmatrix | 2016-06-26 | 1 | -2/+1 |
| | | | | which should fix issue #431 | ||||
* | change AbConfig to use channel_id instead of channel_hash; which was a ↵ | redmatrix | 2016-06-23 | 1 | -1/+1 |
| | | | | mistake in retrospect | ||||
* | use the normal html escape for '@' in addresses rather than the high-plane ↵ | redmatrix | 2016-06-22 | 1 | -1/+1 |
| | | | | unicode variant. This makes it copy-able, but not easily scrape-able. | ||||
* | vcard spec changes | redmatrix | 2016-06-21 | 1 | -0/+1 |
| | |||||
* | 1. provide automatic relocation of important links in items that are ↵ | redmatrix | 2016-06-21 | 1 | -1/+7 |
| | | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. 3. item_store and item_store_update now return the item that was stored | ||||
* | the text link to a thing will take you to the local thing page, both as a ↵ | redmatrix | 2016-06-17 | 1 | -0/+1 |
| | | | | link for editing and as a destination in case there is no thing photo. If there's a photo, the photo link will take you to the thing URL. | ||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -20/+1 |
| | | | | 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. | ||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -159/+15 |
| | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. | ||||
* | more db column renames | redmatrix | 2016-05-31 | 1 | -10/+10 |
| | |||||
* | require token signatures in zot_refresh, also move channel specific stuff ↵ | redmatrix | 2016-05-24 | 1 | -0/+23 |
| | | | | into include/channel.php from include/connections.php | ||||
* | turn the oft-repeated block_public ... check into a function ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | observer_prohibited() | ||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -0/+1947 |
(connections.php) |