Commit Graph

1974 Commits

Author SHA1 Message Date
zotlabs a454aad124 federated polls: GNU-Social requires us to preserve the original order of the poll answers for use in making a vote, unlike diaspora (which selects by guid) and activitypub (which selects by non-localisable text). 2018-03-07 15:39:14 -08:00
zotlabs f0f58dade8 federated polls: add poll_author which will be necessary for Diaspora federation 2018-03-06 15:31:45 -08:00
Mario Vavti 7c5f1e814b Merge remote-tracking branch 'mike/master' into dev 2018-03-02 20:25:17 +01:00
Mario Vavti bca05dc89f bump version 2018-03-02 10:23:53 +01:00
Mario Vavti 6ee6285670 db update to drop index resource_type. we have uid_resource_type now. 2018-03-02 10:10:29 +01:00
zotlabs 8fd619da71 zot revision => 6.0a, not yet needed or referenced 2018-03-01 16:42:32 -08:00
Mario Vavti 2e058c9abc version 2018-03-01 08:42:02 +01:00
Mario Vavti 6593dff9f5 missed one index in the last update 2018-02-28 10:21:22 +01:00
Mario Vavti 58ee2a49fa bump version 2018-02-27 10:43:19 +01:00
zotlabs 6c37a38980 fix public stream app permission check to match the recent fixes to the Module 2018-02-26 21:50:17 -08:00
zotlabs afe2ba3690 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge 2018-02-26 16:45:04 -08:00
zotlabs 01776e767d update directory fallback servers 2018-02-26 16:41:47 -08:00
Mario Vavti fe7fba4789 update strings 2018-02-26 20:40:55 +01:00
Mario Vavti a38c8cc75c bump versio 2018-02-26 10:03:08 +01:00
Mario Vavti 51c0e5a988 another DB upgrade to address some long running maintenance queries 2018-02-26 09:58:42 +01:00
zotlabs 277da43631 provide DB compatibility for poll and voting implementations across several platforms 2018-02-22 20:52:39 -08:00
Mario Vavti a829256bc4 bump version 2018-02-21 09:38:29 +01:00
Mario Vavti 6ef0116f09 more index finetuning to fix the expire query 2018-02-20 10:26:32 +01:00
Mario Vavti 2216c3dd32 bump version 2018-02-15 19:41:24 +01:00
Mario Vavti 9e251a1abc some more DB tuning. 2018-02-15 19:24:15 +01:00
zotlabs 465d89129c provide option to block the public stream unless authenticated, since there could be legal issues with unmoderated content 2018-02-14 15:32:33 -08:00
zotlabs 6d2661a8f7 the 'each' function (used in startup() to revert magic quotes) is deprecated 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. 2018-02-11 20:11:18 -08:00
Mario Vavti cb70192f36 bump version 2018-02-09 10:36:43 +01:00
Mario Vavti 661c20e452 more db and queries finetuning 2018-02-08 09:47:49 +01:00
zotlabs cadd958339 remove mobile_detect (outdated and unmaintainable) 2018-02-05 18:06:25 -08:00
zotlabs 6ad14f4ca0 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge 2018-02-04 15:53:56 -08:00
Mario Vavti 9d55a254dc this will fix the cards query and keep the rest intact 2018-02-04 22:37:30 +01:00
Mario Vavti 3cc756f302 remove some never used indices which prevented our item queries to find the right query execution plan in mysql and adjust some queries to optimze the result 2018-02-04 20:42:40 +01:00
zotlabs 3e7dffb676 decomplicate cont. 2018-02-03 12:50:07 -08:00
zotlabs 71c2cc79e5 cosmetic readme changes, code cleanup 2018-01-30 18:16:20 -08:00
Mario Vavti 2e4e56f7cc if startpage is /hq redirect all notifications links to /hq and minor notifications and hq fixes 2018-01-27 22:23:47 +01:00
Mario Vavti 93259e4e92 consolidate notifications caching and loading 2018-01-24 22:46:36 +01:00
Mario Vavti add9890754 bump version 2018-01-24 11:23:45 +01:00
zotlabs 304085606f some code cleanup and simplification in mod_like 2018-01-23 20:03:17 -08:00
Mario Vavti 299b9e9014 bump version 2018-01-18 11:25:59 +01:00
git-marijus 07b67963f1 Merge pull request #951 from dawnbreak/docu
💡 Add source documentation from recent conversations.
2018-01-12 10:15:43 +01:00
zotlabs dfb75840b8 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge 2018-01-08 14:51:16 -08:00
zotlabs 62f0266f46 scrutinizer issues: none worthy of including in 3.0, there will likely be a few hundred more before all is said and done. 2018-01-08 14:45:21 -08:00
Klaus Weidenbach aa63c23839 💡 Add source documentation from recent conversations.
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.
2018-01-05 01:38:20 +01:00
Mario Vavti 0bb5f38ba5 bump version 2018-01-04 11:33:09 +01:00
Mario Vavti 412f177c56 bump version 2017-12-14 10:24:16 +01:00
Mario Vavti fbc2bb02b4 strings and version bump 2017-12-13 13:25:27 +01:00
Mario Vavti 0afdb3ed4d bump version 2017-12-01 21:07:31 +01:00
Mario Vavti e375224dfe bump version to prevent caching issues related to recent updates to main.js 2017-11-29 08:40:18 +01:00
Mario Vavti d5c56c0f5d split liveUpdateInit() out of NavUpdate() so we do not need to wait for initial ping to complete before we can init liveUpdate(). clean up main.js and bump version. 2017-11-28 11:15:19 +01:00
zotlabs 8bd8af7d16 initial articles feature 2017-11-22 11:49:28 -08:00
Mario Vavti 46ab7ca786 bump version to catch media breakpoint changes 2017-11-19 21:51:30 +01:00
zotlabs 7386fa57c8 remove column item.diaspora_meta, action items 2 and 3 of hubzilla issue #828 2017-11-16 17:13:48 -08:00
zotlabs 7efcb3c75f allow cloud filenames to include ampersands without messing up auth tokens (zid, owt, and zat, and the constant placeholder 'f=') 2017-11-05 19:47:44 -08:00
Klaus Weidenbach 1a737be2b4 💡 Improving Doxygen documentation.
Fix some Doxygen parsing errors.
Improve hooks documentation.
2017-11-03 23:04:27 +01:00