aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
...
* hq: $item_normal was defined to lateMario Vavti2017-11-191-3/+3
|
* fix issues with apporder related to recent pinned apps changesMario Vavti2017-11-191-5/+11
|
* only provide notify id if otype == itemMario Vavti2017-11-191-1/+1
|
* do not double encode already encoded midMario Vavti2017-11-191-1/+6
|
* some more work on mod hqMario Vavti2017-11-183-79/+42
|
* use substr() instead of str_replace()Mario Vavti2017-11-171-2/+1
|
* remove obsolete variableMario Vavti2017-11-171-1/+0
|
* inroduce the HQ module - a module with the potential to become a nice ↵Mario Vavti2017-11-172-1/+300
| | | | landing page for hubzilla. It is nothing more than a downgraded mod display atm.
* strip author name from notify messages in notifications - fix issue #911Mario Vavti2017-11-171-1/+8
|
* provide ability to pin apps to navbar from /apps. this removes the ability ↵Mario Vavti2017-11-161-1/+5
| | | | to have per custom navbar pinned apps - this can be added later if desired
* This should sort out hubzilla issue #826 but requires a bit more testing. It ↵zotlabs2017-11-152-5/+15
| | | | may also sort out some reported issues with commenting and liking items in the public stream.
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-141-0/+4
|\
| * move mailhost settings from plugin to corezotlabs2017-11-131-0/+4
| |
* | also filter atokens on acl searchMario Vavti2017-11-131-2/+9
|/
* allow a site to block (public) the directory separately from other resources.zotlabs2017-11-121-0/+5
|
* cleanup of upload_to_comments test; we actually don't care about the profile ↵zotlabs2017-11-121-9/+0
| | | | owner. We only care that we're logged in locally and our storage is public by default.
* unable to change permissions on wiki with space in namezotlabs2017-11-081-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-081-0/+2
|\
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-071-0/+267
| |\
| * | rename channel app events to calendar and add nav_set_selected() to /calMario Vavti2017-11-071-0/+2
| | |
* | | make most recent cloud_tiles setting for local channels persistent across loginszotlabs2017-11-071-0/+4
| |/ |/|
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-061-1/+1
|\|
| * fix unable to mark all messages readMario Vavti2017-11-061-1/+1
| |
* | .htignore updatezotlabs2017-11-061-1/+1
| |
* | second half of issue #893 - move channel default permissions to its own ↵zotlabs2017-11-061-0/+267
|/ | | | module so we can apply different page/widget layouts than for connedit; the relevant functionality is abandoned on mod_connedit but still intact. Trying a slightly different look/behaviour for inherited settings and the associated checkboxes. This may need a bit more tweaking but overall looks a lot cleaner.
* allow cloud filenames to include ampersands without messing up auth tokens ↵zotlabs2017-11-051-16/+8
| | | | (zid, owt, and zat, and the constant placeholder 'f=')
* common connections on suggestion page showing wildly different results than ↵zotlabs2017-11-051-2/+2
| | | | remote profile, and is consistently off by one
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-033-12/+7
|\
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-031-5/+14
| |\
| * | update item_normal() to not include ACTIVITY_OBJ_FILE obj_typeMario Vavti2017-11-032-12/+5
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-031-0/+42
| |\ \
| * | | set $module_format to html to not break updates. it will be set to something ↵Mario Vavti2017-11-031-0/+2
| | | | | | | | | | | | | | | | else later if appropriate
* | | | more search workzotlabs2017-11-031-2/+1
| |_|/ |/| |
* | | fix cloud redirects with owt tokenszotlabs2017-11-031-5/+14
| |/ |/|
* | hubzilla issue #896zotlabs2017-11-021-0/+42
|/
* fix issues with diaspora xchansMario Vavti2017-11-021-2/+2
|
* support for netselect queryzotlabs2017-11-015-8/+31
|
* Maria's profile photo issue, please push to master.zotlabs2017-11-011-2/+8
|
* provide personal config for channel_menu; the site can set an initial ↵zotlabs2017-10-311-0/+3
| | | | site-wide value but this but there isn't a corresponding admin setting currently and can only be set by manual config
* pdledit - show original/system layout text for comparisonzotlabs2017-10-311-2/+6
|
* add another delivery control parameter (force queue threshold)zotlabs2017-10-311-2/+5
|
* provide a 'tile' view (view only) mode to mod_cloudzotlabs2017-10-301-0/+17
|
* allow plugin class widgets, fix sql error in page modulezotlabs2017-10-291-1/+1
|
* fix "unstar"zotlabs2017-10-281-1/+1
|
* encrypt the owa tokenzotlabs2017-10-262-4/+13
|
* hubzilla issue #890, separate the pdl preview feature from the mod_page ↵zotlabs2017-10-251-7/+15
| | | | webpage query so that the webpage will always win if a webpage and pdl have the same name.
* comment out statistics link in mod pubsites until we have something ↵Mario Vavti2017-10-241-2/+2
| | | | functional again
* not sure when but the hcard went missing in webfingerzotlabs2017-10-231-0/+7
|
* mod_display: provide alternate serialisations (starting with atom)zotlabs2017-10-221-54/+113
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-223-35/+44
|\