]> Untitled Git - lemmy.git/log
lemmy.git
4 years agoConfig fixes.
Dessalines [Sat, 28 Dec 2019 21:06:37 +0000 (16:06 -0500)]
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.

4 years agoFix overriding config vars with underscore from environment
Felix Ableitner [Sat, 28 Dec 2019 11:11:06 +0000 (12:11 +0100)]
Fix overriding config vars with underscore from environment

4 years agoFix review comments
Felix Ableitner [Thu, 26 Dec 2019 19:48:13 +0000 (20:48 +0100)]
Fix review comments

4 years agoReplace rust-crypto with sha2 crate (fixes #372)
Felix Ableitner [Sun, 22 Dec 2019 16:08:03 +0000 (17:08 +0100)]
Replace rust-crypto with sha2 crate (fixes #372)

4 years agoAdded option to enable/disable federation
Felix Ableitner [Thu, 19 Dec 2019 00:29:56 +0000 (01:29 +0100)]
Added option to enable/disable federation

4 years agoImplement webfinger (fixes #149)
Felix Ableitner [Wed, 18 Dec 2019 00:59:47 +0000 (01:59 +0100)]
Implement webfinger (fixes #149)

4 years agoupdate documentation, docker and ansible files
Felix Ableitner [Tue, 17 Dec 2019 21:35:48 +0000 (22:35 +0100)]
update documentation, docker and ansible files

4 years agoAdded documentation comments in default config
Felix Ableitner [Tue, 17 Dec 2019 16:42:13 +0000 (17:42 +0100)]
Added documentation comments in default config

4 years agoImplement SQL connection pool
Felix Ableitner [Mon, 16 Dec 2019 12:25:47 +0000 (13:25 +0100)]
Implement SQL connection pool

4 years agoImplement config (fixes #351)
Felix Ableitner [Sun, 15 Dec 2019 16:40:55 +0000 (17:40 +0100)]
Implement config (fixes #351)

4 years agoAdd correct ActivityPub types conversion for Community and Post.
Lyra [Thu, 19 Dec 2019 21:59:13 +0000 (22:59 +0100)]
Add correct ActivityPub types conversion for Community and Post.

4 years agoVersion v0.5.0.3
Dessalines [Sun, 15 Dec 2019 19:30:14 +0000 (11:30 -0800)]
Version v0.5.0.3

4 years agoFixing suggested title filling.
Dessalines [Sun, 15 Dec 2019 19:29:50 +0000 (11:29 -0800)]
Fixing suggested title filling.

4 years agoVersion v0.5.0.2
Dessalines [Sun, 15 Dec 2019 00:19:32 +0000 (16:19 -0800)]
Version v0.5.0.2

4 years agoFix post title and url change.
Dessalines [Sun, 15 Dec 2019 00:15:28 +0000 (16:15 -0800)]
Fix post title and url change.

- Fixes #368

4 years agoFix nginx config.
Dessalines [Sat, 14 Dec 2019 02:38:30 +0000 (18:38 -0800)]
Fix nginx config.

4 years agoVersion v0.5.0.1
Dessalines [Thu, 12 Dec 2019 17:57:18 +0000 (09:57 -0800)]
Version v0.5.0.1

4 years agoMoving front end routes from nginx to actix
Dessalines [Thu, 12 Dec 2019 05:28:33 +0000 (21:28 -0800)]
Moving front end routes from nginx to actix

- Fixes #363

4 years agoAdding debounce for post name and url change
Dessalines [Thu, 12 Dec 2019 00:25:32 +0000 (16:25 -0800)]
Adding debounce for post name and url change

- Fixes #367

4 years agoAdding some site oriented settings.
Dessalines [Wed, 11 Dec 2019 20:21:47 +0000 (12:21 -0800)]
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

4 years agoMerge branch 'master' of https://github.com/dessalines/lemmy
Dessalines [Wed, 11 Dec 2019 06:59:33 +0000 (22:59 -0800)]
Merge branch 'master' of https://github.com/dessalines/lemmy

4 years agoMerge branch 'teromene-maybeoptional'
Dessalines [Wed, 11 Dec 2019 06:59:04 +0000 (22:59 -0800)]
Merge branch 'teromene-maybeoptional'

4 years agoadd remaining german translations (#365)
felix [Wed, 11 Dec 2019 06:45:45 +0000 (07:45 +0100)]
add remaining german translations (#365)

4 years agoIntroduce the "MaybeOptional" trait.
Lyra [Tue, 10 Dec 2019 23:10:39 +0000 (00:10 +0100)]
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.

4 years agoVersion v0.5.0
Dessalines [Mon, 9 Dec 2019 19:13:15 +0000 (11:13 -0800)]
Version v0.5.0

4 years agoSwitching to shorthands for rust params.
Dessalines [Mon, 9 Dec 2019 19:08:19 +0000 (11:08 -0800)]
Switching to shorthands for rust params.

4 years agoFix pre vaporwave dark color.
Dessalines [Mon, 9 Dec 2019 18:34:55 +0000 (10:34 -0800)]
Fix pre vaporwave dark color.

- Fixes #362

4 years agoAdding custom language setting.
Dessalines [Mon, 9 Dec 2019 08:24:53 +0000 (00:24 -0800)]
Adding custom language setting.

- Fixes #319

4 years agoMerge branch 'dev'
Dessalines [Sun, 8 Dec 2019 21:06:55 +0000 (13:06 -0800)]
Merge branch 'dev'

4 years agoFixing unit test.
Dessalines [Sun, 8 Dec 2019 20:56:10 +0000 (12:56 -0800)]
Fixing unit test.

4 years agoUse builder pattern for views
Dessalines [Sun, 8 Dec 2019 20:39:54 +0000 (12:39 -0800)]
Use builder pattern for views

- Fixes #360

4 years agoFix issue with user page reloading on resort.
Dessalines [Sun, 8 Dec 2019 20:23:11 +0000 (12:23 -0800)]
Fix issue with user page reloading on resort.

- Fixes #361

4 years agoAdding RSS feeds to readme.
Dessalines [Sun, 8 Dec 2019 17:49:20 +0000 (09:49 -0800)]
Adding RSS feeds to readme.

4 years agoVersion v0.4.0.10
Dessalines [Sun, 8 Dec 2019 02:33:28 +0000 (18:33 -0800)]
Version v0.4.0.10

4 years agoFixing inbox nginx config due to adding feeds/inbox.
Dessalines [Sun, 8 Dec 2019 02:18:05 +0000 (18:18 -0800)]
Fixing inbox nginx config due to adding feeds/inbox.

4 years agoRemoving feeds orig.
Dessalines [Sun, 8 Dec 2019 02:03:21 +0000 (18:03 -0800)]
Removing feeds orig.

4 years agoRunning cargo fmt
Dessalines [Sun, 8 Dec 2019 02:02:23 +0000 (18:02 -0800)]
Running cargo fmt

4 years agoshow_nsfw is now default for postquery.
Dessalines [Sun, 8 Dec 2019 02:01:54 +0000 (18:01 -0800)]
show_nsfw is now default for postquery.

4 years agoMerge branch 'teromene-config_dif_addr' into config_dif_addr_merge
Dessalines [Sun, 8 Dec 2019 01:57:30 +0000 (17:57 -0800)]
Merge branch 'teromene-config_dif_addr' into config_dif_addr_merge

4 years agoAdding RSS feeds for inbox and subscribed. Refactored RSS code.
Dessalines [Sun, 8 Dec 2019 00:39:43 +0000 (16:39 -0800)]
Adding RSS feeds for inbox and subscribed. Refactored RSS code.

- Fixes #349

4 years agoAdd default options for all parameters and move them out of the constructor. Rename...
Lyra [Sat, 7 Dec 2019 22:54:42 +0000 (23:54 +0100)]
Add default options for all parameters and move them out of the constructor. Rename structure to PostQueryBuilder

4 years agoResolved conflict with master
Lyra [Sat, 7 Dec 2019 12:10:10 +0000 (13:10 +0100)]
Resolved conflict with master

4 years agoUse a dedicated structure in order to search posts
Lyra [Sat, 7 Dec 2019 12:03:03 +0000 (13:03 +0100)]
Use a dedicated structure in order to search posts

4 years agoMerge branch 'master' into dev
Dessalines [Sat, 7 Dec 2019 06:43:59 +0000 (22:43 -0800)]
Merge branch 'master' into dev

4 years agoShow removed posts in users history.
Dessalines [Sat, 7 Dec 2019 06:43:20 +0000 (22:43 -0800)]
Show removed posts in users history.

- Fixes #354

4 years agoAdding API docs for RSS feeds.
Dessalines [Sat, 7 Dec 2019 05:09:59 +0000 (21:09 -0800)]
Adding API docs for RSS feeds.

- Fixes #348

4 years agoUpping rate limit for register and community creation to 3/hour.
Dessalines [Sat, 7 Dec 2019 04:57:48 +0000 (20:57 -0800)]
Upping rate limit for register and community creation to 3/hour.

- Fixes #353

4 years agoMerge branch 'teromene-config_dif_addr'
Dessalines [Fri, 6 Dec 2019 23:00:44 +0000 (15:00 -0800)]
Merge branch 'teromene-config_dif_addr'

4 years agoImport the Settings struct instead of prefixing the namespace
Lyra [Fri, 6 Dec 2019 22:47:30 +0000 (23:47 +0100)]
Import the Settings struct instead of prefixing the namespace

4 years agoAdd configuration variables in order to allow binding lemmy to a different adress...
Lyra [Fri, 6 Dec 2019 19:36:56 +0000 (20:36 +0100)]
Add configuration variables in order to allow binding lemmy to a different adress/port

4 years agoVersion v0.4.0.9
Dessalines [Fri, 6 Dec 2019 02:49:55 +0000 (18:49 -0800)]
Version v0.4.0.9

4 years agoFix the weird translations (#357)
SnowCode [Fri, 6 Dec 2019 02:47:49 +0000 (03:47 +0100)]
Fix the weird translations (#357)

Fix the weird translations to more moderns translations.

4 years agoVersion v0.4.0.8
Dessalines [Mon, 2 Dec 2019 21:11:22 +0000 (13:11 -0800)]
Version v0.4.0.8

4 years agoRemoving git checkout master from dev deploy.
Dessalines [Mon, 2 Dec 2019 06:24:43 +0000 (22:24 -0800)]
Removing git checkout master from dev deploy.

4 years agoAdd sort fields to rss.
Dessalines [Mon, 2 Dec 2019 06:20:01 +0000 (22:20 -0800)]
Add sort fields to rss.

- #348

4 years agoFixing issue with wrongly routed rss feeds.
Dessalines [Mon, 2 Dec 2019 03:47:17 +0000 (19:47 -0800)]
Fixing issue with wrongly routed rss feeds.

- Fixes #352

4 years agoSome RSS work.
Dessalines [Mon, 2 Dec 2019 01:21:19 +0000 (17:21 -0800)]
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.

4 years agoAdd feed for all
Felix Ableitner [Sun, 1 Dec 2019 19:01:38 +0000 (20:01 +0100)]
Add feed for all

4 years agofix sort parameter handling, handle errors
Felix Ableitner [Sun, 1 Dec 2019 18:09:10 +0000 (19:09 +0100)]
fix sort parameter handling, handle errors

4 years agowip
Felix Ableitner [Sat, 23 Nov 2019 22:19:29 +0000 (23:19 +0100)]
wip

4 years agoother sort options, sort by hot by default, adjust rss fields
Felix Ableitner [Sat, 23 Nov 2019 20:36:48 +0000 (21:36 +0100)]
other sort options, sort by hot by default, adjust rss fields

4 years agobasic, working rss feeds
Felix Ableitner [Tue, 19 Nov 2019 17:07:10 +0000 (18:07 +0100)]
basic, working rss feeds

4 years agoImplement RSS feeds (fixes #118)
Felix Ableitner [Sat, 16 Nov 2019 02:17:42 +0000 (03:17 +0100)]
Implement RSS feeds (fixes #118)

4 years agoAdd user mentions to API docs.
Dessalines [Sat, 23 Nov 2019 00:39:53 +0000 (16:39 -0800)]
Add user mentions to API docs.

- Fixes #329

4 years agoFix navigating to your own user page from another (top right nav)
Dessalines [Sat, 23 Nov 2019 00:32:18 +0000 (16:32 -0800)]
Fix navigating to your own user page from another (top right nav)

- Fixes #331

4 years agoHiding thumbnails for nsfw posts and nsfw community posts.
Dessalines [Sat, 23 Nov 2019 00:26:16 +0000 (16:26 -0800)]
Hiding thumbnails for nsfw posts and nsfw community posts.

- Fixes #337

4 years agoIncreasing post creation rate limit default.
Dessalines [Sat, 23 Nov 2019 00:26:08 +0000 (16:26 -0800)]
Increasing post creation rate limit default.

4 years agoFixing issue with missing community.
Dessalines [Sat, 23 Nov 2019 00:18:10 +0000 (16:18 -0800)]
Fixing issue with missing community.

- Fixes #339

4 years agoFixing deploy script.
Dessalines [Sat, 23 Nov 2019 00:17:20 +0000 (16:17 -0800)]
Fixing deploy script.

4 years agoVersion v0.4.0.7
Dessalines [Fri, 22 Nov 2019 20:30:00 +0000 (12:30 -0800)]
Version v0.4.0.7

4 years agoVersion v0.4.0.7
Dessalines [Fri, 22 Nov 2019 04:12:10 +0000 (20:12 -0800)]
Version v0.4.0.7

4 years agoVersion v0.4.0.7
Dessalines [Fri, 22 Nov 2019 02:36:26 +0000 (18:36 -0800)]
Version v0.4.0.7

4 years agoAdding archive button for valid post urls.
Dessalines [Fri, 22 Nov 2019 02:14:59 +0000 (18:14 -0800)]
Adding archive button for valid post urls.

- Fixes #342

4 years agoVersion v0.4.0.6
Dessalines [Fri, 22 Nov 2019 01:46:08 +0000 (17:46 -0800)]
Version v0.4.0.6

4 years agoAdding vaporwave dark theme.
Dessalines [Fri, 22 Nov 2019 01:45:21 +0000 (17:45 -0800)]
Adding vaporwave dark theme.

- Fixes #345

4 years agoVersion v0.4.0.5
Dessalines [Fri, 22 Nov 2019 01:43:39 +0000 (17:43 -0800)]
Version v0.4.0.5

4 years agoVersion v0.4.0.5
Dessalines [Thu, 21 Nov 2019 23:48:37 +0000 (15:48 -0800)]
Version v0.4.0.5

4 years agoVersion v0.4.0.4
Dessalines [Thu, 21 Nov 2019 19:34:48 +0000 (11:34 -0800)]
Version v0.4.0.4

4 years agoVersion v0.4.0.3
Dessalines [Thu, 21 Nov 2019 19:31:57 +0000 (11:31 -0800)]
Version v0.4.0.3

4 years agoAdding restart=always to other docker services.
Dessalines [Thu, 21 Nov 2019 19:29:59 +0000 (11:29 -0800)]
Adding restart=always to other docker services.

4 years agoRunning cargo fmt
Dessalines [Thu, 21 Nov 2019 19:27:52 +0000 (11:27 -0800)]
Running cargo fmt

4 years agoMerge branch 'nodeinfo' of https://github.com/Nutomic/lemmy into Nutomic-nodeinfo
Dessalines [Thu, 21 Nov 2019 19:22:46 +0000 (11:22 -0800)]
Merge branch 'nodeinfo' of https://github.com/Nutomic/lemmy into Nutomic-nodeinfo

4 years agouse camelcase for json keys
Felix Ableitner [Thu, 21 Nov 2019 14:51:57 +0000 (15:51 +0100)]
use camelcase for json keys

4 years agoMerge branch 'nodeinfo' of https://github.com/Nutomic/lemmy into Nutomic-nodeinfo
Dessalines [Thu, 21 Nov 2019 02:31:24 +0000 (18:31 -0800)]
Merge branch 'nodeinfo' of https://github.com/Nutomic/lemmy into Nutomic-nodeinfo

4 years agoMessing with travis 4.
Dessalines [Wed, 20 Nov 2019 00:12:29 +0000 (16:12 -0800)]
Messing with travis 4.

4 years agoMessing with travis 3.
Dessalines [Wed, 20 Nov 2019 00:02:31 +0000 (16:02 -0800)]
Messing with travis 3.

4 years agoMessing with travis 2.
Dessalines [Tue, 19 Nov 2019 23:58:38 +0000 (15:58 -0800)]
Messing with travis 2.

4 years agoMessing with travis 1.
Dessalines [Tue, 19 Nov 2019 23:54:00 +0000 (15:54 -0800)]
Messing with travis 1.

4 years agorebase
Felix Ableitner [Sat, 16 Nov 2019 00:32:45 +0000 (01:32 +0100)]
rebase

4 years agochange version numbering command
Felix Ableitner [Sat, 16 Nov 2019 00:30:35 +0000 (01:30 +0100)]
change version numbering command

4 years agopreserve json order
Felix Ableitner [Fri, 15 Nov 2019 17:31:25 +0000 (18:31 +0100)]
preserve json order

4 years agorewrite
Felix Ableitner [Fri, 15 Nov 2019 17:10:56 +0000 (18:10 +0100)]
rewrite

4 years agonicer string handling
Felix Ableitner [Fri, 15 Nov 2019 15:08:14 +0000 (16:08 +0100)]
nicer string handling

4 years agogot it working
Felix Ableitner [Fri, 15 Nov 2019 02:08:25 +0000 (03:08 +0100)]
got it working

4 years agoImplement nodeinfo support (fixes #144)
Felix Ableitner [Tue, 12 Nov 2019 00:27:16 +0000 (01:27 +0100)]
Implement nodeinfo support (fixes #144)

4 years agoVersion v0.4.0.2
Dessalines [Wed, 13 Nov 2019 22:04:30 +0000 (14:04 -0800)]
Version v0.4.0.2

4 years agoFix for non-logged-in user theme.
Dessalines [Wed, 13 Nov 2019 22:03:09 +0000 (14:03 -0800)]
Fix for non-logged-in user theme.

Fixes #338

4 years agoVersion v0.4.0.1
Dessalines [Wed, 13 Nov 2019 00:38:26 +0000 (16:38 -0800)]
Version v0.4.0.1

4 years agoDynamically loading CSS theme, removing all but darkly from index.html
Dessalines [Tue, 12 Nov 2019 03:24:40 +0000 (19:24 -0800)]
Dynamically loading CSS theme, removing all but darkly from index.html

- Fixes #333

4 years agoMerge branch 'master' of https://github.com/dessalines/lemmy
Dessalines [Wed, 6 Nov 2019 18:58:02 +0000 (10:58 -0800)]
Merge branch 'master' of https://github.com/dessalines/lemmy