Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | abook_not_here flag created to indicate singleton connections which are ↵ | zotlabs | 2017-05-03 | 1 | -1/+10 |
| | | | | connected to this channel but not on this hub. abook_instance enumerates which hubs the connections is valid, but we ultimately need something more efficiently searchable to decide what operations are supported w/r/t this connection in the context of this hub. This flag is ignored during sync to clones although the code to set it correctly during channel creation, import, and sync has not yet been implemented. | ||||
* | issues from hubzilla:#737 | zotlabs | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | database support for client side e2ee for private mail | zotlabs | 2017-04-25 | 1 | -1/+12 |
| | |||||
* | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-12 | 1 | -1/+12 |
| | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | ||||
* | move emoji emoticons (not reactions) to plugin | zotlabs | 2017-03-05 | 1 | -1/+2 |
| | |||||
* | Alter the queue so that each queue item stores the scheduled time of the ↵ | zotlabs | 2017-01-29 | 1 | -2/+19 |
| | | | | | | | | next delivery. This keeps the query for queued items simple. We no longer group by posturl; as the queue update function will only keep one item per destination scheduled for shorter term processing. Others (multiple queued items for a single destination) will be scheduled for delivery far into the future and only delivered if the hub responds to the "active" or short term queue item. | ||||
* | more vcard work | zotlabs | 2016-12-21 | 1 | -1/+12 |
| | |||||
* | issue #446 apps usability - disable app if attached to a plugin that is ↵ | zotlabs | 2016-12-14 | 1 | -1/+10 |
| | | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane. | ||||
* | db update required for Zot2 | zotlabs | 2016-11-22 | 1 | -1/+10 |
| | |||||
* | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵ | Florian Steinel | 2016-10-27 | 1 | -2/+2 |
| | | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 ) | ||||
* | if we have to go through this contortion every time we change a DB column ↵ | zotlabs | 2016-10-17 | 1 | -1/+4 |
| | | | | from unsigned to signed... | ||||
* | "alter table alter" has completely different rules between postgres and mysql | zotlabs | 2016-10-17 | 1 | -1/+7 |
| | |||||
* | issue #550 | zotlabs | 2016-10-16 | 1 | -1/+1 |
| | |||||
* | minor | zotlabs | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | allow hooks to have negative priority | zotlabs | 2016-10-12 | 1 | -1/+11 |
| | |||||
* | Merge branch 'nulldate' into dev | redmatrix | 2016-09-26 | 1 | -38/+38 |
|\ | |||||
| * | next wave of nulldate fixes | redmatrix | 2016-09-26 | 1 | -38/+38 |
| | | |||||
* | | issue #523 | redmatrix | 2016-09-22 | 1 | -1/+1 |
|/ | |||||
* | provide version info in /pubsites | redmatrix | 2016-09-07 | 1 | -1/+9 |
| | |||||
* | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 1 | -1/+8 |
| | | | | other roles. | ||||
* | more perms work (a lot more) | redmatrix | 2016-07-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-17 | 1 | -4/+45 |
|\ | |||||
| * | missing brace | redmatrix | 2016-07-14 | 1 | -1/+1 |
| | | |||||
| * | schema updates for zot access tokens | redmatrix | 2016-07-14 | 1 | -1/+44 |
| | | |||||
* | | more work on perms | redmatrix | 2016-07-09 | 1 | -1/+1 |
| | | |||||
* | | revise how we store perm_limits | redmatrix | 2016-07-07 | 1 | -31/+1 |
| | | |||||
* | | some perms fixes to stuff that was already written before I move on | redmatrix | 2016-07-04 | 1 | -1/+2 |
| | | |||||
* | | more work on x permissions | redmatrix | 2016-07-03 | 1 | -0/+55 |
|/ | |||||
* | db update for abconfig transition | redmatrix | 2016-06-23 | 1 | -1/+37 |
| | |||||
* | schema changes needed for the caldav client bit | redmatrix | 2016-06-18 | 1 | -2/+60 |
| | |||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -1/+14 |
| | | | | 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. | ||||
* | check all return values | redmatrix | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -1/+69 |
| | | | | 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 | -2/+24 |
| | |||||
* | more removal of reserved words from DB schemas | redmatrix | 2016-05-31 | 1 | -1/+18 |
| | |||||
* | remove unused tables | redmatrix | 2016-05-30 | 1 | -1/+16 |
| | |||||
* | start removing reserved words from database column names (this run: addon ↵ | redmatrix | 2016-05-30 | 1 | -1/+19 |
| | | | | and hook) | ||||
* | allow objs to represent inventory | redmatrix | 2016-05-27 | 1 | -1/+18 |
| | |||||
* | some preliminary structural work for app organisation | redmatrix | 2016-05-03 | 1 | -1/+18 |
| | |||||
* | db schema change to add tags to content sources | redmatrix | 2016-05-01 | 1 | -1/+10 |
| | |||||
* | new hook interface (the old one still works but requires handlers to have ↵ | redmatrix | 2016-04-21 | 1 | -1/+14 |
| | | | | two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts. | ||||
* | abconfig | redmatrix | 2016-02-29 | 1 | -2/+41 |
| | |||||
* | schema change to support channel move (a completely different operation than ↵ | redmatrix | 2016-02-24 | 1 | -1/+16 |
| | | | | channel clone) | ||||
* | iconfig - add sharing variable | redmatrix | 2016-02-18 | 1 | -2/+12 |
| | |||||
* | schema updates for iconfig | redmatrix | 2016-02-17 | 1 | -1/+38 |
| | |||||
* | update error | redmatrix | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | move the instance stuff to abook where it belongs | redmatrix | 2015-12-05 | 1 | -1/+8 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-11-06 | 1 | -1/+19 |
|\ | | | | | | | | | | | Conflicts: boot.php install/update.php | ||||
| * | rev update | redmatrix | 2015-11-06 | 1 | -1/+5 |
| | | |||||
* | | fix path for attachments using os_storage uploaded through attach_store | redmatrix | 2015-11-04 | 1 | -2/+2 |
| | |