Commit Graph

  • 9feb300f47 more minor tweaks to the route mismatch algorithm after watching it all day. friendica 2015-01-28 01:06:56 -08:00
  • f455036905 show shared button only to local user marijus 2015-01-28 09:49:36 +01:00
  • 87814670c1 no need for new line here - spacing is done via css marijus 2015-01-28 08:56:56 +01:00
  • a2cdd1499c Merge branch 'master' into tres friendica 2015-01-27 20:00:43 -08:00
  • 0bfbe6d61d sql typo friendica 2015-01-27 19:58:43 -08:00
  • 145b30adfc allow RSS connections in the type 'a' autocomplete results as that is used for channel sources. Without it a feed cannot be selected as a channel source. friendica 2015-01-27 18:34:18 -08:00
  • 85b359e25c ignore route mismatches on firehose posts to the sys channel. Use whatever parent route we have. By definition we aren't going to have permission issues with these things. friendica 2015-01-27 17:53:19 -08:00
  • 21f85b32ec we need to actually ask for the id from the DB if we want to use it. friendica 2015-01-27 17:46:16 -08:00
  • f0b900057a first cut at direntry template, right now just provide a mockup with a slider and rating count to look at. friendica 2015-01-27 16:51:13 -08:00
  • 2f4ef7660c improved route mismatch detection. We will be less strict about the absolute 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. friendica 2015-01-27 15:47:24 -08:00
  • 525c62ab1d Merge https://github.com/friendica/red into pending_merge friendica 2015-01-27 11:48:39 -08:00
  • f62383e648 allow doc/help system to use subdirs friendica 2015-01-27 11:48:10 -08:00
  • 17c684e123 tpl and css cleanup marijus 2015-01-27 19:33:30 +01:00
  • 65aa6cf708 move userReadableSize() and getIconFromType() from /include/RedDAV/RedBrowser.php to include/text.php and add template for mod/sharedwithme marijus 2015-01-27 19:00:16 +01:00
  • efb6842d74 superblock enhancements friendica 2015-01-26 20:47:53 -08:00
  • fc62d7e577 handle an incoming directory rating message friendica 2015-01-26 19:43:39 -08:00
  • 0596097f86 provide storage for directory based reputation in the xlink table by setting xlink_static = 1, so that xlink_static = 0 is traditional poco linkages friendica 2015-01-26 19:13:06 -08:00
  • ac594183c6 Merge branch 'master' into tres and add some work on the item_deleted flag refactor friendica 2015-01-26 18:27:03 -08:00
  • e6bfe3f2c1 onedirsync merge friendica 2015-01-26 18:09:09 -08:00
  • 9f5bfca28d Merge https://github.com/friendica/red into pending_merge friendica 2015-01-26 17:10:05 -08:00
  • d73972e8e2 provide a json feed of search results friendica 2015-01-26 17:09:33 -08:00
  • aa24d6c8e5 Add pg support channel to external resources Habeas Codice 2015-01-25 20:43:32 -08:00
  • 20d7ed3100 Merge pull request #878 from habeascodice/master RedMatrix 2015-01-26 11:31:10 +11:00
  • b428fdf66e abstract poco into a single function in socgraph so we can provide different wrappers for it providing slightly different functionality. friendica 2015-01-25 16:27:09 -08:00
  • 505d530d28 we also don't need a profile selector when editing our default permissions. friendica 2015-01-25 14:32:00 -08:00
  • 03412e8a58 don't hide the scary stuff when editing self permissions. friendica 2015-01-25 14:28:48 -08:00
  • c1290861db roadmap update friendica 2015-01-25 14:24:07 -08:00
  • 0125e9d288 Hide all the scary decision making stuff that sends intellectually challenged beings into siezures and brain melt-downs and online freak-outs. friendica 2015-01-25 14:06:57 -08:00
  • f78a061406 turn "large photo thumbnails" into a feature. friendica 2015-01-25 13:49:10 -08:00
  • 4ca2ec7638 rework the new connection stuff so we don't need a "permissions have been changed but not saved" message. friendica 2015-01-25 13:30:40 -08:00
  • 642c933d98 Merge pull request #879 from anaqreon/patch-1 RedMatrix 2015-01-26 07:51:20 +11:00
  • 1cbfe5adf1 misspelling anaqreon 2015-01-25 15:49:07 -05:00
  • 4776f62be9 recognise opus as an audio file friendica 2015-01-25 12:41:08 -08:00
  • b3370243e8 move connection approval checkbox to top of page (above the sliders) - instead of being in between rating and rating text. friendica 2015-01-25 12:35:57 -08:00
  • dc259ba027 typo Habeas Codice 2015-01-25 04:13:14 -08:00
  • 0ca71a6b5e update schema Habeas Codice 2015-01-25 04:05:28 -08:00
  • 200d973581 suppress notices that might be confusing Habeas Codice 2015-01-25 04:04:53 -08:00
  • 30815e0c57 don't set a rating of 1 on old sites that report poco rating as an array. Just set it to 0. It will be fixed whenever they upgrade. friendica 2015-01-25 00:38:38 -08:00
  • f9aaa03036 Merge branch 'master' of https://github.com/friendica/red Habeas Codice 2015-01-24 22:14:35 -08:00
  • dfc6126a65 Merge pull request #877 from solstag/master RedMatrix 2015-01-25 17:13:11 +11:00
  • 776557cb88 Merge pull request #876 from cvogeley/master RedMatrix 2015-01-25 17:12:43 +11:00
  • 1d6aead325 remove superfluous group by 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 Habeas Codice 2015-01-24 22:07:53 -08:00
  • af7fa99e2e Merge branch 'master' of https://github.com/friendica/red Habeas Codice 2015-01-24 21:18:27 -08:00
  • 1d80bcf2e7 standardize sql Habeas Codice 2015-01-24 21:16:43 -08:00
  • 2e783dbe79 Call sslify with an extra path element so files keep their names Alexandre Hannud Abdo 2015-01-25 02:08:59 -02:00
  • ba10833bc5 Check allowed emails, also add blacklisting for Christian Vogeley 2015-01-25 04:16:28 +01:00
  • 63f1ae5e20 optimize check query marijus 2015-01-24 14:35:21 +01:00
  • ed09513bb2 Merge branch 'master' of https://github.com/friendica/red marijus 2015-01-24 12:23:26 +01:00
  • e4e990df06 the old item must be removed before the new is created marijus 2015-01-24 12:22:04 +01:00
  • 146efbc18e unmatched parens Habeas Codice 2015-01-23 22:34:45 -08:00
  • 34b5072ccf Merge https://github.com/friendica/red into pending_merge friendica 2015-01-23 21:49:48 -08:00
  • befe77a93f onedirsync issue reported by habeas codice friendica 2015-01-23 21:48:34 -08:00
  • 0405f2bcb9 Merge branch 'master' of https://github.com/friendica/red Habeas Codice 2015-01-23 17:26:37 -08:00
  • 891d231bbe rand() fixes Habeas Codice 2015-01-23 17:25:05 -08:00
  • be9fc16bd5 Merge pull request #875 from zzottel/master RedMatrix 2015-01-24 12:23:27 +11:00
  • 4379354021 disable notices marijus 2015-01-24 01:15:54 +01:00
  • 0cbe64c360 some more kiss marijus 2015-01-24 01:13:02 +01:00
  • eb4e6ab073 add db update 1131/1132 to database schemas zottel 2015-01-23 23:20:30 +01:00
  • ea209a84ab typo marijus 2015-01-23 15:06:30 +01:00
  • b4f1cc5044 we get the object info before it is deleted now marijus 2015-01-23 15:03:19 +01:00
  • 884d542d4b Merge branch 'master' of https://github.com/friendica/red marijus 2015-01-23 14:51:15 +01:00
  • 8789c96e78 some code restructure marijus 2015-01-23 14:50:39 +01:00
  • 7cd4374e3d Merge https://github.com/friendica/red into pending_merge friendica 2015-01-23 03:27:14 -08:00
  • c49c96962f provide pref to set default photo resolution for posts to something other than 2. The only acceptable option is 1. (640) friendica 2015-01-23 03:25:40 -08:00
  • 0cdcc4bc50 doc updates friendica 2015-01-23 03:25:17 -08:00
  • 4c2a1e572a start on item_restrict conversion friendica 2015-01-22 21:04:54 -08:00
  • 6e0e3b2433 more expanding item flags friendica 2015-01-22 18:41:10 -08:00
  • e46eba1258 heavy lifting converting item flag bits friendica 2015-01-22 17:41:16 -08:00
  • e874376268 this will require more fixing in include/enotify marijus 2015-01-23 02:09:28 +01:00
  • 87dcc4c145 possible performance improvement for sharedwithme update query marijus 2015-01-22 22:50:38 +01:00
  • 660ed058bf Merge branch 'master' of https://github.com/friendica/red Habeas Codice 2015-01-22 09:29:13 -08:00
  • 9d9be768c5 fix dir server query take 2 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. Habeas Codice 2015-01-22 09:25:34 -08:00
  • d94114ec98 add some mimetypes marijus 2015-01-22 12:12:42 +01:00
  • c05f0ec407 Merge branch 'master' of https://github.com/friendica/red Habeas Codice 2015-01-21 21:27:07 -08:00
  • 6d291d880e directory server dba sql fixes Habeas Codice 2015-01-21 21:25:50 -08:00
  • 7d0e0366b9 Merge https://github.com/friendica/red into pending_merge friendica 2015-01-21 20:09:51 -08:00
  • 76fe9dc702 zot_finger second arg is optional but function declaration didn't specify this - causes issue with check_upstream_directory friendica 2015-01-21 20:08:10 -08:00
  • cad8228db3 Merge branch 'master' of https://github.com/friendica/red marijus 2015-01-22 04:58:34 +01:00
  • 3731ff97ff make $links an array of links marijus 2015-01-22 04:57:59 +01:00
  • b946ac63a1 couple of hubloc manager issues friendica 2015-01-21 19:09:12 -08:00
  • 0010eaa411 Merge https://github.com/friendica/red into pending_merge friendica 2015-01-21 18:34:31 -08:00
  • 8472e706bc hubloc manage issue friendica 2015-01-21 18:34:15 -08:00
  • 200220ff36 Merge branch 'master' of https://github.com/friendica/red marijus 2015-01-22 02:34:57 +01:00
  • 4ff71fc0c7 change mod/sharedwithme backend to use activity object - this is not backwards compatible marijus 2015-01-22 02:34:38 +01:00
  • 503047dc32 added redmatrix.nl back as a directory server. this was not the issue with the performance problems Jeroen 2015-01-22 00:11:00 +00:00
  • 29436081a8 slow progress removing bitfields on item table friendica 2015-01-21 16:06:25 -08:00
  • 0b6415e73d Merge https://github.com/friendica/red into pending_merge friendica 2015-01-21 14:26:10 -08:00
  • 6d0e6b78b4 update V3 roadmap friendica 2015-01-21 14:25:45 -08:00
  • f7c88c99b0 Merge pull request #873 from pafcu/master RedMatrix 2015-01-22 08:54:43 +11:00
  • 84833ca15e Update to latest version of jRange (fixes issue #867) Stefan Parviainen 2015-01-21 12:34:01 +01:00
  • 6ea5b57715 Update to latest version of jquery-textcomplete. Stefan Parviainen 2015-01-21 12:28:45 +01:00
  • 2757da433e bring back nav-search spinner marijus 2015-01-21 11:38:55 +01:00
  • 19dfbfc063 Merge https://github.com/friendica/red into pending_merge friendica 2015-01-20 21:09:16 -08:00
  • 2d682cf8b0 add my.federated.social as directory server friendica 2015-01-20 21:08:44 -08:00
  • c78c1ab4b0 Merge pull request #872 from habeascodice/master RedMatrix 2015-01-21 16:07:47 +11:00
  • 90fbfb313e Rework directory server update selection query Habeas Codice 2015-01-20 20:59:08 -08:00
  • d0258c0da2 More styling for poco reputation page. Note: the reason this isn't yet linked to the UI is because we need to age some old '1' values that are bogus. friendica 2015-01-20 20:58:55 -08:00
  • 9028e6bd30 typo in postgres db update, remove redmatrix.nl from directory servers since it isn't a directory server any more. friendica 2015-01-20 19:41:09 -08:00
  • 51848c6190 working through the xchan table to remove bitfields, mostly complete except for updating the updater friendica 2015-01-20 19:33:19 -08:00
  • ee3eee425c that should take care of the bitfields in hubloc friendica 2015-01-20 16:13:18 -08:00