summaryrefslogtreecommitdiffstats
path: root/ui/src
AgeCommit message (Collapse)Author
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
2020-07-03Version v0.7.9Dessalines
2020-07-03Adding a search icon, and a faster transition.Dessalines
2020-07-03Merge branch 'master' into arrudaricardo-issue-#814Dessalines
2020-07-03Merge branch 'issue-#814' of https://github.com/arrudaricardo/lemmy into ↵Dessalines
arrudaricardo-issue-#814
2020-07-03Adding to sponsors list.Dessalines
2020-07-03Modify search button to be expandable.Ricardo de Arruda
* Accordingly issue#814. * Input contract if un-focus input element * Search text data persisted when contracted/expanded
2020-07-02Merge branch 'remove-karma-from-search' of ↵Dessalines
https://github.com/jmarthernandez/lemmy into jmarthernandez-remove-karma-from-search
2020-07-01Remove karma count from search resultsJustin Hernandez
2020-07-01Adding to sponsors list.Dessalines
2020-07-01Adding to sponsors list.Dessalines
2020-07-01Version v0.7.8Dessalines
2020-07-01Adding a math check for logins (until we get a proper captcha).Dessalines
2020-07-01Version v0.7.7Dessalines
2020-07-01Nother fix for comment box bug. #861Dessalines
2020-07-01Adding Albanian for weblate.Dessalines
2020-07-01Merge branch 'master' into federationDessalines
2020-07-01Federation async (#848)Riley
* Asyncify more * I guess these changed * Clean PR a bit * Convert more away from failure error * config changes for testing federation * It was DNS So actix-web's client relies on TRust DNS Resolver to figure out where to send data, but TRust DNS Resolver seems to not play nice with docker, which expressed itself as not resolving the name to an IP address _the first time_ when making a request. The fix was literally to make the request again (which I limited to 3 times total, and not exceeding the request timeout in total) * Only retry for connecterror Since TRust DNS Resolver was causing ConnectError::Timeout, this change limits the retry to only this error, returning immediately for any other error * Use http sig norm 0.4.0-alpha for actix-web 3.0 support * Blocking function, retry http requests * cargo +nightly fmt * Only create one pictrs dir * Don't yarn build * cargo +nightly fmt
2020-07-01Version v0.7.6Dessalines
2020-06-30Merge branch 'issue-#814' of https://github.com/arrudaricardo/lemmy into ↵Dessalines
arrudaricardo-issue-#814
2020-07-01Replace search button to input field at navbar.Ricardo de Arruda
* Search input not rendered at /search path. * Navbar wrapped with withRouter for accessing history props. * Flex-grow/shrink control the width of the input element dynamically.
2020-06-30improve lighthouse best practices audit (#863)Andy Coupe
* improve safety of cross origin links * add additional safety for cross origin links * remove duplicates
2020-06-29Version v0.7.5Dessalines
2020-06-29Version v0.7.4Dessalines
2020-06-29Version v0.7.3Dessalines
2020-06-29Changing front end hot reload testing to 8536Dessalines
2020-06-29Adding some sponsorsDessalines
2020-06-27Merge branch 'master' into federationDessalines
2020-06-27Version v0.7.2Dessalines
2020-06-27Fixing comment edits stalling. Fixes #846Dessalines
2020-06-24Version v0.7.1Dessalines
2020-06-23Adding timeouts to message and delete picture notifications. #834Dessalines
2020-06-23Merge branch 'master' into federation_merge_from_master_2Dessalines
2020-06-23Version v0.7.0Dessalines
2020-06-23Making sure new comments don't clear out your current textarea.Dessalines
- Making a better random string generator. - Doing better incoming comment checking. - Fixes #769
2020-06-22Version v0.6.85Dessalines
2020-06-22Version v0.6.84Dessalines