| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | ics calendar export - commas need to be escaped | redmatrix | 2015-07-21 | 2 | -2/+2 |
* | | provide content-disposition for exported ics file | redmatrix | 2015-07-20 | 1 | -0/+1 |
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-20 | 18 | -11/+16 |
|\ \ |
|
| * | | Fixes regarding the new default profile photo size. The default profile photo... | Mario Vavti | 2015-07-20 | 17 | -9/+9 |
| * | | show icons instead of disabled checkboxes | Mario Vavti | 2015-07-20 | 1 | -2/+7 |
* | | | there is no stricmp() in php, use strcasecmp() - also only detect language if... | redmatrix | 2015-07-20 | 1 | -3/+6 |
* | | | indicate where progress has been made | redmatrix | 2015-07-20 | 2 | -16/+20 |
|/ / |
|
* | | allow per-connection content filter to specify a detected language to include... | redmatrix | 2015-07-20 | 2 | -1/+7 |
* | | string update | redmatrix | 2015-07-19 | 2 | -986/+926 |
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-16 | 4 | -355/+406 |
|\ \ |
|
| * | | fix missing div and a regression introduced in ec23a94b6d7f6db1e1d34275b8143c... | Mario Vavti | 2015-07-16 | 2 | -50/+37 |
| * | | Merge pull request #376 from tuscanhobbit/master | Paolo T | 2015-07-16 | 2 | -305/+369 |
| |\| |
|
| | * | Updated Italian strings | Paolo Tacconi | 2015-07-16 | 2 | -305/+369 |
* | | | provide a way to export a single year of items (to potentially keep from exha... | redmatrix | 2015-07-16 | 3 | -3/+40 |
|/ / |
|
* | | allow plugins to provide module handlers for arbitrary modules that haven't b... | redmatrix | 2015-07-15 | 2 | -0/+13 |
* | | fix for empty recip array resulting from a mangled xchan | redmatrix | 2015-07-15 | 1 | -5/+8 |
* | | clone sync fixes across red/hz | redmatrix | 2015-07-15 | 1 | -2/+7 |
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-15 | 9 | -15/+19 |
|\ \ |
|
| * \ | Merge pull request #375 from zzottel/master | redmatrix | 2015-07-16 | 6 | -6/+6 |
| |\ \ |
|
| | * | | also change the update_ scripts | zottel | 2015-07-15 | 3 | -3/+3 |
| | * | | change sh to bash in shebang to make scripts work | zottel | 2015-07-15 | 3 | -3/+3 |
| |/ / |
|
| * | | provide info text for automatic permissions | Mario Vavti | 2015-07-15 | 1 | -1/+1 |
| * | | whitespace | Mario Vavti | 2015-07-15 | 1 | -4/+0 |
| * | | show inherited state in Connection Default Permissions | Mario Vavti | 2015-07-15 | 3 | -7/+15 |
* | | | revision update | redmatrix | 2015-07-15 | 1 | -1/+1 |
|/ / |
|
* | | fix import of group members | redmatrix | 2015-07-14 | 1 | -1/+1 |
* | | stream_perms_xchans() set to empty quoted string when no results rather than ... | redmatrix | 2015-07-14 | 1 | -0/+6 |
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-14 | 10 | -518/+331 |
|\ \ |
|
| * | | make strings translateable | Mario Vavti | 2015-07-14 | 2 | -6/+12 |
| * | | disable the inherited checkboxes for notself | Mario Vavti | 2015-07-14 | 1 | -1/+1 |
| * | | fix mod_connedit.js after cleanup | Mario Vavti | 2015-07-14 | 2 | -1/+35 |
| * | | revert this until further investigation | Mario Vavti | 2015-07-14 | 1 | -1/+1 |
| * | | revert provide inherited perms for connection default permissions | Mario Vavti | 2015-07-14 | 1 | -1/+1 |
| * | | remove dbg | Mario Vavti | 2015-07-14 | 1 | -2/+0 |
| * | | provide inherited perms for connection default permissions | Mario Vavti | 2015-07-14 | 1 | -1/+3 |
| * | | css fixes | Mario Vavti | 2015-07-14 | 1 | -5/+1 |
| * | | cleanup connedit | Mario Vavti | 2015-07-14 | 9 | -550/+309 |
| * | | Merge pull request #373 from zzottel/master | redmatrix | 2015-07-14 | 1 | -0/+18 |
| |\ \ |
|
| | * | | change account_default_channel if default channel is removed | zottel | 2015-07-13 | 1 | -0/+18 |
| |/ / |
|
* / / | coverup and ignore the illegal string offset message that some sites have bee... | redmatrix | 2015-07-14 | 3 | -3/+5 |
|/ / |
|
* | | Only let local logins install webpage elements | redmatrix | 2015-07-11 | 1 | -1/+5 |
* | | allow sys editing of menu | redmatrix | 2015-07-11 | 1 | -0/+1 |
* | | whitespace and comment out info again | Mario Vavti | 2015-07-12 | 2 | -3/+3 |
* | | fix sys channel menu in a morre standard way | Mario Vavti | 2015-07-12 | 3 | -5/+5 |
* | | menu_id is still needed | Mario Vavti | 2015-07-12 | 1 | -0/+1 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | Mario Vavti | 2015-07-12 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-07-11 | 3 | -16/+23 |
| |\ \ |
|
| * | | | revision update | redmatrix | 2015-07-11 | 1 | -1/+1 |
* | | | | make menu creation for sys channel work | Mario Vavti | 2015-07-12 | 4 | -10/+5 |
| |/ /
|/| | |
|
* | | | fix issue with profile photo | Mario Vavti | 2015-07-11 | 1 | -6/+6 |