Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | query filter was a bit greedy | zotlabs | 2018-07-18 | 1 | -1/+0 |
| | |||||
* | mangled urls on redirects | zotlabs | 2018-07-18 | 5 | -12/+13 |
| | |||||
* | spellcheck | zotlabs | 2018-07-15 | 1 | -2/+2 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge | zotlabs | 2018-07-15 | 1 | -2/+0 |
|\ | |||||
| * | this is messing with names containing a comma and is superfluous now | Mario Vavti | 2018-07-06 | 1 | -2/+0 |
| | | |||||
* | | functions to support module and widget registration by plugins. These have ↵ | zotlabs | 2018-07-12 | 5 | -23/+174 |
|/ | | | | identical construction to core modules and widgets and are registered just like hooks during addon load. Also additional Apps functions addon_app_installed() and system_app_installed() which will eventually replace feature_installed() for features which are converted to apps. The convention being used is that the module associated with the app calls the appropriate *_app_installed() function and if not present emits descriptive text about the app and exits. This allows one to click on an 'available' app and learn about it. Once installed, the app module behaves normally and may offer functionality or what once were addon settings on the settings/featured page. Refer to zap-addons in the zap repository for examples of how this is being used to eliminate the 'additional features' and 'addon settings' pages. | ||||
* | don't provide manage apps button when viewing all available | zotlabs | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | app store fixes | zotlabs | 2018-07-05 | 1 | -18/+13 |
| | |||||
* | appstore changes | zotlabs | 2018-07-04 | 4 | -12/+103 |
| | |||||
* | order nouveau by created instead of received since ordering by received ↵ | Mario Vavti | 2018-07-04 | 1 | -2/+2 |
| | | | | returns unexpected results once old expired items get re-imported | ||||
* | Revert "add the missing link to manage privacy groups" | Mario Vavti | 2018-07-04 | 1 | -8/+0 |
| | | | | This reverts commit c28e27357a1ce700b91021344050ec531bce3889. | ||||
* | some changes to support plume | zotlabs | 2018-07-01 | 1 | -1/+2 |
| | |||||
* | propagate expired posts to other networks | zotlabs | 2018-06-30 | 1 | -3/+8 |
| | |||||
* | add the missing link to manage privacy groups | zotlabs | 2018-06-28 | 1 | -0/+8 |
| | |||||
* | plugins -> addons | zotlabs | 2018-06-28 | 3 | -23/+23 |
| | |||||
* | String change to reflect the current forum tagging method | zotlabs | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | imagick converter: -thumbnail doesn't preserve exif, -resize does | zotlabs | 2018-06-26 | 3 | -3/+3 |
| | |||||
* | do not include system channels in directory results | zotlabs | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | disable log noise until it is needed | zotlabs | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | hiding a channel from the directory also hides them from the cloud rootdir | zotlabs | 2018-06-18 | 1 | -3/+2 |
| | |||||
* | channel sources: add 'resend' option to discard original author - similar to ↵ | zotlabs | 2018-06-18 | 1 | -6/+11 |
| | | | | the Friendica remote_self setting | ||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge | zotlabs | 2018-06-17 | 2 | -37/+73 |
|\ | |||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2018-06-17 | 12 | -54/+90 |
| |\ | |||||
| * | | some work on mod group | Mario | 2018-06-17 | 2 | -37/+73 |
| | | | |||||
* | | | owa: htmlentity encoding encountered in authentication workflow (possibly ↵ | zotlabs | 2018-06-17 | 1 | -1/+8 |
| |/ |/| | | | | | introduced during Apache mod_rewrite with QSA flag) | ||||
* | | apply changes to slider defaults across all modules that use buildQuery for ↵ | zotlabs | 2018-06-15 | 5 | -10/+10 |
| | | | | | | | | updates | ||||
* | | hubzilla core issue #1227 - affinity slider unable to reach 0,99 when slider ↵ | zotlabs | 2018-06-15 | 1 | -4/+6 |
| | | | | | | | | saved default changes | ||||
* | | re-implement/refactor getQuotaInfo() on DAV storage | zotlabs | 2018-06-14 | 3 | -36/+49 |
| | | |||||
* | | optionally report total available space when uploading | zotlabs | 2018-06-13 | 2 | -1/+8 |
| | | |||||
* | | SECURITY: provide option to disable the cloud 'root' directory and make the ↵ | zotlabs | 2018-06-13 | 2 | -0/+14 |
| | | | | | | | | cloud module require a target channel nickname. This is a low impact change as there is currently no disclosure of private information. The presence of a file browser for all the channels on the site could be (and is reported to be) a concern to some people and there is no reason why it shouldn't be optional. | ||||
* | | uid is integer | zotlabs | 2018-06-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of ../hz into dev | zotlabs | 2018-06-13 | 1 | -1/+1 |
|\ \ | |||||
| * | | null db fields in mod_invite | zotlabs | 2018-06-13 | 1 | -1/+1 |
| | | | |||||
* | | | fix issue #1221 | Mario Vavti | 2018-06-10 | 1 | -2/+2 |
| |/ |/| | |||||
* | | fix issue #1219 | Mario Vavti | 2018-06-09 | 1 | -3/+6 |
| | | |||||
* | | restrict cid filter to unthreaded order (makes much more sense that way imho ↵ | Mario Vavti | 2018-06-09 | 3 | -36/+35 |
| | | | | | | | | and the query is a lot faster) and slighty change order of the filters | ||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2018-06-08 | 1 | -1/+1 |
|\ \ | |||||
| * | | Update github.com git repo URLs with framagit.org URLs | Andrew Manning | 2018-06-08 | 1 | -1/+1 |
| |/ | |||||
* | | if unthreaded and cid and not pf, query author only | Mario Vavti | 2018-06-08 | 1 | -5/+10 |
| | | |||||
* | | new feature filter network by name | Mario Vavti | 2018-06-08 | 1 | -1/+16 |
|/ | |||||
* | fixes for search_item.tpl | Mario Vavti | 2018-06-07 | 1 | -7/+0 |
| | |||||
* | escape query string | Mario Vavti | 2018-06-07 | 4 | -5/+5 |
| | |||||
* | do not query for parents if $conv and $nouveau are set | Mario Vavti | 2018-06-07 | 1 | -5/+11 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-06-07 | 1 | -1/+1 |
|\ | |||||
| * | update a number of links in the code | zotlabs | 2018-06-06 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-06-06 | 1 | -4/+9 |
| |\ | |||||
* | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-06-06 | 2 | -67/+149 |
|\| | | |||||
| * | | some work to make menus editable by visitors with webpage write permissions; ↵ | zotlabs | 2018-06-05 | 2 | -67/+149 |
| | | | | | | | | | | | | this needed to revise the link structure so that the page specified an owner channel in the url. Otherwise we could only operate on menus owned by local_channel(). Have done some basic regression testing but have not yet fully tested guest editing functionality. | ||||
* | | | add the pf argument to the forum notification links | Mario Vavti | 2018-06-06 | 1 | -1/+1 |
| |/ |/| | |||||
* | | rely on the pf argument to determine if we deal with a forum or not. ↵ | Mario Vavti | 2018-06-05 | 1 | -3/+5 |
| | | | | | | | | xchan_pubforum is not set for all public forums in the forum filters for some reason. |