Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Update INSTALL.txt | royalterra | 2015-12-11 | 1 | -0/+1 |
| | | | Add Link to ApacheTune for configure mod Prefork | ||||
* | Update INSTALL.txt | royalterra | 2015-12-11 | 1 | -0/+15 |
| | |||||
* | update error | redmatrix | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | move the instance stuff to abook where it belongs | redmatrix | 2015-12-05 | 3 | -1/+10 |
| | |||||
* | added info about Apache settings to avoid Apache running wild | zottel | 2015-11-27 | 1 | -0/+41 |
| | |||||
* | small fixes, removed old unused database row, and log more prominently a ↵ | redmatrix | 2015-11-12 | 1 | -1/+0 |
| | | | | missing directory server URL | ||||
* | updates to Postgres schema | Waitman Gobble | 2015-11-11 | 1 | -7/+7 |
| | |||||
* | 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 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-11-04 | 1 | -1/+16 |
|\| | | | | | | | | | Conflicts: install/update.php | ||||
| * | dummy update | redmatrix | 2015-11-04 | 1 | -1/+5 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-19 | 3 | -2/+16 |
|\| | | | | | | | | | | | | | | | | | Conflicts: include/zot.php install/schema_mysql.sql install/schema_postgres.sql install/update.php mod/zfinger.php | ||||
| * | add the project name to site info packet | redmatrix | 2015-10-19 | 3 | -2/+16 |
| | | |||||
* | | change setup defaults to 127.0.0.1 instead of localhost for DB server, add ↵ | redmatrix | 2015-10-16 | 1 | -1/+6 |
| | | | | | | | | documentation to the INSTALL.txt explaining the choice. | ||||
* | | mail sync/migrate continued; also abstract delivery loop to make it ↵ | redmatrix | 2015-10-15 | 3 | -1/+22 |
| | | | | | | | | re-usable, change refresh_all to use delivery loop. | ||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-15 | 1 | -1/+6 |
|\| | | | | | | | | | Conflicts: install/update.php | ||||
| * | dummy update | redmatrix | 2015-10-15 | 1 | -1/+5 |
| | | |||||
* | | resolve conflicts | redmatrix | 2015-09-28 | 1 | -3/+0 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-28 | 1 | -0/+4 |
|\| | |||||
| * | process_delivery: ignore self | redmatrix | 2015-09-28 | 1 | -1/+5 |
| | | |||||
* | | schema support for additional site types | redmatrix | 2015-09-28 | 3 | -2/+15 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-23 | 1 | -1/+2 |
|\| | | | | | | | | | Conflicts: install/update.php | ||||
| * | dummy update | redmatrix | 2015-09-23 | 1 | -1/+5 |
| | | |||||
* | | add vdata field for caldav | redmatrix | 2015-09-23 | 3 | -1/+12 |
| | | |||||
* | | remove dummy update from merge | redmatrix | 2015-09-22 | 1 | -4/+0 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-22 | 1 | -0/+4 |
|\| | |||||
| * | dummy update | redmatrix | 2015-09-22 | 1 | -1/+5 |
| | | |||||
* | | heavy lifting for delivery reports | redmatrix | 2015-09-22 | 3 | -1/+16 |
| | | |||||
* | | DB table for delivery reports | redmatrix | 2015-09-18 | 3 | -1/+86 |
| | |