Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup event form and various required indicators on inputs | friendica | 2015-01-29 | 5 | -9/+28 |
| | |||||
* | Merge branch 'master' into tres | friendica | 2015-01-29 | 167 | -954/+1001 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/group.php include/text.php mod/acl.php mod/channel.php mod/connections.php mod/display.php mod/group.php mod/item.php mod/locs.php mod/network.php mod/photos.php mod/ping.php mod/starred.php mod/viewsrc.php | ||||
| * | implement diaspora profile message (oops) or updated profile photos won't be ↵ | friendica | 2015-01-29 | 2 | -22/+5 |
| | | | | | | | | updated | ||||
| * | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-28 | 4 | -5/+7 |
| |\ | |||||
| | * | postgres does not support the , syntax. a ; would work, if it weren't ↵ | Habeas Codice | 2015-01-28 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | statement-locked. FWIW, the exact same queries listed for postgres are perfectly valid and equivalent on mysql. no need for separate statements. | ||||
| | * | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-01-28 | 27 | -388/+604 |
| | |\ | |||||
| | * | | bookmarkedchats: remove extraneous group by, dupes removed on insert | Habeas Codice | 2015-01-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | suggestedchats: normalize to standard SQL | ||||
| | * | | fix improper group by usage | Habeas Codice | 2015-01-28 | 1 | -1/+1 |
| | | | | |||||
| | * | | fix implicit boolean | Habeas Codice | 2015-01-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | provide compatibility functions so code breakage with customised setups or ↵ | friendica | 2015-01-28 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | work in progress should be minor | ||||
| * | | | remote_user => remote_channel | friendica | 2015-01-28 | 33 | -47/+47 |
| | | | | |||||
| * | | | local_user => local_channel | friendica | 2015-01-28 | 155 | -886/+886 |
| | |/ | |/| | |||||
| * | | make sure we honour the disable_discover_tab pref | friendica | 2015-01-28 | 1 | -1/+5 |
| | | | |||||
| * | | allow diaspora posts to be delivered to the discover channel unless ↵ | friendica | 2015-01-28 | 1 | -1/+5 |
| | | | | | | | | | | | | prohibited from doing so. | ||||
| * | | limit the number of forums that can be tagged in a single post - default is ↵ | friendica | 2015-01-28 | 1 | -8/+46 |
| | | | | | | | | | | | | 2. The reason is simple - count how many posts would be in transit simultaneously if this was unlimited and somebody tagged 40-50 forums. In practice when used legitimately - we've rarely seen more than two, in fact I don't recall seeing more than two ever. Typically it is one and occasionally two. Changing the default is tricky - a client system cannot do it, but the site hosting a forum can choose to. Since not all sites that host forums will choose to do so, the ordering of the mentions would then be important. | ||||
| * | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-28 | 1 | -4/+2 |
| |\ \ | |||||
| | * | | fix /view/de/lostpass_eml.tpl | marijus | 2015-01-28 | 1 | -4/+2 |
| | | | | |||||
| * | | | Revert "issue with de email template (lostpass_eml.tpl)" | friendica | 2015-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This reverts commit 3e8fa8c8a2cd125dd7aa0a9482e98ae39db61e52. | ||||
| * | | | issue with de email template (lostpass_eml.tpl) | friendica | 2015-01-28 | 1 | -1/+1 |
| |/ / | |||||
| * | | add yet another firehose check | friendica | 2015-01-28 | 1 | -1/+1 |
| | | | |||||
| * | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-28 | 3 | -2/+5 |
| |\ \ | |||||
| | * | | show shared button only to local user | marijus | 2015-01-28 | 2 | -1/+4 |
| | | | | |||||
| | * | | no need for new line here - spacing is done via css | marijus | 2015-01-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | more minor tweaks to the route mismatch algorithm after watching it all day. | friendica | 2015-01-28 | 2 | -3/+6 |
| |/ / | |||||
* | | | more message restrict conversions | friendica | 2015-01-29 | 18 | -75/+78 |
| | | | |||||
* | | | Merge branch 'master' into tres | friendica | 2015-01-27 | 20 | -166/+302 |
|\| | | | | | | | | | | | | | | Conflicts: include/socgraph.php | ||||
| * | | allow RSS connections in the type 'a' autocomplete results as that is used ↵ | friendica | 2015-01-27 | 1 | -3/+7 |
| | | | | | | | | | | | | for channel sources. Without it a feed cannot be selected as a channel source. | ||||
| * | | ignore route mismatches on firehose posts to the sys channel. Use whatever ↵ | friendica | 2015-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | parent route we have. By definition we aren't going to have permission issues with these things. | ||||
| * | | we need to actually ask for the id from the DB if we want to use it. | friendica | 2015-01-27 | 1 | -1/+1 |
| | | | |||||
| * | | improved route mismatch detection. We will be less strict about the absolute ↵ | friendica | 2015-01-27 | 2 | -35/+42 |
| | | | | | | | | | | | | route matching and only look at the last hop before it got to us - which is ultimately all we should care about (since that sender controls the thread permissions). Route mismatches seem to occur somewhat frequently from yamkote (for unknown reasons), and the logging has been improved a bit so it should provide some slightly more useful debugging info in case it still happens going forward. Oh, also we'll set the parent on comments when we store the initial post (item_store()) and only go back and set the parent for top-level posts. This should reduce the number of comments with missing parents on shared hosts, but may increase the number of missing threads. Probably worthwhile to do a query occasionally for parent = 0 and see how we're doing and how many have shared host related delivery issues. | ||||
| * | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-27 | 6 | -102/+154 |
| |\ \ | |||||
| | * | | tpl and css cleanup | marijus | 2015-01-27 | 2 | -12/+5 |
| | | | | |||||
| | * | | move userReadableSize() and getIconFromType() from ↵ | marijus | 2015-01-27 | 6 | -102/+161 |
| | | | | | | | | | | | | | | | | /include/RedDAV/RedBrowser.php to include/text.php and add template for mod/sharedwithme | ||||
| * | | | allow doc/help system to use subdirs | friendica | 2015-01-27 | 2 | -7/+15 |
| |/ / | |||||
| * | | superblock enhancements | friendica | 2015-01-26 | 2 | -5/+10 |
| | | | |||||
| * | | handle an incoming directory rating message | friendica | 2015-01-26 | 1 | -2/+45 |
| | | | |||||
| * | | provide storage for directory based reputation in the xlink table by setting ↵ | friendica | 2015-01-26 | 7 | -11/+28 |
| | | | | | | | | | | | | xlink_static = 1, so that xlink_static = 0 is traditional poco linkages | ||||
* | | | sql typo | friendica | 2015-01-27 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into tres and add some work on the item_deleted flag ↵ | friendica | 2015-01-26 | 99 | -1998/+1864 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor Conflicts: include/attach.php include/onedirsync.php include/zot.php mod/locs.php | ||||
| * | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-26 | 4 | -4/+5 |
| |\| | |||||
| | * | Add pg support channel to external resources | Habeas Codice | 2015-01-25 | 1 | -0/+1 |
| | | | |||||
| | * | Merge pull request #878 from habeascodice/master | RedMatrix | 2015-01-26 | 3 | -4/+4 |
| | |\ | | | | | | | | | ping @mike | ||||
| | | * | typo | Habeas Codice | 2015-01-25 | 1 | -1/+1 |
| | | | | |||||
| | | * | update schema | Habeas Codice | 2015-01-25 | 1 | -1/+1 |
| | | | | |||||
| | | * | suppress notices that might be confusing | Habeas Codice | 2015-01-25 | 1 | -2/+2 |
| | | | | |||||
| | | * | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-01-24 | 6 | -596/+31 |
| | | |\ | |||||
| | | * | | remove superfluous group by | Habeas Codice | 2015-01-24 | 1 | -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 | ||||
| * | | | | provide a json feed of search results | friendica | 2015-01-26 | 2 | -1/+18 |
| | | | | | |||||
| * | | | | abstract poco into a single function in socgraph so we can provide different ↵ | friendica | 2015-01-25 | 3 | -207/+220 |
| |/ / / | | | | | | | | | | | | | wrappers for it providing slightly different functionality. | ||||
| * | | | we also don't need a profile selector when editing our default permissions. | friendica | 2015-01-25 | 1 | -0/+2 |
| | | | |