summaryrefslogtreecommitdiffstats
path: root/ui/src/components/login.tsx
AgeCommit message (Collapse)Author
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-01Adding a math check for logins (until we get a proper captcha).Dessalines
2020-06-10Change "Forgot Password" button's type to "button" (#797)kartikynwa
2020-05-12Removing autocomplete for register and user settings password fields.Dessalines
- Fixes #708
2020-02-02Merge branch 'dev' into websocket_scopesDessalines
2020-02-02Some minor fixes.Dessalines
2020-02-02Finishing up interpolation rework.Dessalines
2020-02-01changed h2 back to h5Richard
2020-01-31Mostly done eliminating recurring fetches.Dessalines
2020-01-31usability featuresRichard
This are all the commits from another PR combined into a single commit.
2020-01-25Fixing front end error messages. Fixes #462Dessalines
2020-01-23Done merging http-api and private_messageDessalines
2020-01-22Adding a toaster to replace alerts. Fixes #457Dessalines
2020-01-19Strongly typing WebsocketJsonResponse. Forgot comment-form.tsxDessalines
2020-01-18First pass at fixing UI to work with new websocketresponses.Dessalines
2020-01-03Fixing create_post, create_community, and login pages.Dessalines
- Includes fetching the site for `enable_nsfw` info. Fixes #400
2019-12-28Fixing empty email field in register form breaking signups.Dessalines
- Fixes #382
2019-12-11Adding some site oriented settings.Dessalines
- Adding option to close registration. Fixes #350 - Adding option to disable showing NSFW buttons. Fixes #364 - Adding option to disable downvotes. Fixes #239
2019-11-01Password reset mostly working.Dessalines
2019-10-29Halfway done with email, not fully working yet.Dessalines
2019-10-18Running prettier on code.Dessalines
- #305 , #309
2019-08-13Squashed commit of the following:Dessalines
commit ecd6c5a2f47cbbb2fc4bf482fadd78380303a904 Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 19:49:38 2019 -0700 Adding some docs commit 3babd09affb1920da3d0a0ceb7e24c8aeeb9cf1a Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 19:28:46 2019 -0700 Adding save user settings commit 6e8da9cc9e522d0da668bfa31944c3348cc79620 Merge: 3246d5d c148eef Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 17:26:25 2019 -0700 Merge branch 'dev' into nsfw commit b3d4a5c4ce441bcc664704aba44cedb51d887599 Author: Dessalines <happydooby@gmail.com> Date: Sun Aug 11 20:55:09 2019 -0700 nsfw mostly done, except for settings page.
2019-08-09Adding support for internationalization / i18n (#189)Dessalines
* Still not working * Starting to work on internationalization * Main done. * i18n translations first pass. * Localization testing mostly done. * Second front end pass. * Added a few more translations. * Adding back end translations.
2019-06-02Fix page titles for custom site nameDessalines
- Fixes #113
2019-05-15Removing need for spam_timerDessalines
2019-05-01Reworking some UI. Adding proper trending communities with hot rank.Dessalines
- Breaking out subscribed and all into radios. Fixes #142
2019-04-26SpamDessalines
2019-04-26SpamDessalines
2019-04-26SpamDessalines
2019-04-26SpamDessalines
2019-04-26Fixing rust warning.Dessalines
- Fixes #111
2019-04-25SpamtimerDessalines
2019-04-25TempDessalines
2019-04-25After signup, redirect to communities page.Dessalines
2019-04-25Fixes for login screen, serverDessalines
2019-04-22Adding document titles.Dessalines
- Fixes #100
2019-04-19Saving replies, the actual fixes will be in the merge to dev.Dessalines
2019-04-18Adding max length to user, post, and forum fields.Dessalines
Fixes #76
2019-04-16Before big moderation mergeDessalines
2019-04-09Adding trending communities.Dessalines
- Fixes #29 - Communities fetching now has sort and limit.
2019-04-09Adding slur filter.Dessalines
- Fixes #45
2019-04-08Loading indicators.Dessalines
- Fixes #10 - Adding SVG symbols component
2019-04-07Adding user details / overview page.Dessalines
- Fixes #19
2019-04-04Adding Iframe expandDessalines
- Adding Iframe Expand. Fixes #32 - Fix issue with table sorting. Fixes #33 - Changing all to h4s. Fixes #30
2019-03-26Adding a few endpoints.Dessalines
- Adding CreatePost, CreateComment, CreateCommunity
2019-03-24Refactoring websocket code, adding create communityDessalines
- Adding create community
2019-03-22Adding login and RegisterDessalines
- Login and Register mostly working. - Starting to work on creating communities.
2019-03-20Adding initial UI and Websocket server.Dessalines