| Commit message (Expand) | Author | Age | Files | Lines |
* | Use / for album name in photo activities if no album present. | redmatrix | 2016-04-27 | 1 | -1/+1 |
* | implement the singleton delivery stuff | redmatrix | 2016-04-26 | 3 | -8/+38 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-04-26 | 2 | -45/+28 |
|\ |
|
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-04-26 | 1 | -6/+12 |
| |\ |
|
| * | | move spoiler= and quote= bbcode handling from prepare_body() to bbcode() and ... | Mario Vavti | 2016-04-26 | 2 | -45/+28 |
* | | | move iconfig functions to include/config.php with all the rest of the configs... | redmatrix | 2016-04-26 | 4 | -159/+165 |
| |/
|/| |
|
* | | some cleanup on the mysqli driver | redmatrix | 2016-04-25 | 1 | -6/+12 |
|/ |
|
* | Setup was horked after this commit and I couldn't easily make it right so rev... | redmatrix | 2016-04-25 | 4 | -79/+66 |
* | remove global db variable | redmatrix | 2016-04-25 | 4 | -66/+79 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-04-23 | 1 | -13/+4 |
|\ |
|
| * | simplify context help js and move it to main.js where all the nav related js ... | Mario Vavti | 2016-04-23 | 1 | -13/+4 |
* | | this should work to call a hook for a string class method | redmatrix | 2016-04-23 | 1 | -2/+12 |
* | | Class method support for hooks | redmatrix | 2016-04-23 | 1 | -2/+3 |
|/ |
|
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-04-21 | 2 | -9/+27 |
|\ |
|
| * | some fixes for contextual help and disable transition animation for now - it ... | Mario Vavti | 2016-04-21 | 1 | -6/+11 |
| * | Merge pull request #351 from anaqreon/toggle-context-help | git-marijus | 2016-04-21 | 1 | -2/+9 |
| |\ |
|
| | * | Added admin/site setting that toggles context help panel. If disabled, origin... | Andrew Manning | 2016-04-21 | 1 | -0/+6 |
| | * | Merge branch 'dev' into toggle-context-help | Andrew Manning | 2016-04-20 | 5 | -21/+212 |
| | |\ |
|
| | * | | Try toggling context help using onclick attribute | Andrew Manning | 2016-04-19 | 1 | -2/+3 |
| * | | | Merge pull request #348 from git-marijus/dev | git-marijus | 2016-04-21 | 1 | -5/+11 |
| |\ \ \ |
|
| | * | | | add querystring to css and js which is added via head_add_{css, js} | Mario Vavti | 2016-04-19 | 1 | -5/+11 |
| | | |/
| | |/| |
|
* | / | | new hook interface (the old one still works but requires handlers to have two... | redmatrix | 2016-04-21 | 1 | -13/+13 |
|/ / / |
|
* | | | send the correct number of args | redmatrix | 2016-04-20 | 1 | -1/+1 |
* | | | There is no longer a followup flag in the notifier. Remove all traces of it. | redmatrix | 2016-04-20 | 1 | -2/+0 |
* | | | bb2d updates from testing signature changes | redmatrix | 2016-04-20 | 1 | -5/+5 |
* | | | testing dmeta | redmatrix | 2016-04-19 | 1 | -6/+5 |
* | | | rework bb2diaspora for eradicating the diaspora comment virus | redmatrix | 2016-04-19 | 1 | -3/+26 |
|/ / |
|
* / | module updates | redmatrix | 2016-04-18 | 5 | -21/+212 |
|/ |
|
* | some issues with GNU-Social's implementation of events in feeds. The summary ... | redmatrix | 2016-04-18 | 1 | -2/+2 |
* | remove the date hack on public feeds which was a temporary fix for an issue l... | redmatrix | 2016-04-17 | 1 | -2/+2 |
* | filter out a bit more dreport noise - especially for private posts to multipl... | redmatrix | 2016-04-14 | 1 | -0/+11 |
* | provide general purpose verification class, remove include/session.php (no lo... | redmatrix | 2016-04-14 | 2 | -180/+3 |
* | fix marked bug in code | redmatrix | 2016-04-13 | 1 | -2/+1 |
* | issue #331 use timeago.js for reshared publish date instead of relative_date(... | redmatrix | 2016-04-10 | 1 | -3/+1 |
* | move more session related stuff such as paranoia handling (IP address changes... | redmatrix | 2016-04-10 | 1 | -36/+2 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-04-10 | 1 | -1/+4 |
|\ |
|
| * | some work on comanche autocomplete | Mario Vavti | 2016-04-09 | 1 | -1/+4 |
* | | a few issues: block public not blocking mod_cal, typo in sql for one clone fi... | redmatrix | 2016-04-10 | 2 | -1/+3 |
|/ |
|
* | objectify all the session management stuff | redmatrix | 2016-04-08 | 4 | -10/+10 |
* | send file sync packets for all known file operations | redmatrix | 2016-04-07 | 3 | -7/+17 |
* | implement updates of attach data to sync'd clones. | redmatrix | 2016-04-07 | 1 | -18/+38 |
* | reset profile photo and cover photo bits for existing photos if a new one arr... | redmatrix | 2016-04-06 | 1 | -6/+50 |
* | missing profile photo in export data | redmatrix | 2016-04-06 | 1 | -1/+2 |
* | use the explicit form of build_sync_packet so that file/photo sync will work ... | redmatrix | 2016-04-06 | 1 | -1/+1 |
* | more work on file sync to clones, 60-70% test coverage, mostly working but ma... | redmatrix | 2016-04-06 | 3 | -12/+62 |
* | file sync testing continued | redmatrix | 2016-04-06 | 1 | -0/+4 |
* | file sync testing | redmatrix | 2016-04-06 | 2 | -2/+5 |
* | file sync work | redmatrix | 2016-04-06 | 4 | -7/+173 |
* | issue #340 | redmatrix | 2016-04-06 | 1 | -9/+1 |
* | getting file sync data - missed parent folder | redmatrix | 2016-04-06 | 1 | -1/+7 |