Commit Graph

1052 Commits (07db70f5f1a241fe5482c1da365beca451c30a12)
 

Author SHA1 Message Date
Dessalines f2b2f99a51 Fix post title and url change.
- Fixes #368
5 years ago
Dessalines e4cea91ea8 Fix nginx config. 5 years ago
Dessalines cffbb7cd58 Version v0.5.0.1 5 years ago
Dessalines 665dca80d0 Moving front end routes from nginx to actix
- Fixes #363
5 years ago
Dessalines 4cbfe6d0fc Adding debounce for post name and url change
- Fixes #367
5 years ago
Dessalines 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
5 years ago
Dessalines e9f4765663 Merge branch 'master' of https://github.com/dessalines/lemmy 5 years ago
Dessalines 50c953be61 Merge branch 'teromene-maybeoptional' 5 years ago
felix dd787dfcf6 add remaining german translations (#365) 5 years ago
Lyra c19ace7e6a Introduce the "MaybeOptional" trait.
This trait is a generic type that allows us to get an Option from any type and from another option. It can be used to remove the ugly "do_something", "do_something_optional" that we previously had.
5 years ago
Dessalines b7d05c18a1 Version v0.5.0 5 years ago
Dessalines faef62e073 Switching to shorthands for rust params. 5 years ago
Dessalines dbc62a1b32 Fix pre vaporwave dark color.
- Fixes #362
5 years ago
Dessalines f0808a1116 Adding custom language setting.
- Fixes #319
5 years ago
Dessalines 4c7da003a2 Merge branch 'dev' 5 years ago
Dessalines a128258fe0 Fixing unit test. 5 years ago
Dessalines d18f2c9eb1 Use builder pattern for views
- Fixes #360
5 years ago
Dessalines 13f8608e05 Fix issue with user page reloading on resort.
- Fixes #361
5 years ago
Dessalines b4ef762087 Adding RSS feeds to readme. 5 years ago
Dessalines 7880e5272a Version v0.4.0.10 5 years ago
Dessalines a6810da992 Fixing inbox nginx config due to adding feeds/inbox. 5 years ago
Dessalines 9185a31945 Removing feeds orig. 5 years ago
Dessalines 3158c9d710 Running cargo fmt 5 years ago
Dessalines a51b7d95b2 show_nsfw is now default for postquery. 5 years ago
Dessalines 2325690cb6 Merge branch 'teromene-config_dif_addr' into config_dif_addr_merge 5 years ago
Dessalines a29af98e4b Adding RSS feeds for inbox and subscribed. Refactored RSS code.
- Fixes #349
5 years ago
Lyra 9fc8aacc2d Add default options for all parameters and move them out of the constructor. Rename structure to PostQueryBuilder 5 years ago
Lyra 3123d308d0 Resolved conflict with master 5 years ago
Lyra bff3183a27 Use a dedicated structure in order to search posts 5 years ago
Dessalines 88402909ff Merge branch 'master' into dev 5 years ago
Dessalines 43d32d516b Show removed posts in users history.
- Fixes #354
5 years ago
Dessalines b63878d306 Adding API docs for RSS feeds.
- Fixes #348
5 years ago
Dessalines ab53840324 Upping rate limit for register and community creation to 3/hour.
- Fixes #353
5 years ago
Dessalines 6afcf32422 Merge branch 'teromene-config_dif_addr' 5 years ago
Lyra 0ceed8fd9b Import the Settings struct instead of prefixing the namespace 5 years ago
Lyra 279a901e4a Add configuration variables in order to allow binding lemmy to a different adress/port 5 years ago
Dessalines 9363be0f19 Version v0.4.0.9 5 years ago
SnowCode 653654cd36 Fix the weird translations (#357)
Fix the weird translations to more moderns translations.
5 years ago
Dessalines 143f191887 Version v0.4.0.8 5 years ago
Dessalines e5f17f7bc7 Removing git checkout master from dev deploy. 5 years ago
Dessalines fab840a759 Add sort fields to rss.
- #348
5 years ago
Dessalines 32c1d56bc7 Fixing issue with wrongly routed rss feeds.
- Fixes #352
5 years ago
Dessalines 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.
5 years ago
Felix Ableitner 8e5c02f967 Add feed for all 5 years ago
Felix Ableitner cfbe8ac926 fix sort parameter handling, handle errors 5 years ago
Felix Ableitner f47bdbc37a wip 5 years ago
Felix Ableitner 4b036bbeba other sort options, sort by hot by default, adjust rss fields 5 years ago
Felix Ableitner 942f6a05af basic, working rss feeds 5 years ago
Felix Ableitner de313fc977 Implement RSS feeds (fixes #118) 5 years ago
Dessalines bf584e525b Add user mentions to API docs.
- Fixes #329
5 years ago