aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* sql typofriendica2015-01-271-1/+1
|
* Merge branch 'master' into tres and add some work on the item_deleted flag ↵friendica2015-01-2615-94/+422
|\ | | | | | | | | | | | | | | | | | | refactor Conflicts: include/attach.php include/onedirsync.php include/zot.php mod/locs.php
| * Merge https://github.com/friendica/red into pending_mergefriendica2015-01-261-1/+1
| |\
| | * Merge pull request #878 from habeascodice/masterRedMatrix2015-01-261-1/+1
| | |\ | | | | | | | | ping @mike
| | | * Merge branch 'master' of https://github.com/friendica/redHabeas Codice2015-01-242-7/+31
| | | |\
| | | * | remove superfluous group byHabeas Codice2015-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | this gets called from a zot post_post dealing with a specific messageid and hubloc_hash combination. grouping by site doesn't make sense here and it gets grouped when pulled back out elsewhere anyway
| * | | | abstract poco into a single function in socgraph so we can provide different ↵friendica2015-01-251-0/+209
| |/ / / | | | | | | | | | | | | wrappers for it providing slightly different functionality.
| * | | turn "large photo thumbnails" into a feature.friendica2015-01-252-6/+12
| | | |
| * | | rework the new connection stuff so we don't need a "permissions have been ↵friendica2015-01-251-14/+9
| | | | | | | | | | | | | | | | changed but not saved" message.
| * | | recognise opus as an audio filefriendica2015-01-252-2/+2
| | | |
| * | | don't set a rating of 1 on old sites that report poco rating as an array. ↵friendica2015-01-251-1/+1
| | |/ | |/| | | | | | | Just set it to 0. It will be fixed whenever they upgrade.
| * | Merge pull request #877 from solstag/masterRedMatrix2015-01-251-1/+2
| |\ \ | | | | | | | | Call sslify with an extra path element so files keep their names
| | * | Call sslify with an extra path element so files keep their namesAlexandre Hannud Abdo2015-01-251-1/+2
| | |/ | | | | | | | | | | | | | | | | | | The main motivation for this is when saving images one doesn't need to inspect and manually input the file's actual name. There might be other benefits, perhaps in automated downloads.
| * / Check allowed emails, also add blacklisting forChristian Vogeley2015-01-251-6/+29
| |/ | | | | | | | | not allowed emails: config:'system','not_allowed_email'
| * optimize check querymarijus2015-01-241-2/+7
| |
| * Merge branch 'master' of https://github.com/friendica/redmarijus2015-01-241-3/+2
| |\
| | * Merge https://github.com/friendica/red into pending_mergefriendica2015-01-231-97/+95
| | |\
| | * | onedirsync issue reported by habeas codicefriendica2015-01-231-3/+2
| | | |
| * | | the old item must be removed before the new is createdmarijus2015-01-241-1/+8
| | |/ | |/|
| * | disable noticesmarijus2015-01-241-2/+2
| | |
| * | some more kissmarijus2015-01-241-65/+51
| | |
| * | typomarijus2015-01-231-1/+1
| | |
| * | we get the object info before it is deleted nowmarijus2015-01-231-12/+12
| | |
| * | Merge branch 'master' of https://github.com/friendica/redmarijus2015-01-231-0/+9
| |\|
| | * provide pref to set default photo resolution for posts to something other ↵friendica2015-01-231-0/+9
| | | | | | | | | | | | than 2. The only acceptable option is 1. (640)
| * | some code restructuremarijus2015-01-231-43/+55
| |/
| * Merge branch 'master' of https://github.com/friendica/redHabeas Codice2015-01-222-2/+26
| |\
| | * add some mimetypesmarijus2015-01-222-2/+26
| | |
| * | fix dir server query take 2Habeas Codice2015-01-221-1/+1
| |/ | | | | | | | | rationale: use latest entry rather than latest update. update timestamp is updated for all entries upon success so they are equivalent. prevents dupes from fake null dates.
| * Merge https://github.com/friendica/red into pending_mergefriendica2015-01-211-1/+2
| |\
| | * make $links an array of linksmarijus2015-01-221-1/+2
| | |
| * | zot_finger second arg is optional but function declaration didn't specify ↵friendica2015-01-211-1/+1
| |/ | | | | | | this - causes issue with check_upstream_directory
| * change mod/sharedwithme backend to use activity object - this is not ↵marijus2015-01-221-27/+76
| | | | | | | | backwards compatible
| * Rework directory server update selection queryHabeas Codice2015-01-201-1/+1
| |
* | onedirsync mergefriendica2015-01-261-3/+2
| |
* | start on item_restrict conversionfriendica2015-01-226-37/+48
| |
* | more expanding item flagsfriendica2015-01-226-39/+30
| |
* | heavy lifting converting item flag bitsfriendica2015-01-2214-111/+79
| |
* | slow progress removing bitfields on item tablefriendica2015-01-2111-132/+103
| |
* | working through the xchan table to remove bitfields, mostly complete except ↵friendica2015-01-208-90/+58
| | | | | | | | for updating the updater
* | that should take care of the bitfields in hublocfriendica2015-01-209-85/+41
| |
* | first cut at unpacking bitfields in hubloc, fixed hubloc_error and ↵friendica2015-01-205-46/+26
|/ | | | hubloc_deleted
* get rid of really old poco records once weeklyfriendica2015-01-202-0/+9
|
* poco rating variable getting over-written before local storage.friendica2015-01-191-1/+1
|
* Change link label from Feature settings to Feature/Addon settings to more ↵friendica2015-01-191-1/+1
| | | | accurately describe its purpose, since we currently use it exclusively for addons (though this will not always be true).
* put cloud back in get_cloudpath - just have to be careful where we use it.friendica2015-01-191-2/+4
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-01-181-5/+6
|\
| * fix postgres escapingHabeas Codice2015-01-181-5/+6
| |
* | typofriendica2015-01-181-2/+2
|/
* remove all hardwired references to 'cloud' in the files interfaces and ↵friendica2015-01-182-9/+13
| | | | replace with $a->module. It's OK to leave them in the RedBrowser component because this will remain under /cloud. All the DAV bits need to be abstracted as they will eventually end up under /dav. $a->module will contain the correct string to use.