aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-171-1/+10
| |\ \
| * | | add > pin and remove > unpinMario Vavti2017-11-161-2/+2
| | | |
| * | | provide ability to pin apps to navbar from /apps. this removes the ability ↵Mario Vavti2017-11-163-13/+35
| | | | | | | | | | | | | | | | to have per custom navbar pinned apps - this can be added later if desired
* | | | text thumbnails in cloud tile modezotlabs2017-11-194-2/+78
| |_|/ |/| |
* | | svg thumbnails have security concerns. Added thumbnail security setting and ↵zotlabs2017-11-171-2/+11
| |/ |/| | | | | hook to generate other thumbnails - a plugin for text file thumbnails isn't too difficult (using imagemagick lib), however it's a tossup whether we do this at file submission time or at render time for performance reasons. Perhaps both options should be available.
* | allow svg image previews in cloud browser when using tile mode.zotlabs2017-11-161-1/+10
|/
* Add private forums to forum widget. The link redirects to the remote channel ↵zotlabs2017-11-151-3/+29
| | | | page rather than a filtered view of your network page because you cannot post to a private forum from your own site.
* 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.
* sort out a few more large image upload issueszotlabs2017-11-143-2/+22
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-11-141-0/+1
|\
| * Merge pull request #907 from dawnbreak/QA_testinggit-marijus2017-11-141-0/+1
| |\ | | | | | | Unit tests for Zotlabs\Access classes.
| | * :ok_hand: Fix a PHP warning in Permissions::FilledPerms().Klaus Weidenbach2017-11-101-0/+1
| | | | | | | | | | | | | | | When NULL is passed as parameter there is a PHP warning when testing against it in the function in_array().
* | | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-141-0/+4
|\ \ \ | |/ / |/| |
| * | move mailhost settings from plugin to corezotlabs2017-11-131-0/+4
| | |
* | | sort combined private mail conversations by latest updated conversation ↵Mario Vavti2017-11-131-5/+7
| | | | | | | | | | | | instead of created parent
* | | 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
| |
* | improve removed_channel final cleanup. Hubzilla issue #386zotlabs2017-11-122-1/+16
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-122-2/+3
|\ \
| * \ Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-111-3/+6
| |\ \
| * | | fix wiki pages not updating after creating new pageMario Vavti2017-11-111-1/+1
| | |/ | |/|
| * | revert back to get the mid from enotify - otherwise we can not distinct ↵Mario Vavti2017-11-101-1/+2
| | | | | | | | | | | | between posts and likes
* | | 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.
* | set os_syspath in DAV file put operation so that photos will scale correctly.zotlabs2017-11-101-3/+6
|/
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-092-1/+5
|\
| * 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
| |\
| * | make most recent cloud_tiles setting for local channels persistent across loginszotlabs2017-11-071-0/+4
| | |
* | | get the path infos from pathname instead of seperate data attributeMario Vavti2017-11-091-1/+0
| | |
* | | load notifications links to /display via ajax if we are already in /displayMario Vavti2017-11-092-0/+2
| |/ |/|
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-072-1/+268
|\|
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-061-1/+1
| |\
| * | .htignore updatezotlabs2017-11-061-1/+1
| | |
| * | second half of issue #893 - move channel default permissions to its own ↵zotlabs2017-11-062-1/+268
| | | | | | | | | | | | 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.
* | | rename channel app events to calendar and add nav_set_selected() to /calMario Vavti2017-11-071-0/+2
| |/ |/|
* | fix unable to mark all messages readMario Vavti2017-11-061-1/+1
|/
* allow cloud filenames to include ampersands without messing up auth tokens ↵zotlabs2017-11-052-16/+9
| | | | (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' into docugit-marijus2017-11-043-8/+20
|\
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-042-3/+6
| |\
| | * provide short localised summary for likes that will end up in displayed ↵zotlabs2017-11-031-1/+5
| | | | | | | | | | | | notifications
| | * more search workzotlabs2017-11-031-2/+1
| | |
| * | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-031-5/+14
| |\|
| | * fix cloud redirects with owt tokenszotlabs2017-11-031-5/+14
| | |
* | | :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-0312-239/+451
|/ / | | | | | | | | Fix some Doxygen parsing errors. Improve hooks documentation.