lemmy/server/src
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
..
api Adding icons, banners, and preferred usernames. 2020-08-04 00:45:20 -04:00
apub Adding icons, banners, and preferred usernames. 2020-08-04 00:45:20 -04:00
rate_limit Split code into cargo workspaces (#67) 2020-07-10 18:15:41 +00:00
routes Migrate from failure to anyhow and thiserror (#1042) 2020-08-01 14:04:42 +00:00
websocket Adding visual captchas for register and login. (#1027) 2020-07-29 09:02:46 -04:00
code_migrations.rs Adding icons, banners, and preferred usernames. 2020-08-04 00:45:20 -04:00
lib.rs Migrate from failure to anyhow and thiserror (#1042) 2020-08-01 14:04:42 +00:00
main.rs Split code into cargo workspaces (#67) 2020-07-10 18:15:41 +00:00
request.rs Migrate from failure to anyhow and thiserror (#1042) 2020-08-01 14:04:42 +00:00
version.rs Version v0.7.39 2020-08-02 10:52:42 -04:00