Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :construction_worker::white_check_mark::bug: Import table structure in TravisCI. | Klaus Weidenbach | 2017-05-06 | 1 | -1/+1 |
| | | | | | Fix a syntax error in schema_postres.sql which was discovered while working on this. | ||||
* | abook_not_here flag created to indicate singleton connections which are ↵ | zotlabs | 2017-05-03 | 3 | -1/+14 |
| | | | | 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. | ||||
* | Update INSTALL.txt | Andrew Manning | 2017-05-03 | 1 | -1/+1 |
| | | | The webpage element portation tools need the zip extension, such as the `php7.0-zip` package on Debian. | ||||
* | issues from hubzilla:#737 | zotlabs | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | database support for client side e2ee for private mail | zotlabs | 2017-04-25 | 3 | -1/+16 |
| | |||||
* | typo | zotlabs | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-19 | 1 | -1/+1 |
| | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | ||||
* | typo | zotlabs | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-12 | 3 | -2/+17 |
| | | | | 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 | 3 | -2/+23 |
| | | | | | | | | 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 | 3 | -1/+14 |
| | |||||
* | issue #446 apps usability - disable app if attached to a plugin that is ↵ | zotlabs | 2016-12-14 | 3 | -3/+15 |
| | | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane. | ||||
* | api function item/new renamed to item/store as that more closely reflects ↵ | zotlabs | 2016-12-02 | 1 | -24/+51 |
| | | | | | | its purpose. It can also be used to store an edit of an existing item. I believe this is a reasonably safe change at this time as I don't believe there is any software currently making use of this call - instead using the Twitter API which is now a plugin. Also some work to make the install documentation agnostic to project name variations. This is not yet complete. | ||||
* | db update required for Zot2 | zotlabs | 2016-11-22 | 3 | -1/+12 |
| | |||||
* | update setup and install documents for PDO and the freebsd issue with | zotlabs | 2016-10-27 | 1 | -4/+28 |
| | | | | dns_get_record() | ||||
* | 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 | 3 | -3/+16 |
| | |||||
* | issue #536, path to nginx and lighttpd config scripts was wrong | redmatrix | 2016-09-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'nulldate' into dev | redmatrix | 2016-09-26 | 2 | -102/+102 |
|\ | |||||
| * | next wave of nulldate fixes | redmatrix | 2016-09-26 | 2 | -102/+102 |
| | | |||||
* | | issue #523 | redmatrix | 2016-09-22 | 2 | -2/+2 |
|/ | |||||
* | issue #521, add 'map' extension to files served natively by nginx without ↵ | redmatrix | 2016-09-21 | 1 | -1/+1 |
| | | | | using the project controller | ||||
* | fix #514 | Mario Vavti | 2016-09-15 | 1 | -1/+1 |
| | |||||
* | issue #511, postgres schema issues | redmatrix | 2016-09-09 | 1 | -2/+2 |
| | |||||
* | provide version info in /pubsites | redmatrix | 2016-09-07 | 3 | -1/+11 |
| | |||||
* | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 1 | -1/+8 |
| | | | | other roles. | ||||
* | change default server role | redmatrix | 2016-08-22 | 1 | -2/+2 |
| | |||||
* | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 1 | -2/+8 |
| | |||||
* | more perms work (a lot more) | redmatrix | 2016-07-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-17 | 4 | -67/+77 |
|\ | |||||
| * | missing brace | redmatrix | 2016-07-14 | 1 | -1/+1 |
| | | |||||
| * | schema updates for zot access tokens | redmatrix | 2016-07-14 | 3 | -1/+76 |
| | | |||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-12 | 2 | -2/+2 |
|\| | |||||
| * | the abconfig defaults weren't changed in the schema files when they were ↵ | redmatrix | 2016-07-12 | 2 | -2/+2 |
| | | | | | | | | changed in the code | ||||
* | | more work on perms | redmatrix | 2016-07-09 | 2 | -36/+36 |
| | | |||||
* | | revise how we store perm_limits | redmatrix | 2016-07-07 | 4 | -69/+17 |
| | | |||||
* | | some perms fixes to stuff that was already written before I move on | redmatrix | 2016-07-04 | 3 | -36/+48 |
| | | |||||
* | | make permissionlimits into a class | redmatrix | 2016-07-03 | 1 | -8/+0 |
| | | |||||
* | | more work on x permissions | redmatrix | 2016-07-03 | 3 | -0/+139 |
|/ | |||||
* | typos | Habeas Codice | 2016-06-27 | 1 | -3/+3 |
| | |||||
* | db update for abconfig transition | redmatrix | 2016-06-23 | 3 | -3/+39 |
| | |||||
* | schema changes needed for the caldav client bit | redmatrix | 2016-06-18 | 3 | -6/+104 |
| | |||||
* | 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 | 3 | -46/+114 |
| | | | | 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. |