summaryrefslogtreecommitdiffstats
path: root/ui/src
AgeCommit message (Collapse)Author
2020-07-14Version v0.7.20Dessalines
2020-07-13Version v0.7.19Dessalines
2020-07-13Making chat only sortable by new.Dessalines
2020-07-13Version v0.7.18Dessalines
2020-07-13Using community-link instead.Dessalines
2020-07-13Merge remote-tracking branch 'upstream/master' into ↵Ernest
add_post_title_to_comments_view
2020-07-13Add post title to user comments inbox view, comment_view, user_mention_viewErnest
2020-07-12Version v0.7.17Dessalines
2020-07-12Fixing offset for mobile reflow.Dessalines
2020-07-12Add post title to user overview and user comment listErnest
2020-07-12Add post title to comments view #948Ernest
2020-07-12Moving recent comments into main view as a chat select. Fixes #943Dessalines
2020-07-11Comment box focus (#947)Dessalines
* Add fallback url to fuse devserver(closes #945) * Only focus on reply commentform textareas. Fixes #944 Co-authored-by: Justin Hernandez <jmarthernandez@gmail.com>
2020-07-11Adding number of comments for user search.Dessalines
2020-07-11Merge branch 'remove-karma-from-search' of ↵Dessalines
https://github.com/jmarthernandez/lemmy into jmarthernandez-remove-karma-from-search
2020-07-11Merge branch 'master' into jmarthernandez-remove-karma-from-searchDessalines
2020-07-11Remove karma count from search results(fixes #853)Justin Hernandez
2020-07-11Version v0.7.16Dessalines
2020-07-11Redirect error on create_post page for not logged in users. #937 (#938)ernestwisniewski
2020-07-10Version v0.7.15Dessalines
2020-07-10Don't show cake day indicator on the same year / day of user registration, ↵Filip Duricic
instead show it the following years (#936)
2020-07-10Forbid users to use empty titles for posts (#930)Tony Antonov
- Add a regex that checks if string contains anything but whitespace - Check for whitespace-only titles on post creation and edit - Trim whitespace from titles before saving - Add frontend validation to title
2020-07-10Replacing selectr with choices.js for community searching. (#932)Dessalines
- Fixes #839 - Fixes #847
2020-07-09Version v0.7.14Dessalines
2020-07-09Merge branch 'master' into remove_twemojiDessalines
2020-07-09Remove button for avatars. Fixes #755 (#924)Dessalines
2020-07-09Redirect to login page for votes, comments, pages, etc. Fixes #849 (#926)Dessalines
2020-07-09Correctly hide next / prev in paginators. Fixes #914 (#927)Dessalines
2020-07-09A few cake day fixes. #916Dessalines
2020-07-09Removing twemoji, and the massive emoji picker. Fixes #895Dessalines
2020-07-09Create new migration to add `creator_published` field to the `post_view` and ↵Filip785
`comment_view`
2020-07-09Merge remote-tracking branch 'upstream/master' into cake-dayFilip785
2020-07-09Making comment collapse and lightning buttons not spans. Fixes #884Dessalines
2020-07-09Adding lemmy's devs / contributors to the sidebar. Fixes #743Dessalines
2020-07-09Adding select quoting of text for comments. Fixes #790Dessalines
2020-07-08Adding some languages for weblate.Dessalines
2020-07-08Merge remote-tracking branch 'upstream/master' into cake-dayFilip785
2020-07-08Blocking page refresh when forms are filled. Fixes #671Dessalines
2020-07-08Updates to PR as requestedFilip785
2020-07-08Merge remote-tracking branch 'upstream/master' into cake-dayFilip785
2020-07-08Version v0.7.13Dessalines
2020-07-08HTML title bugs.Dessalines
- Fixing HTML titles for some pages. Fixes #801 - Removing WebSocketService.Instance.site, fetching site on demand now.
2020-07-08Add cake day display in user page & posts/comments #682Filip785
2020-07-07Version v0.7.12Dessalines
2020-07-07Remove materialized views. (#908)Dessalines
* One pass at materialized views, only about 30% faster, not good. * Before merging master to test out bans. * DB Rework working, still need more testing. * Fixing accidental addadmin bug from asonix async merge. * Fixing the comment delete trigger * Some more DB additions. - Adding a hot_rank desc, published desc index to post_aggregates_fast. - Removed WITH CTE queries in favor of direct selects (since CTEs cant use indexes) * Removing some unecessary indexes. * Some more DB optimizings - Changing the fast_id pkeys to just ids on the fast tables. - Removing the private_message_fast, since the view contains no aggregates. - Comment and post voting now no longer pull from the views, they update the counts directly. * Adding community_agg_view and post_agg_views Credit: eiknat. * Adding user and comment_view migrations. (comment_view still broken) * Adding more views. Credit Eiknat.
2020-07-05Adding to sponsors list.Dessalines
2020-07-05Fix capitalization of Ukrainian language (#910)Mischa Spiegelmock
2020-07-04Version v0.7.11Dessalines
2020-07-04Some navbar fixes.Dessalines
2020-07-04Version v0.7.10Dessalines