lemmy/server/migrations/2020-08-03-000110_add_preferred_usernames_banners_and_icons
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
..
down.sql Adding icons, banners, and preferred usernames. 2020-08-04 00:45:20 -04:00
up.sql Adding icons, banners, and preferred usernames. 2020-08-04 00:45:20 -04:00