Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | raise the queue threshold default from 300 to 3000 | Mario Vavti | 2018-01-18 | 1 | -2/+2 |
| | |||||
* | fix some regressions with permission roles | Mario Vavti | 2018-01-16 | 7 | -10/+8 |
| | |||||
* | bump version | Mario | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | cleanup of last fix3.0.1 | zotlabs | 2018-01-14 | 3 | -4/+4 |
| | |||||
* | unexpected openssl result | zotlabs | 2018-01-14 | 3 | -2/+3 |
| | |||||
* | improve owa logging | zotlabs | 2018-01-14 | 1 | -1/+5 |
| | |||||
* | OpenWebAuth: can fail after site re-installs; this may need to be pushed ↵ | zotlabs | 2018-01-12 | 1 | -10/+12 |
| | | | | forward to master | ||||
* | Merge branch '3.0RC'3.0 | Mario | 2018-01-09 | 2316 | -511476/+511229 |
|\ | |||||
| * | bump version | Mario | 2018-01-09 | 1 | -1/+1 |
| | | |||||
| * | changelog | Mario Vavti | 2018-01-09 | 1 | -1/+1 |
| | | |||||
| * | fix regression in app categories | Mario Vavti | 2018-01-08 | 2 | -4/+5 |
| | | |||||
| * | issues with feed parameters | zotlabs | 2018-01-07 | 4 | -11/+18 |
| | | |||||
| * | bump version | Mario | 2018-01-07 | 1 | -1/+1 |
| | | |||||
| * | start with nonactive state for the notifications button and display some ↵ | Mario Vavti | 2018-01-07 | 4 | -0/+9 |
| | | | | | | | | text if there are no notifications on small screens only | ||||
| * | make active notifications filter sticky | Mario Vavti | 2018-01-06 | 1 | -1/+1 |
| | | |||||
| * | bump version | Mario | 2018-01-04 | 1 | -1/+1 |
| | | |||||
| * | fix nav update regressions - fixes issue #950 | Mario Vavti | 2018-01-04 | 2 | -6/+6 |
| | | |||||
| * | update changelog | Mario Vavti | 2018-01-03 | 1 | -0/+6 |
| | | |||||
| * | Merge pull request #948 from einervonvielen/3.0RC-fix-homeinstall | git-marijus | 2018-01-03 | 3 | -146/+70 |
| |\ | | | | | | | 3.0 rc fix homeinstall | ||||
| | * | Typo | Einer von Vielen | 2018-01-03 | 1 | -2/+2 |
| | | | |||||
| | * | Changed some install instruction for homeinstall | Einer von Vielen | 2018-01-03 | 1 | -14/+25 |
| | | | |||||
| | * | log local db size in daily script | Einer von Vielen | 2018-01-03 | 1 | -2/+2 |
| | | | |||||
| | * | removed backup to internal disk if no USB is mounted | Einer von Vielen | 2018-01-03 | 1 | -3/+2 |
| | | | |||||
| | * | removed installation of git | Einer von Vielen | 2018-01-03 | 1 | -5/+0 |
| | | | |||||
| | * | Fixed installation of hzaddons | Einer von Vielen | 2018-01-03 | 1 | -75/+2 |
| | | | |||||
| | * | Fixed 3.0RC. Forgot to change the setup script | Einer von Vielen | 2018-01-03 | 3 | -55/+47 |
| |/ | |||||
| * | hubzilla issue #947 | zotlabs | 2018-01-03 | 1 | -1/+2 |
| | | |||||
| * | this should finish up hubzilla issue #113 | zotlabs | 2018-01-03 | 4 | -9/+30 |
| | | |||||
| * | provide warning if ffmpeg not found and video thumbnail is requested | zotlabs | 2018-01-03 | 1 | -1/+7 |
| | | |||||
| * | update file thumbnails when imported/synced | zotlabs | 2018-01-03 | 1 | -0/+3 |
| | | |||||
| * | possibly fix hubzilla #673 (prev/next buttons on connedit can show deleted ↵ | zotlabs | 2018-01-03 | 1 | -1/+1 |
| | | | | | | | | connections). We cannot actually determine that a connection has been deleted (this is typically accomplished by removing the abook record), but we can determine if the corresponding xchan has been deleted. | ||||
| * | cleanup | zotlabs | 2018-01-03 | 1 | -3/+5 |
| | | |||||
| * | Make affinity widget settings work. It's entirely possible they never did ↵ | zotlabs | 2018-01-03 | 2 | -16/+16 |
| | | | | | | | | work correctly. I'm not comfortable over-riding the network_page_default config in this way but this is the way I've always set the affinity and it has worked just fine for me for several years and there haven't been any other requests to extend the network page default options. | ||||
| * | Fix whitespace formatting | Matthew Dent | 2018-01-03 | 1 | -14/+14 |
| | | |||||
| * | fix dupe bug in content hooks | M.Dent | 2018-01-03 | 1 | -15/+15 |
| | | |||||
| * | changelog | Mario | 2017-12-28 | 1 | -0/+6 |
| | | |||||
| * | hubzilla issue #945 - directory keywords returned from twkn in standalone mode | zotlabs | 2017-12-28 | 1 | -6/+19 |
| | | |||||
| * | sort cloud directory by 1. is_dir and 2. name until we can figure out a way ↵ | zotlabs | 2017-12-28 | 1 | -1/+1 |
| | | | | | | | | to request different sort orders | ||||
| * | document that imagick calls/execs ffmpeg for mp4 video thumbnails | zotlabs | 2017-12-28 | 1 | -1/+7 |
| | | |||||
| * | util/dcp - argument warning when arguments are correct | zotlabs | 2017-12-28 | 1 | -1/+1 |
| | | |||||
| * | cannot use file_get/put_contents in attach_store, must use pipe_streams | zotlabs | 2017-12-28 | 1 | -2/+13 |
| | | |||||
| * | changelog | Mario | 2017-12-23 | 1 | -0/+2 |
| | | |||||
| * | hubzilla-addons issue #74 - delayed posts not honoured for GNU-Social | zotlabs | 2017-12-22 | 1 | -1/+1 |
| | | | | | | | | There is a very high probability this will also fix hubzilla-addons issue #75 | ||||
| * | more changelog | Mario | 2017-12-22 | 1 | -0/+16 |
| | | |||||
| * | Merge pull request #938 from einervonvielen/3.0RC | git-marijus | 2017-12-22 | 2 | -61/+85 |
| |\ | | | | | | | 3.0 rc - Changes for Debian 9 | ||||
| | * | Typo | Einer von Vielen | 2017-12-21 | 1 | -4/+2 |
| | | | |||||
| | * | Changes for Debian 9. Several fixes. | Einer von Vielen | 2017-12-21 | 2 | -61/+87 |
| |/ | |||||
| * | add url and headings to bbco_autocomplete() | Mario Vavti | 2017-12-21 | 1 | -1/+1 |
| | | |||||
| * | remove additional linebreaks after headings | Mario Vavti | 2017-12-21 | 1 | -0/+7 |
| | | |||||
| * | html2bbcode: use headings bbcode for headings | Mario Vavti | 2017-12-20 | 1 | -6/+6 |
| | |