aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* add app_options fieldzotlabs2018-08-024-11/+35
|
* hubzilla core issue #1258zotlabs2018-08-011-0/+4
|
* When checking permissions ignore checking site "Block Public" settings in ↵zotlabs2018-07-303-3/+2
| | | | cases where site permissions aren't applicable
* fix sql empty query error in db update 1216Mario Vavti2018-07-291-1/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2018-07-292-2/+6
|\
| * Merge branch 'patch-8' into 'dev'Mario2018-07-281-1/+5
| |\ | | | | | | | | | | | | Fix navbar missed translations See merge request hubzilla/core!1242
| | * Update Apps.phpMax Kostikov2018-07-271-3/+4
| | |
| | * Update Apps.phpMax Kostikov2018-07-271-1/+4
| | |
| * | Merge branch 'patch-6' into 'dev'Mario2018-07-281-1/+1
| |\ \ | | | | | | | | | | | | | | | | Fix duplicate transport displaying See merge request hubzilla/core!1240
| | * | Fix duplicate transport displayingkostikov2018-07-251-1/+1
| | |/
* | | wrong class nameMario Vavti2018-07-291-1/+1
| | |
* | | fix unsanitised xchan_namezotlabs2018-07-281-0/+19
|/ /
* | don't sync system appszotlabs2018-07-271-3/+4
| |
* | app delete issue with base installed apps and app photo being reloaded ↵zotlabs2018-07-271-19/+47
| | | | | | | | uneccessarily
* | app update and ownership issueszotlabs2018-07-271-7/+50
|/
* checkjs fix ($page not bin-hex in all cases)zotlabs2018-07-191-2/+2
|
* query filter was a bit greedyzotlabs2018-07-181-1/+0
|
* mangled urls on redirectszotlabs2018-07-185-12/+13
|
* spellcheckzotlabs2018-07-151-2/+2
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2018-07-151-2/+0
|\
| * this is messing with names containing a comma and is superfluous nowMario Vavti2018-07-061-2/+0
| |
* | functions to support module and widget registration by plugins. These have ↵zotlabs2018-07-125-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 availablezotlabs2018-07-051-1/+1
|
* app store fixeszotlabs2018-07-051-18/+13
|
* appstore changeszotlabs2018-07-044-12/+103
|
* order nouveau by created instead of received since ordering by received ↵Mario Vavti2018-07-041-2/+2
| | | | returns unexpected results once old expired items get re-imported
* Revert "add the missing link to manage privacy groups"Mario Vavti2018-07-041-8/+0
| | | | This reverts commit c28e27357a1ce700b91021344050ec531bce3889.
* some changes to support plumezotlabs2018-07-011-1/+2
|
* propagate expired posts to other networkszotlabs2018-06-301-3/+8
|
* add the missing link to manage privacy groupszotlabs2018-06-281-0/+8
|
* plugins -> addonszotlabs2018-06-283-23/+23
|
* String change to reflect the current forum tagging methodzotlabs2018-06-281-1/+1
|
* imagick converter: -thumbnail doesn't preserve exif, -resize doeszotlabs2018-06-263-3/+3
|
* do not include system channels in directory resultszotlabs2018-06-251-1/+1
|
* disable log noise until it is neededzotlabs2018-06-251-1/+1
|
* hiding a channel from the directory also hides them from the cloud rootdirzotlabs2018-06-181-3/+2
|
* channel sources: add 'resend' option to discard original author - similar to ↵zotlabs2018-06-181-6/+11
| | | | the Friendica remote_self setting
* Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2018-06-172-37/+73
|\
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2018-06-1712-54/+90
| |\
| * | some work on mod groupMario2018-06-172-37/+73
| | |
* | | owa: htmlentity encoding encountered in authentication workflow (possibly ↵zotlabs2018-06-171-1/+8
| |/ |/| | | | | introduced during Apache mod_rewrite with QSA flag)
* | apply changes to slider defaults across all modules that use buildQuery for ↵zotlabs2018-06-155-10/+10
| | | | | | | | updates
* | hubzilla core issue #1227 - affinity slider unable to reach 0,99 when slider ↵zotlabs2018-06-151-4/+6
| | | | | | | | saved default changes
* | re-implement/refactor getQuotaInfo() on DAV storagezotlabs2018-06-143-36/+49
| |
* | optionally report total available space when uploadingzotlabs2018-06-132-1/+8
| |
* | SECURITY: provide option to disable the cloud 'root' directory and make the ↵zotlabs2018-06-132-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 integerzotlabs2018-06-131-1/+1
| |
* | Merge branch 'master' of ../hz into devzotlabs2018-06-131-1/+1
|\ \
| * | null db fields in mod_invitezotlabs2018-06-131-1/+1
| | |
* | | fix issue #1221Mario Vavti2018-06-101-2/+2
| |/ |/|