Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use new forum tag style in forum search postings | zotlabs | 2018-02-11 | 1 | -1/+1 |
| | |||||
* | remove some never used indices which prevented our item queries to find the ↵ | Mario Vavti | 2018-02-04 | 1 | -13/+23 |
| | | | | right query execution plan in mysql and adjust some queries to optimze the result | ||||
* | test of new affinity preset code (post 3.0) | zotlabs | 2017-12-30 | 1 | -5/+3 |
| | |||||
* | cleanup | zotlabs | 2017-12-28 | 1 | -3/+5 |
| | |||||
* | a different (hopefully better) implementation of affinity presets, but not ↵ | zotlabs | 2017-12-28 | 1 | -2/+4 |
| | | | | for 3.0 because strings have changed. | ||||
* | update item_normal() to not include ACTIVITY_OBJ_FILE obj_type | Mario Vavti | 2017-11-03 | 1 | -2/+1 |
| | |||||
* | support for netselect query | zotlabs | 2017-11-01 | 1 | -3/+13 |
| | |||||
* | feed untranslated appnames to nav_set_selected() and query for the active ↵ | Mario Vavti | 2017-10-09 | 1 | -1/+1 |
| | | | | app directly to get app details | ||||
* | remove item_thread_top from simple_update query - we're already fetching ↵ | zotlabs | 2017-09-10 | 1 | -1/+2 |
| | | | | distinct(parent) and this prevented comments from displaying after submission when remote-authed. | ||||
* | introduce item_normal_update(). the differnce to item_normal() is that we do ↵ | Mario Vavti | 2017-09-03 | 1 | -1/+2 |
| | | | | not query for item_deleted = 0 and therefor can find deleted likes which allows us to update our unlikes on the fly if static page update is enabled | ||||
* | ditch discover tab in favour of the public stream app | git-marijus | 2017-08-24 | 1 | -18/+4 |
| | |||||
* | consolidate disable_discover_tab config if it was not yet set to either 1 or ↵ | git-marijus | 2017-08-06 | 1 | -2/+3 |
| | | | | 0 in DB | ||||
* | plugin hook for update_unseen | zotlabs | 2017-08-01 | 1 | -4/+9 |
| | |||||
* | another syntax error | git-marijus | 2017-07-30 | 1 | -1/+1 |
| | |||||
* | missing quotes on string in network update_unseen | zotlabs | 2017-07-29 | 1 | -1/+1 |
| | |||||
* | switch back to filter by ACTIVITY_OBJ_FILE for marking items read in ↵ | git-marijus | 2017-07-29 | 1 | -2/+2 |
| | | | | /network since item_notshown is also used for likes | ||||
* | filter by item_notshown instead of obj_type | git-marijus | 2017-07-28 | 1 | -2/+2 |
| | |||||
* | do not show obj_type ACTIVITY_OBJ_FILE under activity notifications and do ↵ | git-marijus | 2017-07-28 | 1 | -1/+2 |
| | | | | not mark those read in /network | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-07-21 | 1 | -1/+1 |
|\ | |||||
| * | provide a mechanism to mark apps active in the bin | git-marijus | 2017-07-21 | 1 | -1/+1 |
| | | |||||
* | | allow wildcard tag and category searches | zotlabs | 2017-07-20 | 1 | -2/+2 |
|/ | |||||
* | remove deprecated app parameter from conversation() | zotlabs | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | activity widget - like the forum widget but represents unseen activity by ↵ | zotlabs | 2017-03-02 | 1 | -2/+23 |
| | | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding. | ||||
* | convert manual page updates to a display setting instead of a feature | zotlabs | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | allow your own likes/comments to be updated when in static update mode | zotlabs | 2016-11-02 | 1 | -2/+9 |
| | |||||
* | feature: static page update as opposed to live update of conversations on ↵ | zotlabs | 2016-11-01 | 1 | -0/+1 |
| | | | | the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page. | ||||
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 1 | -1/+1 |
| | | | | queries | ||||
* | more get rid of illegal offset in include/conversation | redmatrix | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | some issues with saved search - tags and connection searches weren't being ↵ | redmatrix | 2016-08-31 | 1 | -0/+1 |
| | | | | saved. | ||||
* | move jotnets to jot and some cleanup (mostly whitespace) | Mario Vavti | 2016-08-21 | 1 | -2/+3 |
| | |||||
* | multiple acl work | Mario Vavti | 2016-08-03 | 1 | -0/+1 |
| | |||||
* | move permissiondescription class to zotlabs/lib | redmatrix | 2016-07-11 | 1 | -3/+1 |
| | |||||
* | more db column renames | redmatrix | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | (connections.php) | ||||
* | prevent recursion in the database driver when debugging is enabled and the ↵ | redmatrix | 2016-05-09 | 1 | -2/+2 |
| | | | | system config is not yet loaded - caused by calling get_config and making db calls within the logger function; which we then attempt to log... | ||||
* | Update some modules to use new ACL dialog feature | Treer | 2016-05-08 | 1 | -1/+2 |
| | |||||
* | Unify permissions dialog for network posts, channel posts, and remote posts | Treer | 2016-05-06 | 1 | -9/+1 |
| | | | | | | * changes the warning from being about when a post is "sent" to when it's "shared", to match the Share button. * hyperlinks the "cannot be changed" part of the warning to the help file * adds some more content to the help file | ||||
* | add help to some permissions dialogs | Treer | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Refine permissions dialog UI | Treer | 2016-05-04 | 1 | -2/+10 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+531 |