aboutsummaryrefslogtreecommitdiffstats
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
* always wonder about people who say "do as I say, not as I do..."zotlabs2017-05-143-429/+429
|
* :construction_worker::white_check_mark::bug: Import table structure in TravisCI.Klaus Weidenbach2017-05-061-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 ↵zotlabs2017-05-033-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.txtAndrew Manning2017-05-031-1/+1
| | | The webpage element portation tools need the zip extension, such as the `php7.0-zip` package on Debian.
* issues from hubzilla:#737zotlabs2017-04-271-2/+2
|
* database support for client side e2ee for private mailzotlabs2017-04-253-1/+16
|
* typozotlabs2017-04-191-1/+1
|
* backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-191-1/+1
| | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
* typozotlabs2017-04-121-1/+1
|
* backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-123-2/+17
| | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
* move emoji emoticons (not reactions) to pluginzotlabs2017-03-051-1/+2
|
* Alter the queue so that each queue item stores the scheduled time of the ↵zotlabs2017-01-293-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 workzotlabs2016-12-213-1/+14
|
* issue #446 apps usability - disable app if attached to a plugin that is ↵zotlabs2016-12-143-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 ↵zotlabs2016-12-021-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 Zot2zotlabs2016-11-223-1/+12
|
* update setup and install documents for PDO and the freebsd issue withzotlabs2016-10-271-4/+28
| | | | dns_get_record()
* sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵Florian Steinel2016-10-271-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 ↵zotlabs2016-10-171-1/+4
| | | | from unsigned to signed...
* "alter table alter" has completely different rules between postgres and mysqlzotlabs2016-10-171-1/+7
|
* issue #550zotlabs2016-10-161-1/+1
|
* minorzotlabs2016-10-121-1/+1
|
* allow hooks to have negative priorityzotlabs2016-10-123-3/+16
|
* issue #536, path to nginx and lighttpd config scripts was wrongredmatrix2016-09-271-2/+2
|
* Merge branch 'nulldate' into devredmatrix2016-09-262-102/+102
|\
| * next wave of nulldate fixesredmatrix2016-09-262-102/+102
| |
* | issue #523redmatrix2016-09-222-2/+2
|/
* issue #521, add 'map' extension to files served natively by nginx without ↵redmatrix2016-09-211-1/+1
| | | | using the project controller
* fix #514Mario Vavti2016-09-151-1/+1
|
* issue #511, postgres schema issuesredmatrix2016-09-091-2/+2
|
* provide version info in /pubsitesredmatrix2016-09-073-1/+11
|
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-311-1/+8
| | | | other roles.
* change default server roleredmatrix2016-08-221-2/+2
|
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-2/+8
|
* more perms work (a lot more)redmatrix2016-07-181-0/+1
|
* Merge branch 'dev' into permsredmatrix2016-07-174-67/+77
|\
| * missing braceredmatrix2016-07-141-1/+1
| |
| * schema updates for zot access tokensredmatrix2016-07-143-1/+76
| |
* | Merge branch 'dev' into permsredmatrix2016-07-122-2/+2
|\|
| * the abconfig defaults weren't changed in the schema files when they were ↵redmatrix2016-07-122-2/+2
| | | | | | | | changed in the code
* | more work on permsredmatrix2016-07-092-36/+36
| |
* | revise how we store perm_limitsredmatrix2016-07-074-69/+17
| |
* | some perms fixes to stuff that was already written before I move onredmatrix2016-07-043-36/+48
| |
* | make permissionlimits into a classredmatrix2016-07-031-8/+0
| |
* | more work on x permissionsredmatrix2016-07-033-0/+139
|/
* typosHabeas Codice2016-06-271-3/+3
|
* db update for abconfig transitionredmatrix2016-06-233-3/+39
|
* schema changes needed for the caldav client bitredmatrix2016-06-183-6/+104
|
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-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 valuesredmatrix2016-06-011-1/+1
|