Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | make sure the new fields don't leak through sync packets and break older ↵ | zotlabs | 2017-04-12 | 1 | -0/+2 | |
| | | | | | | | | versions | |||||
| * | only log zot_refresh content if json decode was successful. | zotlabs | 2017-04-07 | 1 | -2/+2 | |
| | | ||||||
| * | revisit the import_author_zot algorithm yet again. There was one bug that we ↵ | zotlabs | 2017-04-07 | 1 | -2/+34 | |
| | | | | | | | | weren't returning necessary information in the first SQL query - and performance/loading problem if one tries to refresh a dead site. | |||||
| * | import_author_xchan - since we rarely refresh zot-info for non-connections, ↵ | zotlabs | 2017-04-06 | 1 | -1/+1 | |
| | | | | | | | | force a cache reload once a week to catch things like profile photo updates and location changes | |||||
| * | create site_store_lowlevel() to initialise data structures for the site table | zotlabs | 2017-04-04 | 1 | -15/+17 | |
| | | ||||||
| * | import_author_zot() - check for both hubloc and xchan entries. This should ↵ | zotlabs | 2017-04-03 | 1 | -5/+14 | |
| | | | | | | | | catch and repair entries which were subject to transient storage failures. | |||||
| * | crypto updates | zotlabs | 2017-04-02 | 1 | -3/+0 | |
| | | ||||||
| * | We've passed the deadline for allowing unsigned zot finger tokens. It is now ↵ | zotlabs | 2017-02-24 | 1 | -4/+1 | |
| | | | | | | | | a protocol requirement. | |||||
* | | Merge branch 2.2RC2.2 | Mario Vavti | 2017-03-08 | 1 | -88/+90 | |
|\| | ||||||
| * | more work on permcats and consolidating calls that try to discover connect ↵ | zotlabs | 2017-02-09 | 1 | -33/+21 | |
| | | | | | | | | permissions, also create lowlevel store functions for abook and profile - since these currently may have issues with sql strict mode. | |||||
| * | fix typos | Mario Vavti | 2017-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | consolidate hubloc storage | zotlabs | 2017-01-30 | 1 | -30/+35 | |
| | | ||||||
| * | provide lowlevel xchan storage function to ensure that all non-null rows are ↵ | zotlabs | 2017-01-28 | 1 | -22/+22 | |
| | | | | | | | | initialised | |||||
| * | synced wikis should be relocated | Hubzilla | 2017-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | basic support for clone syncing of wikis and wiki pages | Hubzilla | 2017-01-22 | 1 | -2/+5 | |
| | | ||||||
| * | channel move stuff (disabled currently because not yet complete) | zotlabs | 2017-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | better fix for #629 #635 based on ownership/authorship rather than message ↵ | zotlabs | 2016-12-31 | 1 | -11/+6 | |
| | | | | | | | | flags which could be forged | |||||
| * | issues #629, #635 - edited post arriving from downstream source was not ↵ | zotlabs | 2016-12-31 | 1 | -0/+14 | |
| | | | | | | | | being rejected | |||||
| * | add plugin hook to zot_best_algorithm() | zotlabs | 2016-12-13 | 1 | -0/+5 | |
| | | ||||||
* | | better fix for #629 #635 based on ownership/authorship rather than message ↵ | zotlabs | 2016-12-31 | 1 | -2/+10 | |
| | | | | | | | | flags which could be forged | |||||
* | | Merge branch '2.0RC' | Mario Vavti | 2016-12-23 | 1 | -257/+277 | |
|\| | ||||||
| * | 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 | |||||
* | | issue #553 - negative birthday from directory. This may not completely fix ↵ | zotlabs | 2016-10-18 | 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 '1.14RC' | Mario Vavti | 2016-10-12 | 1 | -26/+25 | |
|\| | ||||||
| * | 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 | |
| | | ||||||
* | | 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 | |
| | |