Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix autocomplete for /channel and /display | Mario Vavti | 2016-04-09 | 2 | -1/+5 |
| | |||||
* | some work on comanche autocomplete | Mario Vavti | 2016-04-09 | 9 | -16/+32 |
| | |||||
* | send file sync packets for all known file operations | redmatrix | 2016-04-07 | 2 | -39/+49 |
| | |||||
* | more work on file sync to clones, 60-70% test coverage, mostly working but ↵ | redmatrix | 2016-04-06 | 1 | -1/+1 |
| | | | | many changes made during testing which themselves have not yet been tested | ||||
* | issue #340 | redmatrix | 2016-04-06 | 1 | -0/+14 |
| | |||||
* | provide function to collect file/photo sync data per help/filesync | redmatrix | 2016-04-05 | 1 | -0/+1 |
| | |||||
* | add some doco to getfile module | redmatrix | 2016-04-05 | 1 | -0/+20 |
| | |||||
* | server side of file/photo sync to deliver the file data. We'll sign it using ↵ | redmatrix | 2016-04-05 | 1 | -0/+76 |
| | | | | our channel_hash and the current time to make it difficult to forge a request; as the sync process is not going to have magic-auth ability. | ||||
* | provide a backup copy of prior notes widget content if the contents were ↵ | redmatrix | 2016-04-03 | 1 | -1/+11 |
| | | | | just nuked. | ||||
* | issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵ | redmatrix | 2016-04-03 | 1 | -0/+6 |
| | | | | discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity. | ||||
* | show chat expiration time in overview and minor fixes | Mario Vavti | 2016-04-03 | 1 | -0/+2 |
| | |||||
* | suddenly we have includepath issues - provide the explicit paths | redmatrix | 2016-04-01 | 6 | -6/+6 |
| | |||||
* | Merge branch 'static' | redmatrix | 2016-03-31 | 116 | -689/+689 |
|\ | |||||
| * | static App | redmatrix | 2016-03-31 | 116 | -689/+689 |
| | | |||||
* | | mod chat rework continued | Mario Vavti | 2016-03-31 | 1 | -1/+2 |
|/ | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 51 | -246/+246 |
| | |||||
* | more work on mod chat | Mario Vavti | 2016-03-31 | 2 | -5/+17 |
| | |||||
* | more on mod chat | Mario Vavti | 2016-03-30 | 1 | -10/+14 |
| | |||||
* | some work on mod chat | Mario Vavti | 2016-03-30 | 2 | -31/+47 |
| | |||||
* | add page title to the html title | redmatrix | 2016-03-29 | 1 | -0/+3 |
| | |||||
* | Update es_es+n. Switch the feeds as requested by Mike. | jeroenpraat | 2016-03-27 | 1 | -2/+1 |
| | |||||
* | Small, but I think useful hack. Added a top posts only atom feed, so people ↵ | jeroenpraat | 2016-03-26 | 1 | -1/+2 |
| | | | | can choose directly from their browser which feed they need. | ||||
* | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2016-03-26 | 1 | -2/+15 |
|\ | |||||
| * | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-03-22 | 1 | -0/+1 |
| |\ | |||||
| * | | rewrite the webfinger discovery logic | redmatrix | 2016-03-22 | 1 | -2/+15 |
| | | | |||||
* | | | move link to /locs to settings menu if we have more than one location and ↵ | Mario Vavti | 2016-03-26 | 2 | -8/+7 |
| |/ |/| | | | | | some template work on locs | ||||
* | | Add a link to /locs to channel manager | Mario Vavti | 2016-03-22 | 1 | -0/+1 |
|/ | |||||
* | whip mod manage into shape | Mario Vavti | 2016-03-22 | 1 | -8/+3 |
| | |||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-03-20 | 1 | -9/+6 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2016-03-20 | 1 | -2/+2 |
| |\ | |||||
| * | | fix #328 by using a seperate query instead of group_concat | Mario Vavti | 2016-03-20 | 1 | -9/+6 |
| | | | |||||
* | | | rework salmon - important, update addons also if you have enabled gnusoc addon | redmatrix | 2016-03-20 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-03-20 | 1 | -1/+3 |
|\| | |||||
| * | add fixme | Mario Vavti | 2016-03-20 | 1 | -1/+3 |
| | | |||||
* | | issue #330 - permit archived connections in ACLs. If they are to be blocked ↵ | redmatrix | 2016-03-20 | 1 | -2/+2 |
|/ | | | | for delivery (or some other purpose) this should probably happen in the delivery mechanism (or other related sub-system) rather than the permissions mechanism, although currently we still attempt direct delivery to archived connections. Technically "archived" means merely that we won't 'poll' the connection according to the current definition. | ||||
* | add use as cover photo link to photos view | Mario Vavti | 2016-03-18 | 1 | -0/+1 |
| | |||||
* | some work on profile listing | Mario Vavti | 2016-03-17 | 1 | -13/+12 |
| | |||||
* | bring more structure to profiles edit | Mario Vavti | 2016-03-17 | 1 | -18/+23 |
| | |||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-03-16 | 1 | -39/+19 |
|\ | |||||
| * | move buttons to dropdown menu and some cleanup | Mario Vavti | 2016-03-16 | 1 | -3/+2 |
| | | |||||
| * | still more janitor work on profiles | Mario Vavti | 2016-03-16 | 1 | -36/+17 |
| | | |||||
* | | lots of work on federated channel discovery | redmatrix | 2016-03-16 | 1 | -2/+4 |
|/ | |||||
* | even more janitor work on profiles | Mario Vavti | 2016-03-15 | 1 | -6/+3 |
| | |||||
* | some re-working of webfinger and hcard parsing which will be necessary going ↵ | redmatrix | 2016-03-14 | 1 | -7/+24 |
| | | | | forward. | ||||
* | more janitor work on profiles | Mario Vavti | 2016-03-13 | 1 | -15/+9 |
| | |||||
* | some janitor work on profiles | Mario Vavti | 2016-03-12 | 1 | -17/+12 |
| | |||||
* | remove superfluous return | Mario Vavti | 2016-03-11 | 1 | -1/+0 |
| | |||||
* | handle UNO move channel operation | redmatrix | 2016-03-09 | 1 | -11/+9 |
| | |||||
* | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-03-09 | 1 | -3/+48 |
|\ | |||||
| * | Issue #316 make /display updates work. Basically copy and paste what we do ↵ | Mario Vavti | 2016-03-09 | 1 | -3/+48 |
| | | | | | | | | on load and add $simple_update to the query. |