Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_file_upload: provide a handler for chunked uploads for when we ↵ | zotlabs | 2017-11-22 | 1 | -0/+40 |
| | | | | eventually support this on the client side | ||||
* | article feature | zotlabs | 2017-11-22 | 5 | -1/+278 |
| | |||||
* | initial articles feature | zotlabs | 2017-11-22 | 1 | -0/+187 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-21 | 1 | -11/+11 |
|\ | |||||
| * | use item_thread_top = 1 instead of mid = parent_mid and make sure ↵ | Mario Vavti | 2017-11-21 | 1 | -3/+3 |
| | | | | | | | | local_channel is intval | ||||
| * | make browser history buttons work with ajax calls in /display and /hq | Mario Vavti | 2017-11-21 | 1 | -8/+8 |
| | | |||||
* | | expose the security setting for SVG thumbnails | zotlabs | 2017-11-21 | 1 | -1/+3 |
|/ | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-20 | 1 | -1/+2 |
|\ | |||||
| * | cloud tiles: use folder-o for folders and set the icon colour to something a ↵ | zotlabs | 2017-11-19 | 1 | -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) | ||||
* | | we need a mid also if there is no unseen items | Mario Vavti | 2017-11-20 | 1 | -1/+0 |
| | | |||||
* | | order by created instead of id | Mario Vavti | 2017-11-20 | 1 | -1/+1 |
| | | |||||
* | | speed up initial query if no mid is provided | Mario Vavti | 2017-11-20 | 1 | -0/+1 |
|/ | |||||
* | hq: $item_normal was defined to late | Mario Vavti | 2017-11-19 | 1 | -3/+3 |
| | |||||
* | fix issues with apporder related to recent pinned apps changes | Mario Vavti | 2017-11-19 | 1 | -5/+11 |
| | |||||
* | only provide notify id if otype == item | Mario Vavti | 2017-11-19 | 1 | -1/+1 |
| | |||||
* | do not double encode already encoded mid | Mario Vavti | 2017-11-19 | 1 | -1/+6 |
| | |||||
* | some more work on mod hq | Mario Vavti | 2017-11-18 | 3 | -79/+42 |
| | |||||
* | use substr() instead of str_replace() | Mario Vavti | 2017-11-17 | 1 | -2/+1 |
| | |||||
* | remove obsolete variable | Mario Vavti | 2017-11-17 | 1 | -1/+0 |
| | |||||
* | inroduce the HQ module - a module with the potential to become a nice ↵ | Mario Vavti | 2017-11-17 | 2 | -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 #911 | Mario Vavti | 2017-11-17 | 1 | -1/+8 |
| | |||||
* | provide ability to pin apps to navbar from /apps. this removes the ability ↵ | Mario Vavti | 2017-11-16 | 1 | -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 ↵ | zotlabs | 2017-11-15 | 2 | -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 dev | Mario Vavti | 2017-11-14 | 1 | -0/+4 |
|\ | |||||
| * | move mailhost settings from plugin to core | zotlabs | 2017-11-13 | 1 | -0/+4 |
| | | |||||
* | | also filter atokens on acl search | Mario Vavti | 2017-11-13 | 1 | -2/+9 |
|/ | |||||
* | allow a site to block (public) the directory separately from other resources. | zotlabs | 2017-11-12 | 1 | -0/+5 |
| | |||||
* | cleanup of upload_to_comments test; we actually don't care about the profile ↵ | zotlabs | 2017-11-12 | 1 | -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 name | zotlabs | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-08 | 1 | -0/+2 |
|\ | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-07 | 1 | -0/+267 |
| |\ | |||||
| * | | rename channel app events to calendar and add nav_set_selected() to /cal | Mario Vavti | 2017-11-07 | 1 | -0/+2 |
| | | | |||||
* | | | make most recent cloud_tiles setting for local channels persistent across logins | zotlabs | 2017-11-07 | 1 | -0/+4 |
| |/ |/| | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-06 | 1 | -1/+1 |
|\| | |||||
| * | fix unable to mark all messages read | Mario Vavti | 2017-11-06 | 1 | -1/+1 |
| | | |||||
* | | .htignore update | zotlabs | 2017-11-06 | 1 | -1/+1 |
| | | |||||
* | | second half of issue #893 - move channel default permissions to its own ↵ | zotlabs | 2017-11-06 | 1 | -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 ↵ | zotlabs | 2017-11-05 | 1 | -16/+8 |
| | | | | (zid, owt, and zat, and the constant placeholder 'f=') | ||||
* | common connections on suggestion page showing wildly different results than ↵ | zotlabs | 2017-11-05 | 1 | -2/+2 |
| | | | | remote profile, and is consistently off by one | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-03 | 3 | -12/+7 |
|\ | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-03 | 1 | -5/+14 |
| |\ | |||||
| * | | update item_normal() to not include ACTIVITY_OBJ_FILE obj_type | Mario Vavti | 2017-11-03 | 2 | -12/+5 |
| | | | |||||
| * | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-03 | 1 | -0/+42 |
| |\ \ | |||||
| * | | | set $module_format to html to not break updates. it will be set to something ↵ | Mario Vavti | 2017-11-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | else later if appropriate | ||||
* | | | | more search work | zotlabs | 2017-11-03 | 1 | -2/+1 |
| |_|/ |/| | | |||||
* | | | fix cloud redirects with owt tokens | zotlabs | 2017-11-03 | 1 | -5/+14 |
| |/ |/| | |||||
* | | hubzilla issue #896 | zotlabs | 2017-11-02 | 1 | -0/+42 |
|/ | |||||
* | fix issues with diaspora xchans | Mario Vavti | 2017-11-02 | 1 | -2/+2 |
| | |||||
* | support for netselect query | zotlabs | 2017-11-01 | 5 | -8/+31 |
| | |||||
* | Maria's profile photo issue, please push to master. | zotlabs | 2017-11-01 | 1 | -2/+8 |
| |