Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add app_options field | zotlabs | 2018-08-02 | 4 | -11/+35 |
| | |||||
* | hubzilla core issue #1258 | zotlabs | 2018-08-01 | 1 | -0/+4 |
| | |||||
* | When checking permissions ignore checking site "Block Public" settings in ↵ | zotlabs | 2018-07-30 | 3 | -3/+2 |
| | | | | cases where site permissions aren't applicable | ||||
* | fix sql empty query error in db update 1216 | Mario Vavti | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2018-07-29 | 2 | -2/+6 |
|\ | |||||
| * | Merge branch 'patch-8' into 'dev' | Mario | 2018-07-28 | 1 | -1/+5 |
| |\ | | | | | | | | | | | | | Fix navbar missed translations See merge request hubzilla/core!1242 | ||||
| | * | Update Apps.php | Max Kostikov | 2018-07-27 | 1 | -3/+4 |
| | | | |||||
| | * | Update Apps.php | Max Kostikov | 2018-07-27 | 1 | -1/+4 |
| | | | |||||
| * | | Merge branch 'patch-6' into 'dev' | Mario | 2018-07-28 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | Fix duplicate transport displaying See merge request hubzilla/core!1240 | ||||
| | * | | Fix duplicate transport displaying | kostikov | 2018-07-25 | 1 | -1/+1 |
| | |/ | |||||
* | | | wrong class name | Mario Vavti | 2018-07-29 | 1 | -1/+1 |
| | | | |||||
* | | | fix unsanitised xchan_name | zotlabs | 2018-07-28 | 1 | -0/+19 |
|/ / | |||||
* | | don't sync system apps | zotlabs | 2018-07-27 | 1 | -3/+4 |
| | | |||||
* | | app delete issue with base installed apps and app photo being reloaded ↵ | zotlabs | 2018-07-27 | 1 | -19/+47 |
| | | | | | | | | uneccessarily | ||||
* | | app update and ownership issues | zotlabs | 2018-07-27 | 1 | -7/+50 |
|/ | |||||
* | checkjs fix ($page not bin-hex in all cases) | zotlabs | 2018-07-19 | 1 | -2/+2 |
| | |||||
* | 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 |
| |/ |/| |