| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Merge pull request #565 from anaqreon/wiki-download | zotlabs | 2016-10-23 | 1 | -0/+30 |
| |\ |
|
| | * | Add wiki download button to export the selected wiki repo to a zip file | Andrew Manning | 2016-10-22 | 1 | -0/+30 |
| * | | Merge pull request #562 from fsteinel/issue-561 | zotlabs | 2016-10-23 | 1 | -2/+4 |
| |\ \ |
|
| | * | | until we've settled on what they should be, set os_path and display_path to a... | Florian Steinel | 2016-10-22 | 1 | -2/+2 |
| | * | | add column display_path to inserts into attachment, as this column is a not n... | Florian Steinel | 2016-10-22 | 1 | -2/+4 |
* | | | | need to perform dbunescbin on stored filenames as well as binary data - this ... | zotlabs | 2016-10-23 | 3 | -5/+5 |
|/ / / |
|
* | / | provide lockstate for events and remove obsolete code | Mario Vavti | 2016-10-22 | 1 | -5/+2 |
| |/
|/| |
|
* | | 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 |
* | [BUGFIX] for fromStandalonePermission(). | Klaus Weidenbach | 2016-10-20 | 1 | -28/+26 |
* | 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 | 2 | -6/+1 |
* | add get_photo hook to go along with get_profile_photo hook. This allows a plu... | zotlabs | 2016-10-17 | 2 | -14/+12 |
* | array_key_exists warning on PConfig::Delete() | zotlabs | 2016-10-17 | 1 | -6/+9 |
* | 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 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-10-13 | 20 | -853/+822 |
|\ |
|
| * | Merge pull request #547 from dawnbreak/docu | zotlabs | 2016-10-14 | 20 | -856/+826 |
| |\ |
|
| | * | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 20 | -856/+826 |
* | | | try to filter any path information from leaking through to zot_finger; and lo... | zotlabs | 2016-10-13 | 1 | -1/+3 |
|/ / |
|
* / | provide text log results of email success/failure rather than 1 and 0. | zotlabs | 2016-10-13 | 2 | -5/+5 |
|/ |
|
* | 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 |
* | don't expire posts before 2001 | zotlabs | 2016-10-10 | 1 | -2/+1 |
* | 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 | 11 | -238/+128 |
* | 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 | 6 | -13/+13 |
* | add some more stuff to admin/account_edit (service class, language, and techl... | redmatrix | 2016-10-03 | 3 | -9/+42 |
* | return the email_sent status | redmatrix | 2016-10-03 | 1 | -2/+2 |