ee2038a75a
Returning specific slurs from slur filter on failure. Fixes #463
2020-02-02 22:51:54 -05:00
f1b5b50dc8
Adding correct hello_name to mail.
2020-01-22 20:35:20 -05:00
86871d17ac
Updating slur filter.
2020-01-20 17:12:23 -05:00
80f76f2efd
Use actix config to handle routes in seperate folders ( #378 )
2019-12-31 14:17:24 +01:00
4ad836d690
Adding case insensitivity to slur filter.
...
- Fixes #388
2019-12-29 20:29:07 -05:00
786be3fa66
Config fixes.
...
- 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-28 16:11:03 -05:00
b7c24a372b
Fix review comments
2019-12-27 17:30:46 +01:00
4e952af00c
Replace rust-crypto with sha2 crate ( fixes #372 )
2019-12-27 17:30:46 +01:00
3d9f7d28d6
Implement webfinger ( fixes #149 )
2019-12-27 17:29:50 +01:00
cf3ae15ee9
Implement config ( fixes #351 )
2019-12-27 17:28:44 +01:00
Lyra
34def84d43
Add correct ActivityPub types conversion for Community and Post.
2019-12-27 17:25:20 +01:00
fca8e6a0a9
Adding some site oriented settings.
...
- 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-11 12:21:47 -08:00
Lyra
279a901e4a
Add configuration variables in order to allow binding lemmy to a different adress/port
2019-12-06 20:36:56 +01:00
52ea7a32db
Some RSS work.
...
- Display rss buttons on front end for user, /c/all, and community
pages. Fixes #348 .
- Some clean up and additions to RSS feeds.
2019-12-01 17:23:52 -08:00
de313fc977
Implement RSS feeds ( fixes #118 )
2019-11-23 23:24:10 +01:00
dcad96170e
Running cargo fmt
2019-11-21 11:27:52 -08:00
4f116dc758
got it working
2019-11-16 01:31:41 +01:00
3350599901
Running cargo fmt.
2019-11-01 23:43:21 -07:00
68e4b61808
Password reset mostly working.
2019-11-01 23:41:57 -07:00
9f35b33dc7
Halfway done with email, not fully working yet.
2019-10-29 20:35:39 -07:00
02dd9ac32a
Adding username mentions / tagging from comments.
...
- Fixes #293
2019-10-19 17:46:29 -07:00
35dfe31a39
Externalizing rate limits. Upgrading to Rust 1.38
...
- Fixes #290
2019-10-13 12:06:18 -07:00
a0bc840c7a
Adding to slur filter.
2019-09-19 15:49:20 -07:00
53773e650f
Adding to slur filter.
2019-09-18 12:00:41 -07:00
44442565aa
Running cargo fmt on server code.
...
- Adding a .rustfmt.toml for the 2 space indent.
2019-09-07 08:35:05 -07:00
d7ab85ab70
Squashed commit of the following:
...
commit ecd6c5a2f4
Author: Dessalines <happydooby@gmail.com>
Date: Tue Aug 13 19:49:38 2019 -0700
Adding some docs
commit 3babd09aff
Author: Dessalines <happydooby@gmail.com>
Date: Tue Aug 13 19:28:46 2019 -0700
Adding save user settings
commit 6e8da9cc9e
Merge: 3246d5d
c148eef
Author: Dessalines <happydooby@gmail.com>
Date: Tue Aug 13 17:26:25 2019 -0700
Merge branch 'dev' into nsfw
commit b3d4a5c4ce
Author: Dessalines <happydooby@gmail.com>
Date: Sun Aug 11 20:55:09 2019 -0700
nsfw mostly done, except for settings page.
2019-08-13 19:52:43 -07:00
8348399f60
Using Rust 2018 now.
...
- Fixes #170
2019-06-03 10:47:12 -07:00
f8615b6178
Done with reorg
2019-05-05 09:20:30 -07:00
7fb6a0b138
Mostly done with reorg.
2019-05-04 22:20:38 -07:00
cbec13eecc
Reorganizing files before splitting out API
2019-05-02 18:34:21 -07:00
820af56387
Externalizing JWT token
2019-05-02 09:55:29 -07:00
7cba618587
Adding a search page
...
- Fixes # 70
2019-04-23 15:05:50 -07:00
811607f81a
Cleaning up error handling on server.rs
...
- Fixes #83
2019-04-21 00:26:26 -07:00
9afadfb9c4
Saving replies, the actual fixes will be in the merge to dev.
2019-04-19 21:06:25 -07:00
69bc53e33c
Adding post and user details paging.
...
- Fixes #52
- Fixes #34
2019-04-17 11:30:13 -07:00
e94885eb97
Commiting before I lose everything. I'll do this properly in a merge
2019-04-15 16:12:06 -07:00
92670d1a5e
Adding slur filter.
...
- Fixes #45
2019-04-09 11:35:16 -07:00
49bf16e7d4
Adding user details / overview page.
...
- Fixes #19
2019-04-07 22:19:02 -07:00
49c61fc318
Adding comment voting
...
- Extracting out some components.
- Fixing an issue with window refreshing websockets.
2019-03-28 12:32:08 -07:00
e570c70701
Adding login and Register
...
- Login and Register mostly working.
- Starting to work on creating communities.
2019-03-22 18:42:57 -07:00
816aa0b15f
Adding initial UI and Websocket server.
2019-03-20 18:22:31 -07:00
064d7f84b2
Adding posts and comments.
2019-03-05 17:00:01 -08:00
58de24c424
Adding and activitypub output for user.
2019-03-04 19:52:09 -08:00
a62a7cb6a2
Adding User and Community types.
2019-03-04 08:39:07 -08:00
92ea945619
Starting to work on Rust Diesel Schema. #5
2019-02-27 22:02:55 -08:00