lemmy/server/lemmy_db/src
Dessalines 464ea862b1
Preferred usernames, banners and icons. (#1055)
* Re-organizing federation tests. #746 #1040

* Adding federation support for user bios. Fixes #992

* 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

* Some navbar fixes.

* Fixing css

* Some fixes.

- Showing correct user icon and banner after save without page reload.
- Abstracting diesel update overwrite.
- Adding some docs.

* Adding @ when a user doesn't have a preferred username.
2020-08-05 12:03:46 -04:00
..
activity.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
category.rs Split code into cargo workspaces (#67) 2020-07-10 18:15:41 +00:00
comment.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
comment_view.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
community.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
community_view.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
lib.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
moderator.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
moderator_views.rs Split code into cargo workspaces (#67) 2020-07-10 18:15:41 +00:00
password_reset_request.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
post.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
post_view.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
private_message.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
private_message_view.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
schema.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
site.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
site_view.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
user.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
user_mention.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
user_mention_view.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00
user_view.rs Preferred usernames, banners and icons. (#1055) 2020-08-05 12:03:46 -04:00