aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
* | | implement pubstream items in mod hqMario2017-11-251-11/+36
| | |
* | | Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-255-8/+66
|\| |
| * | default profile assignzotlabs2017-11-241-1/+8
| | |
| * | sync packet not generated when deleting a file using the web browser interfacezotlabs2017-11-241-0/+5
| | |
| * | remove deprecated $a argument from advanced_profile()zotlabs2017-11-231-1/+1
| | |
| * | change to bbcode calling parameters: important: will require pulling addons;zotlabs2017-11-232-10/+16
| | | | | | | | | | | | also some extra checking of server headers in upload functions
| * | mod_file_upload: provide a handler for chunked uploads for when we ↵zotlabs2017-11-221-0/+40
| | | | | | | | | | | | eventually support this on the client side
* | | mod hq: minor query changeMario Vavti2017-11-241-10/+2
| |/ |/|
* | missing filesMario Vavti2017-11-242-0/+57
| |
* | some more work on mod hqMario Vavti2017-11-243-10/+15
|/
* optional divider between item header and bodyzotlabs2017-11-221-1/+2
|
* article featurezotlabs2017-11-228-3/+303
|
* initial articles featurezotlabs2017-11-221-0/+187
|
* add thumbnail hookzotlabs2017-11-211-1/+25
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-211-11/+11
|\
| * use item_thread_top = 1 instead of mid = parent_mid and make sure ↵Mario Vavti2017-11-211-3/+3
| | | | | | | | local_channel is intval
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-214-37/+117
| |\
| * | make browser history buttons work with ajax calls in /display and /hqMario Vavti2017-11-211-8/+8
| | |
* | | expose the security setting for SVG thumbnailszotlabs2017-11-211-1/+3
| | |
* | | Video thumbnail generatorzotlabs2017-11-212-5/+58
| | |
* | | pdf thumbnailszotlabs2017-11-211-0/+49
| | |
* | | thumbnail generator for epubszotlabs2017-11-212-1/+41
| |/ |/|
* | fix album cover thumb generatorzotlabs2017-11-201-2/+2
| |
* | more work theming the tile viewzotlabs2017-11-201-1/+1
| |
* | add mp3 audio thumbnail generatorzotlabs2017-11-201-0/+37
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-201-1/+1
|\|
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-205-3/+80
| |\
| * | we need a mid also if there is no unseen itemsMario Vavti2017-11-201-1/+0
| | |
| * | order by created instead of idMario Vavti2017-11-201-1/+1
| | |
| * | speed up initial query if no mid is providedMario Vavti2017-11-201-0/+1
| | |
* | | set display_path for photo_upload from the DAV File interfacezotlabs2017-11-201-2/+6
| | |
* | | provide a generalised interface for thumbnail generators to support various ↵zotlabs2017-11-202-35/+74
| |/ |/| | | | | content types
* | cloud tiles: use folder-o for folders and set the icon colour to something a ↵zotlabs2017-11-191-1/+2
| | | | | | | | bit less harsh than the link colour for system icons. Dark solid blue folders are a bit overwhelming, as is the default text_colour (black)
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-197-22/+322
|\|
| * hq: $item_normal was defined to lateMario Vavti2017-11-191-3/+3
| |
| * fix issues with apporder related to recent pinned apps changesMario Vavti2017-11-192-7/+13
| |
| * only provide notify id if otype == itemMario Vavti2017-11-191-1/+1
| |
| * do not double encode already encoded midMario Vavti2017-11-191-1/+6
| |
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-11-191-2/+11
| |\
| * | 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
|/