Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OAuth2 integration | zotlabs | 2018-04-03 | 1 | -1/+1 |
| | |||||
* | bump version | Mario Vavti | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | IDN: force baseurl to be punycode; for consistency and federation all ↵ | zotlabs | 2018-03-25 | 1 | -5/+5 |
| | | | | internal urls are US-ASCII, unicode MAY be used for display. | ||||
* | add zotadel.net to directory fallback servers | Mario Vavti | 2018-03-15 | 1 | -1/+2 |
| | |||||
* | federated polls: GNU-Social requires us to preserve the original order of ↵ | zotlabs | 2018-03-07 | 1 | -1/+1 |
| | | | | the poll answers for use in making a vote, unlike diaspora (which selects by guid) and activitypub (which selects by non-localisable text). | ||||
* | federated polls: add poll_author which will be necessary for Diaspora federation | zotlabs | 2018-03-06 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-03-02 | 1 | -1/+2 |
|\ | |||||
| * | zot revision => 6.0a, not yet needed or referenced | zotlabs | 2018-03-01 | 1 | -1/+1 |
| | | |||||
* | | bump version | Mario Vavti | 2018-03-02 | 1 | -1/+1 |
| | | |||||
* | | db update to drop index resource_type. we have uid_resource_type now. | Mario Vavti | 2018-03-02 | 1 | -1/+1 |
|/ | |||||
* | version | Mario Vavti | 2018-03-01 | 1 | -1/+1 |
| | |||||
* | missed one index in the last update | Mario Vavti | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | bump version | Mario Vavti | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | fix public stream app permission check to match the recent fixes to the Module | zotlabs | 2018-02-26 | 1 | -2/+7 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-02-26 | 1 | -2/+2 |
|\ | |||||
| * | update strings | Mario Vavti | 2018-02-26 | 1 | -1/+1 |
| | | |||||
| * | bump versio | Mario Vavti | 2018-02-26 | 1 | -1/+1 |
| | | |||||
| * | another DB upgrade to address some long running maintenance queries | Mario Vavti | 2018-02-26 | 1 | -1/+1 |
| | | |||||
* | | update directory fallback servers | zotlabs | 2018-02-26 | 1 | -2/+0 |
|/ | |||||
* | provide DB compatibility for poll and voting implementations across several ↵ | zotlabs | 2018-02-22 | 1 | -1/+1 |
| | | | | platforms | ||||
* | bump version | Mario Vavti | 2018-02-21 | 1 | -1/+1 |
| | |||||
* | more index finetuning to fix the expire query | Mario Vavti | 2018-02-20 | 1 | -2/+2 |
| | |||||
* | bump version | Mario Vavti | 2018-02-15 | 1 | -1/+1 |
| | |||||
* | some more DB tuning. | Mario Vavti | 2018-02-15 | 1 | -1/+1 |
| | |||||
* | provide option to block the public stream unless authenticated, since there ↵ | zotlabs | 2018-02-14 | 1 | -0/+20 |
| | | | | could be legal issues with unmoderated content | ||||
* | the 'each' function (used in startup() to revert magic quotes) is deprecated ↵ | zotlabs | 2018-02-11 | 1 | -23/+0 |
| | | | | in php7.2. Since magic quotes themselves have been deprecated as a default condition for several years, the cleaning of globals should no longer be required and was also removed. | ||||
* | bump version | Mario Vavti | 2018-02-09 | 1 | -1/+1 |
| | |||||
* | more db and queries finetuning | Mario Vavti | 2018-02-08 | 1 | -2/+2 |
| | |||||
* | remove mobile_detect (outdated and unmaintainable) | zotlabs | 2018-02-05 | 1 | -28/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-02-04 | 1 | -2/+2 |
|\ | |||||
| * | this will fix the cards query and keep the rest intact | Mario Vavti | 2018-02-04 | 1 | -2/+2 |
| | | |||||
| * | remove some never used indices which prevented our item queries to find the ↵ | Mario Vavti | 2018-02-04 | 1 | -2/+2 |
| | | | | | | | | right query execution plan in mysql and adjust some queries to optimze the result | ||||
* | | decomplicate cont. | zotlabs | 2018-02-03 | 1 | -49/+1 |
|/ | |||||
* | cosmetic readme changes, code cleanup | zotlabs | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | if startpage is /hq redirect all notifications links to /hq and minor ↵ | Mario Vavti | 2018-01-27 | 1 | -1/+1 |
| | | | | notifications and hq fixes | ||||
* | consolidate notifications caching and loading | Mario Vavti | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | bump version | Mario Vavti | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | some code cleanup and simplification in mod_like | zotlabs | 2018-01-23 | 1 | -0/+1 |
| | |||||
* | bump version | Mario Vavti | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #951 from dawnbreak/docu | git-marijus | 2018-01-12 | 1 | -2/+3 |
|\ | | | | | :bulb: Add source documentation from recent conversations. | ||||
| * | :bulb: Add source documentation from recent conversations. | Klaus Weidenbach | 2018-01-05 | 1 | -2/+3 |
| | | | | | | | | | | | | There have been some conversations in the last weeks which explained several parts of the code, so add it to the source code documentation. Also some other small source code documentation improvements. | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-01-08 | 1 | -1/+1 |
|\| | |||||
| * | bump version | Mario Vavti | 2018-01-04 | 1 | -1/+1 |
| | | |||||
* | | scrutinizer issues: none worthy of including in 3.0, there will likely be a ↵ | zotlabs | 2018-01-08 | 1 | -0/+1 |
|/ | | | | few hundred more before all is said and done. | ||||
* | bump version | Mario Vavti | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | strings and version bump | Mario Vavti | 2017-12-13 | 1 | -1/+1 |
| | |||||
* | bump version | Mario Vavti | 2017-12-01 | 1 | -1/+1 |
| | |||||
* | bump version to prevent caching issues related to recent updates to main.js | Mario Vavti | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | split liveUpdateInit() out of NavUpdate() so we do not need to wait for ↵ | Mario Vavti | 2017-11-28 | 1 | -1/+1 |
| | | | | initial ping to complete before we can init liveUpdate(). clean up main.js and bump version. | ||||
* | initial articles feature | zotlabs | 2017-11-22 | 1 | -0/+2 |
| |