Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-25 | 9 | -41/+67 |
|\ | |||||
| * | this may fix pubstream comments/likes | zotlabs | 2017-11-24 | 1 | -0/+16 |
| | | |||||
| * | don't include invisible "update activities" in category widget | zotlabs | 2017-11-24 | 2 | -34/+37 |
| | | |||||
| * | default profile assign | zotlabs | 2017-11-24 | 2 | -0/+5 |
| | | |||||
| * | remove deprecated $a argument from advanced_profile() | zotlabs | 2017-11-23 | 1 | -1/+1 |
| | | |||||
| * | change to bbcode calling parameters: important: will require pulling addons; | zotlabs | 2017-11-23 | 3 | -6/+8 |
| | | | | | | | | also some extra checking of server headers in upload functions | ||||
* | | some more work on mod hq | Mario Vavti | 2017-11-24 | 1 | -0/+6 |
|/ | |||||
* | fix typo in pipe_streams() | Mario Vavti | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | optional divider between item header and body | zotlabs | 2017-11-22 | 1 | -12/+5 |
| | |||||
* | disable until completed | zotlabs | 2017-11-22 | 1 | -1/+2 |
| | |||||
* | article feature | zotlabs | 2017-11-22 | 5 | -1/+153 |
| | |||||
* | initial articles feature | zotlabs | 2017-11-22 | 2 | -0/+11 |
| | |||||
* | allow toggle to 'SMBC' scaling mode. 'SMBC' mode is named thusly for ↵ | zotlabs | 2017-11-21 | 1 | -3/+10 |
| | | | | Saturday Morning Breakfast Cereal cartoons which are very tall. If you scale the image to constrain both dimensions, the cartoon text is illegible. So we allow the height to float and only constrain the width. The new flag allows you to overide this mode and force both dimensions to always be evaluated and constrained to the provided limit. | ||||
* | Video thumbnail generator | zotlabs | 2017-11-21 | 1 | -2/+3 |
| | |||||
* | pdf thumbnails | zotlabs | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | cloud tiles: use folder-o for folders and set the icon colour to something a ↵ | zotlabs | 2017-11-19 | 1 | -2/+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_merge | zotlabs | 2017-11-19 | 1 | -5/+9 |
|\ | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-19 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-17 | 2 | -4/+35 |
| |\ \ | |||||
| * | | | compare strpos result against false | Mario Vavti | 2017-11-16 | 1 | -2/+2 |
| | | | | |||||
| * | | | provide ability to pin apps to navbar from /apps. this removes the ability ↵ | Mario Vavti | 2017-11-16 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | to have per custom navbar pinned apps - this can be added later if desired | ||||
* | | | | text thumbnails in cloud tile mode | zotlabs | 2017-11-19 | 3 | -48/+72 |
| |_|/ |/| | | |||||
* | | | don't include pending connections in poco | zotlabs | 2017-11-18 | 1 | -1/+1 |
| |/ |/| | |||||
* | | improve the icon mappings for cloud tile view | zotlabs | 2017-11-16 | 2 | -4/+35 |
|/ | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-15 | 1 | -1/+1 |
|\ | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-15 | 3 | -14/+58 |
| |\ | |||||
| * | | typo - fixes issue #910 | Mario Vavti | 2017-11-15 | 1 | -1/+1 |
| | | | |||||
* | | | This should sort out hubzilla issue #826 but requires a bit more testing. It ↵ | zotlabs | 2017-11-15 | 1 | -8/+8 |
| |/ |/| | | | | | may also sort out some reported issues with commenting and liking items in the public stream. | ||||
* | | sort out a few more large image upload issues | zotlabs | 2017-11-14 | 3 | -14/+58 |
|/ | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-14 | 1 | -6/+2 |
|\ | |||||
| * | issue with group_rmv | zotlabs | 2017-11-13 | 1 | -6/+2 |
| | | |||||
* | | sort combined private mail conversations by latest updated conversation ↵ | Mario Vavti | 2017-11-13 | 1 | -4/+1 |
| | | | | | | | | instead of created parent | ||||
* | | fix php warnings on photo delete | Mario Vavti | 2017-11-13 | 1 | -1/+1 |
|/ | |||||
* | improve removed_channel final cleanup. Hubzilla issue #386 | zotlabs | 2017-11-12 | 1 | -15/+45 |
| | |||||
* | fix some conflicts between private tags and forum tags | zotlabs | 2017-11-12 | 1 | -154/+150 |
| | |||||
* | cleanup of upload_to_comments test; we actually don't care about the profile ↵ | zotlabs | 2017-11-12 | 1 | -14/+8 |
| | | | | owner. We only care that we're logged in locally and our storage is public by default. | ||||
* | also disable uploading in comments if the channel permissionlimits for ↵ | zotlabs | 2017-11-11 | 1 | -0/+3 |
| | | | | view_storage aren't PERMS_PUBLIC. | ||||
* | hubzilla issue #901 - unicode characters in urls tripping up url regexes - ↵ | zotlabs | 2017-11-09 | 4 | -13/+13 |
| | | | | these regexes have been modified to accept unicode "letters" which may preclude emojis and control sequences and symbols in url links; but should suffice for most legal URLs containing language context "text" glyphs. | ||||
* | use logger | zotlabs | 2017-11-08 | 1 | -2/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-08 | 1 | -8/+10 |
|\ | |||||
| * | rename channel app events to calendar and add nav_set_selected() to /cal | Mario Vavti | 2017-11-07 | 1 | -3/+3 |
| | | |||||
| * | add location info to the navbar | Mario Vavti | 2017-11-07 | 1 | -5/+7 |
| | | |||||
* | | make most recent cloud_tiles setting for local channels persistent across logins | zotlabs | 2017-11-07 | 1 | -0/+1 |
|/ | |||||
* | lets try this in the wild for a while | Mario Vavti | 2017-11-06 | 1 | -4/+4 |
| | |||||
* | attach.php minor cleanup and doc | zotlabs | 2017-11-06 | 1 | -61/+26 |
| | |||||
* | allow cloud filenames to include ampersands without messing up auth tokens ↵ | zotlabs | 2017-11-05 | 1 | -16/+5 |
| | | | | (zid, owt, and zat, and the constant placeholder 'f=') | ||||
* | fix can_comment_on_post() after recent code cleanup (a required array ↵ | zotlabs | 2017-11-04 | 1 | -0/+1 |
| | | | | parameter was missing) | ||||
* | fix wrong variable in sprintf resulting in php warning | Mario Vavti | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' into docu | git-marijus | 2017-11-04 | 6 | -30/+74 |
|\ | |||||
| * | Merge pull request #891 from dawnbreak/langlibs | git-marijus | 2017-11-04 | 3 | -33/+48 |
| |\ | | | | | | | Langlibs updates |