Commit Graph

  • 3b9ccb0dda add nginx snippet Tristan Mahé 2018-06-28 16:32:15 -07:00
  • 484182c979 INSTALL.md: notes from installing Plume Tristan Mahé 2018-06-28 16:28:15 -07:00
  • 59ff8efe3f
    Merge pull request #95 from 9034725985/patch-1 Baptiste Gelez 2018-06-28 22:17:03 +02:00
  • 2360cf5bad
    add additional dependencies for fedora Kushal 2018-06-28 08:28:01 -04:00
  • cb0b8297fa Fix a typo in the signature module Bat 2018-06-27 21:45:36 +02:00
  • 1a2cf3b14f What if I use the correct name for the this field? Bat 2018-06-27 20:43:09 +02:00
  • 68a041711c We can't mix GET and POST (in the comment form) Bat 2018-06-27 00:19:18 +02:00
  • b26649e8c0 Document the USE_HTTPS variable Bat 2018-06-26 18:16:18 +02:00
  • a8b47de28b Explicitely escape user data in translations to avoid XSS Bat 2018-06-26 17:58:11 +02:00
  • a7b246b726 Change .tera to .html.tera to enable auto-escaping Bat 2018-06-26 17:40:25 +02:00
  • 9a825e7066 Change the signature of ap_url to be backward-compatible Bat 2018-06-26 17:32:35 +02:00
  • f58bc1d8f1
    Merge pull request #84 from Madeorsk/meta-buttons Baptiste Gelez 2018-06-26 16:36:10 +02:00
  • ca07950100
    Merge pull request #83 from Plume-org/csrf-protection Baptiste Gelez 2018-06-26 16:30:24 +02:00
  • 507d3e6183 Use USE_HTTPS to compute AP URLs Bat 2018-06-26 16:21:58 +02:00
  • f805ec1d53 Introduce an environment variable to disable HTTPS, and use it when fetching WebFinger resources Bat 2018-06-26 16:16:59 +02:00
  • 5bbfd9d1e9 Set maximum image width to 100% of parent Trinity Pointard 2018-06-25 16:03:59 +02:00
  • 5133410451 Properly verify password Trinity Pointard 2018-06-25 15:38:39 +02:00
  • 11e66472f9 Improved Likes / Reshares section Matthieu 2018-06-25 14:07:28 +02:00
  • 3b9c53bebc Use proper repository for rocket_csrf Trinity Pointard 2018-06-24 19:02:47 +02:00
  • 30e9620d0a Add csrf protection Trinity Pointard 2018-06-24 18:58:57 +02:00
  • 3bc90e71d4 Clean Cargo.toml files Bat 2018-06-23 17:39:58 +01:00
  • 68c7aad179 Big repository reorganization Bat 2018-06-23 17:36:11 +01:00
  • 0a1edba4b0 Fix the custom properties deserialization bug for Blogs as well Bat 2018-06-23 15:00:35 +01:00
  • e7fd12ae6f Set to and cc for new Follow activities Bat 2018-06-23 13:47:53 +01:00
  • 3a19cae62e Add id, to and cc for Undo Announce Bat 2018-06-23 13:42:27 +01:00
  • a88d0e102f Like: only compute ap_url once Bat 2018-06-23 13:40:10 +01:00
  • d2c8631ba4 Add cc and to for Announce Bat 2018-06-23 13:36:15 +01:00
  • cd9862bc4c Add cc, id and to for Articles Bat 2018-06-23 13:29:41 +01:00
  • 3ab6dfe288 Add id, to and cc to Undo for Likes Bat 2018-06-23 13:19:14 +01:00
  • 135797805e Make Like compliant to the spec Bat 2018-06-23 13:17:17 +01:00
  • f2795baab5 Make Create Note compliant to the spec Bat 2018-06-23 13:06:15 +01:00
  • 3ea4823060 Make Accept Follow compliant to the spec Bat 2018-06-23 12:50:14 +01:00
  • 236767f498 Send the 'Content-Type: application/activity+json' header for ActivityPub request Bat 2018-06-23 12:23:37 +01:00
  • 6140865660 Make Post::from_activity a bit more complete Bat 2018-06-23 12:14:03 +01:00
  • 3b2ca041d0 Rewrite Post::into_activity in a nicer way Bat 2018-06-22 21:45:37 +01:00
  • 6a5d806b1d Various federation fixes Bat 2018-06-22 16:17:53 +01:00
  • ffb4f6e6d8
    Merge pull request #71 from Zanfib/master Baptiste Gelez 2018-06-22 09:52:43 +01:00
  • ae759114aa temporarly use an absolute link in users detail header template, linked with bug #65 Didier Link 2018-06-22 01:17:22 +02:00
  • b153a9ce2b add an argument in the macro may_fail to have the account linked in the error template Didier Link 2018-06-22 00:50:06 +02:00
  • 9abb5887b1 use user.username for the edit link, not the display name Didier Link 2018-06-22 00:27:18 +02:00
  • feff837313 Merge branch 'master' of https://github.com/Plume-org/Plume Didier Link 2018-06-22 00:00:15 +02:00
  • e34d12922c Serialize publicKey in Person representation Bat 2018-06-21 22:12:24 +01:00
  • dccab062e3 Implement Blog::into_activity Bat 2018-06-21 22:07:04 +01:00
  • a0f680a9b6 Rewrite Blog::from_activity to use the activitypub crate instead of raw JSON Bat 2018-06-21 21:39:44 +01:00
  • e7e557612e Rewrite User::from_activity to use the activitypub crate instead of raw JSON Bat 2018-06-21 21:30:56 +01:00
  • f5f2aa7c59 Get rid of the activity_pub::actor::Actor trait Bat 2018-06-21 18:53:57 +01:00
  • 9a8472bdcc Move compute_box from Actor to Instance Bat 2018-06-21 18:42:17 +01:00
  • 606a3d12c7 Remove useless functions from activity_pub::actor::Actor Bat 2018-06-21 18:23:01 +01:00
  • 7812b9bc8f Aardwolf -> Plume Bat 2018-06-21 18:11:33 +01:00
  • 201d7cab8b Merge branch 'master' of github.com:Plume-org/Plume Bat 2018-06-21 18:11:07 +01:00
  • b2e8d54161 Drop activity_pub::activitypub and activity_pub::ActivityPub and only use the ActivityStream responder Bat 2018-06-21 18:09:18 +01:00
  • 6df4b70318 Set @context for ActivityStream responder Bat 2018-06-21 17:30:07 +01:00
  • ea29dd91dc Set the correct content type for the ActivityStream responder Bat 2018-06-21 17:25:29 +01:00
  • 40fd242fdc
    Merge pull request #73 from BanjoFox/BanjoFox-DocUpdates Baptiste Gelez 2018-06-21 17:12:22 +01:00
  • 3fe2625e86 Simplify the Inbox trait Bat 2018-06-21 17:00:37 +01:00
  • 5193ad6f65 Remove legacy Inbox::unlike function Bat 2018-06-21 16:45:54 +01:00
  • 8efabca553
    Adding link for PREREQUISITES.md Banjo Fox 2018-06-21 11:32:11 -04:00
  • 2217ec0d56 Remove PgConnection when we don't need it Bat 2018-06-21 16:31:42 +01:00
  • 08f02f47bd
    Create PREREQUISITES.md Banjo Fox 2018-06-21 11:30:03 -04:00
  • 7ddad12420 Simplify the signature of activity_pub::sign::Signer::get_key_id Bat 2018-06-21 16:25:32 +01:00
  • c0a946cbcb
    Adding "Linux" Banjo Fox 2018-06-21 11:24:50 -04:00
  • 2621c0304e Better use of the activitypub crate in User::into_activity Bat 2018-06-21 16:14:26 +01:00
  • 5457a80eec Avoid calling compute_id when we shouldn't Bat 2018-06-21 15:48:54 +01:00
  • 514689cfc1 Try to improve the style of forms Bat 2018-06-21 15:33:28 +01:00
  • 4c211b4308 Remove the routes and the template for the comment form Bat 2018-06-21 15:00:25 +01:00
  • 461c26f159 Move comment form to the post page Bat 2018-06-21 14:40:00 +01:00
  • 7ba6f77e0f Automatically insert mentions in comments Bat 2018-06-21 14:05:35 +01:00
  • 3089905958 correct a link template to edit user account Didier Link 2018-06-21 13:33:26 +02:00
  • 0fd181e7ea Add support for markdown in comments + Correctly federate mentions in comments Bat 2018-06-21 12:00:30 +01:00
  • 5a5c1a8d99 List all comments Bat 2018-06-21 11:38:07 +01:00
  • 0e85a61aec Merge branch 'master' of https://github.com/Plume-org/Plume Didier Link 2018-06-21 12:38:00 +02:00
  • b0e70a42a9 Merge branch 'master' of github.com:Plume-org/Plume Bat 2018-06-21 11:31:17 +01:00
  • e6b8943085 New pattern for comment creation in code Bat 2018-06-21 11:28:42 +01:00
  • dbdcbe7104
    Merge pull request #70 from Plume-org/mentions Baptiste Gelez 2018-06-21 11:27:48 +01:00
  • 1cfe5ec709 Merge branch 'master' of https://github.com/Plume-org/Plume Didier Link 2018-06-21 12:04:44 +02:00
  • 2d1a035877 partially solve #68 Didier Link 2018-06-21 11:58:54 +02:00
  • db5ca8f453 Widen space between article content and metadata Bat 2018-06-21 07:50:17 +01:00
  • c171916d0a Merge branch 'master' into mentions Bat 2018-06-20 22:58:55 +01:00
  • 3551bef895 Simplify the activity_pub::inbox::Notify trait + Fix notifications Bat 2018-06-20 22:51:47 +01:00
  • a4d248e351
    Merge pull request #69 from Zanfib/master Baptiste Gelez 2018-06-20 22:50:34 +01:00
  • ca44627a79 use html entities for single quotes in translations Didier Link 2018-06-20 23:13:28 +02:00
  • d7b71848fc Save mentions Bat 2018-06-20 21:58:11 +01:00
  • c4cc4a4e13 Notify when receiving a mention Bat 2018-06-20 21:05:30 +01:00
  • c9f29955a0 Save incoming mentions Bat 2018-06-20 20:42:16 +01:00
  • 215b577573 Add some ActivityPub function to Mention Bat 2018-06-20 20:06:34 +01:00
  • 356cc20e34 List mentions for user, instead of getting only the first one Bat 2018-06-20 19:25:43 +01:00
  • ddd840d31d Add a list_by! macro Bat 2018-06-20 19:23:54 +01:00
  • e074af57ff Add a Mention model Bat 2018-06-20 19:22:34 +01:00
  • 24ef3d00d1 Fix the bugs with markdown rendering when there was mentions Bat 2018-06-20 16:25:09 +01:00
  • ea3faf6976 One True Brace Style for the CSS Bat 2018-06-20 15:39:16 +01:00
  • 4ea071e709 Switch to pulldown-cmark for markdown parsing + Try to parse mentions Bat 2018-06-20 15:29:19 +01:00
  • 41792b3c19
    Merge pull request #31 from Madeorsk/master Baptiste Gelez 2018-06-20 12:44:04 +01:00
  • b9951f0d70 Merge branch 'master' of github.com:Plume-org/Plume Bat 2018-06-20 10:02:05 +01:00
  • ab7bef1490 Get rid of the legacy activity_pub::object module Bat 2018-06-20 10:01:25 +01:00
  • dfd303403b
    Merge pull request #66 from Plume-org/setup-script Baptiste Gelez 2018-06-20 09:53:26 +01:00
  • 65e819c425 Make it impossible to write in a blog where you are not author Bat 2018-06-20 09:44:56 +01:00
  • d612173533 Fix some error in the messages of the setup script Bat 2018-06-20 09:04:29 +01:00
  • 43034be4f6 Remove .env Bat 2018-06-19 22:26:54 +01:00
  • 635ac6cf42 Merge branch 'master' into setup-script Bat 2018-06-19 22:26:31 +01:00
  • 8ab25b1ca2 Use uri! as much as possible instead of directly writing URLs Bat 2018-06-19 22:20:27 +01:00