lemmy/server
Dessalines ab77a20c93 Adding icons, banners, and preferred usernames.
- Added optional community icons, and community banners.
- Added user banners.
- Added Site icon and banner, with custom favicon.
- Set up preferred usernames. Fixes #1017
- Added an additional post sort: Active
  - Hot rank now uses the published time.
  - Active uses the most recent comment time, and is default.
- DB Migration was required to add all these fields to the views.
- Added transfercommunity helper function.
- Removed title column from communities page.
- Abstracted an image-upload-form.tsx, and a banner-icon-header.tsx
- Fixes #899
2020-08-04 00:45:20 -04:00
..
config Adding visual captchas for register and login. (#1027) 2020-07-29 09:02:46 -04:00
lemmy_db Adding icons, banners, and preferred usernames. 2020-08-04 00:45:20 -04:00
lemmy_utils Adding visual captchas for register and login. (#1027) 2020-07-29 09:02:46 -04:00
migrations Adding icons, banners, and preferred usernames. 2020-08-04 00:45:20 -04:00
migrations_testing/2020-01-13-025151_create_materialized_views A first pass at using materialized views. 2020-01-13 20:02:02 -05:00
query_testing Remove materialized views. (#908) 2020-07-07 10:54:44 -04:00
src Adding icons, banners, and preferred usernames. 2020-08-04 00:45:20 -04:00
.gitignore A first pass at using materialized views. 2020-01-13 20:02:02 -05:00
.rustfmt.toml Rework imports 2020-05-16 20:04:17 +02:00
Cargo.lock Merge remote-tracking branch 'github/main' into main 2020-08-01 17:42:33 +02:00
Cargo.toml Merge remote-tracking branch 'github/main' into main 2020-08-01 17:42:33 +02:00
clean.sh Adding cargo outdated to clean script. 2020-01-03 23:39:31 -05:00
db-init.sh Split code into cargo workspaces (#67) 2020-07-10 18:15:41 +00:00
diesel.toml Split code into cargo workspaces (#67) 2020-07-10 18:15:41 +00:00
test.sh Fixing travis, adding a test.sh script. 2020-07-10 14:16:42 -04:00