Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo | zotlabs | 2016-12-04 | 1 | -1/+1 |
| | |||||
* | sql error in fetch conversation | zotlabs | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | advanced crypto restricted by server role | zotlabs | 2016-11-30 | 1 | -0/+3 |
| | |||||
* | zot 1.2 | zotlabs | 2016-11-30 | 1 | -157/+161 |
| | |||||
* | minor re-arrange | zotlabs | 2016-11-28 | 1 | -4/+4 |
| | |||||
* | missing plugins in zot-info | zotlabs | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | db update required for Zot2 | zotlabs | 2016-11-22 | 1 | -4/+8 |
| | |||||
* | wrong function | zotlabs | 2016-11-21 | 1 | -3/+3 |
| | |||||
* | zot: specify crypto method | zotlabs | 2016-11-20 | 1 | -5/+6 |
| | |||||
* | fix a fatal error with incorrect DB object access | zottel | 2016-11-07 | 1 | -2/+2 |
| | |||||
* | issue #553 - negative birthday from directory. This may not completely fix ↵ | zotlabs | 2016-10-17 | 1 | -1/+1 |
| | | | | it and may take a profile update to register the change; but it's a start; specifically we need to store 0000-00-00 in the xprof table of the directory server if that's what we get over the wire. Birthday fields are string and are not subject to SQL strict_mode on dates. We want these to be the string '0000-00-00' if not set to a valid date. | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-10-13 | 1 | -90/+93 |
|\ | |||||
| * | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -90/+93 |
| | | | | | | | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | | try to filter any path information from leaking through to zot_finger; and ↵ | zotlabs | 2016-10-13 | 1 | -0/+4 |
|/ | | | | log the url wherever called to track down where it might be called with a malformed webbie or complete path instead of hostname. | ||||
* | remove the rest of the backticks from sql queries; replace with TQUOT const ↵ | zotlabs | 2016-10-12 | 1 | -2/+3 |
| | | | | which is driver dependent | ||||
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 1 | -2/+2 |
| | | | | queries | ||||
* | file clone sync issue, 1. channel permission import had no uid, 2. ↵ | redmatrix | 2016-09-28 | 1 | -1/+4 |
| | | | | mod_getfile was sending attach['data'] instead of attach['content'] | ||||
* | issue #527 | redmatrix | 2016-09-22 | 1 | -2/+1 |
| | |||||
* | finish the channel_reddress() conversion | redmatrix | 2016-09-21 | 1 | -4/+4 |
| | |||||
* | fix for old style version specifiers | redmatrix | 2016-09-08 | 1 | -3/+0 |
| | |||||
* | provide version info in /pubsites | redmatrix | 2016-09-07 | 1 | -5/+11 |
| | |||||
* | issue #186 ...different check for pubforum with expert permissions | redmatrix | 2016-08-26 | 1 | -12/+6 |
| | |||||
* | public forum fallback checking (when custom/expert permissions are applied) ↵ | redmatrix | 2016-08-22 | 1 | -5/+4 |
| | | | | was looking at owner rather than observer perms | ||||
* | pending flag not being reset when using autoperms from custom role | redmatrix | 2016-08-12 | 1 | -1/+4 |
| | |||||
* | forum detection was off for forums with custom perms | redmatrix | 2016-08-10 | 1 | -1/+3 |
| | |||||
* | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 1 | -3/+3 |
| | |||||
* | fix the forum detection in include/zot | redmatrix | 2016-07-19 | 1 | -4/+14 |
| | |||||
* | fixes to perms | redmatrix | 2016-07-19 | 1 | -3/+3 |
| | |||||
* | translate more old perms calls | redmatrix | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | missing bracket | redmatrix | 2016-07-18 | 1 | -1/+2 |
| | |||||
* | more perms work (a lot more) | redmatrix | 2016-07-18 | 1 | -4/+17 |
| | |||||
* | more perms work | redmatrix | 2016-07-18 | 1 | -0/+14 |
| | |||||
* | more perms work | redmatrix | 2016-07-18 | 1 | -1/+2 |
| | |||||
* | clone channel perms | redmatrix | 2016-07-17 | 1 | -1/+14 |
| | |||||
* | deprecate/remove json_decode_plus | redmatrix | 2016-07-13 | 1 | -4/+4 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-12 | 1 | -1/+6 |
|\ | |||||
| * | don't try to send sync packets to dead sites. | redmatrix | 2016-07-12 | 1 | -1/+6 |
| | | |||||
* | | more perms work - notably the stuff in public_perms | redmatrix | 2016-07-11 | 1 | -55/+17 |
| | | |||||
* | | perms work | redmatrix | 2016-07-10 | 1 | -37/+13 |
| | | |||||
* | | more work on perms | redmatrix | 2016-07-09 | 1 | -4/+4 |
|/ | |||||
* | change AbConfig to use channel_id instead of channel_hash; which was a ↵ | redmatrix | 2016-06-23 | 1 | -3/+2 |
| | | | | mistake in retrospect | ||||
* | 1. provide automatic relocation of important links in items that are ↵ | redmatrix | 2016-06-21 | 1 | -10/+7 |
| | | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. 3. item_store and item_store_update now return the item that was stored | ||||
* | add new connection to default group when auto-accepted | redmatrix | 2016-06-15 | 1 | -0/+10 |
| | |||||
* | more db column renames | redmatrix | 2016-05-31 | 1 | -8/+17 |
| | |||||
* | don't update hubloc_connected any more often than 15 minutes. We don't ↵ | redmatrix | 2016-05-30 | 1 | -5/+11 |
| | | | | require that level of granularity and the frequent writes are causing issues with the stability of that table. | ||||
* | redundant dev line from an earlier modification causes issue #404 | redmatrix | 2016-05-30 | 1 | -4/+4 |
| | |||||
* | track down some issues from the application logs | redmatrix | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | require token signatures in zot_refresh, also move channel specific stuff ↵ | redmatrix | 2016-05-24 | 1 | -2/+24 |
| | | | | into include/channel.php from include/connections.php | ||||
* | code cleanup | redmatrix | 2016-05-24 | 1 | -4/+0 |
| | |||||
* | Add space between project name and server type | redmatrix | 2016-05-24 | 1 | -1/+1 |
| |