summaryrefslogtreecommitdiffstats
path: root/server/src/lib.rs
AgeCommit message (Collapse)Author
2020-05-16Merge branch 'yerba_rework-imports' into federationDessalines
2020-05-16Rework importsFelix
2020-05-15Federated mentions. Fixes #681 (#717)Dessalines
* Federated mentions. Fixes #681 * Changing some todos, adding comments.
2020-04-21Merge branch 'master' into federation_merge_from_master_1Dessalines
2020-04-20Use get_ip in ratelimit middlewareasonix
2020-04-19Adding websocket notification system.Dessalines
- HTTP and APUB clients can now send live updating messages to websocket clients - Rate limiting now affects both HTTP and websockets - Rate limiting / Websocket logic is now moved into the API Perform functions. - TODO This broke getting current online users, but that will have to wait for the perform trait to be made async. - Fixes #446
2020-04-14Merge branch 'dev' into federationDessalines
2020-04-11Adding live reloading of config.hjson changes through UI.Dessalines
- https://stackoverflow.com/questions/61159698/update-re-initialize-a-var-defined-in-lazy-static/61161271#61161271 - https://stackoverflow.com/questions/29654927/how-do-i-assign-a-string-to-a-mutable-static-variable/47181804#47181804
2020-04-03Federation DB Changes.Dessalines
- Creating an activity table. - Adding some federation-related columns to the user_ and community tables. - Generating the actor_id and keys in code, updating the tables.
2020-04-02Merge branch 'master' into federationDessalines
2020-03-28Changing markdown parser to comrak. Moving crate imports to lib.rs.Dessalines
2020-03-28Merge branch 'master' into federationDessalines
2020-03-18Updating chttp to isahc.Dessalines
2020-03-18Merge branch 'master' into federationFelix Ableitner
2020-03-14Implemented basics for post federation, plus a bunch of other stuffFelix Ableitner
2020-03-13Adding full logging.Dessalines
2020-03-12Merge branch 'master' into federationFelix Ableitner
2020-03-12updated to activitystreams 0.4.0-alpha.3Felix
2020-03-09Move volumes into subfolder (ref #474) (#23)nutomic
Change ports and container names Move volumes into subfolder (ref #474) Merge pull request #587 from StaticallyTypedRice/patch-2 Clarify that content violating this code of conduct will likely be removed. Clarify that content violating this code of conduct will likely be removed. Lemmy has a general policy of removing any content that violates the rules whenever possible, which is typically a good thing, and I felt it important to mention that in the code of conduct. Co-authored-by: Felix <me@nutomic.com> Co-authored-by: Dessalines <dessalines@users.noreply.github.com> Co-authored-by: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
2020-03-07Iframely and pictshare backend mostly done.Dessalines
2020-03-05Revert "pull in activitypub library"Felix
This reverts commit a52a954eb4b79237941fc21b6989856d4e3d44a3.
2020-02-29pull in activitypub libraryFelix
2020-02-03Integrate email relay in Ansible setupFelix
2020-02-02Returning specific slurs from slur filter on failure. Fixes #463Dessalines
2020-01-22Adding correct hello_name to mail.Dessalines
2020-01-20Updating slur filter.Dessalines
2019-12-31Use actix config to handle routes in seperate folders (#378)Felix Ableitner
2019-12-29Adding case insensitivity to slur filter.Dessalines
- Fixes #388
2019-12-28Config fixes.Dessalines
- Adding front_end_dir to settings. - Adding unit test for PasswordResetRequest encryption. - Readme points to lemmy.hjson - Fixing docker prod, dev, and ansible builds. - Removing redundant env files, as all config is now in a single file. - Some formatting fixes.
2019-12-27Fix review commentsFelix Ableitner
2019-12-27Replace rust-crypto with sha2 crate (fixes #372)Felix Ableitner
2019-12-27Implement webfinger (fixes #149)Felix Ableitner
2019-12-27Implement config (fixes #351)Felix Ableitner
2019-12-27Add correct ActivityPub types conversion for Community and Post.Lyra
2019-12-11Adding some site oriented settings.Dessalines
- Adding option to close registration. Fixes #350 - Adding option to disable showing NSFW buttons. Fixes #364 - Adding option to disable downvotes. Fixes #239
2019-12-06Add configuration variables in order to allow binding lemmy to a different ↵Lyra
adress/port
2019-12-01Some RSS work.Dessalines
- Display rss buttons on front end for user, /c/all, and community pages. Fixes #348. - Some clean up and additions to RSS feeds.
2019-11-23Implement RSS feeds (fixes #118)Felix Ableitner
2019-11-21Running cargo fmtDessalines
2019-11-16got it workingFelix Ableitner
2019-11-01Running cargo fmt.Dessalines
2019-11-01Password reset mostly working.Dessalines
2019-10-29Halfway done with email, not fully working yet.Dessalines
2019-10-19Adding username mentions / tagging from comments.Dessalines
- Fixes #293
2019-10-13Externalizing rate limits. Upgrading to Rust 1.38Dessalines
- Fixes #290
2019-09-19Adding to slur filter.Dessalines
2019-09-18Adding to slur filter.Dessalines
2019-09-07Running cargo fmt on server code.Dessalines
- Adding a .rustfmt.toml for the 2 space indent.
2019-08-13Squashed commit of the following:Dessalines
commit ecd6c5a2f47cbbb2fc4bf482fadd78380303a904 Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 19:49:38 2019 -0700 Adding some docs commit 3babd09affb1920da3d0a0ceb7e24c8aeeb9cf1a Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 19:28:46 2019 -0700 Adding save user settings commit 6e8da9cc9e522d0da668bfa31944c3348cc79620 Merge: 3246d5d c148eef Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 17:26:25 2019 -0700 Merge branch 'dev' into nsfw commit b3d4a5c4ce441bcc664704aba44cedb51d887599 Author: Dessalines <happydooby@gmail.com> Date: Sun Aug 11 20:55:09 2019 -0700 nsfw mostly done, except for settings page.
2019-06-03Using Rust 2018 now.Dessalines
- Fixes #170