Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-29 | 1 | -1/+3 |
|\ | |||||
| * | remove hubzilla.site from directory fallback servers until further notice | Mario Vavti | 2017-03-29 | 1 | -1/+1 |
| | | |||||
| * | bump version | Mario Vavti | 2017-03-29 | 1 | -1/+1 |
| | | |||||
| * | get rid of some cruft in boot.php | zotlabs | 2017-03-29 | 1 | -62/+17 |
| | | |||||
| * | code_allowed is a real mess. Start the cleanup by remving the account level ↵ | zotlabs | 2017-03-29 | 1 | -1/+0 |
| | | | | | | | | code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource. | ||||
* | | fix a couple more instances where we were still calling mail() directly for ↵ | zotlabs | 2017-03-28 | 1 | -27/+27 |
| | | | | | | | | site critical messages | ||||
* | | get rid of some more deprecated uses of $a | zotlabs | 2017-03-28 | 1 | -7/+5 |
| | | |||||
* | | remove obsolete app argument from load_pdl | zotlabs | 2017-03-28 | 1 | -1/+1 |
| | | |||||
* | | get rid of get_app() | zotlabs | 2017-03-28 | 1 | -12/+0 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-25 | 1 | -0/+1 |
|\| | |||||
| * | bump versions | Mario Vavti | 2017-03-23 | 1 | -1/+1 |
| | | |||||
* | | move db_upgrade to zlib | zotlabs | 2017-03-23 | 1 | -87/+3 |
| | | |||||
* | | rev update | zotlabs | 2017-03-23 | 1 | -1/+1 |
| | | |||||
* | | get rid of some cruft in boot.php | zotlabs | 2017-03-14 | 1 | -62/+17 |
| | | |||||
* | | code_allowed is a real mess. Start the cleanup by remving the account level ↵ | zotlabs | 2017-03-13 | 1 | -1/+0 |
| | | | | | | | | code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource. | ||||
* | | more cleanup | zotlabs | 2017-03-12 | 1 | -29/+35 |
| | | |||||
* | | update std_version | zotlabs | 2017-03-12 | 1 | -1/+1 |
| | | |||||
* | | one role. | zotlabs | 2017-03-09 | 1 | -45/+2 |
| | | |||||
* | | more cleanup | zotlabs | 2017-03-09 | 1 | -2/+2 |
|/ | |||||
* | bump version | Mario Vavti | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | move some functions to more appropriate places | zotlabs | 2017-02-23 | 1 | -0/+18 |
| | |||||
* | fix several places where head_add_(css|js) functions have been used ↵ | zotlabs | 2017-02-19 | 1 | -3/+6 |
| | | | | | | | | | | | incorrectly. It appears that mistakes were made going back a long time and propagated. Here's the way it should work: - if there is no preceding / character, we look for the file within all the appropriate theme directories. - otherwise the file should have a preceding /, which means use this path relative to the hubzilla basedir - files beginning with // are considered to be schemeless URLs. Therefore 'foo.css' means find the best theme-able representation of foo.css. '/library/foo.css' means only use the version of foo.css that is in /library. | ||||
* | change primary directory per request | zotlabs | 2017-02-18 | 1 | -2/+1 |
| | |||||
* | fix immediate issue with multiple login forms until I can figure out an ↵ | zotlabs | 2017-02-08 | 1 | -2/+2 |
| | | | | elegant way to "popup" the modal login form already on the page. We still may need this fix for the actual login module which should always be callable and present a login form even if the nav is completely borked. | ||||
* | move opensearch to plugins | zotlabs | 2017-02-02 | 1 | -1/+8 |
| | |||||
* | tested extensible permissions by adding wiki permissions. Discovered a ↵ | zotlabs | 2017-02-01 | 1 | -7/+9 |
| | | | | couple of issues that needed attention in the process. | ||||
* | fix a few style issues with nav login panel | zotlabs | 2017-02-01 | 1 | -1/+2 |
| | |||||
* | consolidate hubloc storage | zotlabs | 2017-01-30 | 1 | -0/+1 |
| | |||||
* | Alter the queue so that each queue item stores the scheduled time of the ↵ | zotlabs | 2017-01-29 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | provide lowlevel xchan storage function to ensure that all non-null rows are ↵ | zotlabs | 2017-01-28 | 1 | -0/+1 |
| | | | | initialised | ||||
* | nwiki updates | Hubzilla | 2017-01-18 | 1 | -0/+1 |
| | |||||
* | add gravizot.de to directory server fallbacks | zotlabs | 2017-01-10 | 1 | -1/+2 |
| | |||||
* | more vcard work | zotlabs | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | issue #446 apps usability - disable app if attached to a plugin that is ↵ | zotlabs | 2016-12-14 | 1 | -1/+1 |
| | | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane. | ||||
* | bump version | Mario Vavti | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | some preliminary work for email notification of likes - potentially ↵ | zotlabs | 2016-12-11 | 1 | -0/+1 |
| | | | | destabilising so disabled until after next release | ||||
* | fallback directory servers need to be in the same realm | zotlabs | 2016-12-01 | 1 | -3/+1 |
| | |||||
* | versioning for permission additions to ensure we're using the same set of files | zotlabs | 2016-12-01 | 1 | -0/+5 |
| | |||||
* | extensible perms: the really, really hard part - figuring out what to do ↵ | zotlabs | 2016-12-01 | 1 | -10/+18 |
| | | | | about people with custom permissions so as to set sane defaults. | ||||
* | zot 1.2 | zotlabs | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | roll standard version to ensure that dba_pdo is the default and make this a ↵ | zotlabs | 2016-11-28 | 1 | -1/+1 |
| | | | | dependency for the cdav plugin | ||||
* | db update required for Zot2 | zotlabs | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | zot: specify crypto method | zotlabs | 2016-11-20 | 1 | -0/+4 |
| | |||||
* | issue #588, change 'Bug Report' app to 'Report Bug' | zotlabs | 2016-11-17 | 1 | -17/+10 |
| | |||||
* | move all the zid related stuff to one file | zotlabs | 2016-11-13 | 1 | -0/+1 |
| | |||||
* | reverse logic | Mario Vavti | 2016-11-07 | 1 | -2/+2 |
| | |||||
* | allow .htpreconfig.php to be loaded if you can't install without special ↵ | zotlabs | 2016-10-26 | 1 | -0/+6 |
| | | | | | | settings or require PHP logging at that time; it is ignored during normal use. | ||||
* | [FEATURE] Add config and use composer autoloader. | Klaus Weidenbach | 2016-10-18 | 1 | -39/+9 |
| | | | | | | | | | | | | | We use composer already to install SabreDAV. Include config composer.(json|lock) to install and manage more dependencies in future. Also provide PSR-4 autoloading for our namespaced classes, e.g. "Zotlabs\". To regenerate autoloader maps use: $ composer install --optimize-autoloader --no-dev We could also remove the whole vendor/ folder from our repository, but that would need changes in deployment and how to install hubs and needs more discussion first. | ||||
* | rename diaspora2bb() to markdown_to_bb() to reflect that is has a more ↵ | zotlabs | 2016-10-16 | 1 | -1/+1 |
| | | | | generic use | ||||
* | allow hooks to have negative priority | zotlabs | 2016-10-12 | 1 | -1/+1 |
| |