| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #563 from ilu33/dev | zotlabs | 2016-10-22 | 1 | -1/+1 |
|\ |
|
| * | Postgres complaining again ... | ilu33 | 2016-10-22 | 1 | -1/+1 |
* | | squash timezone adjusted birthdays into a single day in the calendar, by lyin... | zotlabs | 2016-10-21 | 1 | -0/+6 |
|/ |
|
* | full revert, that wasn't working at all. Not sure why. | zotlabs | 2016-10-21 | 1 | -3/+1 |
* | partial revert | zotlabs | 2016-10-21 | 1 | -3/+2 |
* | fine tune the navbar people autocomplete, as the check for minimum length was... | zotlabs | 2016-10-21 | 1 | -1/+4 |
* | remove requirement that imported profile photos be in the profile photos album | zotlabs | 2016-10-18 | 1 | -1/+1 |
* | Change the behaviour of 'use existing photo for profile'. For a channel with ... | zotlabs | 2016-10-18 | 1 | -11/+31 |
* | change event behaviour - share by default. | zotlabs | 2016-10-18 | 1 | -2/+4 |
* | [FEATURE] Add config and use composer autoloader. | Klaus Weidenbach | 2016-10-18 | 1 | -4/+0 |
* | add get_photo hook to go along with get_profile_photo hook. This allows a plu... | zotlabs | 2016-10-17 | 1 | -11/+12 |
* | rename diaspora2bb() to markdown_to_bb() to reflect that is has a more generi... | zotlabs | 2016-10-16 | 1 | -1/+1 |
* | remove logging | zotlabs | 2016-10-14 | 1 | -1/+1 |
* | permissions issue | zotlabs | 2016-10-14 | 1 | -2/+2 |
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 13 | -711/+658 |
* | additional array checking | zotlabs | 2016-10-13 | 1 | -7/+1 |
* | consolidate duplicated code for creating table entries from an array | zotlabs | 2016-10-12 | 1 | -29/+8 |
* | minor | zotlabs | 2016-10-12 | 1 | -0/+1 |
* | remove the rest of the backticks from sql queries; replace with TQUOT const w... | zotlabs | 2016-10-12 | 2 | -16/+16 |
* | some more api work | zotlabs | 2016-10-12 | 1 | -8/+8 |
* | When importing a channel from another server, try to auto-discover the best a... | zotlabs | 2016-10-11 | 1 | -10/+14 |
* | since the snap module runs without permissions controls, verify the logged in... | zotlabs | 2016-10-09 | 1 | -0/+9 |
* | snap dav module is currently read-only. error out on any request methods whic... | zotlabs | 2016-10-09 | 1 | -0/+3 |
* | provide a DAV module which accesses the raw data storage for a channel. Toget... | zotlabs | 2016-10-09 | 1 | -0/+93 |
* | more backquotes - this should take care of most except for the array import q... | zotlabs | 2016-10-09 | 20 | -28/+27 |
* | try naked embed before submission instead of at render time | redmatrix | 2016-10-06 | 1 | -0/+4 |
* | remove obscured @ hack | redmatrix | 2016-10-04 | 1 | -3/+0 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-10-04 | 2 | -3/+2 |
|\ |
|
| * | feature_enabled() only takes two arguments | Mario Vavti | 2016-10-04 | 2 | -3/+2 |
* | | remove leftover rating fragment | redmatrix | 2016-10-04 | 1 | -2/+5 |
|/ |
|
* | even more backslashes | redmatrix | 2016-10-03 | 5 | -15/+15 |
* | more backticks | redmatrix | 2016-10-03 | 10 | -233/+123 |
* | allow delivery report for not just the author, but also if you're the owner a... | redmatrix | 2016-10-03 | 1 | -3/+5 |
* | start removing db backticks | redmatrix | 2016-10-03 | 3 | -6/+6 |
* | add some more stuff to admin/account_edit (service class, language, and techl... | redmatrix | 2016-10-03 | 2 | -9/+21 |
* | sync cloud storage permission changes (issue #538 continued) | redmatrix | 2016-10-01 | 1 | -2/+2 |
* | Unify the various mail sending instance to enotify::send() and z_mail(). Both... | redmatrix | 2016-10-01 | 2 | -28/+34 |
* | provide ability for admin to change account password | redmatrix | 2016-09-30 | 1 | -0/+64 |
* | issue #538 continued | redmatrix | 2016-09-30 | 1 | -3/+3 |
* | more tag filtering in setup | redmatrix | 2016-09-29 | 1 | -11/+11 |
* | issue #538 continued | redmatrix | 2016-09-29 | 2 | -2/+2 |
* | Bring the saved search feature in line with the spec, and publish the feature... | redmatrix | 2016-09-28 | 1 | -38/+57 |
* | file clone sync issue, 1. channel permission import had no uid, 2. mod_getfil... | redmatrix | 2016-09-28 | 1 | -13/+14 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-09-28 | 3 | -3/+4 |
|\ |
|
| * | fix wrong array key for profile photo resloution | Mario Vavti | 2016-09-28 | 1 | -1/+1 |
| * | fix with update with /channel?f=&mid=hash issue #461 | Mario Vavti | 2016-09-28 | 2 | -2/+3 |
* | | issue #537 - angle bracket characters in DB password not recognised | redmatrix | 2016-09-28 | 1 | -18/+18 |
|/ |
|
* | make the fetching of the default profile photo hookable, and document the hook | redmatrix | 2016-09-27 | 1 | -17/+31 |
* | Merge branch 'nulldate' into dev | redmatrix | 2016-09-26 | 5 | -5/+5 |
|\ |
|
| * | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 5 | -5/+5 |