Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | more db column renames | redmatrix | 2016-05-31 | 3 | -15/+38 |
| | |||||
* | more removal of reserved words from DB schemas | redmatrix | 2016-05-31 | 3 | -15/+32 |
| | |||||
* | remove unused tables | redmatrix | 2016-05-30 | 3 | -140/+16 |
| | |||||
* | start removing reserved words from database column names (this run: addon ↵ | redmatrix | 2016-05-30 | 3 | -9/+27 |
| | | | | and hook) | ||||
* | fix remote_channel(), update php minversion requirement | redmatrix | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | allow objs to represent inventory | redmatrix | 2016-05-27 | 3 | -1/+22 |
| | |||||
* | consolidate all the sys_boot functionality that is common between the web ↵ | redmatrix | 2016-05-26 | 1 | -2/+2 |
| | | | | server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so. | ||||
* | kill off mcrypt | redmatrix | 2016-05-26 | 1 | -4/+3 |
| | |||||
* | update the installation text for the cron setup | redmatrix | 2016-05-19 | 1 | -4/+4 |
| | |||||
* | some preliminary structural work for app organisation | redmatrix | 2016-05-03 | 3 | -1/+26 |
| | |||||
* | db schema change to add tags to content sources | redmatrix | 2016-05-01 | 3 | -2/+13 |
| | |||||
* | new hook interface (the old one still works but requires handlers to have ↵ | redmatrix | 2016-04-21 | 3 | -2/+19 |
| | | | | 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. | ||||
* | log if the session handler fails and surface the ssl_cookie config setting | redmatrix | 2016-04-08 | 1 | -0/+1 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 2 | -13/+13 |
| | |||||
* | some minor cleanups | redmatrix | 2016-03-10 | 1 | -1/+2 |
| | |||||
* | fix typo in postgres schema | Peter Hormanns | 2016-03-01 | 1 | -1/+1 |
| | |||||
* | abconfig | redmatrix | 2016-02-29 | 3 | -2/+68 |
| | |||||
* | schema change to support channel move (a completely different operation than ↵ | redmatrix | 2016-02-24 | 3 | -2/+21 |
| | | | | channel clone) | ||||
* | Remove stray comma | Bob Mottram | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | iconfig - add sharing variable | redmatrix | 2016-02-18 | 3 | -3/+17 |
| | |||||
* | schema updates for iconfig | redmatrix | 2016-02-17 | 3 | -1/+62 |
| | |||||
* | don't confuse people with matrix | Jeroen van Riet Paap | 2016-02-12 | 1 | -3/+3 |
| | |||||
* | make yet another recommended security header optional - this time because of ↵ | redmatrix | 2016-02-08 | 1 | -0/+9 |
| | | | | piwik. Personally I think if you want to track people you really don't understand this project and its history, but whatever.... | ||||
* | initial uno config | redmatrix | 2016-02-04 | 1 | -0/+2 |
| | |||||
* | no trailing slash | Jeroen van Riet Paap | 2016-01-27 | 1 | -1/+1 |
| | | | it will break your system | ||||
* | provide mechanism for custom .well-known handlers and static files (e.g. for ↵ | redmatrix | 2016-01-22 | 1 | -0/+8 |
| | | | | letsencypt ownership verification). Document that if you create a .well-known directory to validate a letsencrypt cert you need to remove it before installing hubzilla. We probably need a check for this in the install checklist. | ||||
* | add db_type to sample htconfig | redmatrix | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | cleanup text in INSTALL.txt | redmatrix | 2016-01-12 | 1 | -13/+25 |
| | |||||
* | remove deprecated table | redmatrix | 2015-12-15 | 2 | -18/+0 |
| | |||||
* | Typos | jeroenpraat | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | That script is taken from someone else without any contribution ↵ | jeroenpraat | 2015-12-12 | 1 | -14/+3 |
| | | | | (http://blog.strictly-software.com/2013/07/apache-performance-tuning-bash-script.html). Also the English is very bad. Anyway, I've replaced it with some general tips that all web admins should know. |